#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct GenericVirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct GenericInterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 struct ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD; // System.Action`1 struct Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31; // System.Action`1 struct Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B; // System.Action`1 struct Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E; // System.Action`1 struct Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE; // System.Action`1 struct Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299; // System.Action`2 struct Action_2_tC40BDAE269456CB20CA0E0A89A7024EA09439C94; // System.Action`2 struct Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // System.Action`2 struct Action_2_t5C556B6D8F8D47EA5C55DC24670009B95AF10486; // System.Action`2 struct Action_2_t2ED3ACC0CD5AF36EDBA73683487219F1ADB37DBD; // System.Comparison`1 struct Comparison_1_t97B2A8BC9742CE824022B71E5E5A340C030DADC4; // DG.Tweening.Core.DOGetter`1 struct DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A; // DG.Tweening.Core.DOSetter`1 struct DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85; // 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_tEB5D55E42E5DA520002C808F5126BAC54EE05086; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t692011309BA94F599C6042A381FC9F8B3CB08399; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB86B13980B9AA3D02B6088DAFB2F457C2C87A423; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F; // System.Func`2 struct Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A; // System.Func`2 struct Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777; // System.Func`4 struct Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84; // BestHTTP.Futures.Future`1 struct Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7; // 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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423; // System.Collections.Generic.HashSet`1 struct HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229; // 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_t5533B0D98DD1468698FE156F17EA79B503560130; // System.Collections.Generic.HashSet`1 struct HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t21C721738210C324CAAC744BABC6973F37937695; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_tF27308BB3222A674775FAEEE05A80B858247C394; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_tF18CA5AA122FDD12A1A3DEDDEC417CC451BE7354; // System.Collections.Generic.IDictionary`2> struct IDictionary_2_t16CDACDB46F2C22D302194A4E428A5CACCEB02F1; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t59EECA278A417E0FF1F940F199642DCC95B4933D; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t100B461C37F79E2F9CF3817F1BBEE5DC8495E0F5; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t4C0E889AA23D9590A60247E7F731BBA09868028B; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94; // 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_tCB588AEA2C7D650BCD8F87EEA0B522B167D11D3E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IList`1> struct IList_1_t63E5DFB6AFE92FCEFD138071B0A284A224B7CA4C; // System.Collections.Generic.IList`1 struct IList_1_tD3536A2975D9B222DF233F7DCAE5672C2C818618; // LitJson.ImporterFunc`2 struct ImporterFunc_2_tCFD454CC21D86524557F9DB5BDC69543BC57ABE8; // LitJson.ImporterFunc`2 struct ImporterFunc_2_tB8CD9B08886AF48A0307B83ACF20B91500939840; // LitJson.ImporterFunc`2 struct ImporterFunc_2_tFC6A6E98CBA96BB31013380AB3C4ECBAC733B714; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t8888B5E6C81FA20C308C693C230A902CAA2AFE9A; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t7504939675228FBEF245DE809BF19C475C3C8305; // LitJson.ImporterFunc`2 struct ImporterFunc_2_t5C1A7224444BDD6BD3A5B606EC74C822D1FBC706; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t435D4BB6D9CBBE87579BEEC3C551968F8F05F5A6; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t24AD333C3D6B86F7F15889EB64BD1E4510E0AB4C; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92; // System.Collections.Generic.List`1> struct List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5; // System.Collections.Generic.List`1> struct List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C; // 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_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1; // System.Collections.Generic.List`1 struct List_1_tC6F33F4810D7CEAF43AA26AABB6C48DD424D174C; // System.Collections.Generic.List`1 struct List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3; // 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_t151F9AB2B0B27711474658747E99ECF3E91E5393; // 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_t8E3A10B51FC368DC36294228845D2A24E3C121F1; // System.Collections.Generic.List`1 struct List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE; // System.Collections.Generic.List`1 struct List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3; // 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_t400048180333F4A09A4A727C9A666AA5D2BB27A9; // System.Collections.Generic.List`1 struct List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2; // System.Collections.Generic.List`1 struct List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149; // System.Collections.Generic.List`1 struct List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D; // MultiKeyDictionary`3 struct MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15; // System.Predicate`1 struct Predicate_1_tC838A5EB8B3B9289CB9C0A2CF1806336669C565A; // System.Collections.Generic.Queue`1 struct Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F; // System.Collections.Generic.Queue`1 struct Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617; // System.Collections.Generic.Stack`1 struct Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92; // System.Threading.Tasks.Task`1 struct Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725; // DG.Tweening.TweenCallback`1 struct TweenCallback_1_t145CD5D30F08B617B445D2B1B79A7BAADC305B9B; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t20B546A4B0F0CCCF83E1A116BA32E7B2E9BB8CA8; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9B1429579D68AD47B8BCFED80AA9E144060DEC74; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tD399DB6100D92DAC1B08FDE221875C287FAA2FB0; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t6D1E9D94A0E0524149631DB8316F84071C65EC89; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t0CA3E24EE0C68B58F604D4DA99AC3920763AFB18; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1; // System.Collections.Generic.HashSet`1/Slot[] struct SlotU5BU5D_t0AE906AEB021E70A8C465C39ADD28C2B4884604D; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // UnityEngine.UI.Button[] struct ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // DeviceCalibrateItem[] struct DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement[] struct ECFieldElementU5BU5D_tED7137DB1C0FB7E75B3A30A606822D4ED381D94E; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC; // LanguageFontSize[] struct LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7; // UnityEngine.Quaternion[] struct QuaternionU5BU5D_t584B1CC68E95071898E32F34DB2CC1E4A726FAA6; // RabbitSyncData[] struct RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D; // UnityEngine.Rect[] struct RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // UnityEngine.Sprite[] struct SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // ArrowSync/SyncData[] struct SyncDataU5BU5D_t8F835FF00FB2C05372CF33F75681FEF1F1CD32F5; // UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem[] struct DemoParticleSystemU5BU5D_tECC3FBA90A93A35A05B79DFD1CA338C08FEDD8B1; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // AgreementPopup struct AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // AnimationPlayer struct AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // 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.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // AudioMgr struct AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D; // 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; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic struct BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9; // ArduinoBluetoothAPI.BluetoothHelperService struct BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9; // 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; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0; // UnityEngine.Networking.CertificateHandler struct CertificateHandler_tDA66C86D1302CE4266DBB078361F7A363C7B005E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490; // ChallengeGameMode struct ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B; // ChallengeGameModeLocalPK struct ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5; // JCEngineCore.Channel struct Channel_tDC87E3B48B9454B32563A2F322EC5B2DA1DA9ED1; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57; // BestHTTP.Cookies.Cookie struct Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // JCUnityLib.CountLock struct CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1; // BestHTTP.Authentication.Credentials struct Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // DeviceView struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79; // 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; // DG.Tweening.EaseFunction struct EaseFunction_tC7ECEFDCAE4EC041E6FD7AC7C021E7B7680EFEB9; // Ellipse struct Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182; // System.Text.Encoding struct Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8; // LitJson.ExporterFunc struct ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // LitJson.FsmContext struct FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0; // UnityEngine.GUIContent struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E; // UnityEngine.GUISkin struct GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // GameEventCenter struct GameEventCenter_tB2B27C459DC3B44364D1B694E8FBDA2EA24E6190; // GameMgr struct GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556; // BestHTTP.HTTPConnectionRecycledDelegate struct HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E; // BestHTTP.Forms.HTTPFormBase struct HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42; // BestHTTP.HTTPResponse struct HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // HollowOutMask struct HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B; // HomeView struct HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041; // HuntGameSelectLevelView struct HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768; // HunterGamePlayerScoreCounter struct HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7; // HunterGameSettleView struct HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer struct ICertificateVerifyer_t7FF89D73580A6E6A7FF6E40E7670C1BF3E8F0CAB; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider struct IClientCredentialsProvider_tAA7262E853B0CACED4DFA19BA071BB2F2315DEEA; // System.Collections.ICollection struct ICollection_tC1E1DED86C0A66845675392606B302452210D5DA; // 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; // LitJson.IJsonWrapper struct IJsonWrapper_tB61715FD55AC86C87980FB4363433C0376095ADD; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // BestHTTP.Logger.ILogger struct ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // Images struct Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A; // LitJson.ImporterFunc struct ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // InputFieldLayoutX struct InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // JCEngineCore.JCEntity struct JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // LitJson.JsonData struct JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514; // LitJson.JsonMockWrapper struct JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24; // LitJson.JsonWriter struct JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A; // LanguageDefault struct LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783; // UnityStandardAssets.Utility.LerpControlledBob struct LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214; // LitJson.Lexer struct Lexer_tD33701B5D4609BBCE8D9A481525FEBDCC7074DAC; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // JC.Unity.Picker.LocationInfo struct LocationInfo_t8C0892984DE865AC9F913A2CD4682218E2F1FEFF; // LoginController struct LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6; // LoginMgr struct LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B; // MatchPlayerInfo struct MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // MeView struct MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // ModalView struct ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // MouseConfirm struct MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA; // UnityEngine.AI.NavMeshAgent struct NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B; // NewUserGuider struct NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D; // NewUserGuiderButton struct NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7; // NewUserGuiderConfig struct NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityStandardAssets.Utility.ObjectResetter struct ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2; // BestHTTP.OnBeforeHeaderSendDelegate struct OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F; // BestHTTP.OnBeforeRedirectionDelegate struct OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238; // BestHTTP.OnDownloadProgressDelegate struct OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69; // BestHTTP.OnRequestFinishedDelegate struct OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4; // BestHTTP.OnUploadProgressDelegate struct OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D; // PKComp struct PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71; // PKGameMode struct PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356; // PKGameMode_OnlinePK struct PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F; // PKGameReadyView struct PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810; // PKGameReadyView_Challenge struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93; // PKGameSettleView struct PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1; // PKMatchView struct PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260; // PKMatchingView struct PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // UnityStandardAssets.Utility.ParticleSystemDestroyer struct ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PointCorrector struct PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion struct ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915; // BestHTTP.Proxy struct Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6; // Rabbit struct Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788; // RabbitHuntGameMode_OnlinePK struct RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B; // RabbitSyncData struct RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80; // RankView struct RankView_tE5C219F6182DB522063A069F5DC912015E58128E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream struct RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F; // System.Text.RegularExpressions.RegexCode struct RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96; // RegisterView struct RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0; // RelateValidateView struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814; // Reporter struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request struct Request_t9690867C80FEF7D79870C9664E24F3292D17EC55; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB; // RetrievePasswordView struct RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // RoleSelectView struct RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement struct SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point struct SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.Text.RegularExpressions.SharedReference struct SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926; // JC.Unity.SimulateMouse struct SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0; // SocketPlayer struct SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier struct SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62; // TargetAnimal struct TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher struct TlsCipher_t5712DE46CB373D72FA5DDFDBC21DB15309ACA191; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression struct TlsCompression_tF3A24709C14F149989D3AC05D919AA3B4A8160B3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash struct TlsHandshakeHash_tDE3722A66DA26F2E7CDFBD4FAE3E90EEE0FF40B1; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol struct TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E; // UnityEngine.UI.ToggleGroup struct ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95; // JCUnityLib.TouchChecker struct TouchChecker_t947EC531E7CCB512A72D6F50820DD968969FBAED; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // DG.Tweening.Tween struct Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB; // System.Type struct Type_t; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // UnityEngine.Networking.UnityWebRequestAsyncOperation struct UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // UserController struct UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7; // UserInfo struct UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WWWForm struct WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB; // UnityEngine.WaitForFixedUpdate struct WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.WebSocket.WebSocket struct WebSocket_tC5AF27C0708BBCF99D3D7332F846C0FFFD446C54; // LitJson.WrapperFactory struct WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C; // LitJson.WriterContext struct WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // o0MagneticCalibraterEllipsoidFitting struct o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E; // ArrowSync/SyncData struct SyncData_tE8882F9BE18230D8E8AF15453546FB32A61D6ADF; // BowCamera/BowCameraFixed struct BowCameraFixed_tB84EA66C717C757B6D1772F572D7C4A4AF9D32A3; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.Camera/CameraCallback struct CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D; // UnityEngine.Canvas/WillRenderCanvases struct WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958; // BestHTTP.HTTPManager/<>c struct U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8; // BestHTTP.HTTPManager/<>c__DisplayClass94_0 struct U3CU3Ec__DisplayClass94_0_tAF390C495207D82599C243517BC7510C5F085B0A; // BestHTTP.HTTPRequest/<>c__DisplayClass236_0 struct U3CU3Ec__DisplayClass236_0_t5D73E77F88085755E0AC16CEC06D0F13B7D5F7BF; // BestHTTP.HTTPRequest/<>c__DisplayClass237_0 struct U3CU3Ec__DisplayClass237_0_t6E177732B76E901E21CDA82DE87FFF83EC6F96E3; // BestHTTP.Extensions.HeaderValue/<>c struct U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer struct PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC; // HomeView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075; // HomeView/<>c__DisplayClass26_0 struct U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A; // HomeView/d__23 struct U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D; // HomeView/d__25 struct U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0 struct U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408; // HuntGameSelectLevelView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604; // HunterGamePlayerScoreCounter/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6; // HunterGameSettleView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665; // HunterGameSettleView/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED; // HyperlinkText/HyperlinkInfo struct HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // InputFieldLayoutX/d__14 struct U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999; // LitJson.JsonMapper/<>c struct U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318; // UnityStandardAssets.Utility.LerpControlledBob/d__4 struct U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257; // LitJson.Lexer/StateHandler struct StateHandler_t9C3187A8290AB1E5607D685377066D339F396F72; // BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c struct U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1; // JC.Unity.Picker.LocationPicker/ItemData struct ItemData_tB864F6362E025B4465B87D1886BD980078A05845; // LoginController/d__3 struct U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03; // LoginController/d__6 struct U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349; // LoginController/d__7 struct U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A; // LoginController/d__4 struct U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E; // LoginController/d__5 struct U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D; // LoginController/d__0 struct U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4; // LoginController/d__2 struct U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB; // LoginController/d__1 struct U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD; // LoginController/d__8 struct U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF; // LoginView/<>c struct U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87; // LoginView/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t949AB4747B8E2633EE729B8D829A716B793FFF0E; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // MeView/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_tF81C5C21B43549873B19B968312773E044B4B7D3; // MeView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371; // MeView/<>c__DisplayClass13_1 struct U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708; // MeView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723; // MeView/<>c__DisplayClass14_1 struct U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309; // MeView/<>c__DisplayClass24_0 struct U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52; // MeView/<>c__DisplayClass24_1 struct U3CU3Ec__DisplayClass24_1_t953389D610704DC9933CC4B6B777716D72418D72; // MeView/MeUserInfo struct MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B; // NewUserGuider/d__14 struct U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E; // NewUserGuiderManager/<>c struct U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE; // NewUserGuiderManager/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B; // NewUserGuiderManager/<>c__DisplayClass10_1 struct U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043; // NewUserGuiderManager/<>c__DisplayClass10_10 struct U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878; // NewUserGuiderManager/<>c__DisplayClass10_11 struct U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051; // NewUserGuiderManager/<>c__DisplayClass10_12 struct U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C; // NewUserGuiderManager/<>c__DisplayClass10_13 struct U3CU3Ec__DisplayClass10_13_t45D43CFAC627061B890D50C84F1D98DDF9F9C76A; // NewUserGuiderManager/<>c__DisplayClass10_2 struct U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E; // NewUserGuiderManager/<>c__DisplayClass10_3 struct U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED; // NewUserGuiderManager/<>c__DisplayClass10_4 struct U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C; // NewUserGuiderManager/<>c__DisplayClass10_5 struct U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507; // NewUserGuiderManager/<>c__DisplayClass10_6 struct U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841; // NewUserGuiderManager/<>c__DisplayClass10_7 struct U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E; // NewUserGuiderManager/<>c__DisplayClass10_8 struct U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24; // NewUserGuiderManager/<>c__DisplayClass10_9 struct U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895; // UnityStandardAssets.Utility.ObjectResetter/d__6 struct U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspReqGenerator/RequestObject struct RequestObject_t0CC769F9527A3BDD1C2E04C21AC4A3D47EF03C80; // PKComp/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8; // PKComp/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872; // PKGameMode_OnlinePK/GameDisplay struct GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D; // PKGameMode_OnlinePK/GameLogic struct GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D; // PKGameReadyView/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E; // PKGameReadyView_Challenge/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8; // PKGameSettleView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t861A88D0EB53E7CE60A92AC46B5B1C567D22A1F9; // PKMatchView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t0808778C9D250AA21471B8E1B7AB32F9B76BE72E; // PKMatchView/<>c__DisplayClass23_0 struct U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02; // PKMatchView/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t34E9A84088E2404BAB57A321F67C2F2329F3D460; // PKMatchingView/d__18 struct U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864; // UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem struct DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B; // UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystemList struct DemoParticleSystemList_t3885BBD1CA5C4C983B20441E24226833802CD01E; // UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4 struct U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934; // PhoneValidateController/d__0 struct U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D; // PhoneValidateController/d__1 struct U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId struct CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable struct IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE; // PointCorrector/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A; // PopupMgr/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t12140C3F334E4B4AA865BC7C15226063461AD3D7; // PopupMgr/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t5E91E122899C651E14C1B7E86C6C513EDE76A905; // PopupMgr/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885; // PopupMgr/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tA633CDAB24BE289DF8C371F0DDC96FBF76763A90; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput struct MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput struct STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5; // UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer struct RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44; // RabbitHuntGameMode_OnlinePK/OnlineHelper struct OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6; // RabbitHuntGameMode_OnlinePK/SyncLogicData struct SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB; // RankView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452; // RankView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5; // RankView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E; // BestHTTP.Forms.RawJsonForm/<>c struct U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream struct HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber struct SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // RegisterView/<>c struct U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7; // RegisterView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438; // RegisterView/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC; // RegisterView/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C; // RegisterView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188; // RelateValidateView/<>c struct U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B; // RelateValidateView/TextKeys struct TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479; // Reporter/<>c__DisplayClass148_0 struct U3CU3Ec__DisplayClass148_0_t3E19A9A49A60ACF14C2B0C397DD7CDBF889BFAFB; // Reporter/d__190 struct U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0; // Reporter/Log struct Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2; // Reporter/Sample struct Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C; // RetrievePasswordView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC; // RetrievePasswordView/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_t6D30FF35DC35A382E9C6653F86DE1C80A57B5DFF; // RetrievePasswordView/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92; // RetrievePasswordView/d__23 struct U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings struct AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings struct MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C; // RoleSelectView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable struct SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // UnityEngine.UI.Toggle/ToggleEvent struct ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075; // UserPlayer/TempData struct TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A; // RabbitHuntGameMode_OnlinePK/OnlineHelper/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0; // RabbitHuntGameMode_OnlinePK/OnlineHelper/d__13 struct U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5; IL2CPP_EXTERN_C RuntimeClass* Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E_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* AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_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* AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_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* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_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* GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_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* PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Request_t9690867C80FEF7D79870C9664E24F3292D17EC55_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral03EBDCEC5A33D0F7AC3C9FFF97B84416FCA28E3C; IL2CPP_EXTERN_C String_t* _stringLiteral05C47B8A6EADEF8A33127130EC0A64A9A56446F9; IL2CPP_EXTERN_C String_t* _stringLiteral079998E3393B6BDC1FAFFA63A54F724488AE5306; IL2CPP_EXTERN_C String_t* _stringLiteral0845DF86379C78B39D7D03A6782508DC0AEC1C7A; IL2CPP_EXTERN_C String_t* _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA; IL2CPP_EXTERN_C String_t* _stringLiteral0BA8D3F9AA396C9518477EAF82121FFB973E2E6E; IL2CPP_EXTERN_C String_t* _stringLiteral0BF8190B15542C09023A491F023ECEC12049DE7B; IL2CPP_EXTERN_C String_t* _stringLiteral0ED4D024536365D306310B21B75BF1729FDEE5CF; IL2CPP_EXTERN_C String_t* _stringLiteral0EDC31B46C4E1B7B125CEFD368219B096CCBDCAD; IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155; IL2CPP_EXTERN_C String_t* _stringLiteral179B01BAABFDDC8E9EAB673D256B24297CF9BB18; IL2CPP_EXTERN_C String_t* _stringLiteral18A06C0D7E3D76AB60F1231483152BAE5B1B8DF7; IL2CPP_EXTERN_C String_t* _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC; IL2CPP_EXTERN_C String_t* _stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F; IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; IL2CPP_EXTERN_C String_t* _stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69; IL2CPP_EXTERN_C String_t* _stringLiteral1FF411AC3D3E7626CF3BFA6A75BAB1B8850EC38B; IL2CPP_EXTERN_C String_t* _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE; IL2CPP_EXTERN_C String_t* _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA; IL2CPP_EXTERN_C String_t* _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; IL2CPP_EXTERN_C String_t* _stringLiteral2607412F085B12473B36A86BA67BA176951B3924; IL2CPP_EXTERN_C String_t* _stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326; IL2CPP_EXTERN_C String_t* _stringLiteral300D6398BE44125562D62DB2A34A0C90B3E5EE83; IL2CPP_EXTERN_C String_t* _stringLiteral31D4D9FA062FFDA467977056DDAE85E18FDE7ECC; IL2CPP_EXTERN_C String_t* _stringLiteral320E615ACBF6C20581547142E87C7F15192C284E; IL2CPP_EXTERN_C String_t* _stringLiteral336B029D04847DC4F36985E1B89D1A0B11D299A3; IL2CPP_EXTERN_C String_t* _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9; IL2CPP_EXTERN_C String_t* _stringLiteral35CA76C83FB219B005466C7A8485917AD028A014; IL2CPP_EXTERN_C String_t* _stringLiteral35FFF9F8737B8B37DD3491AAF26E72FADC09E4E1; IL2CPP_EXTERN_C String_t* _stringLiteral39567DEA1EBD573FA5C700FD437C5A280927902E; IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306; IL2CPP_EXTERN_C String_t* _stringLiteral3CE16B3F79BFEFB1EE1F73D6BD00B4ECFDFCFD33; IL2CPP_EXTERN_C String_t* _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8; IL2CPP_EXTERN_C String_t* _stringLiteral408CFA0CA3328888CE37B1F15ABA394B6EF3C97B; IL2CPP_EXTERN_C String_t* _stringLiteral40FF548DBB965EB00BD92A9B02345DD460753DDD; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral4354EF3BE94DEADFE8790808386607EF45D2C8FC; IL2CPP_EXTERN_C String_t* _stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09; IL2CPP_EXTERN_C String_t* _stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0; IL2CPP_EXTERN_C String_t* _stringLiteral47C0B8D38D66D57F6A3945081F42420A064655FC; IL2CPP_EXTERN_C String_t* _stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C; IL2CPP_EXTERN_C String_t* _stringLiteral4CE6FED92FD53C17E1E5F08D5537049CBF85D402; IL2CPP_EXTERN_C String_t* _stringLiteral4DC7AD3D2CD38331D8B163AC3CD3F6461654E577; IL2CPP_EXTERN_C String_t* _stringLiteral4FB80EAFF42F312CFE40ABDE8B9FFC8C1EC8ABBE; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C; IL2CPP_EXTERN_C String_t* _stringLiteral52E965903A37AAD9B3654A4D19786F70B32896C3; IL2CPP_EXTERN_C String_t* _stringLiteral55E0A44491E4C6A6A6DD5B46164D46787521BBB0; IL2CPP_EXTERN_C String_t* _stringLiteral59666231AB74343A158F0FA99DEA125BB2E9B67A; IL2CPP_EXTERN_C String_t* _stringLiteral5A9928CF7BED37BA099B3AE9299D629780B65DA7; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral5EAAD7A539D989BCAED72ABC6511FA0B03E91538; IL2CPP_EXTERN_C String_t* _stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2; IL2CPP_EXTERN_C String_t* _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC; IL2CPP_EXTERN_C String_t* _stringLiteral62F7226F0FD035CBFF6DE6A922E6BF3140A34885; IL2CPP_EXTERN_C String_t* _stringLiteral65902E55122E8E76A18F3FFD733F5BB6E2D59243; IL2CPP_EXTERN_C String_t* _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A; IL2CPP_EXTERN_C String_t* _stringLiteral6A789CF5944C6764121283956EAF076E7BCB6C13; IL2CPP_EXTERN_C String_t* _stringLiteral6B3C2DF9FE526FA2C8F0410AC5D59B401CE8E164; IL2CPP_EXTERN_C String_t* _stringLiteral6F0F7C9B972DC1657B1D16FFF28697B5CA49E1F0; IL2CPP_EXTERN_C String_t* _stringLiteral7066FF1E0EAA9E444B1D683F8523EB0DF3715A4C; IL2CPP_EXTERN_C String_t* _stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4; IL2CPP_EXTERN_C String_t* _stringLiteral7162153471BFA28629CB10BF63932A9F7854859C; IL2CPP_EXTERN_C String_t* _stringLiteral73C106B09B640EAB86C56CE8454F8A1EF88D5E87; IL2CPP_EXTERN_C String_t* _stringLiteral749A60E7D124810CC2EC3F90C00F3B63915049CF; IL2CPP_EXTERN_C String_t* _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3; IL2CPP_EXTERN_C String_t* _stringLiteral755A81F7438CD5911DA0D8CBBA6C5A14633BEE2D; IL2CPP_EXTERN_C String_t* _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41; IL2CPP_EXTERN_C String_t* _stringLiteral7C1A11425370B31958F836A32701B561EC88678C; IL2CPP_EXTERN_C String_t* _stringLiteral7C5E853077A4CDC46C2BE17673E20AC69ECC17B3; IL2CPP_EXTERN_C String_t* _stringLiteral80078443458A309E10955FD4502501E2A7C38CAC; IL2CPP_EXTERN_C String_t* _stringLiteral805FBFB68369C109F3074288602A0BE4533F0C84; IL2CPP_EXTERN_C String_t* _stringLiteral80BC6B7A6CECCE5459FCC4FC252283C0DD1AC6A8; IL2CPP_EXTERN_C String_t* _stringLiteral8110447F5990674C1ECE4CA69C2F9FE10BD042A3; IL2CPP_EXTERN_C String_t* _stringLiteral81DDB3C987F5AC5B2469E44331262251A71550EB; IL2CPP_EXTERN_C String_t* _stringLiteral84A43E725862BD34ACE6D660A273D390F4CF154E; IL2CPP_EXTERN_C String_t* _stringLiteral85EA23745BAB27C1CF9C76837E55332314BA92E0; IL2CPP_EXTERN_C String_t* _stringLiteral85FEF18BEB77BA73C87601D7E0A411B4A62BA265; IL2CPP_EXTERN_C String_t* _stringLiteral886D451FEE0B74B41A884D708F8D40636E12BBE3; IL2CPP_EXTERN_C String_t* _stringLiteral8B4F015C49A39AA9983102779D04099BCCF9F892; IL2CPP_EXTERN_C String_t* _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2; IL2CPP_EXTERN_C String_t* _stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B; IL2CPP_EXTERN_C String_t* _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294; IL2CPP_EXTERN_C String_t* _stringLiteral9D44F5993CB2873BD4CD17589E7236B50A6EC150; IL2CPP_EXTERN_C String_t* _stringLiteral9D7EFF3063C8C498DC4376D8A7C77CBD3894B949; IL2CPP_EXTERN_C String_t* _stringLiteralA0258198423E5FA7FB3E83ABACFBD6F36C62AEA0; IL2CPP_EXTERN_C String_t* _stringLiteralA47A168D660B942A0E4EFA75F386C8669267074D; IL2CPP_EXTERN_C String_t* _stringLiteralA5880ACE0A60738D1678445677A7B4A411676B42; IL2CPP_EXTERN_C String_t* _stringLiteralA6533995DE49B36655B6D07163A4B2986F864DA4; IL2CPP_EXTERN_C String_t* _stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36; IL2CPP_EXTERN_C String_t* _stringLiteralAA7297FFFFFD99033E53D9E667DF6A2360248026; IL2CPP_EXTERN_C String_t* _stringLiteralAF44CE0944F48F254620D59BD7FD3C5034276BE0; IL2CPP_EXTERN_C String_t* _stringLiteralB384C412A39CF3C07D3A589D45D4309322B078B7; IL2CPP_EXTERN_C String_t* _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900; IL2CPP_EXTERN_C String_t* _stringLiteralB6639DD6EB173960F83B2AD61B5DBB3DADE89A54; IL2CPP_EXTERN_C String_t* _stringLiteralB6CB4E8304D81A2CEE9F37AEB83FC83203822153; IL2CPP_EXTERN_C String_t* _stringLiteralBB8FB7C40046CAE7C8959AAE24AD38D8BBB78A2E; IL2CPP_EXTERN_C String_t* _stringLiteralC059FC8B15E140DEDD1ADFB2EB1A527996F6853B; IL2CPP_EXTERN_C String_t* _stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0; IL2CPP_EXTERN_C String_t* _stringLiteralC0E2DE04AE40B3B0493F0F846F34B279C6D44FE9; IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB; IL2CPP_EXTERN_C String_t* _stringLiteralC6DA7514EEABEB71E05B337D3DFF25CEF890B488; IL2CPP_EXTERN_C String_t* _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12; IL2CPP_EXTERN_C String_t* _stringLiteralC77703C85D26BD8ACE24CD7C1F39C6792D57FF8E; IL2CPP_EXTERN_C String_t* _stringLiteralC9725C15C56428244E422C4E8B0BAD9CA7310D85; IL2CPP_EXTERN_C String_t* _stringLiteralC9801CEC39D3E4780B31ABBE51981E93BDE0CEAA; IL2CPP_EXTERN_C String_t* _stringLiteralCC03AFCC04F597D440D4CAA85BBBC4BED32615E2; IL2CPP_EXTERN_C String_t* _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D; IL2CPP_EXTERN_C String_t* _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294; IL2CPP_EXTERN_C String_t* _stringLiteralCE785894E8E51103FC877761B304C91B5208DFC1; IL2CPP_EXTERN_C String_t* _stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589; IL2CPP_EXTERN_C String_t* _stringLiteralD260FF9707B559F8B0D3C521E066FA30B9C6ECAD; IL2CPP_EXTERN_C String_t* _stringLiteralD502B45ADED04BC657D718D474FBEAA443A1571B; IL2CPP_EXTERN_C String_t* _stringLiteralD563997CDCF40B1A5AB801C16C2FEE93606C69BA; IL2CPP_EXTERN_C String_t* _stringLiteralD8EA9923B74BD243E764B8F9D62174B9D637CB97; IL2CPP_EXTERN_C String_t* _stringLiteralD97B7130543EE542A2365AA6641D7774BE8B7F42; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDCF160F0C9991A2EEF7923C292DD01F9EF8AE496; IL2CPP_EXTERN_C String_t* _stringLiteralDD28D20543989F54A4DB90E000211D64618E6DC2; IL2CPP_EXTERN_C String_t* _stringLiteralDD3981512CDFC92BB6D68026F6C64F665919B5D3; IL2CPP_EXTERN_C String_t* _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735; IL2CPP_EXTERN_C String_t* _stringLiteralE4DF3C994A9BF2E6F997C530F2F0FA989DB8F264; IL2CPP_EXTERN_C String_t* _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145; IL2CPP_EXTERN_C String_t* _stringLiteralE747E42691F0DD76679CD127734EA2AEFD41DBBF; IL2CPP_EXTERN_C String_t* _stringLiteralE78E54733A28E05A3C2235069433EA02B56D5DFC; IL2CPP_EXTERN_C String_t* _stringLiteralE8026C551838811FF903F96C4CAD2B20A0E253CC; IL2CPP_EXTERN_C String_t* _stringLiteralE83DD086DADB7392E73F9296DA1B2936D7CA7E03; IL2CPP_EXTERN_C String_t* _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralEC789006211AC85654D89988346DCA3D9D739333; IL2CPP_EXTERN_C String_t* _stringLiteralEE176632DE607455D8EC21A4989B680B276323C0; IL2CPP_EXTERN_C String_t* _stringLiteralEF7ECE42663E22F8CF76EAAF109DE42E9A8673F0; IL2CPP_EXTERN_C String_t* _stringLiteralF00BE1B8F8F8704D8031CEEACFE9F693599E3465; IL2CPP_EXTERN_C String_t* _stringLiteralF1B82FEFD2BACE794C802C79DAE3304CC0B833C3; IL2CPP_EXTERN_C String_t* _stringLiteralF35DC6ECAD41882934D1BF34A7616611907207EA; IL2CPP_EXTERN_C String_t* _stringLiteralF4267D5792649FC3A00D3C51057DF44A9487EA73; IL2CPP_EXTERN_C String_t* _stringLiteralF670845214D31BAA1D7A0C05C8C5C3D23FB5E589; IL2CPP_EXTERN_C String_t* _stringLiteralF7F2EA94F25E42499DF1BBEA8E07B2BB10492332; IL2CPP_EXTERN_C String_t* _stringLiteralFB401F0AE1AA2B1543BBC61D34CB000EAF9B88D2; IL2CPP_EXTERN_C String_t* _stringLiteralFBC94C2E97469EC3DBBDD3904B8740F1C5380D73; IL2CPP_EXTERN_C String_t* _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C; IL2CPP_EXTERN_C String_t* _stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A; IL2CPP_EXTERN_C String_t* _stringLiteralFF2E7A6136AC44D2366B770F6194566A67F6ECC1; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m20FF615BCE38F17C5A42FA9505E87A390CC7CC68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInChildren_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m8B77ED14B17BE64014C609EC70C3827526114016_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m6B4B1A29C7421E5798EB7161D59CE1787962457F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mBDCA7008984F36FA7F31752663BADC5D1079BE68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m17F84A4DAB52CBC00403CE783107A8481E585D16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m8114BF3740AEAE59A1323FE6FC4259143EC55B72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m76DA1CA772747AADD061168D13ED7F0213E6855D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m825C4692211EB1CCAE27F120546AEA930D24BAE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3CBB08A50EE2E41A3F6CECD1F8A6694E6B75EBA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCF2B7BD619BEB1C899699C6E4E4BD294F965EA2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m23BF29432F6F91DB29AAB7BEB9F4BC34BC2E4226_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m5A17FB104B4A7E02B08FBEE10F3407C7EAD9D7BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m8F224C4E825FECB1619E310C75653C37B42976CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF55AD666318EE3D39D6D7DD4EE1A1D56BA51D8FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4_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_mA95AE07AB1D9B534F695BD1A033B28EF6E4984B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2D731B79390C49767D6253F03C341DD8C100898E_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_m6FAC82941D16F100C7541E0D2B1F72588A479413_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m09A7758A5D13F685D8ECBBFFA8F8DCDE21304DEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m161B3A7FA010BCF050729128637E193524AF64A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mFE26CF9EE51E7D5020E4C316B955C842AA447DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisArrowSync_t120ECE91237A141D58A2FD2CF93010D5537FD071_mD56B0DE2BC1FA3CC105085C120EAF1A32D2C105D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m52B7F20227C5A4F6E219C0BE93823539D7387C70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_m4F44877F7F8BBE94CFB06206CB404FF4DC882967_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HomeView_RenderFriendList_mE58961A2927D75B022F1D73C42711EF032DC4F70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HomeView_RenderFriendRankList_m391BB3EAB465BD8F5DC1E39A2A0CEE156F3484CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HunterGameSettleView_GoHomeLogic_mC27EB96A483D814FCFE6613682A135402C664380_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisList_1_t7C0B5E7188616B8EF216C396D25B44EF6FE9A2D2_m0F59263D6D58BD83F1D8E36AD53B59F2D1DF2E10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisList_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_mC8F289B07A8A063ACD77146B622DABA0D380CFA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_DeserializeObject_TisSyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_m565E5A350A86E250989B57449CA078F3441822ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m39C8981F0F2B515D4D14CCB5C65269F09DA8EFE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m82E47575854CCC74D41782C1CA6B4C699FB2385E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_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_mDE3A5DB690237CEDBB962EC25C7C5FD3C5128540_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF5587DC95D3CA3BBF28969585F5658B010D2377E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m44554B314D1CD00702F1B4283F3795F7A0BE7010_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7A268EA79073834159FCB63EF273DE5C51EF3648_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA9020F21C3D9183B9D91179674C08C4598980E67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221_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_mBC75B55423D7AF5FCC2854732D959C9733316C5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m91223CB80F488E9CBB127B7457B1A2066C408E7B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MeUserInfo_U3CShowModalForSaveU3Eb__12_1_m77CD53B7A53FCAA9E3C346642B6C29C0BE984B3D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_m23A953919D738C214021CAC5B5F3494CC502938E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnlineHelper_onReceivePKGameData_m8D524DDF15DAD6B46B8E3C7C47A5868687C17C3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PKGameSettleView_GoHomeLogic_m1546755EF68F70DBA368B6A557ECEAFC753E21D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SequenceNumber_NextValue_mA534FD7CC3A45D42778260080B5EC2B62AA75CAE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCompleteUserInfoU3Ed__3_System_Collections_IEnumerator_Reset_mE81D4B8C9D673D0C5CCF9BB3DFBFAA3BB9FA40CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayDestroyU3Ed__23_System_Collections_IEnumerator_Reset_m46C07082D130497E799B087B264C3DF5375260CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayGetKeyboardHeightU3Ed__14_System_Collections_IEnumerator_Reset_mBABF7BA5F9FC05FCE9F587C6C1C34AD2324D202E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDoBobCycleU3Ed__4_System_Collections_IEnumerator_Reset_m113C61E01B625F04FCDCB54A3F408E3BBDA8010C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CExecuteConfigU3Ed__14_System_Collections_IEnumerator_Reset_mF456519401972327EF6203A003B372C68C506E1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CListUsernamesByEmailU3Ed__6_System_Collections_IEnumerator_Reset_mEF4F02E82641883589BF9D7E1A99F9BE673EF15F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CListUsernamesByPhoneU3Ed__7_System_Collections_IEnumerator_Reset_m395F61979DB591B70DBC8461085D81844E6B9EC0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadSceneOnEnterGameU3Ed__18_System_Collections_IEnumerator_Reset_mB18419DB7E527F662FDF9144029839CA1E69924C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoginByPhoneU3Ed__4_System_Collections_IEnumerator_Reset_mF9ABD47A010DC4D3637B2CE6C424F8516B3E61A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoginByTokenU3Ed__5_System_Collections_IEnumerator_Reset_m5AA621761E5FE5B9C69B7B72C2EDDD49BD59C833_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoginNormalU3Ed__0_System_Collections_IEnumerator_Reset_m5A25D63F4780BC1D64BCEC40CC83553CFC63680E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRefreshFriendBarU3Ed__23_System_Collections_IEnumerator_Reset_m8FC82A8757C6E80CE1DF544D6F08BD96AE7ECD7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRefreshFriendRankBarU3Ed__25_System_Collections_IEnumerator_Reset_mCDED2CF1B81A3799A564F08F781B013754C779C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRegister2U3Ed__2_System_Collections_IEnumerator_Reset_mF02D1BF3521893231BE43C3634F0F8FC9586DAE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRegisterU3Ed__1_System_Collections_IEnumerator_Reset_m03BD78D74E2BC0DF7289F8D554C24E35E7B0A611_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CResetCoroutineU3Ed__6_System_Collections_IEnumerator_Reset_m149B3BE7E2CC36FE99172D68509239A467DC5D62_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CResetPasswordU3Ed__8_System_Collections_IEnumerator_Reset_m8BB286A3131BEE1D9DAED8F43F5164ADDFC1B585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSendPhoneValidateCodeU3Ed__0_System_Collections_IEnumerator_Reset_mE9BA96F78D375D00072B8FE4B5E30960CEF098C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m809AC76CDDA11F1B03907A7BF03939F0645577C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitConfigsU3Eb__10_38_mB16075AF8E80799D193A880AEFF4F01457323184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInitConfigsU3Eb__10_45_mEA2AAD52E586E49879A168B62129C2F0D54D21A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__32_mC3EBADB0F031F6226C4E39715DFD8A9162917E6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__33_mB47967E24E62AC8E295161BC19FA05CC0D0ED6D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__34_m515AA330871D6351F7E6EAD2CEB6F72F7DFDA5E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m0E2DD79337D60BFB99C5F41E986F74CC3C3A7BED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_10_U3CInitConfigsU3Eb__54_m077A6EEC4E4CC0D251FFEC3E7F8C5B30FA407ACE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__55_m133426DAD1C08EAB8BE26C2130B7C335F9E34934_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__56_m3111216874721B4AA769D9FF3A651DA38CD5B061_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__57_m9463D1CF4DA6F50869E0F1AAB645956E66B36871_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__58_m2723BCCDA5D4E2AAE46E5475F01C102EBBB37E9C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__59_mF957D654F7164E5B353EBE1AB1D1AAD55C33A924_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__60_mCC5605E54DA019A43BC9ADCA70A2CCBB9FC7AFC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__61_m90BF3C9F048509141864F7A7523F37A7B93D6E16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_1_U3CInitConfigsU3Eb__35_m4317FD1F4A4A2B9FA3E3FC3CA0307DCA46D2DD91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__36_mAA6CC0F1921A93F91888211EF9038C569EA06EA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__37_m6DD28F549B5F523BC8832B93EF3F07316C0125BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__39_m9CEDC74929CA6C1D4060A5FD3C3C534E386370A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__40_m5C46103986CAB9321890C83B3A5B28D8110E3EB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__41_mC8BBD3876B0DDD8223D9121C97ACDF06FEC23C8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_4_U3CInitConfigsU3Eb__42_m3A1CF75E1EB4D1044EB6590CC2A53E93C584E8B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__43_mF4860C63DD46BD3601097A71C598AB56E7E85479_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__44_m5BF33A302EBC5B954C706AA3BB26E3C44C6C2D41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__46_m822BF72D7C550ADBEC866FE1C1C285CF629028D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__47_m1292939354B39F32198B7A488BBACB74AEB4DCC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__48_mE6F322E7E3BF8F255347A0AAEBB096F343185F92_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_7_U3CInitConfigsU3Eb__49_mD21FD601C9AB4C872EB5F2BCE3B3905D2523A728_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__50_mC63740D68B70CFFBD2008CD89F1F6BEBF24D7E95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__51_mE8ED2CC1014B5CBF2D73F6235F06003E82C61F8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__52_m3996D31116514D7E38D8C7833542BE99D0058600_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__53_mD28A70DC82766BB32384CDF79BFF5D1E77B10819_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_1_U3COnClick_BindPhoneU3Eb__1_m3A3EE1CAA6125B81EF94662B4A84BD5010E39710_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_1_U3COnClick_BindEmailU3Eb__1_m6BADDED2F26975AAD061EAFD287E6A8453A6F144_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__1_m4895FEF5EACFC5C3EE1291295A82E5C7C56C25D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__2_m9230184EEC625A267094CD62D3E812915F3A3E2F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CValidatePhoneU3Ed__1_System_Collections_IEnumerator_Reset_mC6F4C38731394E303BAD9CA37774A9D24914C2C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CreadInfoU3Ed__190_System_Collections_IEnumerator_Reset_mD6261BC49F228E24F5515EA31C1330F84E3C51B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* TimeLimitGameMode_tADB7075906DA98505AB851F538D7AC8A48F5B500_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 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; struct KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7; struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; 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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 : 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_t6D1E9D94A0E0524149631DB8316F84071C65EC89* ___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_t24AD333C3D6B86F7F15889EB64BD1E4510E0AB4C * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9B1429579D68AD47B8BCFED80AA9E144060DEC74 * ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___entries_1)); } inline EntryU5BU5D_t6D1E9D94A0E0524149631DB8316F84071C65EC89* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t6D1E9D94A0E0524149631DB8316F84071C65EC89** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t6D1E9D94A0E0524149631DB8316F84071C65EC89* 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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___keys_7)); } inline KeyCollection_t24AD333C3D6B86F7F15889EB64BD1E4510E0AB4C * get_keys_7() const { return ___keys_7; } inline KeyCollection_t24AD333C3D6B86F7F15889EB64BD1E4510E0AB4C ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t24AD333C3D6B86F7F15889EB64BD1E4510E0AB4C * 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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ___values_8)); } inline ValueCollection_t9B1429579D68AD47B8BCFED80AA9E144060DEC74 * get_values_8() const { return ___values_8; } inline ValueCollection_t9B1429579D68AD47B8BCFED80AA9E144060DEC74 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9B1429579D68AD47B8BCFED80AA9E144060DEC74 * 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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 : 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_t3B84A01F77647EA637A5288CDDE606485A06ABD1* ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____slots_8)); } inline SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t3B84A01F77647EA637A5288CDDE606485A06ABD1* 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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 : 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_t0AE906AEB021E70A8C465C39ADD28C2B4884604D* ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____slots_8)); } inline SlotU5BU5D_t0AE906AEB021E70A8C465C39ADD28C2B4884604D* get__slots_8() const { return ____slots_8; } inline SlotU5BU5D_t0AE906AEB021E70A8C465C39ADD28C2B4884604D** get_address_of__slots_8() { return &____slots_8; } inline void set__slots_8(SlotU5BU5D_t0AE906AEB021E70A8C465C39ADD28C2B4884604D* 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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_t45F75268054D01D9E70EB33D7F6D2FA609DB9229, ____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_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_t8E3A10B51FC368DC36294228845D2A24E3C121F1 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D* ____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_t8E3A10B51FC368DC36294228845D2A24E3C121F1, ____items_1)); } inline RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D* get__items_1() const { return ____items_1; } inline RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D* 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_t8E3A10B51FC368DC36294228845D2A24E3C121F1, ____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_t8E3A10B51FC368DC36294228845D2A24E3C121F1, ____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_t8E3A10B51FC368DC36294228845D2A24E3C121F1, ____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_t8E3A10B51FC368DC36294228845D2A24E3C121F1_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_StaticFields, ____emptyArray_5)); } inline RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D* get__emptyArray_5() const { return ____emptyArray_5; } inline RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RabbitSyncDataU5BU5D_tFFA8F12A10C08DEFB74B1ECBCCFE56A75310416D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE* ____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_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE, ____items_1)); } inline RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE* get__items_1() const { return ____items_1; } inline RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE* 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_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE, ____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_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE, ____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_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE, ____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_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE_StaticFields, ____emptyArray_5)); } inline RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE* get__emptyArray_5() const { return ____emptyArray_5; } inline RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RectU5BU5D_tD4F5052A6F89820365269FF4CA7C3EB1ACD4B1EE* 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_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____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_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____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); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____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_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____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_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____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_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields, ____emptyArray_5)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__emptyArray_5() const { return ____emptyArray_5; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* 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); } }; // JCUnityLib.Singleton`1 struct Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59 : public RuntimeObject { public: public: }; struct Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59_StaticFields, ___s_Instance_0)); } inline LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * get_s_Instance_0() const { return ___s_Instance_0; } inline LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_tCB65884174995A0DF27236A231594AB04102D7C7 : public RuntimeObject { public: public: }; struct Singleton_1_tCB65884174995A0DF27236A231594AB04102D7C7_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_tCB65884174995A0DF27236A231594AB04102D7C7_StaticFields, ___s_Instance_0)); } inline PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * get_s_Instance_0() const { return ___s_Instance_0; } inline PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_tB9ED5E2050BDA754223BD2E8AF1A385BD99D30ED : public RuntimeObject { public: public: }; struct Singleton_1_tB9ED5E2050BDA754223BD2E8AF1A385BD99D30ED_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_tB9ED5E2050BDA754223BD2E8AF1A385BD99D30ED_StaticFields, ___s_Instance_0)); } inline UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * get_s_Instance_0() const { return ___s_Instance_0; } inline UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter::privateKey bool ___privateKey_0; public: inline static int32_t get_offset_of_privateKey_0() { return static_cast(offsetof(AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A, ___privateKey_0)); } inline bool get_privateKey_0() const { return ___privateKey_0; } inline bool* get_address_of_privateKey_0() { return &___privateKey_0; } inline void set_privateKey_0(bool value) { ___privateKey_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.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); } }; // System.Text.RegularExpressions.Capture struct Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Capture::_text String_t* ____text_0; // System.Int32 System.Text.RegularExpressions.Capture::_index int32_t ____index_1; // System.Int32 System.Text.RegularExpressions.Capture::_length int32_t ____length_2; public: inline static int32_t get_offset_of__text_0() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____text_0)); } inline String_t* get__text_0() const { return ____text_0; } inline String_t** get_address_of__text_0() { return &____text_0; } inline void set__text_0(String_t* value) { ____text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____text_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____index_1)); } inline int32_t get__index_1() const { return ____index_1; } inline int32_t* get_address_of__index_1() { return &____index_1; } inline void set__index_1(int32_t value) { ____index_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::id CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id_1; public: inline static int32_t get_offset_of_id_1() { return static_cast(offsetof(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490, ___id_1)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_id_1() const { return ___id_1; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_id_1() { return &___id_1; } inline void set_id_1(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___id_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_1), (void*)value); } }; // 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); } }; // LitJson.FsmContext struct FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 : public RuntimeObject { public: // System.Boolean LitJson.FsmContext::Return bool ___Return_0; // System.Int32 LitJson.FsmContext::NextState int32_t ___NextState_1; // LitJson.Lexer LitJson.FsmContext::L Lexer_tD33701B5D4609BBCE8D9A481525FEBDCC7074DAC * ___L_2; // System.Int32 LitJson.FsmContext::StateStack int32_t ___StateStack_3; public: inline static int32_t get_offset_of_Return_0() { return static_cast(offsetof(FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0, ___Return_0)); } inline bool get_Return_0() const { return ___Return_0; } inline bool* get_address_of_Return_0() { return &___Return_0; } inline void set_Return_0(bool value) { ___Return_0 = value; } inline static int32_t get_offset_of_NextState_1() { return static_cast(offsetof(FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0, ___NextState_1)); } inline int32_t get_NextState_1() const { return ___NextState_1; } inline int32_t* get_address_of_NextState_1() { return &___NextState_1; } inline void set_NextState_1(int32_t value) { ___NextState_1 = value; } inline static int32_t get_offset_of_L_2() { return static_cast(offsetof(FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0, ___L_2)); } inline Lexer_tD33701B5D4609BBCE8D9A481525FEBDCC7074DAC * get_L_2() const { return ___L_2; } inline Lexer_tD33701B5D4609BBCE8D9A481525FEBDCC7074DAC ** get_address_of_L_2() { return &___L_2; } inline void set_L_2(Lexer_tD33701B5D4609BBCE8D9A481525FEBDCC7074DAC * value) { ___L_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_2), (void*)value); } inline static int32_t get_offset_of_StateStack_3() { return static_cast(offsetof(FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0, ___StateStack_3)); } inline int32_t get_StateStack_3() const { return ___StateStack_3; } inline int32_t* get_address_of_StateStack_3() { return &___StateStack_3; } inline void set_StateStack_3(int32_t value) { ___StateStack_3 = value; } }; // GameMode struct GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 : public RuntimeObject { public: // GameMgr GameMode::gameMgr GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * ___gameMgr_0; // System.Collections.Generic.HashSet`1 GameMode::timeCountingPauseLockers HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * ___timeCountingPauseLockers_1; public: inline static int32_t get_offset_of_gameMgr_0() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___gameMgr_0)); } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * get_gameMgr_0() const { return ___gameMgr_0; } inline GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 ** get_address_of_gameMgr_0() { return &___gameMgr_0; } inline void set_gameMgr_0(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * value) { ___gameMgr_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMgr_0), (void*)value); } inline static int32_t get_offset_of_timeCountingPauseLockers_1() { return static_cast(offsetof(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82, ___timeCountingPauseLockers_1)); } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * get_timeCountingPauseLockers_1() const { return ___timeCountingPauseLockers_1; } inline HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B ** get_address_of_timeCountingPauseLockers_1() { return &___timeCountingPauseLockers_1; } inline void set_timeCountingPauseLockers_1(HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * value) { ___timeCountingPauseLockers_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeCountingPauseLockers_1), (void*)value); } }; // BestHTTP.Forms.HTTPFieldData struct HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E : public RuntimeObject { public: // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CNameU3Ek__BackingField_0; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CFileNameU3Ek__BackingField_1; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CMimeTypeU3Ek__BackingField_2; // System.Text.Encoding BestHTTP.Forms.HTTPFieldData::k__BackingField Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * ___U3CEncodingU3Ek__BackingField_3; // System.String BestHTTP.Forms.HTTPFieldData::k__BackingField String_t* ___U3CTextU3Ek__BackingField_4; // System.Byte[] BestHTTP.Forms.HTTPFieldData::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CBinaryU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_0() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CNameU3Ek__BackingField_0)); } inline String_t* get_U3CNameU3Ek__BackingField_0() const { return ___U3CNameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_0() { return &___U3CNameU3Ek__BackingField_0; } inline void set_U3CNameU3Ek__BackingField_0(String_t* value) { ___U3CNameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CFileNameU3Ek__BackingField_1() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CFileNameU3Ek__BackingField_1)); } inline String_t* get_U3CFileNameU3Ek__BackingField_1() const { return ___U3CFileNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CFileNameU3Ek__BackingField_1() { return &___U3CFileNameU3Ek__BackingField_1; } inline void set_U3CFileNameU3Ek__BackingField_1(String_t* value) { ___U3CFileNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CFileNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CMimeTypeU3Ek__BackingField_2() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CMimeTypeU3Ek__BackingField_2)); } inline String_t* get_U3CMimeTypeU3Ek__BackingField_2() const { return ___U3CMimeTypeU3Ek__BackingField_2; } inline String_t** get_address_of_U3CMimeTypeU3Ek__BackingField_2() { return &___U3CMimeTypeU3Ek__BackingField_2; } inline void set_U3CMimeTypeU3Ek__BackingField_2(String_t* value) { ___U3CMimeTypeU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMimeTypeU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CEncodingU3Ek__BackingField_3() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CEncodingU3Ek__BackingField_3)); } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * get_U3CEncodingU3Ek__BackingField_3() const { return ___U3CEncodingU3Ek__BackingField_3; } inline Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 ** get_address_of_U3CEncodingU3Ek__BackingField_3() { return &___U3CEncodingU3Ek__BackingField_3; } inline void set_U3CEncodingU3Ek__BackingField_3(Encoding_tE901442411E2E70039D2A4AE77FB81C3D6064827 * value) { ___U3CEncodingU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEncodingU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CTextU3Ek__BackingField_4() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CTextU3Ek__BackingField_4)); } inline String_t* get_U3CTextU3Ek__BackingField_4() const { return ___U3CTextU3Ek__BackingField_4; } inline String_t** get_address_of_U3CTextU3Ek__BackingField_4() { return &___U3CTextU3Ek__BackingField_4; } inline void set_U3CTextU3Ek__BackingField_4(String_t* value) { ___U3CTextU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTextU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CBinaryU3Ek__BackingField_5() { return static_cast(offsetof(HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E, ___U3CBinaryU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CBinaryU3Ek__BackingField_5() const { return ___U3CBinaryU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CBinaryU3Ek__BackingField_5() { return &___U3CBinaryU3Ek__BackingField_5; } inline void set_U3CBinaryU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CBinaryU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBinaryU3Ek__BackingField_5), (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); } }; // LitJson.JsonMapper struct JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5 : public RuntimeObject { public: public: }; struct JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields { public: // System.Int32 LitJson.JsonMapper::max_nesting_depth int32_t ___max_nesting_depth_0; // System.IFormatProvider LitJson.JsonMapper::datetime_format RuntimeObject* ___datetime_format_1; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::base_exporters_table RuntimeObject* ___base_exporters_table_2; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::custom_exporters_table RuntimeObject* ___custom_exporters_table_3; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::base_importers_table RuntimeObject* ___base_importers_table_4; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::custom_importers_table RuntimeObject* ___custom_importers_table_5; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::array_metadata RuntimeObject* ___array_metadata_6; // System.Object LitJson.JsonMapper::array_metadata_lock RuntimeObject * ___array_metadata_lock_7; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::conv_ops RuntimeObject* ___conv_ops_8; // System.Object LitJson.JsonMapper::conv_ops_lock RuntimeObject * ___conv_ops_lock_9; // System.Collections.Generic.IDictionary`2 LitJson.JsonMapper::object_metadata RuntimeObject* ___object_metadata_10; // System.Object LitJson.JsonMapper::object_metadata_lock RuntimeObject * ___object_metadata_lock_11; // System.Collections.Generic.IDictionary`2> LitJson.JsonMapper::type_properties RuntimeObject* ___type_properties_12; // System.Object LitJson.JsonMapper::type_properties_lock RuntimeObject * ___type_properties_lock_13; // LitJson.JsonWriter LitJson.JsonMapper::static_writer JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___static_writer_14; // System.Object LitJson.JsonMapper::static_writer_lock RuntimeObject * ___static_writer_lock_15; public: inline static int32_t get_offset_of_max_nesting_depth_0() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___max_nesting_depth_0)); } inline int32_t get_max_nesting_depth_0() const { return ___max_nesting_depth_0; } inline int32_t* get_address_of_max_nesting_depth_0() { return &___max_nesting_depth_0; } inline void set_max_nesting_depth_0(int32_t value) { ___max_nesting_depth_0 = value; } inline static int32_t get_offset_of_datetime_format_1() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___datetime_format_1)); } inline RuntimeObject* get_datetime_format_1() const { return ___datetime_format_1; } inline RuntimeObject** get_address_of_datetime_format_1() { return &___datetime_format_1; } inline void set_datetime_format_1(RuntimeObject* value) { ___datetime_format_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___datetime_format_1), (void*)value); } inline static int32_t get_offset_of_base_exporters_table_2() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___base_exporters_table_2)); } inline RuntimeObject* get_base_exporters_table_2() const { return ___base_exporters_table_2; } inline RuntimeObject** get_address_of_base_exporters_table_2() { return &___base_exporters_table_2; } inline void set_base_exporters_table_2(RuntimeObject* value) { ___base_exporters_table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_exporters_table_2), (void*)value); } inline static int32_t get_offset_of_custom_exporters_table_3() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___custom_exporters_table_3)); } inline RuntimeObject* get_custom_exporters_table_3() const { return ___custom_exporters_table_3; } inline RuntimeObject** get_address_of_custom_exporters_table_3() { return &___custom_exporters_table_3; } inline void set_custom_exporters_table_3(RuntimeObject* value) { ___custom_exporters_table_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___custom_exporters_table_3), (void*)value); } inline static int32_t get_offset_of_base_importers_table_4() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___base_importers_table_4)); } inline RuntimeObject* get_base_importers_table_4() const { return ___base_importers_table_4; } inline RuntimeObject** get_address_of_base_importers_table_4() { return &___base_importers_table_4; } inline void set_base_importers_table_4(RuntimeObject* value) { ___base_importers_table_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___base_importers_table_4), (void*)value); } inline static int32_t get_offset_of_custom_importers_table_5() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___custom_importers_table_5)); } inline RuntimeObject* get_custom_importers_table_5() const { return ___custom_importers_table_5; } inline RuntimeObject** get_address_of_custom_importers_table_5() { return &___custom_importers_table_5; } inline void set_custom_importers_table_5(RuntimeObject* value) { ___custom_importers_table_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___custom_importers_table_5), (void*)value); } inline static int32_t get_offset_of_array_metadata_6() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___array_metadata_6)); } inline RuntimeObject* get_array_metadata_6() const { return ___array_metadata_6; } inline RuntimeObject** get_address_of_array_metadata_6() { return &___array_metadata_6; } inline void set_array_metadata_6(RuntimeObject* value) { ___array_metadata_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_metadata_6), (void*)value); } inline static int32_t get_offset_of_array_metadata_lock_7() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___array_metadata_lock_7)); } inline RuntimeObject * get_array_metadata_lock_7() const { return ___array_metadata_lock_7; } inline RuntimeObject ** get_address_of_array_metadata_lock_7() { return &___array_metadata_lock_7; } inline void set_array_metadata_lock_7(RuntimeObject * value) { ___array_metadata_lock_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___array_metadata_lock_7), (void*)value); } inline static int32_t get_offset_of_conv_ops_8() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___conv_ops_8)); } inline RuntimeObject* get_conv_ops_8() const { return ___conv_ops_8; } inline RuntimeObject** get_address_of_conv_ops_8() { return &___conv_ops_8; } inline void set_conv_ops_8(RuntimeObject* value) { ___conv_ops_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___conv_ops_8), (void*)value); } inline static int32_t get_offset_of_conv_ops_lock_9() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___conv_ops_lock_9)); } inline RuntimeObject * get_conv_ops_lock_9() const { return ___conv_ops_lock_9; } inline RuntimeObject ** get_address_of_conv_ops_lock_9() { return &___conv_ops_lock_9; } inline void set_conv_ops_lock_9(RuntimeObject * value) { ___conv_ops_lock_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___conv_ops_lock_9), (void*)value); } inline static int32_t get_offset_of_object_metadata_10() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___object_metadata_10)); } inline RuntimeObject* get_object_metadata_10() const { return ___object_metadata_10; } inline RuntimeObject** get_address_of_object_metadata_10() { return &___object_metadata_10; } inline void set_object_metadata_10(RuntimeObject* value) { ___object_metadata_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___object_metadata_10), (void*)value); } inline static int32_t get_offset_of_object_metadata_lock_11() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___object_metadata_lock_11)); } inline RuntimeObject * get_object_metadata_lock_11() const { return ___object_metadata_lock_11; } inline RuntimeObject ** get_address_of_object_metadata_lock_11() { return &___object_metadata_lock_11; } inline void set_object_metadata_lock_11(RuntimeObject * value) { ___object_metadata_lock_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___object_metadata_lock_11), (void*)value); } inline static int32_t get_offset_of_type_properties_12() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___type_properties_12)); } inline RuntimeObject* get_type_properties_12() const { return ___type_properties_12; } inline RuntimeObject** get_address_of_type_properties_12() { return &___type_properties_12; } inline void set_type_properties_12(RuntimeObject* value) { ___type_properties_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_properties_12), (void*)value); } inline static int32_t get_offset_of_type_properties_lock_13() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___type_properties_lock_13)); } inline RuntimeObject * get_type_properties_lock_13() const { return ___type_properties_lock_13; } inline RuntimeObject ** get_address_of_type_properties_lock_13() { return &___type_properties_lock_13; } inline void set_type_properties_lock_13(RuntimeObject * value) { ___type_properties_lock_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_properties_lock_13), (void*)value); } inline static int32_t get_offset_of_static_writer_14() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___static_writer_14)); } inline JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * get_static_writer_14() const { return ___static_writer_14; } inline JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A ** get_address_of_static_writer_14() { return &___static_writer_14; } inline void set_static_writer_14(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * value) { ___static_writer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_writer_14), (void*)value); } inline static int32_t get_offset_of_static_writer_lock_15() { return static_cast(offsetof(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields, ___static_writer_lock_15)); } inline RuntimeObject * get_static_writer_lock_15() const { return ___static_writer_lock_15; } inline RuntimeObject ** get_address_of_static_writer_lock_15() { return &___static_writer_lock_15; } inline void set_static_writer_lock_15(RuntimeObject * value) { ___static_writer_lock_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___static_writer_lock_15), (void*)value); } }; // LitJson.JsonMockWrapper struct JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24 : public RuntimeObject { public: public: }; // LitJson.JsonWriter struct JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A : public RuntimeObject { public: // LitJson.WriterContext LitJson.JsonWriter::context WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * ___context_1; // System.Collections.Generic.Stack`1 LitJson.JsonWriter::ctx_stack Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 * ___ctx_stack_2; // System.Boolean LitJson.JsonWriter::has_reached_end bool ___has_reached_end_3; // System.Char[] LitJson.JsonWriter::hex_seq CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___hex_seq_4; // System.Int32 LitJson.JsonWriter::indentation int32_t ___indentation_5; // System.Int32 LitJson.JsonWriter::indent_value int32_t ___indent_value_6; // System.Text.StringBuilder LitJson.JsonWriter::inst_string_builder StringBuilder_t * ___inst_string_builder_7; // System.Boolean LitJson.JsonWriter::pretty_print bool ___pretty_print_8; // System.Boolean LitJson.JsonWriter::validate bool ___validate_9; // System.IO.TextWriter LitJson.JsonWriter::writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer_10; public: inline static int32_t get_offset_of_context_1() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___context_1)); } inline WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * get_context_1() const { return ___context_1; } inline WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 ** get_address_of_context_1() { return &___context_1; } inline void set_context_1(WriterContext_tF5B3EACFF8422E240058918EF5F9E83C618277F3 * value) { ___context_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___context_1), (void*)value); } inline static int32_t get_offset_of_ctx_stack_2() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___ctx_stack_2)); } inline Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 * get_ctx_stack_2() const { return ___ctx_stack_2; } inline Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 ** get_address_of_ctx_stack_2() { return &___ctx_stack_2; } inline void set_ctx_stack_2(Stack_1_t7B63F93F3C5FA452C37D6EC4E51A4F56AF3D7B92 * value) { ___ctx_stack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ctx_stack_2), (void*)value); } inline static int32_t get_offset_of_has_reached_end_3() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___has_reached_end_3)); } inline bool get_has_reached_end_3() const { return ___has_reached_end_3; } inline bool* get_address_of_has_reached_end_3() { return &___has_reached_end_3; } inline void set_has_reached_end_3(bool value) { ___has_reached_end_3 = value; } inline static int32_t get_offset_of_hex_seq_4() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___hex_seq_4)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_hex_seq_4() const { return ___hex_seq_4; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_hex_seq_4() { return &___hex_seq_4; } inline void set_hex_seq_4(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___hex_seq_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hex_seq_4), (void*)value); } inline static int32_t get_offset_of_indentation_5() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___indentation_5)); } inline int32_t get_indentation_5() const { return ___indentation_5; } inline int32_t* get_address_of_indentation_5() { return &___indentation_5; } inline void set_indentation_5(int32_t value) { ___indentation_5 = value; } inline static int32_t get_offset_of_indent_value_6() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___indent_value_6)); } inline int32_t get_indent_value_6() const { return ___indent_value_6; } inline int32_t* get_address_of_indent_value_6() { return &___indent_value_6; } inline void set_indent_value_6(int32_t value) { ___indent_value_6 = value; } inline static int32_t get_offset_of_inst_string_builder_7() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___inst_string_builder_7)); } inline StringBuilder_t * get_inst_string_builder_7() const { return ___inst_string_builder_7; } inline StringBuilder_t ** get_address_of_inst_string_builder_7() { return &___inst_string_builder_7; } inline void set_inst_string_builder_7(StringBuilder_t * value) { ___inst_string_builder_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_string_builder_7), (void*)value); } inline static int32_t get_offset_of_pretty_print_8() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___pretty_print_8)); } inline bool get_pretty_print_8() const { return ___pretty_print_8; } inline bool* get_address_of_pretty_print_8() { return &___pretty_print_8; } inline void set_pretty_print_8(bool value) { ___pretty_print_8 = value; } inline static int32_t get_offset_of_validate_9() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___validate_9)); } inline bool get_validate_9() const { return ___validate_9; } inline bool* get_address_of_validate_9() { return &___validate_9; } inline void set_validate_9(bool value) { ___validate_9 = value; } inline static int32_t get_offset_of_writer_10() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A, ___writer_10)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_writer_10() const { return ___writer_10; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_writer_10() { return &___writer_10; } inline void set_writer_10(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___writer_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_10), (void*)value); } }; struct JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A_StaticFields { public: // System.Globalization.NumberFormatInfo LitJson.JsonWriter::number_format NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___number_format_0; public: inline static int32_t get_offset_of_number_format_0() { return static_cast(offsetof(JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A_StaticFields, ___number_format_0)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_number_format_0() const { return ___number_format_0; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_number_format_0() { return &___number_format_0; } inline void set_number_format_0(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___number_format_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___number_format_0), (void*)value); } }; // UnityStandardAssets.Utility.LerpControlledBob struct LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 : public RuntimeObject { public: // System.Single UnityStandardAssets.Utility.LerpControlledBob::BobDuration float ___BobDuration_0; // System.Single UnityStandardAssets.Utility.LerpControlledBob::BobAmount float ___BobAmount_1; // System.Single UnityStandardAssets.Utility.LerpControlledBob::m_Offset float ___m_Offset_2; public: inline static int32_t get_offset_of_BobDuration_0() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___BobDuration_0)); } inline float get_BobDuration_0() const { return ___BobDuration_0; } inline float* get_address_of_BobDuration_0() { return &___BobDuration_0; } inline void set_BobDuration_0(float value) { ___BobDuration_0 = value; } inline static int32_t get_offset_of_BobAmount_1() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___BobAmount_1)); } inline float get_BobAmount_1() const { return ___BobAmount_1; } inline float* get_address_of_BobAmount_1() { return &___BobAmount_1; } inline void set_BobAmount_1(float value) { ___BobAmount_1 = value; } inline static int32_t get_offset_of_m_Offset_2() { return static_cast(offsetof(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214, ___m_Offset_2)); } inline float get_m_Offset_2() const { return ___m_Offset_2; } inline float* get_address_of_m_Offset_2() { return &___m_Offset_2; } inline void set_m_Offset_2(float value) { ___m_Offset_2 = 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; }; // MatchPlayerInfo struct MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B : public RuntimeObject { public: // System.Int32 MatchPlayerInfo::playerID int32_t ___playerID_0; // System.Int32 MatchPlayerInfo::avatarID int32_t ___avatarID_1; // System.String MatchPlayerInfo::nickname String_t* ___nickname_2; public: inline static int32_t get_offset_of_playerID_0() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___playerID_0)); } inline int32_t get_playerID_0() const { return ___playerID_0; } inline int32_t* get_address_of_playerID_0() { return &___playerID_0; } inline void set_playerID_0(int32_t value) { ___playerID_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___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(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B, ___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); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // PointCorrector struct PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 : public RuntimeObject { public: // Ellipse PointCorrector::ellipse Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * ___ellipse_0; // o0MagneticCalibraterEllipsoidFitting PointCorrector::MagCalibrater o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * ___MagCalibrater_1; // System.Int32 PointCorrector::angleDivisionValue int32_t ___angleDivisionValue_4; public: inline static int32_t get_offset_of_ellipse_0() { return static_cast(offsetof(PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8, ___ellipse_0)); } inline Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * get_ellipse_0() const { return ___ellipse_0; } inline Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 ** get_address_of_ellipse_0() { return &___ellipse_0; } inline void set_ellipse_0(Ellipse_t1347F1C3D2C32F1313145A4DB2E4A0889FB54182 * value) { ___ellipse_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ellipse_0), (void*)value); } inline static int32_t get_offset_of_MagCalibrater_1() { return static_cast(offsetof(PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8, ___MagCalibrater_1)); } inline o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * get_MagCalibrater_1() const { return ___MagCalibrater_1; } inline o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E ** get_address_of_MagCalibrater_1() { return &___MagCalibrater_1; } inline void set_MagCalibrater_1(o0MagneticCalibraterEllipsoidFitting_t6B74319245C8CB997D5B6DCA6E5FE40200B23F9E * value) { ___MagCalibrater_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MagCalibrater_1), (void*)value); } inline static int32_t get_offset_of_angleDivisionValue_4() { return static_cast(offsetof(PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8, ___angleDivisionValue_4)); } inline int32_t get_angleDivisionValue_4() const { return ___angleDivisionValue_4; } inline int32_t* get_address_of_angleDivisionValue_4() { return &___angleDivisionValue_4; } inline void set_angleDivisionValue_4(int32_t value) { ___angleDivisionValue_4 = value; } }; struct PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8_StaticFields { public: // PointCorrector PointCorrector::ins PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * ___ins_2; public: inline static int32_t get_offset_of_ins_2() { return static_cast(offsetof(PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8_StaticFields, ___ins_2)); } inline PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * get_ins_2() const { return ___ins_2; } inline PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 ** get_address_of_ins_2() { return &___ins_2; } inline void set_ins_2(PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * value) { ___ins_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_2), (void*)value); } }; // RabbitSyncData struct RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 : public RuntimeObject { public: // System.Int32 RabbitSyncData::id int32_t ___id_0; // System.Single RabbitSyncData::rx float ___rx_1; // System.Single RabbitSyncData::ry float ___ry_2; // System.Single RabbitSyncData::rz float ___rz_3; // System.Single RabbitSyncData::rw float ___rw_4; // System.Single RabbitSyncData::px float ___px_5; // System.Single RabbitSyncData::py float ___py_6; // System.Single RabbitSyncData::pz float ___pz_7; // System.Int32 RabbitSyncData::ai int32_t ___ai_8; // System.Int32 RabbitSyncData::ct int32_t ___ct_9; // System.Int32 RabbitSyncData::ii int32_t ___ii_10; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80, ___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; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream struct RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsProtocol BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mHandler TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * ___mHandler_5; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mInput Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___mInput_6; // System.IO.Stream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mOutput Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___mOutput_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mPendingCompression RuntimeObject* ___mPendingCompression_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadCompression RuntimeObject* ___mReadCompression_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCompression BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteCompression RuntimeObject* ___mWriteCompression_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mPendingCipher RuntimeObject* ___mPendingCipher_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadCipher RuntimeObject* ___mReadCipher_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsCipher BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteCipher RuntimeObject* ___mWriteCipher_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadSeqNo SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * ___mReadSeqNo_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteSeqNo SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * ___mWriteSeqNo_15; // System.IO.MemoryStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mBuffer MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * ___mBuffer_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsHandshakeHash BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mHandshakeHash RuntimeObject* ___mHandshakeHash_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mHandshakeHashUpdater BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * ___mHandshakeHashUpdater_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mReadVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mReadVersion_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.ProtocolVersion BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mWriteVersion ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * ___mWriteVersion_20; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mRestrictReadVersion bool ___mRestrictReadVersion_21; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mPlaintextLimit int32_t ___mPlaintextLimit_22; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mCompressedLimit int32_t ___mCompressedLimit_23; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream::mCiphertextLimit int32_t ___mCiphertextLimit_24; public: inline static int32_t get_offset_of_mHandler_5() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mHandler_5)); } inline TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * get_mHandler_5() const { return ___mHandler_5; } inline TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 ** get_address_of_mHandler_5() { return &___mHandler_5; } inline void set_mHandler_5(TlsProtocol_t0AF7CC5A58D00FFFD3D400269F4EFEF8E0A0AF69 * value) { ___mHandler_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandler_5), (void*)value); } inline static int32_t get_offset_of_mInput_6() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mInput_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_mInput_6() const { return ___mInput_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_mInput_6() { return &___mInput_6; } inline void set_mInput_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___mInput_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mInput_6), (void*)value); } inline static int32_t get_offset_of_mOutput_7() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mOutput_7)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_mOutput_7() const { return ___mOutput_7; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_mOutput_7() { return &___mOutput_7; } inline void set_mOutput_7(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___mOutput_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOutput_7), (void*)value); } inline static int32_t get_offset_of_mPendingCompression_8() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mPendingCompression_8)); } inline RuntimeObject* get_mPendingCompression_8() const { return ___mPendingCompression_8; } inline RuntimeObject** get_address_of_mPendingCompression_8() { return &___mPendingCompression_8; } inline void set_mPendingCompression_8(RuntimeObject* value) { ___mPendingCompression_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingCompression_8), (void*)value); } inline static int32_t get_offset_of_mReadCompression_9() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadCompression_9)); } inline RuntimeObject* get_mReadCompression_9() const { return ___mReadCompression_9; } inline RuntimeObject** get_address_of_mReadCompression_9() { return &___mReadCompression_9; } inline void set_mReadCompression_9(RuntimeObject* value) { ___mReadCompression_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadCompression_9), (void*)value); } inline static int32_t get_offset_of_mWriteCompression_10() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteCompression_10)); } inline RuntimeObject* get_mWriteCompression_10() const { return ___mWriteCompression_10; } inline RuntimeObject** get_address_of_mWriteCompression_10() { return &___mWriteCompression_10; } inline void set_mWriteCompression_10(RuntimeObject* value) { ___mWriteCompression_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteCompression_10), (void*)value); } inline static int32_t get_offset_of_mPendingCipher_11() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mPendingCipher_11)); } inline RuntimeObject* get_mPendingCipher_11() const { return ___mPendingCipher_11; } inline RuntimeObject** get_address_of_mPendingCipher_11() { return &___mPendingCipher_11; } inline void set_mPendingCipher_11(RuntimeObject* value) { ___mPendingCipher_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPendingCipher_11), (void*)value); } inline static int32_t get_offset_of_mReadCipher_12() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadCipher_12)); } inline RuntimeObject* get_mReadCipher_12() const { return ___mReadCipher_12; } inline RuntimeObject** get_address_of_mReadCipher_12() { return &___mReadCipher_12; } inline void set_mReadCipher_12(RuntimeObject* value) { ___mReadCipher_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadCipher_12), (void*)value); } inline static int32_t get_offset_of_mWriteCipher_13() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteCipher_13)); } inline RuntimeObject* get_mWriteCipher_13() const { return ___mWriteCipher_13; } inline RuntimeObject** get_address_of_mWriteCipher_13() { return &___mWriteCipher_13; } inline void set_mWriteCipher_13(RuntimeObject* value) { ___mWriteCipher_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteCipher_13), (void*)value); } inline static int32_t get_offset_of_mReadSeqNo_14() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadSeqNo_14)); } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * get_mReadSeqNo_14() const { return ___mReadSeqNo_14; } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 ** get_address_of_mReadSeqNo_14() { return &___mReadSeqNo_14; } inline void set_mReadSeqNo_14(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * value) { ___mReadSeqNo_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadSeqNo_14), (void*)value); } inline static int32_t get_offset_of_mWriteSeqNo_15() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteSeqNo_15)); } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * get_mWriteSeqNo_15() const { return ___mWriteSeqNo_15; } inline SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 ** get_address_of_mWriteSeqNo_15() { return &___mWriteSeqNo_15; } inline void set_mWriteSeqNo_15(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * value) { ___mWriteSeqNo_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteSeqNo_15), (void*)value); } inline static int32_t get_offset_of_mBuffer_16() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mBuffer_16)); } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * get_mBuffer_16() const { return ___mBuffer_16; } inline MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C ** get_address_of_mBuffer_16() { return &___mBuffer_16; } inline void set_mBuffer_16(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * value) { ___mBuffer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___mBuffer_16), (void*)value); } inline static int32_t get_offset_of_mHandshakeHash_17() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mHandshakeHash_17)); } inline RuntimeObject* get_mHandshakeHash_17() const { return ___mHandshakeHash_17; } inline RuntimeObject** get_address_of_mHandshakeHash_17() { return &___mHandshakeHash_17; } inline void set_mHandshakeHash_17(RuntimeObject* value) { ___mHandshakeHash_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeHash_17), (void*)value); } inline static int32_t get_offset_of_mHandshakeHashUpdater_18() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mHandshakeHashUpdater_18)); } inline BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * get_mHandshakeHashUpdater_18() const { return ___mHandshakeHashUpdater_18; } inline BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D ** get_address_of_mHandshakeHashUpdater_18() { return &___mHandshakeHashUpdater_18; } inline void set_mHandshakeHashUpdater_18(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * value) { ___mHandshakeHashUpdater_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___mHandshakeHashUpdater_18), (void*)value); } inline static int32_t get_offset_of_mReadVersion_19() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mReadVersion_19)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mReadVersion_19() const { return ___mReadVersion_19; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mReadVersion_19() { return &___mReadVersion_19; } inline void set_mReadVersion_19(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mReadVersion_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mReadVersion_19), (void*)value); } inline static int32_t get_offset_of_mWriteVersion_20() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mWriteVersion_20)); } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * get_mWriteVersion_20() const { return ___mWriteVersion_20; } inline ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 ** get_address_of_mWriteVersion_20() { return &___mWriteVersion_20; } inline void set_mWriteVersion_20(ProtocolVersion_t15E37D4A7EDC7F9F94B9A4A6149AC9F7F6C04915 * value) { ___mWriteVersion_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___mWriteVersion_20), (void*)value); } inline static int32_t get_offset_of_mRestrictReadVersion_21() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mRestrictReadVersion_21)); } inline bool get_mRestrictReadVersion_21() const { return ___mRestrictReadVersion_21; } inline bool* get_address_of_mRestrictReadVersion_21() { return &___mRestrictReadVersion_21; } inline void set_mRestrictReadVersion_21(bool value) { ___mRestrictReadVersion_21 = value; } inline static int32_t get_offset_of_mPlaintextLimit_22() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mPlaintextLimit_22)); } inline int32_t get_mPlaintextLimit_22() const { return ___mPlaintextLimit_22; } inline int32_t* get_address_of_mPlaintextLimit_22() { return &___mPlaintextLimit_22; } inline void set_mPlaintextLimit_22(int32_t value) { ___mPlaintextLimit_22 = value; } inline static int32_t get_offset_of_mCompressedLimit_23() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mCompressedLimit_23)); } inline int32_t get_mCompressedLimit_23() const { return ___mCompressedLimit_23; } inline int32_t* get_address_of_mCompressedLimit_23() { return &___mCompressedLimit_23; } inline void set_mCompressedLimit_23(int32_t value) { ___mCompressedLimit_23 = value; } inline static int32_t get_offset_of_mCiphertextLimit_24() { return static_cast(offsetof(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E, ___mCiphertextLimit_24)); } inline int32_t get_mCiphertextLimit_24() const { return ___mCiphertextLimit_24; } inline int32_t* get_address_of_mCiphertextLimit_24() { return &___mCiphertextLimit_24; } inline void set_mCiphertextLimit_24(int32_t value) { ___mCiphertextLimit_24 = value; } }; // 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); } }; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 : public RuntimeObject { public: // System.Int64 JCUnityLib.Throttler::m_lastPassTime int64_t ___m_lastPassTime_0; // System.Int64 JCUnityLib.Throttler::m_limitTimeMillis int64_t ___m_limitTimeMillis_1; public: inline static int32_t get_offset_of_m_lastPassTime_0() { return static_cast(offsetof(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246, ___m_lastPassTime_0)); } inline int64_t get_m_lastPassTime_0() const { return ___m_lastPassTime_0; } inline int64_t* get_address_of_m_lastPassTime_0() { return &___m_lastPassTime_0; } inline void set_m_lastPassTime_0(int64_t value) { ___m_lastPassTime_0 = value; } inline static int32_t get_offset_of_m_limitTimeMillis_1() { return static_cast(offsetof(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246, ___m_limitTimeMillis_1)); } inline int64_t get_m_limitTimeMillis_1() const { return ___m_limitTimeMillis_1; } inline int64_t* get_address_of_m_limitTimeMillis_1() { return &___m_limitTimeMillis_1; } inline void set_m_limitTimeMillis_1(int64_t value) { ___m_limitTimeMillis_1 = value; } }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_Calls_0)); } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = 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 { }; // 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); } }; // 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; } }; // BestHTTP.HTTPManager/<>c struct U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 : public RuntimeObject { public: public: }; struct U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_StaticFields { public: // BestHTTP.HTTPManager/<>c BestHTTP.HTTPManager/<>c::<>9 U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * ___U3CU3E9_0; // System.Predicate`1 BestHTTP.HTTPManager/<>c::<>9__104_0 Predicate_1_tC838A5EB8B3B9289CB9C0A2CF1806336669C565A * ___U3CU3E9__104_0_1; // System.Comparison`1 BestHTTP.HTTPManager/<>c::<>9__104_1 Comparison_1_t97B2A8BC9742CE824022B71E5E5A340C030DADC4 * ___U3CU3E9__104_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__104_0_1() { return static_cast(offsetof(U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_StaticFields, ___U3CU3E9__104_0_1)); } inline Predicate_1_tC838A5EB8B3B9289CB9C0A2CF1806336669C565A * get_U3CU3E9__104_0_1() const { return ___U3CU3E9__104_0_1; } inline Predicate_1_tC838A5EB8B3B9289CB9C0A2CF1806336669C565A ** get_address_of_U3CU3E9__104_0_1() { return &___U3CU3E9__104_0_1; } inline void set_U3CU3E9__104_0_1(Predicate_1_tC838A5EB8B3B9289CB9C0A2CF1806336669C565A * value) { ___U3CU3E9__104_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__104_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__104_1_2() { return static_cast(offsetof(U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_StaticFields, ___U3CU3E9__104_1_2)); } inline Comparison_1_t97B2A8BC9742CE824022B71E5E5A340C030DADC4 * get_U3CU3E9__104_1_2() const { return ___U3CU3E9__104_1_2; } inline Comparison_1_t97B2A8BC9742CE824022B71E5E5A340C030DADC4 ** get_address_of_U3CU3E9__104_1_2() { return &___U3CU3E9__104_1_2; } inline void set_U3CU3E9__104_1_2(Comparison_1_t97B2A8BC9742CE824022B71E5E5A340C030DADC4 * value) { ___U3CU3E9__104_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__104_1_2), (void*)value); } }; // BestHTTP.HTTPManager/<>c__DisplayClass94_0 struct U3CU3Ec__DisplayClass94_0_tAF390C495207D82599C243517BC7510C5F085B0A : public RuntimeObject { public: // BestHTTP.ConnectionBase BestHTTP.HTTPManager/<>c__DisplayClass94_0::conn ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * ___conn_0; public: inline static int32_t get_offset_of_conn_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass94_0_tAF390C495207D82599C243517BC7510C5F085B0A, ___conn_0)); } inline ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * get_conn_0() const { return ___conn_0; } inline ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 ** get_address_of_conn_0() { return &___conn_0; } inline void set_conn_0(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * value) { ___conn_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___conn_0), (void*)value); } }; // BestHTTP.HTTPRequest/<>c__DisplayClass236_0 struct U3CU3Ec__DisplayClass236_0_t5D73E77F88085755E0AC16CEC06D0F13B7D5F7BF : public RuntimeObject { public: // BestHTTP.Cookies.Cookie BestHTTP.HTTPRequest/<>c__DisplayClass236_0::customCookie Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * ___customCookie_0; public: inline static int32_t get_offset_of_customCookie_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass236_0_t5D73E77F88085755E0AC16CEC06D0F13B7D5F7BF, ___customCookie_0)); } inline Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * get_customCookie_0() const { return ___customCookie_0; } inline Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 ** get_address_of_customCookie_0() { return &___customCookie_0; } inline void set_customCookie_0(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * value) { ___customCookie_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookie_0), (void*)value); } }; // BestHTTP.HTTPRequest/<>c__DisplayClass237_0 struct U3CU3Ec__DisplayClass237_0_t6E177732B76E901E21CDA82DE87FFF83EC6F96E3 : public RuntimeObject { public: // BestHTTP.HTTPRequest BestHTTP.HTTPRequest/<>c__DisplayClass237_0::<>4__this HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CU3E4__this_0; // System.IO.Stream BestHTTP.HTTPRequest/<>c__DisplayClass237_0::stream Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass237_0_t6E177732B76E901E21CDA82DE87FFF83EC6F96E3, ___U3CU3E4__this_0)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_stream_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass237_0_t6E177732B76E901E21CDA82DE87FFF83EC6F96E3, ___stream_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_stream_1() const { return ___stream_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_stream_1() { return &___stream_1; } inline void set_stream_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___stream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_1), (void*)value); } }; // BestHTTP.Extensions.HeaderValue/<>c struct U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 : public RuntimeObject { public: public: }; struct U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields { public: // BestHTTP.Extensions.HeaderValue/<>c BestHTTP.Extensions.HeaderValue/<>c::<>9 U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Extensions.HeaderValue/<>c::<>9__18_0 Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * ___U3CU3E9__18_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__18_0_1() { return static_cast(offsetof(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields, ___U3CU3E9__18_0_1)); } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * get_U3CU3E9__18_0_1() const { return ___U3CU3E9__18_0_1; } inline Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A ** get_address_of_U3CU3E9__18_0_1() { return &___U3CU3E9__18_0_1; } inline void set_U3CU3E9__18_0_1(Func_2_t12237805D7B3E966E36DB4327BA1F80B724C4B9A * value) { ___U3CU3E9__18_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__18_0_1), (void*)value); } }; // HomeView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 : public RuntimeObject { public: // System.Action HomeView/<>c__DisplayClass13_0::onAgree Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onAgree_0; public: inline static int32_t get_offset_of_onAgree_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075, ___onAgree_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onAgree_0() const { return ___onAgree_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onAgree_0() { return &___onAgree_0; } inline void set_onAgree_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onAgree_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgree_0), (void*)value); } }; // HomeView/<>c__DisplayClass26_0 struct U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A : public RuntimeObject { public: // System.Int32 HomeView/<>c__DisplayClass26_0::rankNum int32_t ___rankNum_0; public: inline static int32_t get_offset_of_rankNum_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A, ___rankNum_0)); } inline int32_t get_rankNum_0() const { return ___rankNum_0; } inline int32_t* get_address_of_rankNum_0() { return &___rankNum_0; } inline void set_rankNum_0(int32_t value) { ___rankNum_0 = value; } }; // HomeView/d__23 struct U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D : public RuntimeObject { public: // System.Int32 HomeView/d__23::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HomeView/d__23::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HomeView HomeView/d__23::<>4__this HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D, ___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(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D, ___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(U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D, ___U3CU3E4__this_2)); } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // HomeView/d__25 struct U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE : public RuntimeObject { public: // System.Int32 HomeView/d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HomeView/d__25::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HomeView HomeView/d__25::<>4__this HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE, ___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(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE, ___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(U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE, ___U3CU3E4__this_2)); } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0 struct U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 : public RuntimeObject { public: // BestHTTP.Futures.Future`1 BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0::future Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * ___future_0; public: inline static int32_t get_offset_of_future_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631, ___future_0)); } inline Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * get_future_0() const { return ___future_0; } inline Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 ** get_address_of_future_0() { return &___future_0; } inline void set_future_0(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * value) { ___future_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___future_0), (void*)value); } }; // BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0 struct U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 : public RuntimeObject { public: // System.Action BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0::callback Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___callback_0; public: inline static int32_t get_offset_of_callback_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408, ___callback_0)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_callback_0() const { return ___callback_0; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_callback_0() { return &___callback_0; } inline void set_callback_0(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___callback_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_0), (void*)value); } }; // HuntGameSelectLevelView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 : public RuntimeObject { public: // System.Int32 HuntGameSelectLevelView/<>c__DisplayClass1_0::levelRecord int32_t ___levelRecord_0; // HuntGameSelectLevelView HuntGameSelectLevelView/<>c__DisplayClass1_0::<>4__this HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_levelRecord_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604, ___levelRecord_0)); } inline int32_t get_levelRecord_0() const { return ___levelRecord_0; } inline int32_t* get_address_of_levelRecord_0() { return &___levelRecord_0; } inline void set_levelRecord_0(int32_t value) { ___levelRecord_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604, ___U3CU3E4__this_1)); } inline HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HunterGamePlayerScoreCounter/<>c__DisplayClass2_0 struct U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6 : public RuntimeObject { public: // ChallengeGameModeLocalPK HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::gameModeLocalPK RuntimeObject* ___gameModeLocalPK_0; // HunterGamePlayerScoreCounter HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::<>4__this HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_gameModeLocalPK_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6, ___gameModeLocalPK_0)); } inline RuntimeObject* get_gameModeLocalPK_0() const { return ___gameModeLocalPK_0; } inline RuntimeObject** get_address_of_gameModeLocalPK_0() { return &___gameModeLocalPK_0; } inline void set_gameModeLocalPK_0(RuntimeObject* value) { ___gameModeLocalPK_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameModeLocalPK_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6, ___U3CU3E4__this_1)); } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HunterGameSettleView/<>c__DisplayClass1_0 struct U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665 : public RuntimeObject { public: // ChallengeGameMode HunterGameSettleView/<>c__DisplayClass1_0::gameMode ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * ___gameMode_0; // HunterGameSettleView HunterGameSettleView/<>c__DisplayClass1_0::<>4__this HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665, ___gameMode_0)); } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * get_gameMode_0() const { return ___gameMode_0; } inline ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665, ___U3CU3E4__this_1)); } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // HunterGameSettleView/<>c__DisplayClass3_0 struct U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED : public RuntimeObject { public: // HunterGameSettleView HunterGameSettleView/<>c__DisplayClass3_0::<>4__this HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * ___U3CU3E4__this_0; // PKMatchingView HunterGameSettleView/<>c__DisplayClass3_0::view PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * ___view_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED, ___U3CU3E4__this_0)); } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_view_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED, ___view_1)); } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * get_view_1() const { return ___view_1; } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC ** get_address_of_view_1() { return &___view_1; } inline void set_view_1(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * value) { ___view_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_1), (void*)value); } }; // HyperlinkText/HyperlinkInfo struct HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25 : public RuntimeObject { public: // System.Int32 HyperlinkText/HyperlinkInfo::StartIndex int32_t ___StartIndex_0; // System.Int32 HyperlinkText/HyperlinkInfo::EndIndex int32_t ___EndIndex_1; // System.String HyperlinkText/HyperlinkInfo::Name String_t* ___Name_2; // System.Collections.Generic.List`1 HyperlinkText/HyperlinkInfo::BoxList List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE * ___BoxList_3; public: inline static int32_t get_offset_of_StartIndex_0() { return static_cast(offsetof(HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25, ___StartIndex_0)); } inline int32_t get_StartIndex_0() const { return ___StartIndex_0; } inline int32_t* get_address_of_StartIndex_0() { return &___StartIndex_0; } inline void set_StartIndex_0(int32_t value) { ___StartIndex_0 = value; } inline static int32_t get_offset_of_EndIndex_1() { return static_cast(offsetof(HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25, ___EndIndex_1)); } inline int32_t get_EndIndex_1() const { return ___EndIndex_1; } inline int32_t* get_address_of_EndIndex_1() { return &___EndIndex_1; } inline void set_EndIndex_1(int32_t value) { ___EndIndex_1 = value; } inline static int32_t get_offset_of_Name_2() { return static_cast(offsetof(HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25, ___Name_2)); } inline String_t* get_Name_2() const { return ___Name_2; } inline String_t** get_address_of_Name_2() { return &___Name_2; } inline void set_Name_2(String_t* value) { ___Name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_2), (void*)value); } inline static int32_t get_offset_of_BoxList_3() { return static_cast(offsetof(HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25, ___BoxList_3)); } inline List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE * get_BoxList_3() const { return ___BoxList_3; } inline List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE ** get_address_of_BoxList_3() { return &___BoxList_3; } inline void set_BoxList_3(List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE * value) { ___BoxList_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___BoxList_3), (void*)value); } }; // InputFieldLayoutX/d__14 struct U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 : public RuntimeObject { public: // System.Int32 InputFieldLayoutX/d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Object InputFieldLayoutX/d__14::<>2__current RuntimeObject * ___U3CU3E2__current_1; // InputFieldLayoutX InputFieldLayoutX/d__14::<>4__this InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999, ___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(U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999, ___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(U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999, ___U3CU3E4__this_2)); } inline InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // LitJson.JsonMapper/<>c struct U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 : public RuntimeObject { public: public: }; struct U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields { public: // LitJson.JsonMapper/<>c LitJson.JsonMapper/<>c::<>9 U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * ___U3CU3E9_0; // LitJson.WrapperFactory LitJson.JsonMapper/<>c::<>9__25_0 WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * ___U3CU3E9__25_0_1; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_0 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_0_2; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_1 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_1_3; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_2 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_2_4; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_3 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_3_5; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_4 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_4_6; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_5 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_5_7; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_6 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_6_8; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_7 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_7_9; // LitJson.ExporterFunc LitJson.JsonMapper/<>c::<>9__26_8 ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * ___U3CU3E9__26_8_10; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_0 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_0_11; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_1 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_1_12; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_2 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_2_13; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_3 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_3_14; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_4 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_4_15; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_5 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_5_16; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_6 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_6_17; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_7 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_7_18; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_8 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_8_19; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_9 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_9_20; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_10 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_10_21; // LitJson.ImporterFunc LitJson.JsonMapper/<>c::<>9__27_11 ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * ___U3CU3E9__27_11_22; // LitJson.WrapperFactory LitJson.JsonMapper/<>c::<>9__32_0 WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * ___U3CU3E9__32_0_23; // LitJson.WrapperFactory LitJson.JsonMapper/<>c::<>9__33_0 WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * ___U3CU3E9__33_0_24; // LitJson.WrapperFactory LitJson.JsonMapper/<>c::<>9__34_0 WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * ___U3CU3E9__34_0_25; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__25_0_1() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__25_0_1)); } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * get_U3CU3E9__25_0_1() const { return ___U3CU3E9__25_0_1; } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C ** get_address_of_U3CU3E9__25_0_1() { return &___U3CU3E9__25_0_1; } inline void set_U3CU3E9__25_0_1(WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * value) { ___U3CU3E9__25_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__25_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_0_2() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_0_2)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_0_2() const { return ___U3CU3E9__26_0_2; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_0_2() { return &___U3CU3E9__26_0_2; } inline void set_U3CU3E9__26_0_2(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_0_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_1_3() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_1_3)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_1_3() const { return ___U3CU3E9__26_1_3; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_1_3() { return &___U3CU3E9__26_1_3; } inline void set_U3CU3E9__26_1_3(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_1_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_2_4() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_2_4)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_2_4() const { return ___U3CU3E9__26_2_4; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_2_4() { return &___U3CU3E9__26_2_4; } inline void set_U3CU3E9__26_2_4(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_2_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_3_5() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_3_5)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_3_5() const { return ___U3CU3E9__26_3_5; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_3_5() { return &___U3CU3E9__26_3_5; } inline void set_U3CU3E9__26_3_5(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_3_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_3_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_4_6() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_4_6)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_4_6() const { return ___U3CU3E9__26_4_6; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_4_6() { return &___U3CU3E9__26_4_6; } inline void set_U3CU3E9__26_4_6(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_4_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_4_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_5_7() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_5_7)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_5_7() const { return ___U3CU3E9__26_5_7; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_5_7() { return &___U3CU3E9__26_5_7; } inline void set_U3CU3E9__26_5_7(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_5_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_5_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_6_8() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_6_8)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_6_8() const { return ___U3CU3E9__26_6_8; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_6_8() { return &___U3CU3E9__26_6_8; } inline void set_U3CU3E9__26_6_8(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_6_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_6_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_7_9() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_7_9)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_7_9() const { return ___U3CU3E9__26_7_9; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_7_9() { return &___U3CU3E9__26_7_9; } inline void set_U3CU3E9__26_7_9(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_7_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_7_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_8_10() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__26_8_10)); } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * get_U3CU3E9__26_8_10() const { return ___U3CU3E9__26_8_10; } inline ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 ** get_address_of_U3CU3E9__26_8_10() { return &___U3CU3E9__26_8_10; } inline void set_U3CU3E9__26_8_10(ExporterFunc_t990009C675F597513B6CF9ACF400B391E9AE9773 * value) { ___U3CU3E9__26_8_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_8_10), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_0_11() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_0_11)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_0_11() const { return ___U3CU3E9__27_0_11; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_0_11() { return &___U3CU3E9__27_0_11; } inline void set_U3CU3E9__27_0_11(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_0_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_0_11), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_1_12() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_1_12)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_1_12() const { return ___U3CU3E9__27_1_12; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_1_12() { return &___U3CU3E9__27_1_12; } inline void set_U3CU3E9__27_1_12(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_1_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_1_12), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_2_13() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_2_13)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_2_13() const { return ___U3CU3E9__27_2_13; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_2_13() { return &___U3CU3E9__27_2_13; } inline void set_U3CU3E9__27_2_13(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_2_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_2_13), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_3_14() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_3_14)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_3_14() const { return ___U3CU3E9__27_3_14; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_3_14() { return &___U3CU3E9__27_3_14; } inline void set_U3CU3E9__27_3_14(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_3_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_3_14), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_4_15() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_4_15)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_4_15() const { return ___U3CU3E9__27_4_15; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_4_15() { return &___U3CU3E9__27_4_15; } inline void set_U3CU3E9__27_4_15(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_4_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_4_15), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_5_16() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_5_16)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_5_16() const { return ___U3CU3E9__27_5_16; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_5_16() { return &___U3CU3E9__27_5_16; } inline void set_U3CU3E9__27_5_16(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_5_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_5_16), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_6_17() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_6_17)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_6_17() const { return ___U3CU3E9__27_6_17; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_6_17() { return &___U3CU3E9__27_6_17; } inline void set_U3CU3E9__27_6_17(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_6_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_6_17), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_7_18() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_7_18)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_7_18() const { return ___U3CU3E9__27_7_18; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_7_18() { return &___U3CU3E9__27_7_18; } inline void set_U3CU3E9__27_7_18(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_7_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_7_18), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_8_19() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_8_19)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_8_19() const { return ___U3CU3E9__27_8_19; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_8_19() { return &___U3CU3E9__27_8_19; } inline void set_U3CU3E9__27_8_19(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_8_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_8_19), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_9_20() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_9_20)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_9_20() const { return ___U3CU3E9__27_9_20; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_9_20() { return &___U3CU3E9__27_9_20; } inline void set_U3CU3E9__27_9_20(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_9_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_9_20), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_10_21() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_10_21)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_10_21() const { return ___U3CU3E9__27_10_21; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_10_21() { return &___U3CU3E9__27_10_21; } inline void set_U3CU3E9__27_10_21(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_10_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_10_21), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__27_11_22() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__27_11_22)); } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * get_U3CU3E9__27_11_22() const { return ___U3CU3E9__27_11_22; } inline ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D ** get_address_of_U3CU3E9__27_11_22() { return &___U3CU3E9__27_11_22; } inline void set_U3CU3E9__27_11_22(ImporterFunc_t1AAC6FE78DB8A3455E43F188F24D75C806A6089D * value) { ___U3CU3E9__27_11_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__27_11_22), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__32_0_23() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__32_0_23)); } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * get_U3CU3E9__32_0_23() const { return ___U3CU3E9__32_0_23; } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C ** get_address_of_U3CU3E9__32_0_23() { return &___U3CU3E9__32_0_23; } inline void set_U3CU3E9__32_0_23(WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * value) { ___U3CU3E9__32_0_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__32_0_23), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__33_0_24() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__33_0_24)); } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * get_U3CU3E9__33_0_24() const { return ___U3CU3E9__33_0_24; } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C ** get_address_of_U3CU3E9__33_0_24() { return &___U3CU3E9__33_0_24; } inline void set_U3CU3E9__33_0_24(WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * value) { ___U3CU3E9__33_0_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__33_0_24), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__34_0_25() { return static_cast(offsetof(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields, ___U3CU3E9__34_0_25)); } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * get_U3CU3E9__34_0_25() const { return ___U3CU3E9__34_0_25; } inline WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C ** get_address_of_U3CU3E9__34_0_25() { return &___U3CU3E9__34_0_25; } inline void set_U3CU3E9__34_0_25(WrapperFactory_tC16B9815728DCF373075A58613C53F04F640941C * value) { ___U3CU3E9__34_0_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__34_0_25), (void*)value); } }; // UnityStandardAssets.Utility.LerpControlledBob/d__4 struct U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.LerpControlledBob/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.LerpControlledBob/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.LerpControlledBob UnityStandardAssets.Utility.LerpControlledBob/d__4::<>4__this LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * ___U3CU3E4__this_2; // System.Single UnityStandardAssets.Utility.LerpControlledBob/d__4::5__2 float ___U3CtU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257, ___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(U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257, ___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(U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257, ___U3CU3E4__this_2)); } inline LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CtU3E5__2_3() { return static_cast(offsetof(U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257, ___U3CtU3E5__2_3)); } inline float get_U3CtU3E5__2_3() const { return ___U3CtU3E5__2_3; } inline float* get_address_of_U3CtU3E5__2_3() { return &___U3CtU3E5__2_3; } inline void set_U3CtU3E5__2_3(float value) { ___U3CtU3E5__2_3 = value; } }; // BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c struct U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 : public RuntimeObject { public: public: }; struct U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields { public: // BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9 U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * ___U3CU3E9_0; // LitJson.ImporterFunc`2 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9__2_0 ImporterFunc_2_tFC6A6E98CBA96BB31013380AB3C4ECBAC733B714 * ___U3CU3E9__2_0_1; // LitJson.ImporterFunc`2 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9__2_1 ImporterFunc_2_t8888B5E6C81FA20C308C693C230A902CAA2AFE9A * ___U3CU3E9__2_1_2; // LitJson.ImporterFunc`2 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9__2_2 ImporterFunc_2_tCFD454CC21D86524557F9DB5BDC69543BC57ABE8 * ___U3CU3E9__2_2_3; // LitJson.ImporterFunc`2 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9__2_3 ImporterFunc_2_t5C1A7224444BDD6BD3A5B606EC74C822D1FBC706 * ___U3CU3E9__2_3_4; // LitJson.ImporterFunc`2 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9__2_4 ImporterFunc_2_tB8CD9B08886AF48A0307B83ACF20B91500939840 * ___U3CU3E9__2_4_5; // LitJson.ImporterFunc`2 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<>9__2_5 ImporterFunc_2_t7504939675228FBEF245DE809BF19C475C3C8305 * ___U3CU3E9__2_5_6; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * 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_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9__2_0_1)); } inline ImporterFunc_2_tFC6A6E98CBA96BB31013380AB3C4ECBAC733B714 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline ImporterFunc_2_tFC6A6E98CBA96BB31013380AB3C4ECBAC733B714 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(ImporterFunc_2_tFC6A6E98CBA96BB31013380AB3C4ECBAC733B714 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_2() { return static_cast(offsetof(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9__2_1_2)); } inline ImporterFunc_2_t8888B5E6C81FA20C308C693C230A902CAA2AFE9A * get_U3CU3E9__2_1_2() const { return ___U3CU3E9__2_1_2; } inline ImporterFunc_2_t8888B5E6C81FA20C308C693C230A902CAA2AFE9A ** get_address_of_U3CU3E9__2_1_2() { return &___U3CU3E9__2_1_2; } inline void set_U3CU3E9__2_1_2(ImporterFunc_2_t8888B5E6C81FA20C308C693C230A902CAA2AFE9A * value) { ___U3CU3E9__2_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_2_3() { return static_cast(offsetof(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9__2_2_3)); } inline ImporterFunc_2_tCFD454CC21D86524557F9DB5BDC69543BC57ABE8 * get_U3CU3E9__2_2_3() const { return ___U3CU3E9__2_2_3; } inline ImporterFunc_2_tCFD454CC21D86524557F9DB5BDC69543BC57ABE8 ** get_address_of_U3CU3E9__2_2_3() { return &___U3CU3E9__2_2_3; } inline void set_U3CU3E9__2_2_3(ImporterFunc_2_tCFD454CC21D86524557F9DB5BDC69543BC57ABE8 * value) { ___U3CU3E9__2_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_3_4() { return static_cast(offsetof(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9__2_3_4)); } inline ImporterFunc_2_t5C1A7224444BDD6BD3A5B606EC74C822D1FBC706 * get_U3CU3E9__2_3_4() const { return ___U3CU3E9__2_3_4; } inline ImporterFunc_2_t5C1A7224444BDD6BD3A5B606EC74C822D1FBC706 ** get_address_of_U3CU3E9__2_3_4() { return &___U3CU3E9__2_3_4; } inline void set_U3CU3E9__2_3_4(ImporterFunc_2_t5C1A7224444BDD6BD3A5B606EC74C822D1FBC706 * value) { ___U3CU3E9__2_3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_3_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_4_5() { return static_cast(offsetof(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9__2_4_5)); } inline ImporterFunc_2_tB8CD9B08886AF48A0307B83ACF20B91500939840 * get_U3CU3E9__2_4_5() const { return ___U3CU3E9__2_4_5; } inline ImporterFunc_2_tB8CD9B08886AF48A0307B83ACF20B91500939840 ** get_address_of_U3CU3E9__2_4_5() { return &___U3CU3E9__2_4_5; } inline void set_U3CU3E9__2_4_5(ImporterFunc_2_tB8CD9B08886AF48A0307B83ACF20B91500939840 * value) { ___U3CU3E9__2_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_5_6() { return static_cast(offsetof(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields, ___U3CU3E9__2_5_6)); } inline ImporterFunc_2_t7504939675228FBEF245DE809BF19C475C3C8305 * get_U3CU3E9__2_5_6() const { return ___U3CU3E9__2_5_6; } inline ImporterFunc_2_t7504939675228FBEF245DE809BF19C475C3C8305 ** get_address_of_U3CU3E9__2_5_6() { return &___U3CU3E9__2_5_6; } inline void set_U3CU3E9__2_5_6(ImporterFunc_2_t7504939675228FBEF245DE809BF19C475C3C8305 * value) { ___U3CU3E9__2_5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_5_6), (void*)value); } }; // JC.Unity.Picker.LocationPicker/ItemData struct ItemData_tB864F6362E025B4465B87D1886BD980078A05845 : public RuntimeObject { public: // UnityEngine.GameObject JC.Unity.Picker.LocationPicker/ItemData::obj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___obj_0; // JC.Unity.Picker.LocationInfo JC.Unity.Picker.LocationPicker/ItemData::locationInfo LocationInfo_t8C0892984DE865AC9F913A2CD4682218E2F1FEFF * ___locationInfo_1; // System.Boolean JC.Unity.Picker.LocationPicker/ItemData::selected bool ___selected_2; public: inline static int32_t get_offset_of_obj_0() { return static_cast(offsetof(ItemData_tB864F6362E025B4465B87D1886BD980078A05845, ___obj_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_obj_0() const { return ___obj_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_obj_0() { return &___obj_0; } inline void set_obj_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___obj_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_0), (void*)value); } inline static int32_t get_offset_of_locationInfo_1() { return static_cast(offsetof(ItemData_tB864F6362E025B4465B87D1886BD980078A05845, ___locationInfo_1)); } inline LocationInfo_t8C0892984DE865AC9F913A2CD4682218E2F1FEFF * get_locationInfo_1() const { return ___locationInfo_1; } inline LocationInfo_t8C0892984DE865AC9F913A2CD4682218E2F1FEFF ** get_address_of_locationInfo_1() { return &___locationInfo_1; } inline void set_locationInfo_1(LocationInfo_t8C0892984DE865AC9F913A2CD4682218E2F1FEFF * value) { ___locationInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___locationInfo_1), (void*)value); } inline static int32_t get_offset_of_selected_2() { return static_cast(offsetof(ItemData_tB864F6362E025B4465B87D1886BD980078A05845, ___selected_2)); } inline bool get_selected_2() const { return ___selected_2; } inline bool* get_address_of_selected_2() { return &___selected_2; } inline void set_selected_2(bool value) { ___selected_2 = value; } }; // LoginController/d__3 struct U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 : public RuntimeObject { public: // System.Int32 LoginController/d__3::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__3::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__3::username String_t* ___username_2; // System.String LoginController/d__3::password String_t* ___password_3; // System.String LoginController/d__3::nickname String_t* ___nickname_4; // System.Int32 LoginController/d__3::gender int32_t ___gender_5; // System.String LoginController/d__3::birthday String_t* ___birthday_6; // System.String LoginController/d__3::countryCode String_t* ___countryCode_7; // System.String LoginController/d__3::stateCode String_t* ___stateCode_8; // System.String LoginController/d__3::cityCode String_t* ___cityCode_9; // System.Action`1 LoginController/d__3::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_10; // UnityEngine.Networking.UnityWebRequest LoginController/d__3::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_11; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___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(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___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_username_2() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___username_2)); } inline String_t* get_username_2() const { return ___username_2; } inline String_t** get_address_of_username_2() { return &___username_2; } inline void set_username_2(String_t* value) { ___username_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_2), (void*)value); } inline static int32_t get_offset_of_password_3() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___password_3)); } inline String_t* get_password_3() const { return ___password_3; } inline String_t** get_address_of_password_3() { return &___password_3; } inline void set_password_3(String_t* value) { ___password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_3), (void*)value); } inline static int32_t get_offset_of_nickname_4() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___nickname_4)); } inline String_t* get_nickname_4() const { return ___nickname_4; } inline String_t** get_address_of_nickname_4() { return &___nickname_4; } inline void set_nickname_4(String_t* value) { ___nickname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_4), (void*)value); } inline static int32_t get_offset_of_gender_5() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___gender_5)); } inline int32_t get_gender_5() const { return ___gender_5; } inline int32_t* get_address_of_gender_5() { return &___gender_5; } inline void set_gender_5(int32_t value) { ___gender_5 = value; } inline static int32_t get_offset_of_birthday_6() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___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_countryCode_7() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___countryCode_7)); } inline String_t* get_countryCode_7() const { return ___countryCode_7; } inline String_t** get_address_of_countryCode_7() { return &___countryCode_7; } inline void set_countryCode_7(String_t* value) { ___countryCode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryCode_7), (void*)value); } inline static int32_t get_offset_of_stateCode_8() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___stateCode_8)); } inline String_t* get_stateCode_8() const { return ___stateCode_8; } inline String_t** get_address_of_stateCode_8() { return &___stateCode_8; } inline void set_stateCode_8(String_t* value) { ___stateCode_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateCode_8), (void*)value); } inline static int32_t get_offset_of_cityCode_9() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___cityCode_9)); } inline String_t* get_cityCode_9() const { return ___cityCode_9; } inline String_t** get_address_of_cityCode_9() { return &___cityCode_9; } inline void set_cityCode_9(String_t* value) { ___cityCode_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cityCode_9), (void*)value); } inline static int32_t get_offset_of_callback_10() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___callback_10)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_10() const { return ___callback_10; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_10() { return &___callback_10; } inline void set_callback_10(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_10), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_11() { return static_cast(offsetof(U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03, ___U3CrequestU3E5__2_11)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_11() const { return ___U3CrequestU3E5__2_11; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_11() { return &___U3CrequestU3E5__2_11; } inline void set_U3CrequestU3E5__2_11(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_11), (void*)value); } }; // LoginController/d__6 struct U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 : public RuntimeObject { public: // System.Int32 LoginController/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__6::email String_t* ___email_2; // System.Int64 LoginController/d__6::timestamp int64_t ___timestamp_3; // System.String LoginController/d__6::sign String_t* ___sign_4; // System.Action`1 LoginController/d__6::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_5; // UnityEngine.Networking.UnityWebRequest LoginController/d__6::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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(U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349, ___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); } }; // LoginController/d__7 struct U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A : public RuntimeObject { public: // System.Int32 LoginController/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__7::phone String_t* ___phone_2; // System.Int64 LoginController/d__7::timestamp int64_t ___timestamp_3; // System.String LoginController/d__7::sign String_t* ___sign_4; // System.Action`1 LoginController/d__7::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_5; // UnityEngine.Networking.UnityWebRequest LoginController/d__7::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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(U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A, ___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); } }; // LoginController/d__4 struct U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E : public RuntimeObject { public: // System.Int32 LoginController/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__4::phone String_t* ___phone_2; // System.Action`1 LoginController/d__4::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_3; // UnityEngine.Networking.UnityWebRequest LoginController/d__4::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E, ___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(U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E, ___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(U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E, ___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_callback_3() { return static_cast(offsetof(U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E, ___callback_3)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_3() const { return ___callback_3; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_4() { return static_cast(offsetof(U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E, ___U3CrequestU3E5__2_4)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_4() const { return ___U3CrequestU3E5__2_4; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_4() { return &___U3CrequestU3E5__2_4; } inline void set_U3CrequestU3E5__2_4(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_4), (void*)value); } }; // LoginController/d__5 struct U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D : public RuntimeObject { public: // System.Int32 LoginController/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__5::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Action`1 LoginController/d__5::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_2; // UnityEngine.Networking.UnityWebRequest LoginController/d__5::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D, ___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(U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_callback_2() { return static_cast(offsetof(U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D, ___callback_2)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_2() const { return ___callback_2; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_2() { return &___callback_2; } inline void set_callback_2(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_2), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_3() { return static_cast(offsetof(U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D, ___U3CrequestU3E5__2_3)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_3() const { return ___U3CrequestU3E5__2_3; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_3() { return &___U3CrequestU3E5__2_3; } inline void set_U3CrequestU3E5__2_3(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_3), (void*)value); } }; // LoginController/d__0 struct U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 : public RuntimeObject { public: // System.Int32 LoginController/d__0::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__0::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__0::username String_t* ___username_2; // System.String LoginController/d__0::password String_t* ___password_3; // System.Action`1 LoginController/d__0::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_4; // UnityEngine.Networking.UnityWebRequest LoginController/d__0::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4, ___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(U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4, ___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_username_2() { return static_cast(offsetof(U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4, ___username_2)); } inline String_t* get_username_2() const { return ___username_2; } inline String_t** get_address_of_username_2() { return &___username_2; } inline void set_username_2(String_t* value) { ___username_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_2), (void*)value); } inline static int32_t get_offset_of_password_3() { return static_cast(offsetof(U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4, ___password_3)); } inline String_t* get_password_3() const { return ___password_3; } inline String_t** get_address_of_password_3() { return &___password_3; } inline void set_password_3(String_t* value) { ___password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_3), (void*)value); } inline static int32_t get_offset_of_callback_4() { return static_cast(offsetof(U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4, ___callback_4)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_4() const { return ___callback_4; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_4() { return &___callback_4; } inline void set_callback_4(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_5() { return static_cast(offsetof(U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4, ___U3CrequestU3E5__2_5)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_5() const { return ___U3CrequestU3E5__2_5; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_5() { return &___U3CrequestU3E5__2_5; } inline void set_U3CrequestU3E5__2_5(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_5), (void*)value); } }; // LoginController/d__2 struct U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB : public RuntimeObject { public: // System.Int32 LoginController/d__2::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__2::username String_t* ___username_2; // System.String LoginController/d__2::password String_t* ___password_3; // System.String LoginController/d__2::email String_t* ___email_4; // System.String LoginController/d__2::phone String_t* ___phone_5; // System.Action`1 LoginController/d__2::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_6; // UnityEngine.Networking.UnityWebRequest LoginController/d__2::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___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(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___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_username_2() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___username_2)); } inline String_t* get_username_2() const { return ___username_2; } inline String_t** get_address_of_username_2() { return &___username_2; } inline void set_username_2(String_t* value) { ___username_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_2), (void*)value); } inline static int32_t get_offset_of_password_3() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___password_3)); } inline String_t* get_password_3() const { return ___password_3; } inline String_t** get_address_of_password_3() { return &___password_3; } inline void set_password_3(String_t* value) { ___password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_3), (void*)value); } inline static int32_t get_offset_of_email_4() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___email_4)); } inline String_t* get_email_4() const { return ___email_4; } inline String_t** get_address_of_email_4() { return &___email_4; } inline void set_email_4(String_t* value) { ___email_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___email_4), (void*)value); } inline static int32_t get_offset_of_phone_5() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___phone_5)); } inline String_t* get_phone_5() const { return ___phone_5; } inline String_t** get_address_of_phone_5() { return &___phone_5; } inline void set_phone_5(String_t* value) { ___phone_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___phone_5), (void*)value); } inline static int32_t get_offset_of_callback_6() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___callback_6)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_6() const { return ___callback_6; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_6() { return &___callback_6; } inline void set_callback_6(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_6), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_7() { return static_cast(offsetof(U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB, ___U3CrequestU3E5__2_7)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_7() const { return ___U3CrequestU3E5__2_7; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_7() { return &___U3CrequestU3E5__2_7; } inline void set_U3CrequestU3E5__2_7(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_7), (void*)value); } }; // LoginController/d__1 struct U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD : public RuntimeObject { public: // System.Int32 LoginController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__1::username String_t* ___username_2; // System.String LoginController/d__1::password String_t* ___password_3; // System.Action`1 LoginController/d__1::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_4; // UnityEngine.Networking.UnityWebRequest LoginController/d__1::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD, ___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(U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD, ___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_username_2() { return static_cast(offsetof(U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD, ___username_2)); } inline String_t* get_username_2() const { return ___username_2; } inline String_t** get_address_of_username_2() { return &___username_2; } inline void set_username_2(String_t* value) { ___username_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_2), (void*)value); } inline static int32_t get_offset_of_password_3() { return static_cast(offsetof(U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD, ___password_3)); } inline String_t* get_password_3() const { return ___password_3; } inline String_t** get_address_of_password_3() { return &___password_3; } inline void set_password_3(String_t* value) { ___password_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_3), (void*)value); } inline static int32_t get_offset_of_callback_4() { return static_cast(offsetof(U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD, ___callback_4)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_4() const { return ___callback_4; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_4() { return &___callback_4; } inline void set_callback_4(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_5() { return static_cast(offsetof(U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD, ___U3CrequestU3E5__2_5)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_5() const { return ___U3CrequestU3E5__2_5; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_5() { return &___U3CrequestU3E5__2_5; } inline void set_U3CrequestU3E5__2_5(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_5), (void*)value); } }; // LoginController/d__8 struct U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF : public RuntimeObject { public: // System.Int32 LoginController/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoginController/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String LoginController/d__8::sign String_t* ___sign_2; // System.Int64 LoginController/d__8::timestamp int64_t ___timestamp_3; // System.String LoginController/d__8::username String_t* ___username_4; // System.String LoginController/d__8::password String_t* ___password_5; // System.Action`1 LoginController/d__8::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_6; // UnityEngine.Networking.UnityWebRequest LoginController/d__8::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_7; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___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(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___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_sign_2() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___sign_2)); } inline String_t* get_sign_2() const { return ___sign_2; } inline String_t** get_address_of_sign_2() { return &___sign_2; } inline void set_sign_2(String_t* value) { ___sign_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sign_2), (void*)value); } inline static int32_t get_offset_of_timestamp_3() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___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_username_4() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___username_4)); } inline String_t* get_username_4() const { return ___username_4; } inline String_t** get_address_of_username_4() { return &___username_4; } inline void set_username_4(String_t* value) { ___username_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_4), (void*)value); } inline static int32_t get_offset_of_password_5() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___password_5)); } inline String_t* get_password_5() const { return ___password_5; } inline String_t** get_address_of_password_5() { return &___password_5; } inline void set_password_5(String_t* value) { ___password_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___password_5), (void*)value); } inline static int32_t get_offset_of_callback_6() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___callback_6)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_6() const { return ___callback_6; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_6() { return &___callback_6; } inline void set_callback_6(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_6), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_7() { return static_cast(offsetof(U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF, ___U3CrequestU3E5__2_7)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_7() const { return ___U3CrequestU3E5__2_7; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_7() { return &___U3CrequestU3E5__2_7; } inline void set_U3CrequestU3E5__2_7(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_7), (void*)value); } }; // LoginView/<>c struct U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 : public RuntimeObject { public: public: }; struct U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_StaticFields { public: // LoginView/<>c LoginView/<>c::<>9 U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * ___U3CU3E9_0; // System.Action`1 LoginView/<>c::<>9__25_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__25_0_1; // System.Action`1 LoginView/<>c::<>9__26_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__26_0_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__25_0_1() { return static_cast(offsetof(U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_StaticFields, ___U3CU3E9__25_0_1)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__25_0_1() const { return ___U3CU3E9__25_0_1; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__25_0_1() { return &___U3CU3E9__25_0_1; } inline void set_U3CU3E9__25_0_1(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__25_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__25_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__26_0_2() { return static_cast(offsetof(U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_StaticFields, ___U3CU3E9__26_0_2)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__26_0_2() const { return ___U3CU3E9__26_0_2; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__26_0_2() { return &___U3CU3E9__26_0_2; } inline void set_U3CU3E9__26_0_2(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__26_0_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__26_0_2), (void*)value); } }; // LoginView/<>c__DisplayClass18_0 struct U3CU3Ec__DisplayClass18_0_t949AB4747B8E2633EE729B8D829A716B793FFF0E : public RuntimeObject { public: // UnityEngine.UI.InputField LoginView/<>c__DisplayClass18_0::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_0; public: inline static int32_t get_offset_of_inputField_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass18_0_t949AB4747B8E2633EE729B8D829A716B793FFF0E, ___inputField_0)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_0() const { return ___inputField_0; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_0() { return &___inputField_0; } inline void set_inputField_0(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_0), (void*)value); } }; // MeView/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_tF81C5C21B43549873B19B968312773E044B4B7D3 : public RuntimeObject { public: // MeView MeView/<>c__DisplayClass10_0::<>4__this MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * ___U3CU3E4__this_0; // System.Boolean MeView/<>c__DisplayClass10_0::useThrottler bool ___useThrottler_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_tF81C5C21B43549873B19B968312773E044B4B7D3, ___U3CU3E4__this_0)); } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_useThrottler_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_tF81C5C21B43549873B19B968312773E044B4B7D3, ___useThrottler_1)); } inline bool get_useThrottler_1() const { return ___useThrottler_1; } inline bool* get_address_of_useThrottler_1() { return &___useThrottler_1; } inline void set_useThrottler_1(bool value) { ___useThrottler_1 = value; } }; // MeView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 : public RuntimeObject { public: // RelateValidateView MeView/<>c__DisplayClass13_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // MeView MeView/<>c__DisplayClass13_0::<>4__this MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371, ___U3CU3E4__this_1)); } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // MeView/<>c__DisplayClass13_1 struct U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 : public RuntimeObject { public: // System.String MeView/<>c__DisplayClass13_1::a String_t* ___a_0; // MeView/<>c__DisplayClass13_0 MeView/<>c__DisplayClass13_1::CS$<>8__locals1 U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708, ___a_0)); } inline String_t* get_a_0() const { return ___a_0; } inline String_t** get_address_of_a_0() { return &___a_0; } inline void set_a_0(String_t* value) { ___a_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // MeView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 : public RuntimeObject { public: // RelateValidateView MeView/<>c__DisplayClass14_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // MeView MeView/<>c__DisplayClass14_0::<>4__this MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723, ___U3CU3E4__this_1)); } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // MeView/<>c__DisplayClass14_1 struct U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 : public RuntimeObject { public: // System.String MeView/<>c__DisplayClass14_1::a String_t* ___a_0; // MeView/<>c__DisplayClass14_0 MeView/<>c__DisplayClass14_1::CS$<>8__locals1 U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_a_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309, ___a_0)); } inline String_t* get_a_0() const { return ___a_0; } inline String_t** get_address_of_a_0() { return &___a_0; } inline void set_a_0(String_t* value) { ___a_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_0), (void*)value); } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // MeView/<>c__DisplayClass24_0 struct U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 : public RuntimeObject { public: // MeView MeView/<>c__DisplayClass24_0::<>4__this MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * ___U3CU3E4__this_0; // UnityEngine.UI.GridLayoutGroup MeView/<>c__DisplayClass24_0::gridLayoutGroup GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * ___gridLayoutGroup_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52, ___U3CU3E4__this_0)); } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_gridLayoutGroup_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52, ___gridLayoutGroup_1)); } inline GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * get_gridLayoutGroup_1() const { return ___gridLayoutGroup_1; } inline GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 ** get_address_of_gridLayoutGroup_1() { return &___gridLayoutGroup_1; } inline void set_gridLayoutGroup_1(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * value) { ___gridLayoutGroup_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___gridLayoutGroup_1), (void*)value); } }; // MeView/<>c__DisplayClass24_1 struct U3CU3Ec__DisplayClass24_1_t953389D610704DC9933CC4B6B777716D72418D72 : public RuntimeObject { public: // System.Int32 MeView/<>c__DisplayClass24_1::aid int32_t ___aid_0; // MeView/<>c__DisplayClass24_0 MeView/<>c__DisplayClass24_1::CS$<>8__locals1 U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * ___CSU24U3CU3E8__locals1_1; public: inline static int32_t get_offset_of_aid_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_1_t953389D610704DC9933CC4B6B777716D72418D72, ___aid_0)); } inline int32_t get_aid_0() const { return ___aid_0; } inline int32_t* get_address_of_aid_0() { return &___aid_0; } inline void set_aid_0(int32_t value) { ___aid_0 = value; } inline static int32_t get_offset_of_CSU24U3CU3E8__locals1_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass24_1_t953389D610704DC9933CC4B6B777716D72418D72, ___CSU24U3CU3E8__locals1_1)); } inline U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * get_CSU24U3CU3E8__locals1_1() const { return ___CSU24U3CU3E8__locals1_1; } inline U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 ** get_address_of_CSU24U3CU3E8__locals1_1() { return &___CSU24U3CU3E8__locals1_1; } inline void set_CSU24U3CU3E8__locals1_1(U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * value) { ___CSU24U3CU3E8__locals1_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSU24U3CU3E8__locals1_1), (void*)value); } }; // MeView/MeUserInfo struct MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B : public RuntimeObject { public: // MeView MeView/MeUserInfo::m_context MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * ___m_context_0; // System.String MeView/MeUserInfo::nickname String_t* ___nickname_1; // System.Int32 MeView/MeUserInfo::gender int32_t ___gender_2; // System.String MeView/MeUserInfo::birthday String_t* ___birthday_3; // System.String MeView/MeUserInfo::country String_t* ___country_4; // System.String MeView/MeUserInfo::state String_t* ___state_5; // System.String MeView/MeUserInfo::city String_t* ___city_6; // ModalView MeView/MeUserInfo::modalViewForSave ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * ___modalViewForSave_7; public: inline static int32_t get_offset_of_m_context_0() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___m_context_0)); } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * get_m_context_0() const { return ___m_context_0; } inline MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 ** get_address_of_m_context_0() { return &___m_context_0; } inline void set_m_context_0(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * value) { ___m_context_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_context_0), (void*)value); } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_1), (void*)value); } inline static int32_t get_offset_of_gender_2() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___gender_2)); } inline int32_t get_gender_2() const { return ___gender_2; } inline int32_t* get_address_of_gender_2() { return &___gender_2; } inline void set_gender_2(int32_t value) { ___gender_2 = value; } inline static int32_t get_offset_of_birthday_3() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___birthday_3)); } inline String_t* get_birthday_3() const { return ___birthday_3; } inline String_t** get_address_of_birthday_3() { return &___birthday_3; } inline void set_birthday_3(String_t* value) { ___birthday_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___birthday_3), (void*)value); } inline static int32_t get_offset_of_country_4() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___country_4)); } inline String_t* get_country_4() const { return ___country_4; } inline String_t** get_address_of_country_4() { return &___country_4; } inline void set_country_4(String_t* value) { ___country_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___country_4), (void*)value); } inline static int32_t get_offset_of_state_5() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___state_5)); } inline String_t* get_state_5() const { return ___state_5; } inline String_t** get_address_of_state_5() { return &___state_5; } inline void set_state_5(String_t* value) { ___state_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___state_5), (void*)value); } inline static int32_t get_offset_of_city_6() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___city_6)); } inline String_t* get_city_6() const { return ___city_6; } inline String_t** get_address_of_city_6() { return &___city_6; } inline void set_city_6(String_t* value) { ___city_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___city_6), (void*)value); } inline static int32_t get_offset_of_modalViewForSave_7() { return static_cast(offsetof(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B, ___modalViewForSave_7)); } inline ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * get_modalViewForSave_7() const { return ___modalViewForSave_7; } inline ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA ** get_address_of_modalViewForSave_7() { return &___modalViewForSave_7; } inline void set_modalViewForSave_7(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * value) { ___modalViewForSave_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___modalViewForSave_7), (void*)value); } }; // NewUserGuider/d__14 struct U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E : public RuntimeObject { public: // System.Int32 NewUserGuider/d__14::<>1__state int32_t ___U3CU3E1__state_0; // System.Object NewUserGuider/d__14::<>2__current RuntimeObject * ___U3CU3E2__current_1; // NewUserGuider NewUserGuider/d__14::<>4__this NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___U3CU3E4__this_2; // System.Int32 NewUserGuider/d__14::5__2 int32_t ___U3CwaitFrameCountU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E, ___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(U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E, ___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(U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E, ___U3CU3E4__this_2)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CwaitFrameCountU3E5__2_3() { return static_cast(offsetof(U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E, ___U3CwaitFrameCountU3E5__2_3)); } inline int32_t get_U3CwaitFrameCountU3E5__2_3() const { return ___U3CwaitFrameCountU3E5__2_3; } inline int32_t* get_address_of_U3CwaitFrameCountU3E5__2_3() { return &___U3CwaitFrameCountU3E5__2_3; } inline void set_U3CwaitFrameCountU3E5__2_3(int32_t value) { ___U3CwaitFrameCountU3E5__2_3 = value; } }; // NewUserGuiderManager/<>c struct U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE : public RuntimeObject { public: public: }; struct U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields { public: // NewUserGuiderManager/<>c NewUserGuiderManager/<>c::<>9 U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * ___U3CU3E9_0; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_0 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_0_1; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_1 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_1_2; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_2 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_2_3; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_3 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_3_4; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_4 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_4_5; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_5 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_5_6; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_6 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_6_7; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_7 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_7_8; // System.Func`1 NewUserGuiderManager/<>c::<>9__10_38 Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___U3CU3E9__10_38_9; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_8 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_8_10; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_9 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_9_11; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_10 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_10_12; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_11 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_11_13; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_12 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_12_14; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_13 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_13_15; // System.Func`1 NewUserGuiderManager/<>c::<>9__10_45 Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___U3CU3E9__10_45_16; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_14 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_14_17; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_15 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_15_18; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_16 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_16_19; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_17 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_17_20; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_18 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_18_21; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_19 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_19_22; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_20 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_20_23; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_21 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_21_24; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_22 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_22_25; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_23 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_23_26; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_24 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_24_27; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_25 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_25_28; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_26 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_26_29; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_27 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_27_30; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_28 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_28_31; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_29 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_29_32; // System.Action`1 NewUserGuiderManager/<>c::<>9__10_30 Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___U3CU3E9__10_30_33; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_0_1() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_0_1)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_0_1() const { return ___U3CU3E9__10_0_1; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_0_1() { return &___U3CU3E9__10_0_1; } inline void set_U3CU3E9__10_0_1(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_1_2() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_1_2)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_1_2() const { return ___U3CU3E9__10_1_2; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_1_2() { return &___U3CU3E9__10_1_2; } inline void set_U3CU3E9__10_1_2(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_2_3() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_2_3)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_2_3() const { return ___U3CU3E9__10_2_3; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_2_3() { return &___U3CU3E9__10_2_3; } inline void set_U3CU3E9__10_2_3(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_3_4() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_3_4)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_3_4() const { return ___U3CU3E9__10_3_4; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_3_4() { return &___U3CU3E9__10_3_4; } inline void set_U3CU3E9__10_3_4(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_3_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_4_5() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_4_5)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_4_5() const { return ___U3CU3E9__10_4_5; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_4_5() { return &___U3CU3E9__10_4_5; } inline void set_U3CU3E9__10_4_5(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_5_6() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_5_6)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_5_6() const { return ___U3CU3E9__10_5_6; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_5_6() { return &___U3CU3E9__10_5_6; } inline void set_U3CU3E9__10_5_6(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_5_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_6_7() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_6_7)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_6_7() const { return ___U3CU3E9__10_6_7; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_6_7() { return &___U3CU3E9__10_6_7; } inline void set_U3CU3E9__10_6_7(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_6_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_6_7), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_7_8() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_7_8)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_7_8() const { return ___U3CU3E9__10_7_8; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_7_8() { return &___U3CU3E9__10_7_8; } inline void set_U3CU3E9__10_7_8(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_7_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_7_8), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_38_9() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_38_9)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_U3CU3E9__10_38_9() const { return ___U3CU3E9__10_38_9; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_U3CU3E9__10_38_9() { return &___U3CU3E9__10_38_9; } inline void set_U3CU3E9__10_38_9(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___U3CU3E9__10_38_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_38_9), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_8_10() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_8_10)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_8_10() const { return ___U3CU3E9__10_8_10; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_8_10() { return &___U3CU3E9__10_8_10; } inline void set_U3CU3E9__10_8_10(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_8_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_8_10), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_9_11() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_9_11)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_9_11() const { return ___U3CU3E9__10_9_11; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_9_11() { return &___U3CU3E9__10_9_11; } inline void set_U3CU3E9__10_9_11(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_9_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_9_11), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_10_12() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_10_12)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_10_12() const { return ___U3CU3E9__10_10_12; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_10_12() { return &___U3CU3E9__10_10_12; } inline void set_U3CU3E9__10_10_12(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_10_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_10_12), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_11_13() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_11_13)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_11_13() const { return ___U3CU3E9__10_11_13; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_11_13() { return &___U3CU3E9__10_11_13; } inline void set_U3CU3E9__10_11_13(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_11_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_11_13), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_12_14() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_12_14)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_12_14() const { return ___U3CU3E9__10_12_14; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_12_14() { return &___U3CU3E9__10_12_14; } inline void set_U3CU3E9__10_12_14(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_12_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_12_14), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_13_15() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_13_15)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_13_15() const { return ___U3CU3E9__10_13_15; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_13_15() { return &___U3CU3E9__10_13_15; } inline void set_U3CU3E9__10_13_15(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_13_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_13_15), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_45_16() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_45_16)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_U3CU3E9__10_45_16() const { return ___U3CU3E9__10_45_16; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_U3CU3E9__10_45_16() { return &___U3CU3E9__10_45_16; } inline void set_U3CU3E9__10_45_16(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___U3CU3E9__10_45_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_45_16), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_14_17() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_14_17)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_14_17() const { return ___U3CU3E9__10_14_17; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_14_17() { return &___U3CU3E9__10_14_17; } inline void set_U3CU3E9__10_14_17(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_14_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_14_17), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_15_18() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_15_18)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_15_18() const { return ___U3CU3E9__10_15_18; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_15_18() { return &___U3CU3E9__10_15_18; } inline void set_U3CU3E9__10_15_18(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_15_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_15_18), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_16_19() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_16_19)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_16_19() const { return ___U3CU3E9__10_16_19; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_16_19() { return &___U3CU3E9__10_16_19; } inline void set_U3CU3E9__10_16_19(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_16_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_16_19), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_17_20() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_17_20)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_17_20() const { return ___U3CU3E9__10_17_20; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_17_20() { return &___U3CU3E9__10_17_20; } inline void set_U3CU3E9__10_17_20(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_17_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_17_20), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_18_21() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_18_21)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_18_21() const { return ___U3CU3E9__10_18_21; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_18_21() { return &___U3CU3E9__10_18_21; } inline void set_U3CU3E9__10_18_21(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_18_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_18_21), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_19_22() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_19_22)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_19_22() const { return ___U3CU3E9__10_19_22; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_19_22() { return &___U3CU3E9__10_19_22; } inline void set_U3CU3E9__10_19_22(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_19_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_19_22), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_20_23() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_20_23)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_20_23() const { return ___U3CU3E9__10_20_23; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_20_23() { return &___U3CU3E9__10_20_23; } inline void set_U3CU3E9__10_20_23(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_20_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_20_23), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_21_24() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_21_24)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_21_24() const { return ___U3CU3E9__10_21_24; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_21_24() { return &___U3CU3E9__10_21_24; } inline void set_U3CU3E9__10_21_24(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_21_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_21_24), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_22_25() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_22_25)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_22_25() const { return ___U3CU3E9__10_22_25; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_22_25() { return &___U3CU3E9__10_22_25; } inline void set_U3CU3E9__10_22_25(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_22_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_22_25), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_23_26() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_23_26)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_23_26() const { return ___U3CU3E9__10_23_26; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_23_26() { return &___U3CU3E9__10_23_26; } inline void set_U3CU3E9__10_23_26(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_23_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_23_26), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_24_27() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_24_27)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_24_27() const { return ___U3CU3E9__10_24_27; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_24_27() { return &___U3CU3E9__10_24_27; } inline void set_U3CU3E9__10_24_27(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_24_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_24_27), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_25_28() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_25_28)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_25_28() const { return ___U3CU3E9__10_25_28; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_25_28() { return &___U3CU3E9__10_25_28; } inline void set_U3CU3E9__10_25_28(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_25_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_25_28), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_26_29() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_26_29)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_26_29() const { return ___U3CU3E9__10_26_29; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_26_29() { return &___U3CU3E9__10_26_29; } inline void set_U3CU3E9__10_26_29(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_26_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_26_29), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_27_30() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_27_30)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_27_30() const { return ___U3CU3E9__10_27_30; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_27_30() { return &___U3CU3E9__10_27_30; } inline void set_U3CU3E9__10_27_30(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_27_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_27_30), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_28_31() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_28_31)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_28_31() const { return ___U3CU3E9__10_28_31; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_28_31() { return &___U3CU3E9__10_28_31; } inline void set_U3CU3E9__10_28_31(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_28_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_28_31), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_29_32() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_29_32)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_29_32() const { return ___U3CU3E9__10_29_32; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_29_32() { return &___U3CU3E9__10_29_32; } inline void set_U3CU3E9__10_29_32(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_29_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_29_32), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__10_30_33() { return static_cast(offsetof(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields, ___U3CU3E9__10_30_33)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_U3CU3E9__10_30_33() const { return ___U3CU3E9__10_30_33; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_U3CU3E9__10_30_33() { return &___U3CU3E9__10_30_33; } inline void set_U3CU3E9__10_30_33(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___U3CU3E9__10_30_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__10_30_33), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_0::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Func`1 NewUserGuiderManager/<>c__DisplayClass10_0::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_1; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_action_DoConnectInterceptor_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B, ___action_DoConnectInterceptor_1)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_1() const { return ___action_DoConnectInterceptor_1; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_1() { return &___action_DoConnectInterceptor_1; } inline void set_action_DoConnectInterceptor_1(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_1), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_1 struct U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_1::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_10 struct U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 : public RuntimeObject { public: // GameMode NewUserGuiderManager/<>c__DisplayClass10_10::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_0; // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_10::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_1; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878, ___gameMode_0)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_0() const { return ___gameMode_0; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878, ___g_1)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_1() const { return ___g_1; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_11 struct U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_11::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Action NewUserGuiderManager/<>c__DisplayClass10_11::onClickTarget Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onClickTarget_1; // System.Action NewUserGuiderManager/<>c__DisplayClass10_11::<>9__56 Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___U3CU3E9__56_2; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_onClickTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051, ___onClickTarget_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onClickTarget_1() const { return ___onClickTarget_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onClickTarget_1() { return &___onClickTarget_1; } inline void set_onClickTarget_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onClickTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onClickTarget_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__56_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051, ___U3CU3E9__56_2)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_U3CU3E9__56_2() const { return ___U3CU3E9__56_2; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_U3CU3E9__56_2() { return &___U3CU3E9__56_2; } inline void set_U3CU3E9__56_2(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___U3CU3E9__56_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__56_2), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_12 struct U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C : public RuntimeObject { public: // GameMode NewUserGuiderManager/<>c__DisplayClass10_12::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_0; // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_12::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_1; // UnityEngine.Transform NewUserGuiderManager/<>c__DisplayClass10_12::centerPoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___centerPoint_2; // UnityEngine.Transform NewUserGuiderManager/<>c__DisplayClass10_12::sidePoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___sidePoint_3; // UnityEngine.RectTransform NewUserGuiderManager/<>c__DisplayClass10_12::iconRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___iconRect_4; // System.Single NewUserGuiderManager/<>c__DisplayClass10_12::countDown float ___countDown_5; // UnityEngine.RectTransform NewUserGuiderManager/<>c__DisplayClass10_12::crossHairLight RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___crossHairLight_6; // System.Action NewUserGuiderManager/<>c__DisplayClass10_12::a_updateCrossHair Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___a_updateCrossHair_7; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___gameMode_0)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_0() const { return ___gameMode_0; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___g_1)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_1() const { return ___g_1; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } inline static int32_t get_offset_of_centerPoint_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___centerPoint_2)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_centerPoint_2() const { return ___centerPoint_2; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_centerPoint_2() { return &___centerPoint_2; } inline void set_centerPoint_2(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___centerPoint_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___centerPoint_2), (void*)value); } inline static int32_t get_offset_of_sidePoint_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___sidePoint_3)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_sidePoint_3() const { return ___sidePoint_3; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_sidePoint_3() { return &___sidePoint_3; } inline void set_sidePoint_3(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___sidePoint_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidePoint_3), (void*)value); } inline static int32_t get_offset_of_iconRect_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___iconRect_4)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_iconRect_4() const { return ___iconRect_4; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_iconRect_4() { return &___iconRect_4; } inline void set_iconRect_4(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___iconRect_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___iconRect_4), (void*)value); } inline static int32_t get_offset_of_countDown_5() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___countDown_5)); } inline float get_countDown_5() const { return ___countDown_5; } inline float* get_address_of_countDown_5() { return &___countDown_5; } inline void set_countDown_5(float value) { ___countDown_5 = value; } inline static int32_t get_offset_of_crossHairLight_6() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___crossHairLight_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_crossHairLight_6() const { return ___crossHairLight_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_crossHairLight_6() { return &___crossHairLight_6; } inline void set_crossHairLight_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___crossHairLight_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___crossHairLight_6), (void*)value); } inline static int32_t get_offset_of_a_updateCrossHair_7() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C, ___a_updateCrossHair_7)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_a_updateCrossHair_7() const { return ___a_updateCrossHair_7; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_a_updateCrossHair_7() { return &___a_updateCrossHair_7; } inline void set_a_updateCrossHair_7(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___a_updateCrossHair_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___a_updateCrossHair_7), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_13 struct U3CU3Ec__DisplayClass10_13_t45D43CFAC627061B890D50C84F1D98DDF9F9C76A : public RuntimeObject { public: // GameMode NewUserGuiderManager/<>c__DisplayClass10_13::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_0; // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_13::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_1; public: inline static int32_t get_offset_of_gameMode_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_13_t45D43CFAC627061B890D50C84F1D98DDF9F9C76A, ___gameMode_0)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_0() const { return ___gameMode_0; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_0() { return &___gameMode_0; } inline void set_gameMode_0(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_0), (void*)value); } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_13_t45D43CFAC627061B890D50C84F1D98DDF9F9C76A, ___g_1)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_1() const { return ___g_1; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_1() { return &___g_1; } inline void set_g_1(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_1), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_2 struct U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_2::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Action NewUserGuiderManager/<>c__DisplayClass10_2::onclickTarget Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onclickTarget_1; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_onclickTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E, ___onclickTarget_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onclickTarget_1() const { return ___onclickTarget_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onclickTarget_1() { return &___onclickTarget_1; } inline void set_onclickTarget_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onclickTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onclickTarget_1), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_3 struct U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_3::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Func`1 NewUserGuiderManager/<>c__DisplayClass10_3::interceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___interceptor_1; // System.Action NewUserGuiderManager/<>c__DisplayClass10_3::operateFinished Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___operateFinished_2; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_interceptor_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED, ___interceptor_1)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_interceptor_1() const { return ___interceptor_1; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_interceptor_1() { return &___interceptor_1; } inline void set_interceptor_1(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___interceptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___interceptor_1), (void*)value); } inline static int32_t get_offset_of_operateFinished_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED, ___operateFinished_2)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_operateFinished_2() const { return ___operateFinished_2; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_operateFinished_2() { return &___operateFinished_2; } inline void set_operateFinished_2(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___operateFinished_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___operateFinished_2), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_4 struct U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_4::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_5 struct U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_5::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Action NewUserGuiderManager/<>c__DisplayClass10_5::onclickTarget Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onclickTarget_1; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_onclickTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507, ___onclickTarget_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onclickTarget_1() const { return ___onclickTarget_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onclickTarget_1() { return &___onclickTarget_1; } inline void set_onclickTarget_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onclickTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onclickTarget_1), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_6 struct U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_6::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Func`1 NewUserGuiderManager/<>c__DisplayClass10_6::interceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___interceptor_1; // System.Action NewUserGuiderManager/<>c__DisplayClass10_6::operateFinished Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___operateFinished_2; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_interceptor_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841, ___interceptor_1)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_interceptor_1() const { return ___interceptor_1; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_interceptor_1() { return &___interceptor_1; } inline void set_interceptor_1(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___interceptor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___interceptor_1), (void*)value); } inline static int32_t get_offset_of_operateFinished_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841, ___operateFinished_2)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_operateFinished_2() const { return ___operateFinished_2; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_operateFinished_2() { return &___operateFinished_2; } inline void set_operateFinished_2(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___operateFinished_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___operateFinished_2), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_7 struct U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_7::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_8 struct U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_8::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Action NewUserGuiderManager/<>c__DisplayClass10_8::onClickTarget Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onClickTarget_1; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_onClickTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24, ___onClickTarget_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onClickTarget_1() const { return ___onClickTarget_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onClickTarget_1() { return &___onClickTarget_1; } inline void set_onClickTarget_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onClickTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onClickTarget_1), (void*)value); } }; // NewUserGuiderManager/<>c__DisplayClass10_9 struct U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 : public RuntimeObject { public: // NewUserGuider NewUserGuiderManager/<>c__DisplayClass10_9::g NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g_0; // System.Action NewUserGuiderManager/<>c__DisplayClass10_9::onClickTarget Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onClickTarget_1; public: inline static int32_t get_offset_of_g_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895, ___g_0)); } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * get_g_0() const { return ___g_0; } inline NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D ** get_address_of_g_0() { return &___g_0; } inline void set_g_0(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * value) { ___g_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___g_0), (void*)value); } inline static int32_t get_offset_of_onClickTarget_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895, ___onClickTarget_1)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onClickTarget_1() const { return ___onClickTarget_1; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onClickTarget_1() { return &___onClickTarget_1; } inline void set_onClickTarget_1(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onClickTarget_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___onClickTarget_1), (void*)value); } }; // UnityStandardAssets.Utility.ObjectResetter/d__6 struct U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.ObjectResetter/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.ObjectResetter/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single UnityStandardAssets.Utility.ObjectResetter/d__6::delay float ___delay_2; // UnityStandardAssets.Utility.ObjectResetter UnityStandardAssets.Utility.ObjectResetter/d__6::<>4__this ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608, ___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(U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608, ___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_delay_2() { return static_cast(offsetof(U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608, ___delay_2)); } inline float get_delay_2() const { return ___delay_2; } inline float* get_address_of_delay_2() { return &___delay_2; } inline void set_delay_2(float value) { ___delay_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608, ___U3CU3E4__this_3)); } inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspReqGenerator/RequestObject struct RequestObject_t0CC769F9527A3BDD1C2E04C21AC4A3D47EF03C80 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspReqGenerator/RequestObject::certId CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspReqGenerator/RequestObject::extensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions_1; public: inline static int32_t get_offset_of_certId_0() { return static_cast(offsetof(RequestObject_t0CC769F9527A3BDD1C2E04C21AC4A3D47EF03C80, ___certId_0)); } inline CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * get_certId_0() const { return ___certId_0; } inline CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 ** get_address_of_certId_0() { return &___certId_0; } inline void set_certId_0(CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * value) { ___certId_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___certId_0), (void*)value); } inline static int32_t get_offset_of_extensions_1() { return static_cast(offsetof(RequestObject_t0CC769F9527A3BDD1C2E04C21AC4A3D47EF03C80, ___extensions_1)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_extensions_1() const { return ___extensions_1; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_extensions_1() { return &___extensions_1; } inline void set_extensions_1(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___extensions_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_1), (void*)value); } }; // PKComp/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8 : public RuntimeObject { public: // PKComp PKComp/<>c__DisplayClass10_0::<>4__this PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * ___U3CU3E4__this_0; // MatchPlayerInfo PKComp/<>c__DisplayClass10_0::matchPlayerInfo MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * ___matchPlayerInfo_1; // System.String PKComp/<>c__DisplayClass10_0::roomKey String_t* ___roomKey_2; // System.Int32 PKComp/<>c__DisplayClass10_0::gameType int32_t ___gameType_3; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8, ___U3CU3E4__this_0)); } inline PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_matchPlayerInfo_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8, ___matchPlayerInfo_1)); } inline MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * get_matchPlayerInfo_1() const { return ___matchPlayerInfo_1; } inline MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B ** get_address_of_matchPlayerInfo_1() { return &___matchPlayerInfo_1; } inline void set_matchPlayerInfo_1(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * value) { ___matchPlayerInfo_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchPlayerInfo_1), (void*)value); } inline static int32_t get_offset_of_roomKey_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8, ___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_gameType_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8, ___gameType_3)); } inline int32_t get_gameType_3() const { return ___gameType_3; } inline int32_t* get_address_of_gameType_3() { return &___gameType_3; } inline void set_gameType_3(int32_t value) { ___gameType_3 = value; } }; // PKComp/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872 : public RuntimeObject { public: // PKComp PKComp/<>c__DisplayClass9_0::<>4__this PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * ___U3CU3E4__this_0; // System.String PKComp/<>c__DisplayClass9_0::roomKey String_t* ___roomKey_1; // System.Int32 PKComp/<>c__DisplayClass9_0::gameType int32_t ___gameType_2; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872, ___U3CU3E4__this_0)); } inline PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_roomKey_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872, ___roomKey_1)); } inline String_t* get_roomKey_1() const { return ___roomKey_1; } inline String_t** get_address_of_roomKey_1() { return &___roomKey_1; } inline void set_roomKey_1(String_t* value) { ___roomKey_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___roomKey_1), (void*)value); } inline static int32_t get_offset_of_gameType_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872, ___gameType_2)); } inline int32_t get_gameType_2() const { return ___gameType_2; } inline int32_t* get_address_of_gameType_2() { return &___gameType_2; } inline void set_gameType_2(int32_t value) { ___gameType_2 = value; } }; // PKGameMode_OnlinePK/GameDisplay struct GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D : public RuntimeObject { public: // System.Single[] PKGameMode_OnlinePK/GameDisplay::targetDistancesOnRound SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___targetDistancesOnRound_0; // System.Int32[] PKGameMode_OnlinePK/GameDisplay::playerRoleIDs Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___playerRoleIDs_1; // System.Int32 PKGameMode_OnlinePK/GameDisplay::showRoundValueOnReadyView int32_t ___showRoundValueOnReadyView_2; // System.Int32 PKGameMode_OnlinePK/GameDisplay::round int32_t ___round_3; // System.Int32 PKGameMode_OnlinePK/GameDisplay::nextPlayerExcuteID int32_t ___nextPlayerExcuteID_4; // System.Boolean PKGameMode_OnlinePK/GameDisplay::gameEnd bool ___gameEnd_5; public: inline static int32_t get_offset_of_targetDistancesOnRound_0() { return static_cast(offsetof(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D, ___targetDistancesOnRound_0)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_targetDistancesOnRound_0() const { return ___targetDistancesOnRound_0; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_targetDistancesOnRound_0() { return &___targetDistancesOnRound_0; } inline void set_targetDistancesOnRound_0(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___targetDistancesOnRound_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDistancesOnRound_0), (void*)value); } inline static int32_t get_offset_of_playerRoleIDs_1() { return static_cast(offsetof(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D, ___playerRoleIDs_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_playerRoleIDs_1() const { return ___playerRoleIDs_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_playerRoleIDs_1() { return &___playerRoleIDs_1; } inline void set_playerRoleIDs_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___playerRoleIDs_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerRoleIDs_1), (void*)value); } inline static int32_t get_offset_of_showRoundValueOnReadyView_2() { return static_cast(offsetof(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D, ___showRoundValueOnReadyView_2)); } inline int32_t get_showRoundValueOnReadyView_2() const { return ___showRoundValueOnReadyView_2; } inline int32_t* get_address_of_showRoundValueOnReadyView_2() { return &___showRoundValueOnReadyView_2; } inline void set_showRoundValueOnReadyView_2(int32_t value) { ___showRoundValueOnReadyView_2 = value; } inline static int32_t get_offset_of_round_3() { return static_cast(offsetof(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D, ___round_3)); } inline int32_t get_round_3() const { return ___round_3; } inline int32_t* get_address_of_round_3() { return &___round_3; } inline void set_round_3(int32_t value) { ___round_3 = value; } inline static int32_t get_offset_of_nextPlayerExcuteID_4() { return static_cast(offsetof(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D, ___nextPlayerExcuteID_4)); } inline int32_t get_nextPlayerExcuteID_4() const { return ___nextPlayerExcuteID_4; } inline int32_t* get_address_of_nextPlayerExcuteID_4() { return &___nextPlayerExcuteID_4; } inline void set_nextPlayerExcuteID_4(int32_t value) { ___nextPlayerExcuteID_4 = value; } inline static int32_t get_offset_of_gameEnd_5() { return static_cast(offsetof(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D, ___gameEnd_5)); } inline bool get_gameEnd_5() const { return ___gameEnd_5; } inline bool* get_address_of_gameEnd_5() { return &___gameEnd_5; } inline void set_gameEnd_5(bool value) { ___gameEnd_5 = value; } }; // PKGameMode_OnlinePK/GameLogic struct GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D : public RuntimeObject { public: // System.Int32 PKGameMode_OnlinePK/GameLogic::currentPlayerIndex int32_t ___currentPlayerIndex_0; // System.Int32[] PKGameMode_OnlinePK/GameLogic::totalScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___totalScores_1; // System.Single[] PKGameMode_OnlinePK/GameLogic::currentScores SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___currentScores_2; // System.Int32 PKGameMode_OnlinePK/GameLogic::round int32_t ___round_3; // System.Int32 PKGameMode_OnlinePK/GameLogic::maxRound int32_t ___maxRound_4; // System.Int32[] PKGameMode_OnlinePK/GameLogic::shootCount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___shootCount_5; // System.Int32 PKGameMode_OnlinePK/GameLogic::maxShootCount int32_t ___maxShootCount_6; // System.Single PKGameMode_OnlinePK/GameLogic::singleShootReadyTime float ___singleShootReadyTime_7; // System.Single PKGameMode_OnlinePK/GameLogic::singleShootReadyMaxTime float ___singleShootReadyMaxTime_8; // System.Boolean PKGameMode_OnlinePK/GameLogic::singleShootTimeRunning bool ___singleShootTimeRunning_9; // System.String[] PKGameMode_OnlinePK/GameLogic::gameRes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___gameRes_10; // System.Boolean PKGameMode_OnlinePK/GameLogic::gameEnd bool ___gameEnd_11; // System.Collections.Generic.List`1 PKGameMode_OnlinePK/GameLogic::appearPlayerIndexes List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * ___appearPlayerIndexes_12; // System.Int32[] PKGameMode_OnlinePK/GameLogic::sequencePlayerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___sequencePlayerIndexes_13; // System.Int32 PKGameMode_OnlinePK/GameLogic::nextPlayerExcuteID int32_t ___nextPlayerExcuteID_14; public: inline static int32_t get_offset_of_currentPlayerIndex_0() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___currentPlayerIndex_0)); } inline int32_t get_currentPlayerIndex_0() const { return ___currentPlayerIndex_0; } inline int32_t* get_address_of_currentPlayerIndex_0() { return &___currentPlayerIndex_0; } inline void set_currentPlayerIndex_0(int32_t value) { ___currentPlayerIndex_0 = value; } inline static int32_t get_offset_of_totalScores_1() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___totalScores_1)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_totalScores_1() const { return ___totalScores_1; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_totalScores_1() { return &___totalScores_1; } inline void set_totalScores_1(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___totalScores_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___totalScores_1), (void*)value); } inline static int32_t get_offset_of_currentScores_2() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___currentScores_2)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_currentScores_2() const { return ___currentScores_2; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_currentScores_2() { return &___currentScores_2; } inline void set_currentScores_2(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___currentScores_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentScores_2), (void*)value); } inline static int32_t get_offset_of_round_3() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___round_3)); } inline int32_t get_round_3() const { return ___round_3; } inline int32_t* get_address_of_round_3() { return &___round_3; } inline void set_round_3(int32_t value) { ___round_3 = value; } inline static int32_t get_offset_of_maxRound_4() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___maxRound_4)); } inline int32_t get_maxRound_4() const { return ___maxRound_4; } inline int32_t* get_address_of_maxRound_4() { return &___maxRound_4; } inline void set_maxRound_4(int32_t value) { ___maxRound_4 = value; } inline static int32_t get_offset_of_shootCount_5() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___shootCount_5)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_shootCount_5() const { return ___shootCount_5; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_shootCount_5() { return &___shootCount_5; } inline void set_shootCount_5(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___shootCount_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___shootCount_5), (void*)value); } inline static int32_t get_offset_of_maxShootCount_6() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___maxShootCount_6)); } inline int32_t get_maxShootCount_6() const { return ___maxShootCount_6; } inline int32_t* get_address_of_maxShootCount_6() { return &___maxShootCount_6; } inline void set_maxShootCount_6(int32_t value) { ___maxShootCount_6 = value; } inline static int32_t get_offset_of_singleShootReadyTime_7() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___singleShootReadyTime_7)); } inline float get_singleShootReadyTime_7() const { return ___singleShootReadyTime_7; } inline float* get_address_of_singleShootReadyTime_7() { return &___singleShootReadyTime_7; } inline void set_singleShootReadyTime_7(float value) { ___singleShootReadyTime_7 = value; } inline static int32_t get_offset_of_singleShootReadyMaxTime_8() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___singleShootReadyMaxTime_8)); } inline float get_singleShootReadyMaxTime_8() const { return ___singleShootReadyMaxTime_8; } inline float* get_address_of_singleShootReadyMaxTime_8() { return &___singleShootReadyMaxTime_8; } inline void set_singleShootReadyMaxTime_8(float value) { ___singleShootReadyMaxTime_8 = value; } inline static int32_t get_offset_of_singleShootTimeRunning_9() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___singleShootTimeRunning_9)); } inline bool get_singleShootTimeRunning_9() const { return ___singleShootTimeRunning_9; } inline bool* get_address_of_singleShootTimeRunning_9() { return &___singleShootTimeRunning_9; } inline void set_singleShootTimeRunning_9(bool value) { ___singleShootTimeRunning_9 = value; } inline static int32_t get_offset_of_gameRes_10() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___gameRes_10)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_gameRes_10() const { return ___gameRes_10; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_gameRes_10() { return &___gameRes_10; } inline void set_gameRes_10(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___gameRes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameRes_10), (void*)value); } inline static int32_t get_offset_of_gameEnd_11() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___gameEnd_11)); } inline bool get_gameEnd_11() const { return ___gameEnd_11; } inline bool* get_address_of_gameEnd_11() { return &___gameEnd_11; } inline void set_gameEnd_11(bool value) { ___gameEnd_11 = value; } inline static int32_t get_offset_of_appearPlayerIndexes_12() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___appearPlayerIndexes_12)); } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * get_appearPlayerIndexes_12() const { return ___appearPlayerIndexes_12; } inline List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 ** get_address_of_appearPlayerIndexes_12() { return &___appearPlayerIndexes_12; } inline void set_appearPlayerIndexes_12(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * value) { ___appearPlayerIndexes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___appearPlayerIndexes_12), (void*)value); } inline static int32_t get_offset_of_sequencePlayerIndexes_13() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___sequencePlayerIndexes_13)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_sequencePlayerIndexes_13() const { return ___sequencePlayerIndexes_13; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_sequencePlayerIndexes_13() { return &___sequencePlayerIndexes_13; } inline void set_sequencePlayerIndexes_13(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___sequencePlayerIndexes_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencePlayerIndexes_13), (void*)value); } inline static int32_t get_offset_of_nextPlayerExcuteID_14() { return static_cast(offsetof(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D, ___nextPlayerExcuteID_14)); } inline int32_t get_nextPlayerExcuteID_14() const { return ___nextPlayerExcuteID_14; } inline int32_t* get_address_of_nextPlayerExcuteID_14() { return &___nextPlayerExcuteID_14; } inline void set_nextPlayerExcuteID_14(int32_t value) { ___nextPlayerExcuteID_14 = value; } }; // PKGameReadyView/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E : public RuntimeObject { public: // PKGameReadyView PKGameReadyView/<>c__DisplayClass9_0::<>4__this PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * ___U3CU3E4__this_0; // System.Int32 PKGameReadyView/<>c__DisplayClass9_0::roundNum int32_t ___roundNum_1; // TextAutoLanguage PKGameReadyView/<>c__DisplayClass9_0::round TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * ___round_2; // UnityEngine.UI.Image PKGameReadyView/<>c__DisplayClass9_0::mask Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___mask_3; // UnityEngine.Transform PKGameReadyView/<>c__DisplayClass9_0::panel Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___panel_4; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E, ___U3CU3E4__this_0)); } inline PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_roundNum_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E, ___roundNum_1)); } inline int32_t get_roundNum_1() const { return ___roundNum_1; } inline int32_t* get_address_of_roundNum_1() { return &___roundNum_1; } inline void set_roundNum_1(int32_t value) { ___roundNum_1 = value; } inline static int32_t get_offset_of_round_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E, ___round_2)); } inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * get_round_2() const { return ___round_2; } inline TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 ** get_address_of_round_2() { return &___round_2; } inline void set_round_2(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * value) { ___round_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___round_2), (void*)value); } inline static int32_t get_offset_of_mask_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E, ___mask_3)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_mask_3() const { return ___mask_3; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_mask_3() { return &___mask_3; } inline void set_mask_3(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___mask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mask_3), (void*)value); } inline static int32_t get_offset_of_panel_4() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E, ___panel_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_panel_4() const { return ___panel_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_panel_4() { return &___panel_4; } inline void set_panel_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___panel_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___panel_4), (void*)value); } }; // PKGameReadyView_Challenge/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8 : public RuntimeObject { public: // UnityEngine.UI.Image PKGameReadyView_Challenge/<>c__DisplayClass7_0::mask Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___mask_0; // UnityEngine.Transform PKGameReadyView_Challenge/<>c__DisplayClass7_0::panel Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___panel_1; // PKGameReadyView_Challenge PKGameReadyView_Challenge/<>c__DisplayClass7_0::<>4__this PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_mask_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8, ___mask_0)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_mask_0() const { return ___mask_0; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_mask_0() { return &___mask_0; } inline void set_mask_0(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___mask_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mask_0), (void*)value); } inline static int32_t get_offset_of_panel_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8, ___panel_1)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_panel_1() const { return ___panel_1; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_panel_1() { return &___panel_1; } inline void set_panel_1(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___panel_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___panel_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8, ___U3CU3E4__this_2)); } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // PKGameSettleView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t861A88D0EB53E7CE60A92AC46B5B1C567D22A1F9 : public RuntimeObject { public: // PKGameSettleView PKGameSettleView/<>c__DisplayClass4_0::<>4__this PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1 * ___U3CU3E4__this_0; // PKMatchingView PKGameSettleView/<>c__DisplayClass4_0::view PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * ___view_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t861A88D0EB53E7CE60A92AC46B5B1C567D22A1F9, ___U3CU3E4__this_0)); } inline PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1 * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_view_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t861A88D0EB53E7CE60A92AC46B5B1C567D22A1F9, ___view_1)); } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * get_view_1() const { return ___view_1; } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC ** get_address_of_view_1() { return &___view_1; } inline void set_view_1(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * value) { ___view_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___view_1), (void*)value); } }; // PKMatchView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t0808778C9D250AA21471B8E1B7AB32F9B76BE72E : public RuntimeObject { public: // PKMatchingView PKMatchView/<>c__DisplayClass12_0::pkMatchingView PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * ___pkMatchingView_0; public: inline static int32_t get_offset_of_pkMatchingView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t0808778C9D250AA21471B8E1B7AB32F9B76BE72E, ___pkMatchingView_0)); } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * get_pkMatchingView_0() const { return ___pkMatchingView_0; } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC ** get_address_of_pkMatchingView_0() { return &___pkMatchingView_0; } inline void set_pkMatchingView_0(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * value) { ___pkMatchingView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pkMatchingView_0), (void*)value); } }; // PKMatchView/<>c__DisplayClass23_0 struct U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02 : public RuntimeObject { public: // System.Int32 PKMatchView/<>c__DisplayClass23_0::friendID int32_t ___friendID_0; // System.Int32 PKMatchView/<>c__DisplayClass23_0::avatarID int32_t ___avatarID_1; // System.String PKMatchView/<>c__DisplayClass23_0::nickname String_t* ___nickname_2; // PKMatchView PKMatchView/<>c__DisplayClass23_0::<>4__this PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_friendID_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02, ___friendID_0)); } inline int32_t get_friendID_0() const { return ___friendID_0; } inline int32_t* get_address_of_friendID_0() { return &___friendID_0; } inline void set_friendID_0(int32_t value) { ___friendID_0 = value; } inline static int32_t get_offset_of_avatarID_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02, ___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(U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02, ___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_U3CU3E4__this_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02, ___U3CU3E4__this_3)); } inline PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // PKMatchView/<>c__DisplayClass7_0 struct U3CU3Ec__DisplayClass7_0_t34E9A84088E2404BAB57A321F67C2F2329F3D460 : public RuntimeObject { public: // UnityEngine.UI.Button PKMatchView/<>c__DisplayClass7_0::btnTab Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTab_0; // PKMatchView PKMatchView/<>c__DisplayClass7_0::<>4__this PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_btnTab_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t34E9A84088E2404BAB57A321F67C2F2329F3D460, ___btnTab_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTab_0() const { return ___btnTab_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTab_0() { return &___btnTab_0; } inline void set_btnTab_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTab_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTab_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass7_0_t34E9A84088E2404BAB57A321F67C2F2329F3D460, ___U3CU3E4__this_1)); } inline PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // PKMatchingView/d__18 struct U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 : public RuntimeObject { public: // System.Int32 PKMatchingView/d__18::<>1__state int32_t ___U3CU3E1__state_0; // System.Object PKMatchingView/d__18::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864, ___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(U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864, ___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); } }; // UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystemList struct DemoParticleSystemList_t3885BBD1CA5C4C983B20441E24226833802CD01E : public RuntimeObject { public: // UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem[] UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystemList::items DemoParticleSystemU5BU5D_tECC3FBA90A93A35A05B79DFD1CA338C08FEDD8B1* ___items_0; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(DemoParticleSystemList_t3885BBD1CA5C4C983B20441E24226833802CD01E, ___items_0)); } inline DemoParticleSystemU5BU5D_tECC3FBA90A93A35A05B79DFD1CA338C08FEDD8B1* get_items_0() const { return ___items_0; } inline DemoParticleSystemU5BU5D_tECC3FBA90A93A35A05B79DFD1CA338C08FEDD8B1** get_address_of_items_0() { return &___items_0; } inline void set_items_0(DemoParticleSystemU5BU5D_tECC3FBA90A93A35A05B79DFD1CA338C08FEDD8B1* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } }; // UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4 struct U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 : public RuntimeObject { public: // System.Int32 UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityStandardAssets.Utility.ParticleSystemDestroyer UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::<>4__this ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * ___U3CU3E4__this_2; // UnityEngine.ParticleSystem[] UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::5__2 ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* ___U3CsystemsU3E5__2_3; // System.Single UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::5__3 float ___U3CstopTimeU3E5__3_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast(offsetof(U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934, ___U3CU3E4__this_2)); } inline ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CsystemsU3E5__2_3() { return static_cast(offsetof(U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934, ___U3CsystemsU3E5__2_3)); } inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* get_U3CsystemsU3E5__2_3() const { return ___U3CsystemsU3E5__2_3; } inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7** get_address_of_U3CsystemsU3E5__2_3() { return &___U3CsystemsU3E5__2_3; } inline void set_U3CsystemsU3E5__2_3(ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* value) { ___U3CsystemsU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CsystemsU3E5__2_3), (void*)value); } inline static int32_t get_offset_of_U3CstopTimeU3E5__3_4() { return static_cast(offsetof(U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934, ___U3CstopTimeU3E5__3_4)); } inline float get_U3CstopTimeU3E5__3_4() const { return ___U3CstopTimeU3E5__3_4; } inline float* get_address_of_U3CstopTimeU3E5__3_4() { return &___U3CstopTimeU3E5__3_4; } inline void set_U3CstopTimeU3E5__3_4(float value) { ___U3CstopTimeU3E5__3_4 = value; } }; // PhoneValidateController/d__0 struct U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D : public RuntimeObject { public: // System.Int32 PhoneValidateController/d__0::<>1__state int32_t ___U3CU3E1__state_0; // System.Object PhoneValidateController/d__0::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String PhoneValidateController/d__0::phone String_t* ___phone_2; // System.Action`1 PhoneValidateController/d__0::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_3; // UnityEngine.Networking.UnityWebRequest PhoneValidateController/d__0::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D, ___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(U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D, ___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(U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D, ___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_callback_3() { return static_cast(offsetof(U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D, ___callback_3)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_3() const { return ___callback_3; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_3() { return &___callback_3; } inline void set_callback_3(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_4() { return static_cast(offsetof(U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D, ___U3CrequestU3E5__2_4)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_4() const { return ___U3CrequestU3E5__2_4; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_4() { return &___U3CrequestU3E5__2_4; } inline void set_U3CrequestU3E5__2_4(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_4), (void*)value); } }; // PhoneValidateController/d__1 struct U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE : public RuntimeObject { public: // System.Int32 PhoneValidateController/d__1::<>1__state int32_t ___U3CU3E1__state_0; // System.Object PhoneValidateController/d__1::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String PhoneValidateController/d__1::phone String_t* ___phone_2; // System.String PhoneValidateController/d__1::code String_t* ___code_3; // System.Action`1 PhoneValidateController/d__1::callback Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback_4; // UnityEngine.Networking.UnityWebRequest PhoneValidateController/d__1::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CrequestU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE, ___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(U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE, ___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(U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE, ___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_code_3() { return static_cast(offsetof(U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE, ___code_3)); } inline String_t* get_code_3() const { return ___code_3; } inline String_t** get_address_of_code_3() { return &___code_3; } inline void set_code_3(String_t* value) { ___code_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_3), (void*)value); } inline static int32_t get_offset_of_callback_4() { return static_cast(offsetof(U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE, ___callback_4)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_callback_4() const { return ___callback_4; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_callback_4() { return &___callback_4; } inline void set_callback_4(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___callback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___callback_4), (void*)value); } inline static int32_t get_offset_of_U3CrequestU3E5__2_5() { return static_cast(offsetof(U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE, ___U3CrequestU3E5__2_5)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CrequestU3E5__2_5() const { return ___U3CrequestU3E5__2_5; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CrequestU3E5__2_5() { return &___U3CrequestU3E5__2_5; } inline void set_U3CrequestU3E5__2_5(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CrequestU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CrequestU3E5__2_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId struct CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 : public RuntimeObject { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId::id ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9, ___id_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_id_0() const { return ___id_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_id_0() { return &___id_0; } inline void set_id_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___id_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable struct IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE : public RuntimeObject { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::orig RuntimeObject* ___orig_0; // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::keys RuntimeObject* ___keys_1; public: inline static int32_t get_offset_of_orig_0() { return static_cast(offsetof(IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE, ___orig_0)); } inline RuntimeObject* get_orig_0() const { return ___orig_0; } inline RuntimeObject** get_address_of_orig_0() { return &___orig_0; } inline void set_orig_0(RuntimeObject* value) { ___orig_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___orig_0), (void*)value); } inline static int32_t get_offset_of_keys_1() { return static_cast(offsetof(IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE, ___keys_1)); } inline RuntimeObject* get_keys_1() const { return ___keys_1; } inline RuntimeObject** get_address_of_keys_1() { return &___keys_1; } inline void set_keys_1(RuntimeObject* value) { ___keys_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_1), (void*)value); } }; // PopupMgr/<>c__DisplayClass10_0 struct U3CU3Ec__DisplayClass10_0_t12140C3F334E4B4AA865BC7C15226063461AD3D7 : public RuntimeObject { public: // UnityEngine.GameObject PopupMgr/<>c__DisplayClass10_0::o GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___o_0; public: inline static int32_t get_offset_of_o_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass10_0_t12140C3F334E4B4AA865BC7C15226063461AD3D7, ___o_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_o_0() const { return ___o_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_o_0() { return &___o_0; } inline void set_o_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___o_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___o_0), (void*)value); } }; // PopupMgr/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_t5E91E122899C651E14C1B7E86C6C513EDE76A905 : public RuntimeObject { public: // UnityEngine.GameObject PopupMgr/<>c__DisplayClass12_0::tipObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tipObj_0; public: inline static int32_t get_offset_of_tipObj_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_t5E91E122899C651E14C1B7E86C6C513EDE76A905, ___tipObj_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_tipObj_0() const { return ___tipObj_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_tipObj_0() { return &___tipObj_0; } inline void set_tipObj_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___tipObj_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___tipObj_0), (void*)value); } }; // PopupMgr/<>c__DisplayClass6_0 struct U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885 : public RuntimeObject { public: // PopupMgr PopupMgr/<>c__DisplayClass6_0::<>4__this PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * ___U3CU3E4__this_0; // UnityEngine.GameObject PopupMgr/<>c__DisplayClass6_0::tipObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tipObj_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885, ___U3CU3E4__this_0)); } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_tipObj_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885, ___tipObj_1)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_tipObj_1() const { return ___tipObj_1; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_tipObj_1() { return &___tipObj_1; } inline void set_tipObj_1(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___tipObj_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___tipObj_1), (void*)value); } }; // PopupMgr/<>c__DisplayClass9_0 struct U3CU3Ec__DisplayClass9_0_tA633CDAB24BE289DF8C371F0DDC96FBF76763A90 : public RuntimeObject { public: // UnityEngine.GameObject PopupMgr/<>c__DisplayClass9_0::tipObj GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tipObj_0; public: inline static int32_t get_offset_of_tipObj_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass9_0_tA633CDAB24BE289DF8C371F0DDC96FBF76763A90, ___tipObj_0)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_tipObj_0() const { return ___tipObj_0; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_tipObj_0() { return &___tipObj_0; } inline void set_tipObj_0(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___tipObj_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___tipObj_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput struct MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 : public RuntimeObject { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::mProvablyComposite bool ___mProvablyComposite_0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::mFactor BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___mFactor_1; public: inline static int32_t get_offset_of_mProvablyComposite_0() { return static_cast(offsetof(MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637, ___mProvablyComposite_0)); } inline bool get_mProvablyComposite_0() const { return ___mProvablyComposite_0; } inline bool* get_address_of_mProvablyComposite_0() { return &___mProvablyComposite_0; } inline void set_mProvablyComposite_0(bool value) { ___mProvablyComposite_0 = value; } inline static int32_t get_offset_of_mFactor_1() { return static_cast(offsetof(MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637, ___mFactor_1)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_mFactor_1() const { return ___mFactor_1; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_mFactor_1() { return &___mFactor_1; } inline void set_mFactor_1(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___mFactor_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mFactor_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput struct STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::mPrime BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___mPrime_0; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::mPrimeSeed ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mPrimeSeed_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::mPrimeGenCounter int32_t ___mPrimeGenCounter_2; public: inline static int32_t get_offset_of_mPrime_0() { return static_cast(offsetof(STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5, ___mPrime_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_mPrime_0() const { return ___mPrime_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_mPrime_0() { return &___mPrime_0; } inline void set_mPrime_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___mPrime_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPrime_0), (void*)value); } inline static int32_t get_offset_of_mPrimeSeed_1() { return static_cast(offsetof(STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5, ___mPrimeSeed_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mPrimeSeed_1() const { return ___mPrimeSeed_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mPrimeSeed_1() { return &___mPrimeSeed_1; } inline void set_mPrimeSeed_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mPrimeSeed_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___mPrimeSeed_1), (void*)value); } inline static int32_t get_offset_of_mPrimeGenCounter_2() { return static_cast(offsetof(STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5, ___mPrimeGenCounter_2)); } inline int32_t get_mPrimeGenCounter_2() const { return ___mPrimeGenCounter_2; } inline int32_t* get_address_of_mPrimeGenCounter_2() { return &___mPrimeGenCounter_2; } inline void set_mPrimeGenCounter_2(int32_t value) { ___mPrimeGenCounter_2 = value; } }; // UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer struct RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 : public RuntimeObject { public: public: }; // RabbitHuntGameMode_OnlinePK/SyncLogicData struct SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB : public RuntimeObject { public: // System.Int32 RabbitHuntGameMode_OnlinePK/SyncLogicData::roundID int32_t ___roundID_0; // System.Int32 RabbitHuntGameMode_OnlinePK/SyncLogicData::currentPlayerIndex int32_t ___currentPlayerIndex_1; // System.Single RabbitHuntGameMode_OnlinePK/SyncLogicData::singleShootReadyTime float ___singleShootReadyTime_2; // System.Int32 RabbitHuntGameMode_OnlinePK/SyncLogicData::animalCount int32_t ___animalCount_3; // System.Int32 RabbitHuntGameMode_OnlinePK/SyncLogicData::arrowCount int32_t ___arrowCount_4; // System.Single RabbitHuntGameMode_OnlinePK/SyncLogicData::time float ___time_5; // System.Int32[] RabbitHuntGameMode_OnlinePK/SyncLogicData::hitScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___hitScores_6; // System.Boolean RabbitHuntGameMode_OnlinePK/SyncLogicData::gameEnd bool ___gameEnd_7; public: inline static int32_t get_offset_of_roundID_0() { return static_cast(offsetof(SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB, ___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; } }; // RankView/<>c__DisplayClass12_0 struct U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 : public RuntimeObject { public: // System.Int32 RankView/<>c__DisplayClass12_0::rankArea_copy int32_t ___rankArea_copy_0; // RankView RankView/<>c__DisplayClass12_0::<>4__this RankView_tE5C219F6182DB522063A069F5DC912015E58128E * ___U3CU3E4__this_1; // System.Int32 RankView/<>c__DisplayClass12_0::rankGameType_copy int32_t ___rankGameType_copy_2; public: inline static int32_t get_offset_of_rankArea_copy_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452, ___rankArea_copy_0)); } inline int32_t get_rankArea_copy_0() const { return ___rankArea_copy_0; } inline int32_t* get_address_of_rankArea_copy_0() { return &___rankArea_copy_0; } inline void set_rankArea_copy_0(int32_t value) { ___rankArea_copy_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452, ___U3CU3E4__this_1)); } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RankView_tE5C219F6182DB522063A069F5DC912015E58128E * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } inline static int32_t get_offset_of_rankGameType_copy_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452, ___rankGameType_copy_2)); } inline int32_t get_rankGameType_copy_2() const { return ___rankGameType_copy_2; } inline int32_t* get_address_of_rankGameType_copy_2() { return &___rankGameType_copy_2; } inline void set_rankGameType_copy_2(int32_t value) { ___rankGameType_copy_2 = value; } }; // RankView/<>c__DisplayClass16_0 struct U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5 : public RuntimeObject { public: // UnityEngine.UI.Button RankView/<>c__DisplayClass16_0::btnTab Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTab_0; // RankView RankView/<>c__DisplayClass16_0::<>4__this RankView_tE5C219F6182DB522063A069F5DC912015E58128E * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_btnTab_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5, ___btnTab_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTab_0() const { return ___btnTab_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTab_0() { return &___btnTab_0; } inline void set_btnTab_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTab_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTab_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5, ___U3CU3E4__this_1)); } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RankView_tE5C219F6182DB522063A069F5DC912015E58128E * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // RankView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E : public RuntimeObject { public: // UnityEngine.UI.Button RankView/<>c__DisplayClass22_0::btnTab Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnTab_0; // RankView RankView/<>c__DisplayClass22_0::<>4__this RankView_tE5C219F6182DB522063A069F5DC912015E58128E * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_btnTab_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E, ___btnTab_0)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnTab_0() const { return ___btnTab_0; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnTab_0() { return &___btnTab_0; } inline void set_btnTab_0(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnTab_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTab_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E, ___U3CU3E4__this_1)); } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RankView_tE5C219F6182DB522063A069F5DC912015E58128E ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RankView_tE5C219F6182DB522063A069F5DC912015E58128E * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // BestHTTP.Forms.RawJsonForm/<>c struct U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 : public RuntimeObject { public: public: }; struct U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields { public: // BestHTTP.Forms.RawJsonForm/<>c BestHTTP.Forms.RawJsonForm/<>c::<>9 U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * ___U3CU3E9_0; // System.Func`2 BestHTTP.Forms.RawJsonForm/<>c::<>9__2_0 Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * ___U3CU3E9__2_0_1; // System.Func`2 BestHTTP.Forms.RawJsonForm/<>c::<>9__2_1 Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * ___U3CU3E9__2_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * 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_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields, ___U3CU3E9__2_0_1)); } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * get_U3CU3E9__2_0_1() const { return ___U3CU3E9__2_0_1; } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 ** get_address_of_U3CU3E9__2_0_1() { return &___U3CU3E9__2_0_1; } inline void set_U3CU3E9__2_0_1(Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * value) { ___U3CU3E9__2_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_1_2() { return static_cast(offsetof(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields, ___U3CU3E9__2_1_2)); } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * get_U3CU3E9__2_1_2() const { return ___U3CU3E9__2_1_2; } inline Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 ** get_address_of_U3CU3E9__2_1_2() { return &___U3CU3E9__2_1_2; } inline void set_U3CU3E9__2_1_2(Func_2_t08A271520D34CE4D9144AD4E8D7D4E917CAD2777 * value) { ___U3CU3E9__2_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_1_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber struct SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 : public RuntimeObject { public: // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::value int64_t ___value_0; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::exhausted bool ___exhausted_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_exhausted_1() { return static_cast(offsetof(SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175, ___exhausted_1)); } inline bool get_exhausted_1() const { return ___exhausted_1; } inline bool* get_address_of_exhausted_1() { return &___exhausted_1; } inline void set_exhausted_1(bool value) { ___exhausted_1 = value; } }; // RegisterView/<>c struct U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 : public RuntimeObject { public: public: }; struct U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields { public: // RegisterView/<>c RegisterView/<>c::<>9 U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * ___U3CU3E9_0; // System.Action`1 RegisterView/<>c::<>9__28_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__28_0_1; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__28_0_1() { return static_cast(offsetof(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields, ___U3CU3E9__28_0_1)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__28_0_1() const { return ___U3CU3E9__28_0_1; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__28_0_1() { return &___U3CU3E9__28_0_1; } inline void set_U3CU3E9__28_0_1(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__28_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__28_0_1), (void*)value); } }; // RegisterView/<>c__DisplayClass13_0 struct U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438 : public RuntimeObject { public: // AgreementPopup RegisterView/<>c__DisplayClass13_0::agreementPopup AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * ___agreementPopup_0; public: inline static int32_t get_offset_of_agreementPopup_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438, ___agreementPopup_0)); } inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * get_agreementPopup_0() const { return ___agreementPopup_0; } inline AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 ** get_address_of_agreementPopup_0() { return &___agreementPopup_0; } inline void set_agreementPopup_0(AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * value) { ___agreementPopup_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___agreementPopup_0), (void*)value); } }; // RegisterView/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC : public RuntimeObject { public: // UnityEngine.UI.InputField RegisterView/<>c__DisplayClass15_0::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_0; public: inline static int32_t get_offset_of_inputField_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC, ___inputField_0)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_0() const { return ___inputField_0; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_0() { return &___inputField_0; } inline void set_inputField_0(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_0), (void*)value); } }; // RegisterView/<>c__DisplayClass20_0 struct U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C : public RuntimeObject { public: // RelateValidateView RegisterView/<>c__DisplayClass20_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // RegisterView RegisterView/<>c__DisplayClass20_0::<>4__this RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C, ___U3CU3E4__this_1)); } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // RegisterView/<>c__DisplayClass22_0 struct U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188 : public RuntimeObject { public: // RelateValidateView RegisterView/<>c__DisplayClass22_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // RegisterView RegisterView/<>c__DisplayClass22_0::<>4__this RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * ___U3CU3E4__this_1; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188, ___U3CU3E4__this_1)); } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } }; // RelateValidateView/<>c struct U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B : public RuntimeObject { public: public: }; struct U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_StaticFields { public: // RelateValidateView/<>c RelateValidateView/<>c::<>9 U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * ___U3CU3E9_0; // System.Action`1 RelateValidateView/<>c::<>9__22_0 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__22_0_1; // System.Action`1 RelateValidateView/<>c::<>9__22_1 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__22_1_2; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__22_0_1() { return static_cast(offsetof(U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_StaticFields, ___U3CU3E9__22_0_1)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__22_0_1() const { return ___U3CU3E9__22_0_1; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__22_0_1() { return &___U3CU3E9__22_0_1; } inline void set_U3CU3E9__22_0_1(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__22_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__22_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__22_1_2() { return static_cast(offsetof(U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_StaticFields, ___U3CU3E9__22_1_2)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__22_1_2() const { return ___U3CU3E9__22_1_2; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__22_1_2() { return &___U3CU3E9__22_1_2; } inline void set_U3CU3E9__22_1_2(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__22_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__22_1_2), (void*)value); } }; // RelateValidateView/TextKeys struct TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479 : public RuntimeObject { public: // System.String RelateValidateView/TextKeys::title String_t* ___title_0; // System.String RelateValidateView/TextKeys::inputRelateAccount String_t* ___inputRelateAccount_1; // System.String RelateValidateView/TextKeys::inputValidateCode String_t* ___inputValidateCode_2; // System.String RelateValidateView/TextKeys::btnSend String_t* ___btnSend_3; // System.String RelateValidateView/TextKeys::btnSubmit String_t* ___btnSubmit_4; public: inline static int32_t get_offset_of_title_0() { return static_cast(offsetof(TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479, ___title_0)); } inline String_t* get_title_0() const { return ___title_0; } inline String_t** get_address_of_title_0() { return &___title_0; } inline void set_title_0(String_t* value) { ___title_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___title_0), (void*)value); } inline static int32_t get_offset_of_inputRelateAccount_1() { return static_cast(offsetof(TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479, ___inputRelateAccount_1)); } inline String_t* get_inputRelateAccount_1() const { return ___inputRelateAccount_1; } inline String_t** get_address_of_inputRelateAccount_1() { return &___inputRelateAccount_1; } inline void set_inputRelateAccount_1(String_t* value) { ___inputRelateAccount_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputRelateAccount_1), (void*)value); } inline static int32_t get_offset_of_inputValidateCode_2() { return static_cast(offsetof(TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479, ___inputValidateCode_2)); } inline String_t* get_inputValidateCode_2() const { return ___inputValidateCode_2; } inline String_t** get_address_of_inputValidateCode_2() { return &___inputValidateCode_2; } inline void set_inputValidateCode_2(String_t* value) { ___inputValidateCode_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputValidateCode_2), (void*)value); } inline static int32_t get_offset_of_btnSend_3() { return static_cast(offsetof(TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479, ___btnSend_3)); } inline String_t* get_btnSend_3() const { return ___btnSend_3; } inline String_t** get_address_of_btnSend_3() { return &___btnSend_3; } inline void set_btnSend_3(String_t* value) { ___btnSend_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnSend_3), (void*)value); } inline static int32_t get_offset_of_btnSubmit_4() { return static_cast(offsetof(TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479, ___btnSubmit_4)); } inline String_t* get_btnSubmit_4() const { return ___btnSubmit_4; } inline String_t** get_address_of_btnSubmit_4() { return &___btnSubmit_4; } inline void set_btnSubmit_4(String_t* value) { ___btnSubmit_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnSubmit_4), (void*)value); } }; // Reporter/<>c__DisplayClass148_0 struct U3CU3Ec__DisplayClass148_0_t3E19A9A49A60ACF14C2B0C397DD7CDBF889BFAFB : public RuntimeObject { public: // System.String Reporter/<>c__DisplayClass148_0::allLogsToClipboard String_t* ___allLogsToClipboard_0; public: inline static int32_t get_offset_of_allLogsToClipboard_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass148_0_t3E19A9A49A60ACF14C2B0C397DD7CDBF889BFAFB, ___allLogsToClipboard_0)); } inline String_t* get_allLogsToClipboard_0() const { return ___allLogsToClipboard_0; } inline String_t** get_address_of_allLogsToClipboard_0() { return &___allLogsToClipboard_0; } inline void set_allLogsToClipboard_0(String_t* value) { ___allLogsToClipboard_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___allLogsToClipboard_0), (void*)value); } }; // Reporter/d__190 struct U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 : public RuntimeObject { public: // System.Int32 Reporter/d__190::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Reporter/d__190::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Reporter Reporter/d__190::<>4__this Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * ___U3CU3E4__this_2; // UnityEngine.Networking.UnityWebRequest Reporter/d__190::5__2 UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * ___U3CwwwU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0, ___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(U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0, ___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(U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0, ___U3CU3E4__this_2)); } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CwwwU3E5__2_3() { return static_cast(offsetof(U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0, ___U3CwwwU3E5__2_3)); } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * get_U3CwwwU3E5__2_3() const { return ___U3CwwwU3E5__2_3; } inline UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E ** get_address_of_U3CwwwU3E5__2_3() { return &___U3CwwwU3E5__2_3; } inline void set_U3CwwwU3E5__2_3(UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * value) { ___U3CwwwU3E5__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CwwwU3E5__2_3), (void*)value); } }; // Reporter/Sample struct Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C : public RuntimeObject { public: // System.Single Reporter/Sample::time float ___time_0; // System.Byte Reporter/Sample::loadedScene uint8_t ___loadedScene_1; // System.Single Reporter/Sample::memory float ___memory_2; // System.Single Reporter/Sample::fps float ___fps_3; // System.String Reporter/Sample::fpsText String_t* ___fpsText_4; public: inline static int32_t get_offset_of_time_0() { return static_cast(offsetof(Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C, ___time_0)); } inline float get_time_0() const { return ___time_0; } inline float* get_address_of_time_0() { return &___time_0; } inline void set_time_0(float value) { ___time_0 = value; } inline static int32_t get_offset_of_loadedScene_1() { return static_cast(offsetof(Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C, ___loadedScene_1)); } inline uint8_t get_loadedScene_1() const { return ___loadedScene_1; } inline uint8_t* get_address_of_loadedScene_1() { return &___loadedScene_1; } inline void set_loadedScene_1(uint8_t value) { ___loadedScene_1 = value; } inline static int32_t get_offset_of_memory_2() { return static_cast(offsetof(Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C, ___memory_2)); } inline float get_memory_2() const { return ___memory_2; } inline float* get_address_of_memory_2() { return &___memory_2; } inline void set_memory_2(float value) { ___memory_2 = value; } inline static int32_t get_offset_of_fps_3() { return static_cast(offsetof(Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C, ___fps_3)); } inline float get_fps_3() const { return ___fps_3; } inline float* get_address_of_fps_3() { return &___fps_3; } inline void set_fps_3(float value) { ___fps_3 = value; } inline static int32_t get_offset_of_fpsText_4() { return static_cast(offsetof(Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C, ___fpsText_4)); } inline String_t* get_fpsText_4() const { return ___fpsText_4; } inline String_t** get_address_of_fpsText_4() { return &___fpsText_4; } inline void set_fpsText_4(String_t* value) { ___fpsText_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fpsText_4), (void*)value); } }; // RetrievePasswordView/<>c__DisplayClass14_0 struct U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC : public RuntimeObject { public: // System.String RetrievePasswordView/<>c__DisplayClass14_0::username String_t* ___username_0; // System.Int64 RetrievePasswordView/<>c__DisplayClass14_0::timestamp int64_t ___timestamp_1; // System.String RetrievePasswordView/<>c__DisplayClass14_0::sign String_t* ___sign_2; // RetrievePasswordView RetrievePasswordView/<>c__DisplayClass14_0::<>4__this RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_username_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC, ___username_0)); } inline String_t* get_username_0() const { return ___username_0; } inline String_t** get_address_of_username_0() { return &___username_0; } inline void set_username_0(String_t* value) { ___username_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___username_0), (void*)value); } inline static int32_t get_offset_of_timestamp_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC, ___timestamp_1)); } inline int64_t get_timestamp_1() const { return ___timestamp_1; } inline int64_t* get_address_of_timestamp_1() { return &___timestamp_1; } inline void set_timestamp_1(int64_t value) { ___timestamp_1 = value; } inline static int32_t get_offset_of_sign_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC, ___sign_2)); } inline String_t* get_sign_2() const { return ___sign_2; } inline String_t** get_address_of_sign_2() { return &___sign_2; } inline void set_sign_2(String_t* value) { ___sign_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___sign_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC, ___U3CU3E4__this_3)); } inline RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // RetrievePasswordView/<>c__DisplayClass21_0 struct U3CU3Ec__DisplayClass21_0_t6D30FF35DC35A382E9C6653F86DE1C80A57B5DFF : public RuntimeObject { public: // UnityEngine.UI.InputField RetrievePasswordView/<>c__DisplayClass21_0::input InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___input_0; public: inline static int32_t get_offset_of_input_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass21_0_t6D30FF35DC35A382E9C6653F86DE1C80A57B5DFF, ___input_0)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_input_0() const { return ___input_0; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_input_0() { return &___input_0; } inline void set_input_0(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___input_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___input_0), (void*)value); } }; // RetrievePasswordView/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92 : public RuntimeObject { public: // RelateValidateView RetrievePasswordView/<>c__DisplayClass8_0::relateValidateView RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * ___relateValidateView_0; // RetrievePasswordView RetrievePasswordView/<>c__DisplayClass8_0::<>4__this RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * ___U3CU3E4__this_1; // System.Action`1 RetrievePasswordView/<>c__DisplayClass8_0::<>9__1 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__1_2; // System.Action`1 RetrievePasswordView/<>c__DisplayClass8_0::<>9__2 Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___U3CU3E9__2_3; public: inline static int32_t get_offset_of_relateValidateView_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92, ___relateValidateView_0)); } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * get_relateValidateView_0() const { return ___relateValidateView_0; } inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 ** get_address_of_relateValidateView_0() { return &___relateValidateView_0; } inline void set_relateValidateView_0(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * value) { ___relateValidateView_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___relateValidateView_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92, ___U3CU3E4__this_1)); } inline RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__1_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92, ___U3CU3E9__1_2)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__1_2() const { return ___U3CU3E9__1_2; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__1_2() { return &___U3CU3E9__1_2; } inline void set_U3CU3E9__1_2(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__2_3() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92, ___U3CU3E9__2_3)); } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * get_U3CU3E9__2_3() const { return ___U3CU3E9__2_3; } inline Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE ** get_address_of_U3CU3E9__2_3() { return &___U3CU3E9__2_3; } inline void set_U3CU3E9__2_3(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * value) { ___U3CU3E9__2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__2_3), (void*)value); } }; // RetrievePasswordView/d__23 struct U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 : public RuntimeObject { public: // System.Int32 RetrievePasswordView/d__23::<>1__state int32_t ___U3CU3E1__state_0; // System.Object RetrievePasswordView/d__23::<>2__current RuntimeObject * ___U3CU3E2__current_1; // RetrievePasswordView RetrievePasswordView/d__23::<>4__this RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014, ___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(U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014, ___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(U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014, ___U3CU3E4__this_2)); } inline RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings struct AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB : public RuntimeObject { public: // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::groundCheckDistance float ___groundCheckDistance_0; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::stickToGroundHelperDistance float ___stickToGroundHelperDistance_1; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::slowDownRate float ___slowDownRate_2; // System.Boolean UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::airControl bool ___airControl_3; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::shellOffset float ___shellOffset_4; public: inline static int32_t get_offset_of_groundCheckDistance_0() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___groundCheckDistance_0)); } inline float get_groundCheckDistance_0() const { return ___groundCheckDistance_0; } inline float* get_address_of_groundCheckDistance_0() { return &___groundCheckDistance_0; } inline void set_groundCheckDistance_0(float value) { ___groundCheckDistance_0 = value; } inline static int32_t get_offset_of_stickToGroundHelperDistance_1() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___stickToGroundHelperDistance_1)); } inline float get_stickToGroundHelperDistance_1() const { return ___stickToGroundHelperDistance_1; } inline float* get_address_of_stickToGroundHelperDistance_1() { return &___stickToGroundHelperDistance_1; } inline void set_stickToGroundHelperDistance_1(float value) { ___stickToGroundHelperDistance_1 = value; } inline static int32_t get_offset_of_slowDownRate_2() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___slowDownRate_2)); } inline float get_slowDownRate_2() const { return ___slowDownRate_2; } inline float* get_address_of_slowDownRate_2() { return &___slowDownRate_2; } inline void set_slowDownRate_2(float value) { ___slowDownRate_2 = value; } inline static int32_t get_offset_of_airControl_3() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___airControl_3)); } inline bool get_airControl_3() const { return ___airControl_3; } inline bool* get_address_of_airControl_3() { return &___airControl_3; } inline void set_airControl_3(bool value) { ___airControl_3 = value; } inline static int32_t get_offset_of_shellOffset_4() { return static_cast(offsetof(AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB, ___shellOffset_4)); } inline float get_shellOffset_4() const { return ___shellOffset_4; } inline float* get_address_of_shellOffset_4() { return &___shellOffset_4; } inline void set_shellOffset_4(float value) { ___shellOffset_4 = value; } }; // RoleSelectView/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 : public RuntimeObject { public: // RoleSelectView RoleSelectView/<>c__DisplayClass4_0::<>4__this RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * ___U3CU3E4__this_0; // System.Int32 RoleSelectView/<>c__DisplayClass4_0::playerIndex int32_t ___playerIndex_1; public: inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073, ___U3CU3E4__this_0)); } inline RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; } inline RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; } inline void set_U3CU3E4__this_0(RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * value) { ___U3CU3E4__this_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_0), (void*)value); } inline static int32_t get_offset_of_playerIndex_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073, ___playerIndex_1)); } inline int32_t get_playerIndex_1() const { return ___playerIndex_1; } inline int32_t* get_address_of_playerIndex_1() { return &___playerIndex_1; } inline void set_playerIndex_1(int32_t value) { ___playerIndex_1 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable struct SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::m_outer SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * ___m_outer_0; // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::m_table UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___m_table_1; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::m_size int32_t ___m_size_2; public: inline static int32_t get_offset_of_m_outer_0() { return static_cast(offsetof(SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6, ___m_outer_0)); } inline SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * get_m_outer_0() const { return ___m_outer_0; } inline SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C ** get_address_of_m_outer_0() { return &___m_outer_0; } inline void set_m_outer_0(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * value) { ___m_outer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_outer_0), (void*)value); } inline static int32_t get_offset_of_m_table_1() { return static_cast(offsetof(SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6, ___m_table_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_m_table_1() const { return ___m_table_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_m_table_1() { return &___m_table_1; } inline void set_m_table_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___m_table_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_table_1), (void*)value); } inline static int32_t get_offset_of_m_size_2() { return static_cast(offsetof(SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6, ___m_size_2)); } inline int32_t get_m_size_2() const { return ___m_size_2; } inline int32_t* get_address_of_m_size_2() { return &___m_size_2; } inline void set_m_size_2(int32_t value) { ___m_size_2 = value; } }; // 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); } }; // 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_t2BC46272CD3F8888C885E71B58EEED6D61322162 { public: // System.Collections.Generic.HashSet`1 System.Collections.Generic.HashSet`1/Enumerator::_set HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * ____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 Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ____current_3; public: inline static int32_t get_offset_of__set_0() { return static_cast(offsetof(Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____set_0)); } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * get__set_0() const { return ____set_0; } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 ** get_address_of__set_0() { return &____set_0; } inline void set__set_0(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * value) { ____set_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____set_0), (void*)value); } inline static int32_t get_offset_of__index_1() { return static_cast(offsetof(Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____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_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____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_t2BC46272CD3F8888C885E71B58EEED6D61322162, ____current_3)); } inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * get__current_3() const { return ____current_3; } inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 ** get_address_of__current_3() { return &____current_3; } inline void set__current_3(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * value) { ____current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * ___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 RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091, ___list_0)); } inline List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * get_list_0() const { return ___list_0; } inline List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091, ___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_tC878C68C355D877BA3126E5DF87FEBB154A61091, ___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_tC878C68C355D877BA3126E5DF87FEBB154A61091, ___current_3)); } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * get_current_3() const { return ___current_3; } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * 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_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 { public: // TKey System.Collections.Generic.KeyValuePair`2::key int32_t ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9, ___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_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9, ___value_1)); } inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * get_value_1() const { return ___value_1; } inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpCurve struct AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF : public ECCurve_t850A42EEB1867F313B111B5A75430D443165B926 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.AbstractFpFieldElement struct AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 : public ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::hashAlgorithm AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___hashAlgorithm_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerNameHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerNameHash_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::issuerKeyHash Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___issuerKeyHash_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::serialNumber DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___serialNumber_5; public: inline static int32_t get_offset_of_hashAlgorithm_2() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___hashAlgorithm_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_hashAlgorithm_2() const { return ___hashAlgorithm_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_hashAlgorithm_2() { return &___hashAlgorithm_2; } inline void set_hashAlgorithm_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___hashAlgorithm_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___hashAlgorithm_2), (void*)value); } inline static int32_t get_offset_of_issuerNameHash_3() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerNameHash_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerNameHash_3() const { return ___issuerNameHash_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerNameHash_3() { return &___issuerNameHash_3; } inline void set_issuerNameHash_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerNameHash_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerNameHash_3), (void*)value); } inline static int32_t get_offset_of_issuerKeyHash_4() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___issuerKeyHash_4)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_issuerKeyHash_4() const { return ___issuerKeyHash_4; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_issuerKeyHash_4() { return &___issuerKeyHash_4; } inline void set_issuerKeyHash_4(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___issuerKeyHash_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___issuerKeyHash_4), (void*)value); } inline static int32_t get_offset_of_serialNumber_5() { return static_cast(offsetof(CertID_t945D399859D8DB2523029689FA453B19136D40F0, ___serialNumber_5)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_serialNumber_5() const { return ___serialNumber_5; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_serialNumber_5() { return &___serialNumber_5; } inline void set_serialNumber_5(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___serialNumber_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___serialNumber_5), (void*)value); } }; // 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; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 { public: union { struct { }; uint8_t DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2__padding[1]; }; public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Text.RegularExpressions.Group struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 : public Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 { public: // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * ____capcoll_6; // System.String System.Text.RegularExpressions.Group::_name String_t* ____name_7; public: inline static int32_t get_offset_of__caps_4() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____caps_4)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__caps_4() const { return ____caps_4; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__caps_4() { return &____caps_4; } inline void set__caps_4(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____caps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____caps_4), (void*)value); } inline static int32_t get_offset_of__capcount_5() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcount_5)); } inline int32_t get__capcount_5() const { return ____capcount_5; } inline int32_t* get_address_of__capcount_5() { return &____capcount_5; } inline void set__capcount_5(int32_t value) { ____capcount_5 = value; } inline static int32_t get_offset_of__capcoll_6() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____capcoll_6)); } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * get__capcoll_6() const { return ____capcoll_6; } inline CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 ** get_address_of__capcoll_6() { return &____capcoll_6; } inline void set__capcoll_6(CaptureCollection_t40C06BBACB56CDD5F84860FDC1B0C3D8F160DCF9 * value) { ____capcoll_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____capcoll_6), (void*)value); } inline static int32_t get_offset_of__name_7() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883, ____name_7)); } inline String_t* get__name_7() const { return ____name_7; } inline String_t** get_address_of__name_7() { return &____name_7; } inline void set__name_7(String_t* value) { ____name_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_7), (void*)value); } }; struct Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields { public: // System.Text.RegularExpressions.Group System.Text.RegularExpressions.Group::_emptygroup Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * ____emptygroup_3; public: inline static int32_t get_offset_of__emptygroup_3() { return static_cast(offsetof(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883_StaticFields, ____emptygroup_3)); } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * get__emptygroup_3() const { return ____emptygroup_3; } inline Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 ** get_address_of__emptygroup_3() { return &____emptygroup_3; } inline void set__emptygroup_3(Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * value) { ____emptygroup_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptygroup_3), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13; // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_15; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_16; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value); } inline static int32_t get_offset_of__addingNew_14() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; } inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value) { ____addingNew_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value); } inline static int32_t get_offset_of__syncRoot_15() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); } inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; } inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; } inline void set__syncRoot_15(RuntimeObject * value) { ____syncRoot_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value); } inline static int32_t get_offset_of__busy_16() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); } inline bool get__busy_16() const { return ____busy_16; } inline bool* get_address_of__busy_16() { return &____busy_16; } inline void set__busy_16(bool value) { ____busy_16 = value; } }; // UnityEngine.Keyframe struct Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F { public: // System.Single UnityEngine.Keyframe::m_Time float ___m_Time_0; // System.Single UnityEngine.Keyframe::m_Value float ___m_Value_1; // System.Single UnityEngine.Keyframe::m_InTangent float ___m_InTangent_2; // System.Single UnityEngine.Keyframe::m_OutTangent float ___m_OutTangent_3; // System.Int32 UnityEngine.Keyframe::m_WeightedMode int32_t ___m_WeightedMode_4; // System.Single UnityEngine.Keyframe::m_InWeight float ___m_InWeight_5; // System.Single UnityEngine.Keyframe::m_OutWeight float ___m_OutWeight_6; public: inline static int32_t get_offset_of_m_Time_0() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_Time_0)); } inline float get_m_Time_0() const { return ___m_Time_0; } inline float* get_address_of_m_Time_0() { return &___m_Time_0; } inline void set_m_Time_0(float value) { ___m_Time_0 = value; } inline static int32_t get_offset_of_m_Value_1() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_Value_1)); } inline float get_m_Value_1() const { return ___m_Value_1; } inline float* get_address_of_m_Value_1() { return &___m_Value_1; } inline void set_m_Value_1(float value) { ___m_Value_1 = value; } inline static int32_t get_offset_of_m_InTangent_2() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_InTangent_2)); } inline float get_m_InTangent_2() const { return ___m_InTangent_2; } inline float* get_address_of_m_InTangent_2() { return &___m_InTangent_2; } inline void set_m_InTangent_2(float value) { ___m_InTangent_2 = value; } inline static int32_t get_offset_of_m_OutTangent_3() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_OutTangent_3)); } inline float get_m_OutTangent_3() const { return ___m_OutTangent_3; } inline float* get_address_of_m_OutTangent_3() { return &___m_OutTangent_3; } inline void set_m_OutTangent_3(float value) { ___m_OutTangent_3 = value; } inline static int32_t get_offset_of_m_WeightedMode_4() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_WeightedMode_4)); } inline int32_t get_m_WeightedMode_4() const { return ___m_WeightedMode_4; } inline int32_t* get_address_of_m_WeightedMode_4() { return &___m_WeightedMode_4; } inline void set_m_WeightedMode_4(int32_t value) { ___m_WeightedMode_4 = value; } inline static int32_t get_offset_of_m_InWeight_5() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_InWeight_5)); } inline float get_m_InWeight_5() const { return ___m_InWeight_5; } inline float* get_address_of_m_InWeight_5() { return &___m_InWeight_5; } inline void set_m_InWeight_5(float value) { ___m_InWeight_5 = value; } inline static int32_t get_offset_of_m_OutWeight_6() { return static_cast(offsetof(Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F, ___m_OutWeight_6)); } inline float get_m_OutWeight_6() const { return ___m_OutWeight_6; } inline float* get_address_of_m_OutWeight_6() { return &___m_OutWeight_6; } inline void set_m_OutWeight_6(float value) { ___m_OutWeight_6 = value; } }; // LoginController struct LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 : public Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59 { public: public: }; // PKComp struct PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 : public Singleton_1_tCB65884174995A0DF27236A231594AB04102D7C7 { public: public: }; // PKGameMode struct PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356 : public GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 { public: // System.Int32 PKGameMode::currentPlayerIndex int32_t ___currentPlayerIndex_2; // System.Int32[] PKGameMode::totalScores Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___totalScores_3; // System.Single[] PKGameMode::currentScores SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___currentScores_4; // System.Int32 PKGameMode::round int32_t ___round_5; // System.Int32 PKGameMode::showRoundValue int32_t ___showRoundValue_6; // System.Single[] PKGameMode::targetDistancesOnRound SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___targetDistancesOnRound_7; // System.Int32 PKGameMode::maxRound int32_t ___maxRound_8; // System.Int32[] PKGameMode::shootCount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___shootCount_9; // System.Int32 PKGameMode::maxShootCount int32_t ___maxShootCount_10; // System.Single PKGameMode::singleShootReadyTime float ___singleShootReadyTime_11; // System.Single PKGameMode::singleShootReadyMaxTime float ___singleShootReadyMaxTime_12; // System.Boolean PKGameMode::singleShootTimeRunning bool ___singleShootTimeRunning_13; // System.String[] PKGameMode::gameRes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___gameRes_15; // System.Collections.Generic.Queue`1 PKGameMode::appearPlayerIndexes Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * ___appearPlayerIndexes_16; // TargetBody PKGameMode::targetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___targetBody_17; // System.Int32[] PKGameMode::sequencePlayerIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___sequencePlayerIndexes_18; public: inline static int32_t get_offset_of_currentPlayerIndex_2() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___currentPlayerIndex_2)); } inline int32_t get_currentPlayerIndex_2() const { return ___currentPlayerIndex_2; } inline int32_t* get_address_of_currentPlayerIndex_2() { return &___currentPlayerIndex_2; } inline void set_currentPlayerIndex_2(int32_t value) { ___currentPlayerIndex_2 = value; } inline static int32_t get_offset_of_totalScores_3() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___totalScores_3)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_totalScores_3() const { return ___totalScores_3; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_totalScores_3() { return &___totalScores_3; } inline void set_totalScores_3(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___totalScores_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___totalScores_3), (void*)value); } inline static int32_t get_offset_of_currentScores_4() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___currentScores_4)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_currentScores_4() const { return ___currentScores_4; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_currentScores_4() { return &___currentScores_4; } inline void set_currentScores_4(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___currentScores_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentScores_4), (void*)value); } inline static int32_t get_offset_of_round_5() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___round_5)); } inline int32_t get_round_5() const { return ___round_5; } inline int32_t* get_address_of_round_5() { return &___round_5; } inline void set_round_5(int32_t value) { ___round_5 = value; } inline static int32_t get_offset_of_showRoundValue_6() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___showRoundValue_6)); } inline int32_t get_showRoundValue_6() const { return ___showRoundValue_6; } inline int32_t* get_address_of_showRoundValue_6() { return &___showRoundValue_6; } inline void set_showRoundValue_6(int32_t value) { ___showRoundValue_6 = value; } inline static int32_t get_offset_of_targetDistancesOnRound_7() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___targetDistancesOnRound_7)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_targetDistancesOnRound_7() const { return ___targetDistancesOnRound_7; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_targetDistancesOnRound_7() { return &___targetDistancesOnRound_7; } inline void set_targetDistancesOnRound_7(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___targetDistancesOnRound_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDistancesOnRound_7), (void*)value); } inline static int32_t get_offset_of_maxRound_8() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___maxRound_8)); } inline int32_t get_maxRound_8() const { return ___maxRound_8; } inline int32_t* get_address_of_maxRound_8() { return &___maxRound_8; } inline void set_maxRound_8(int32_t value) { ___maxRound_8 = value; } inline static int32_t get_offset_of_shootCount_9() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___shootCount_9)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_shootCount_9() const { return ___shootCount_9; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_shootCount_9() { return &___shootCount_9; } inline void set_shootCount_9(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___shootCount_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___shootCount_9), (void*)value); } inline static int32_t get_offset_of_maxShootCount_10() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___maxShootCount_10)); } inline int32_t get_maxShootCount_10() const { return ___maxShootCount_10; } inline int32_t* get_address_of_maxShootCount_10() { return &___maxShootCount_10; } inline void set_maxShootCount_10(int32_t value) { ___maxShootCount_10 = value; } inline static int32_t get_offset_of_singleShootReadyTime_11() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___singleShootReadyTime_11)); } inline float get_singleShootReadyTime_11() const { return ___singleShootReadyTime_11; } inline float* get_address_of_singleShootReadyTime_11() { return &___singleShootReadyTime_11; } inline void set_singleShootReadyTime_11(float value) { ___singleShootReadyTime_11 = value; } inline static int32_t get_offset_of_singleShootReadyMaxTime_12() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___singleShootReadyMaxTime_12)); } inline float get_singleShootReadyMaxTime_12() const { return ___singleShootReadyMaxTime_12; } inline float* get_address_of_singleShootReadyMaxTime_12() { return &___singleShootReadyMaxTime_12; } inline void set_singleShootReadyMaxTime_12(float value) { ___singleShootReadyMaxTime_12 = value; } inline static int32_t get_offset_of_singleShootTimeRunning_13() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___singleShootTimeRunning_13)); } inline bool get_singleShootTimeRunning_13() const { return ___singleShootTimeRunning_13; } inline bool* get_address_of_singleShootTimeRunning_13() { return &___singleShootTimeRunning_13; } inline void set_singleShootTimeRunning_13(bool value) { ___singleShootTimeRunning_13 = value; } inline static int32_t get_offset_of_gameRes_15() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___gameRes_15)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_gameRes_15() const { return ___gameRes_15; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_gameRes_15() { return &___gameRes_15; } inline void set_gameRes_15(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___gameRes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameRes_15), (void*)value); } inline static int32_t get_offset_of_appearPlayerIndexes_16() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___appearPlayerIndexes_16)); } inline Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * get_appearPlayerIndexes_16() const { return ___appearPlayerIndexes_16; } inline Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F ** get_address_of_appearPlayerIndexes_16() { return &___appearPlayerIndexes_16; } inline void set_appearPlayerIndexes_16(Queue_1_t9E8E273A339CBAE3B981AFE6B2CB2C46C550FA0F * value) { ___appearPlayerIndexes_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___appearPlayerIndexes_16), (void*)value); } inline static int32_t get_offset_of_targetBody_17() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___targetBody_17)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_targetBody_17() const { return ___targetBody_17; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_targetBody_17() { return &___targetBody_17; } inline void set_targetBody_17(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___targetBody_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetBody_17), (void*)value); } inline static int32_t get_offset_of_sequencePlayerIndexes_18() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356, ___sequencePlayerIndexes_18)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_sequencePlayerIndexes_18() const { return ___sequencePlayerIndexes_18; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_sequencePlayerIndexes_18() { return &___sequencePlayerIndexes_18; } inline void set_sequencePlayerIndexes_18(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___sequencePlayerIndexes_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencePlayerIndexes_18), (void*)value); } }; struct PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356_StaticFields { public: // System.Int32[] PKGameMode::playerRoleIDs Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___playerRoleIDs_14; public: inline static int32_t get_offset_of_playerRoleIDs_14() { return static_cast(offsetof(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356_StaticFields, ___playerRoleIDs_14)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_playerRoleIDs_14() const { return ___playerRoleIDs_14; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_playerRoleIDs_14() { return &___playerRoleIDs_14; } inline void set_playerRoleIDs_14(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___playerRoleIDs_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerRoleIDs_14), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request struct Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::reqCert CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___reqCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::singleRequestExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleRequestExtensions_3; public: inline static int32_t get_offset_of_reqCert_2() { return static_cast(offsetof(Request_t9690867C80FEF7D79870C9664E24F3292D17EC55, ___reqCert_2)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_reqCert_2() const { return ___reqCert_2; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_reqCert_2() { return &___reqCert_2; } inline void set_reqCert_2(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___reqCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___reqCert_2), (void*)value); } inline static int32_t get_offset_of_singleRequestExtensions_3() { return static_cast(offsetof(Request_t9690867C80FEF7D79870C9664E24F3292D17EC55, ___singleRequestExtensions_3)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_singleRequestExtensions_3() const { return ___singleRequestExtensions_3; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_singleRequestExtensions_3() { return &___singleRequestExtensions_3; } inline void set_singleRequestExtensions_3(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___singleRequestExtensions_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleRequestExtensions_3), (void*)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; } }; // UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_HighlightedSprite_0)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_HighlightedSprite_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value); } inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_PressedSprite_1)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_PressedSprite_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value); } inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_SelectedSprite_2)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_SelectedSprite_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value); } inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast(offsetof(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E, ___m_DisabledSprite_3)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_pinvoke { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E_marshaled_com { Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_HighlightedSprite_0; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_PressedSprite_1; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_SelectedSprite_2; Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_DisabledSprite_3; }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier struct SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::keyIdentifier ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___keyIdentifier_2; public: inline static int32_t get_offset_of_keyIdentifier_2() { return static_cast(offsetof(SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62, ___keyIdentifier_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_keyIdentifier_2() const { return ___keyIdentifier_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_keyIdentifier_2() { return &___keyIdentifier_2; } inline void set_keyIdentifier_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___keyIdentifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyIdentifier_2), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UserController struct UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 : public Singleton_1_tB9ED5E2050BDA754223BD2E8AF1A385BD99D30ED { public: public: }; // UserPlayer struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 : public JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB { public: // System.Boolean UserPlayer::canReconnnect bool ___canReconnnect_6; // UserPlayer/TempData UserPlayer::tempData TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * ___tempData_8; public: inline static int32_t get_offset_of_canReconnnect_6() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___canReconnnect_6)); } inline bool get_canReconnnect_6() const { return ___canReconnnect_6; } inline bool* get_address_of_canReconnnect_6() { return &___canReconnnect_6; } inline void set_canReconnnect_6(bool value) { ___canReconnnect_6 = value; } inline static int32_t get_offset_of_tempData_8() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6, ___tempData_8)); } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * get_tempData_8() const { return ___tempData_8; } inline TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A ** get_address_of_tempData_8() { return &___tempData_8; } inline void set_tempData_8(TempData_tB934E980DFF757057D797ACCA1171D332E1DBC2A * value) { ___tempData_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempData_8), (void*)value); } }; struct UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields { public: // UserPlayer UserPlayer::ins UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * ___ins_5; // System.Boolean UserPlayer::s_LogReporterInited bool ___s_LogReporterInited_7; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___ins_5)); } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * get_ins_5() const { return ___ins_5; } inline UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)value); } inline static int32_t get_offset_of_s_LogReporterInited_7() { return static_cast(offsetof(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields, ___s_LogReporterInited_7)); } inline bool get_s_LogReporterInited_7() const { return ___s_LogReporterInited_7; } inline bool* get_address_of_s_LogReporterInited_7() { return &___s_LogReporterInited_7; } inline void set_s_LogReporterInited_7(bool value) { ___s_LogReporterInited_7 = value; } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.WaitForFixedUpdate struct WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: public: }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { float ___m_Seconds_0; }; // 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.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // /__StaticArrayInitTypeSize=1024 struct __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665__padding[1024]; }; public: }; // /__StaticArrayInitTypeSize=112 struct __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542__padding[112]; }; public: }; // /__StaticArrayInitTypeSize=1152 struct __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F__padding[1152]; }; public: }; // /__StaticArrayInitTypeSize=116 struct __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9__padding[116]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=120 struct __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A__padding[120]; }; public: }; // /__StaticArrayInitTypeSize=124 struct __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451__padding[124]; }; public: }; // /__StaticArrayInitTypeSize=128 struct __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C__padding[128]; }; public: }; // /__StaticArrayInitTypeSize=16 struct __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66__padding[16]; }; public: }; // /__StaticArrayInitTypeSize=160 struct __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27__padding[160]; }; public: }; // /__StaticArrayInitTypeSize=19 struct __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4__padding[19]; }; public: }; // /__StaticArrayInitTypeSize=192 struct __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D__padding[192]; }; public: }; // /__StaticArrayInitTypeSize=20 struct __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598__padding[20]; }; public: }; // /__StaticArrayInitTypeSize=2048 struct __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E__padding[2048]; }; public: }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=256 struct __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449__padding[256]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=3 struct __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F__padding[3]; }; public: }; // /__StaticArrayInitTypeSize=30 struct __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306__padding[30]; }; public: }; // /__StaticArrayInitTypeSize=32 struct __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F__padding[32]; }; public: }; // /__StaticArrayInitTypeSize=36 struct __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1__padding[36]; }; public: }; // /__StaticArrayInitTypeSize=38 struct __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92__padding[38]; }; public: }; // /__StaticArrayInitTypeSize=384 struct __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E__padding[384]; }; public: }; // /__StaticArrayInitTypeSize=40 struct __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F__padding[40]; }; public: }; // /__StaticArrayInitTypeSize=404 struct __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333__padding[404]; }; public: }; // /__StaticArrayInitTypeSize=4096 struct __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5__padding[4096]; }; public: }; // /__StaticArrayInitTypeSize=44 struct __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5__padding[44]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7__padding[48]; }; public: }; // /__StaticArrayInitTypeSize=5 struct __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9__padding[5]; }; public: }; // /__StaticArrayInitTypeSize=511 struct __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3__padding[511]; }; public: }; // /__StaticArrayInitTypeSize=512 struct __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE__padding[512]; }; public: }; // /__StaticArrayInitTypeSize=56 struct __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186__padding[56]; }; public: }; // /__StaticArrayInitTypeSize=6 struct __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77__padding[6]; }; public: }; // /__StaticArrayInitTypeSize=6144 struct __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD__padding[6144]; }; public: }; // /__StaticArrayInitTypeSize=64 struct __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C__padding[64]; }; public: }; // /__StaticArrayInitTypeSize=640 struct __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517__padding[640]; }; public: }; // /__StaticArrayInitTypeSize=68 struct __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F__padding[68]; }; public: }; // /__StaticArrayInitTypeSize=72 struct __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489__padding[72]; }; public: }; // /__StaticArrayInitTypeSize=76 struct __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823__padding[76]; }; public: }; // /__StaticArrayInitTypeSize=96 struct __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5__padding[96]; }; public: }; // UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/EmissionModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/MainModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // 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_tAA2A3453FE294C1492650296F9D6BCF903B293A1 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * ___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_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 ___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_tAA2A3453FE294C1492650296F9D6BCF903B293A1, ___dictionary_0)); } inline Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1, ___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_tAA2A3453FE294C1492650296F9D6BCF903B293A1, ___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_tAA2A3453FE294C1492650296F9D6BCF903B293A1, ___current_3)); } inline KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 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_tAA2A3453FE294C1492650296F9D6BCF903B293A1, ___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; } }; // struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields { public: // /__StaticArrayInitTypeSize=20 ::02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; // /__StaticArrayInitTypeSize=1024 ::037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; // /__StaticArrayInitTypeSize=3 ::039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81 __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; // /__StaticArrayInitTypeSize=128 ::04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; // /__StaticArrayInitTypeSize=160 ::064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5 __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; // /__StaticArrayInitTypeSize=68 ::07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; // /__StaticArrayInitTypeSize=56 ::07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; // /__StaticArrayInitTypeSize=5 ::08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; // /__StaticArrayInitTypeSize=20 ::0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; // /__StaticArrayInitTypeSize=6 ::0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; // /__StaticArrayInitTypeSize=72 ::0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; // /__StaticArrayInitTypeSize=56 ::0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; // /__StaticArrayInitTypeSize=256 ::0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; // /__StaticArrayInitTypeSize=1024 ::0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; // /__StaticArrayInitTypeSize=256 ::0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; // /__StaticArrayInitTypeSize=128 ::10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; // /__StaticArrayInitTypeSize=19 ::111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15 __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; // /__StaticArrayInitTypeSize=64 ::120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; // /__StaticArrayInitTypeSize=640 ::125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293 __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; // /__StaticArrayInitTypeSize=12 ::12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; // /__StaticArrayInitTypeSize=12 ::1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; // /__StaticArrayInitTypeSize=2048 ::13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; // /__StaticArrayInitTypeSize=12 ::141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; // /__StaticArrayInitTypeSize=32 ::14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; // /__StaticArrayInitTypeSize=256 ::14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; // /__StaticArrayInitTypeSize=56 ::16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; // /__StaticArrayInitTypeSize=256 ::1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; // /__StaticArrayInitTypeSize=1024 ::1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; // /__StaticArrayInitTypeSize=64 ::1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; // /__StaticArrayInitTypeSize=16 ::1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; // /__StaticArrayInitTypeSize=1024 ::1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; // /__StaticArrayInitTypeSize=32 ::1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; // /__StaticArrayInitTypeSize=12 ::1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; // /__StaticArrayInitTypeSize=12 ::1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; // /__StaticArrayInitTypeSize=16 ::20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; // System.Int32 ::21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B int32_t ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; // /__StaticArrayInitTypeSize=128 ::2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; // /__StaticArrayInitTypeSize=1024 ::23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; // /__StaticArrayInitTypeSize=12 ::241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; // System.Int64 ::24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684 int64_t ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; // /__StaticArrayInitTypeSize=16 ::24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; // /__StaticArrayInitTypeSize=256 ::252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; // /__StaticArrayInitTypeSize=40 ::265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; // /__StaticArrayInitTypeSize=72 ::27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; // /__StaticArrayInitTypeSize=1024 ::2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; // /__StaticArrayInitTypeSize=2048 ::2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; // /__StaticArrayInitTypeSize=64 ::2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; // /__StaticArrayInitTypeSize=16 ::2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; // /__StaticArrayInitTypeSize=64 ::2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; // /__StaticArrayInitTypeSize=68 ::2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; // /__StaticArrayInitTypeSize=32 ::2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; // /__StaticArrayInitTypeSize=32 ::2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; // /__StaticArrayInitTypeSize=64 ::301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; // /__StaticArrayInitTypeSize=1024 ::304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; // /__StaticArrayInitTypeSize=128 ::3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; // /__StaticArrayInitTypeSize=1024 ::31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; // /__StaticArrayInitTypeSize=256 ::325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; // /__StaticArrayInitTypeSize=48 ::343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; // /__StaticArrayInitTypeSize=12 ::356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; // /__StaticArrayInitTypeSize=12 ::36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; // /__StaticArrayInitTypeSize=511 ::360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122 __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; // /__StaticArrayInitTypeSize=1152 ::36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38 __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; // /__StaticArrayInitTypeSize=12 ::3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; // /__StaticArrayInitTypeSize=24 ::394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; // /__StaticArrayInitTypeSize=40 ::3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; // /__StaticArrayInitTypeSize=28 ::3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; // /__StaticArrayInitTypeSize=64 ::3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; // /__StaticArrayInitTypeSize=512 ::3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; // /__StaticArrayInitTypeSize=2048 ::3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; // /__StaticArrayInitTypeSize=512 ::3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; // /__StaticArrayInitTypeSize=1024 ::3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; // /__StaticArrayInitTypeSize=16 ::3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; // /__StaticArrayInitTypeSize=44 ::405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0 __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; // /__StaticArrayInitTypeSize=256 ::40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; // /__StaticArrayInitTypeSize=1024 ::427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; // /__StaticArrayInitTypeSize=256 ::42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; // /__StaticArrayInitTypeSize=128 ::439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; // /__StaticArrayInitTypeSize=12 ::43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; // /__StaticArrayInitTypeSize=24 ::43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; // /__StaticArrayInitTypeSize=1024 ::463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; // /__StaticArrayInitTypeSize=24 ::4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; // /__StaticArrayInitTypeSize=256 ::4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; // /__StaticArrayInitTypeSize=64 ::490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; // /__StaticArrayInitTypeSize=12 ::4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; // /__StaticArrayInitTypeSize=12 ::49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; // /__StaticArrayInitTypeSize=12 ::49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; // /__StaticArrayInitTypeSize=32 ::4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; // /__StaticArrayInitTypeSize=24 ::4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; // /__StaticArrayInitTypeSize=256 ::4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; // /__StaticArrayInitTypeSize=12 ::4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; // /__StaticArrayInitTypeSize=256 ::4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; // /__StaticArrayInitTypeSize=12 ::4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; // /__StaticArrayInitTypeSize=16 ::507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; // /__StaticArrayInitTypeSize=20 ::513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; // /__StaticArrayInitTypeSize=12 ::5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; // /__StaticArrayInitTypeSize=2048 ::542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; // /__StaticArrayInitTypeSize=256 ::55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; // /__StaticArrayInitTypeSize=12 ::55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; // /__StaticArrayInitTypeSize=1024 ::5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; // /__StaticArrayInitTypeSize=256 ::58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; // /__StaticArrayInitTypeSize=2048 ::586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; // /__StaticArrayInitTypeSize=120 ::5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; // /__StaticArrayInitTypeSize=12 ::59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; // /__StaticArrayInitTypeSize=32 ::5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; // /__StaticArrayInitTypeSize=12 ::5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; // /__StaticArrayInitTypeSize=40 ::5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; // /__StaticArrayInitTypeSize=1024 ::5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; // /__StaticArrayInitTypeSize=384 ::5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7 __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; // /__StaticArrayInitTypeSize=124 ::5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; // /__StaticArrayInitTypeSize=36 ::5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0 __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; // /__StaticArrayInitTypeSize=32 ::5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; // /__StaticArrayInitTypeSize=28 ::5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; // /__StaticArrayInitTypeSize=124 ::61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1 __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; // /__StaticArrayInitTypeSize=48 ::6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; // /__StaticArrayInitTypeSize=1024 ::624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; // /__StaticArrayInitTypeSize=64 ::62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; // /__StaticArrayInitTypeSize=64 ::663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; // /__StaticArrayInitTypeSize=48 ::6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; // /__StaticArrayInitTypeSize=12 ::684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; // /__StaticArrayInitTypeSize=32 ::6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; // /__StaticArrayInitTypeSize=40 ::6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; // /__StaticArrayInitTypeSize=64 ::6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; // /__StaticArrayInitTypeSize=24 ::6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; // /__StaticArrayInitTypeSize=12 ::6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; // /__StaticArrayInitTypeSize=64 ::6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; // /__StaticArrayInitTypeSize=16 ::6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; // /__StaticArrayInitTypeSize=28 ::6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; // /__StaticArrayInitTypeSize=12 ::7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; // /__StaticArrayInitTypeSize=16 ::712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; // /__StaticArrayInitTypeSize=256 ::715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; // System.Int32 ::72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D int32_t ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; // /__StaticArrayInitTypeSize=256 ::74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; // /__StaticArrayInitTypeSize=64 ::7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; // /__StaticArrayInitTypeSize=12 ::76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; // /__StaticArrayInitTypeSize=12 ::7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; // /__StaticArrayInitTypeSize=12 ::7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; // /__StaticArrayInitTypeSize=12 ::78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; // /__StaticArrayInitTypeSize=24 ::78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; // /__StaticArrayInitTypeSize=512 ::7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; // /__StaticArrayInitTypeSize=68 ::79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6 __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; // /__StaticArrayInitTypeSize=12 ::7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; // /__StaticArrayInitTypeSize=16 ::7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; // /__StaticArrayInitTypeSize=64 ::7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; // /__StaticArrayInitTypeSize=30 ::7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37 __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; // /__StaticArrayInitTypeSize=116 ::7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; // /__StaticArrayInitTypeSize=64 ::7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; // System.Int32 ::7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3 int32_t ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; // /__StaticArrayInitTypeSize=12 ::7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; // /__StaticArrayInitTypeSize=20 ::81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; // /__StaticArrayInitTypeSize=512 ::8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; // /__StaticArrayInitTypeSize=32 ::83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; // /__StaticArrayInitTypeSize=512 ::84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; // /__StaticArrayInitTypeSize=1024 ::85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; // /__StaticArrayInitTypeSize=12 ::8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; // /__StaticArrayInitTypeSize=48 ::86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; // /__StaticArrayInitTypeSize=16 ::874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; // /__StaticArrayInitTypeSize=12 ::88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; // /__StaticArrayInitTypeSize=128 ::896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; // /__StaticArrayInitTypeSize=6144 ::8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095 __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; // /__StaticArrayInitTypeSize=1024 ::8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; // /__StaticArrayInitTypeSize=12 ::8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; // /__StaticArrayInitTypeSize=256 ::8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; // System.Int32 ::8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E int32_t ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; // /__StaticArrayInitTypeSize=12 ::8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; // /__StaticArrayInitTypeSize=76 ::8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; // /__StaticArrayInitTypeSize=1024 ::910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; // /__StaticArrayInitTypeSize=256 ::93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; // /__StaticArrayInitTypeSize=120 ::9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; // /__StaticArrayInitTypeSize=12 ::960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; // /__StaticArrayInitTypeSize=20 ::9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; // /__StaticArrayInitTypeSize=40 ::96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; // /__StaticArrayInitTypeSize=20 ::96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; // /__StaticArrayInitTypeSize=64 ::971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; // /__StaticArrayInitTypeSize=12 ::97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; // /__StaticArrayInitTypeSize=1024 ::97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; // /__StaticArrayInitTypeSize=40 ::97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; // /__StaticArrayInitTypeSize=256 ::9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; // /__StaticArrayInitTypeSize=1024 ::99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; // /__StaticArrayInitTypeSize=256 ::99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; // /__StaticArrayInitTypeSize=512 ::9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; // /__StaticArrayInitTypeSize=32 ::9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; // /__StaticArrayInitTypeSize=1024 ::9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; // /__StaticArrayInitTypeSize=32 ::9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; // /__StaticArrayInitTypeSize=48 ::9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44 __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; // /__StaticArrayInitTypeSize=12 ::9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; // /__StaticArrayInitTypeSize=256 ::9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; // /__StaticArrayInitTypeSize=12 ::9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; // /__StaticArrayInitTypeSize=28 ::9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; // /__StaticArrayInitTypeSize=12 ::9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; // /__StaticArrayInitTypeSize=32 ::9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; // /__StaticArrayInitTypeSize=16 ::9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; // /__StaticArrayInitTypeSize=32 ::A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; // /__StaticArrayInitTypeSize=64 ::A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; // /__StaticArrayInitTypeSize=64 ::A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; // /__StaticArrayInitTypeSize=12 ::A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; // /__StaticArrayInitTypeSize=38 ::A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689 __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; // /__StaticArrayInitTypeSize=128 ::A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; // /__StaticArrayInitTypeSize=64 ::A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; // /__StaticArrayInitTypeSize=12 ::A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; // /__StaticArrayInitTypeSize=16 ::A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; // /__StaticArrayInitTypeSize=12 ::A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; // System.Int32 ::A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC int32_t ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; // /__StaticArrayInitTypeSize=1024 ::AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; // /__StaticArrayInitTypeSize=56 ::AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; // /__StaticArrayInitTypeSize=1024 ::AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; // /__StaticArrayInitTypeSize=2048 ::AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; // /__StaticArrayInitTypeSize=12 ::AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; // /__StaticArrayInitTypeSize=24 ::ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; // /__StaticArrayInitTypeSize=32 ::AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; // /__StaticArrayInitTypeSize=40 ::B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; // /__StaticArrayInitTypeSize=12 ::B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; // /__StaticArrayInitTypeSize=16 ::B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; // /__StaticArrayInitTypeSize=120 ::B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; // /__StaticArrayInitTypeSize=12 ::B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; // /__StaticArrayInitTypeSize=12 ::B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; // /__StaticArrayInitTypeSize=64 ::B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; // /__StaticArrayInitTypeSize=12 ::B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; // /__StaticArrayInitTypeSize=24 ::B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; // /__StaticArrayInitTypeSize=20 ::B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; // /__StaticArrayInitTypeSize=256 ::B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; // /__StaticArrayInitTypeSize=12 ::B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; // /__StaticArrayInitTypeSize=36 ::B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; // /__StaticArrayInitTypeSize=36 ::B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; // /__StaticArrayInitTypeSize=16 ::B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; // /__StaticArrayInitTypeSize=12 ::B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; // System.Int32 ::B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92 int32_t ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; // /__StaticArrayInitTypeSize=64 ::B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; // /__StaticArrayInitTypeSize=256 ::B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; // /__StaticArrayInitTypeSize=40 ::BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; // /__StaticArrayInitTypeSize=1024 ::BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; // /__StaticArrayInitTypeSize=12 ::BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; // /__StaticArrayInitTypeSize=32 ::BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; // System.Int32 ::BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A int32_t ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; // /__StaticArrayInitTypeSize=96 ::BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381 __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; // /__StaticArrayInitTypeSize=1024 ::BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; // /__StaticArrayInitTypeSize=12 ::BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; // /__StaticArrayInitTypeSize=12 ::BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; // /__StaticArrayInitTypeSize=192 ::C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; // /__StaticArrayInitTypeSize=20 ::C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443 __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; // /__StaticArrayInitTypeSize=76 ::C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; // /__StaticArrayInitTypeSize=1024 ::C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; // /__StaticArrayInitTypeSize=256 ::C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; // /__StaticArrayInitTypeSize=1024 ::C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; // /__StaticArrayInitTypeSize=2048 ::C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; // /__StaticArrayInitTypeSize=32 ::C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; // /__StaticArrayInitTypeSize=12 ::C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; // System.Int32 ::C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900 int32_t ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; // /__StaticArrayInitTypeSize=12 ::C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; // /__StaticArrayInitTypeSize=112 ::C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82 __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; // /__StaticArrayInitTypeSize=1024 ::C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; // /__StaticArrayInitTypeSize=64 ::C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; // /__StaticArrayInitTypeSize=32 ::C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; // /__StaticArrayInitTypeSize=96 ::CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; // /__StaticArrayInitTypeSize=512 ::CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82 __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; // /__StaticArrayInitTypeSize=12 ::CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; // /__StaticArrayInitTypeSize=2048 ::CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; // /__StaticArrayInitTypeSize=32 ::CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; // /__StaticArrayInitTypeSize=68 ::CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; // /__StaticArrayInitTypeSize=32 ::D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; // /__StaticArrayInitTypeSize=12 ::D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; // /__StaticArrayInitTypeSize=2048 ::D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; // /__StaticArrayInitTypeSize=12 ::D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; // /__StaticArrayInitTypeSize=40 ::D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; // /__StaticArrayInitTypeSize=12 ::D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; // /__StaticArrayInitTypeSize=56 ::D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722 __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; // /__StaticArrayInitTypeSize=12 ::DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; // /__StaticArrayInitTypeSize=64 ::DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; // /__StaticArrayInitTypeSize=24 ::DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5 __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; // /__StaticArrayInitTypeSize=64 ::DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; // /__StaticArrayInitTypeSize=12 ::DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; // System.Int32 ::DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB int32_t ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; // /__StaticArrayInitTypeSize=64 ::DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; // /__StaticArrayInitTypeSize=128 ::DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8 __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; // /__StaticArrayInitTypeSize=12 ::DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; // /__StaticArrayInitTypeSize=4096 ::E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8 __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; // /__StaticArrayInitTypeSize=12 ::E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; // System.Int64 ::E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749 int64_t ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; // /__StaticArrayInitTypeSize=64 ::E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; // /__StaticArrayInitTypeSize=16 ::E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; // /__StaticArrayInitTypeSize=12 ::E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; // /__StaticArrayInitTypeSize=64 ::E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; // /__StaticArrayInitTypeSize=2048 ::E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; // /__StaticArrayInitTypeSize=2048 ::E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; // /__StaticArrayInitTypeSize=256 ::E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; // /__StaticArrayInitTypeSize=28 ::E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87 __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; // /__StaticArrayInitTypeSize=12 ::E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; // /__StaticArrayInitTypeSize=5 ::E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; // /__StaticArrayInitTypeSize=1024 ::E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; // /__StaticArrayInitTypeSize=12 ::EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; // System.Int32 ::EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A int32_t ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; // /__StaticArrayInitTypeSize=1024 ::EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660 __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; // /__StaticArrayInitTypeSize=40 ::ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545 __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; // /__StaticArrayInitTypeSize=1024 ::EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; // /__StaticArrayInitTypeSize=256 ::EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431 __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; // /__StaticArrayInitTypeSize=16 ::EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; // /__StaticArrayInitTypeSize=12 ::F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; // /__StaticArrayInitTypeSize=404 ::F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7 __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; // /__StaticArrayInitTypeSize=64 ::F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; // /__StaticArrayInitTypeSize=116 ::F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842 __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; // /__StaticArrayInitTypeSize=192 ::F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; // /__StaticArrayInitTypeSize=256 ::F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; // /__StaticArrayInitTypeSize=64 ::F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0 __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; // /__StaticArrayInitTypeSize=72 ::FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0 __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; // /__StaticArrayInitTypeSize=12 ::FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; // /__StaticArrayInitTypeSize=32 ::FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; // /__StaticArrayInitTypeSize=256 ::FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; // /__StaticArrayInitTypeSize=16 ::FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; // /__StaticArrayInitTypeSize=2048 ::FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9 __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; // /__StaticArrayInitTypeSize=12 ::FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206 __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; // /__StaticArrayInitTypeSize=120 ::FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3 __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; // /__StaticArrayInitTypeSize=16 ::FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; // /__StaticArrayInitTypeSize=32 ::FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40 __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; // /__StaticArrayInitTypeSize=128 ::FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; // /__StaticArrayInitTypeSize=16 ::FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58 __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; public: inline static int32_t get_offset_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() const { return ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0() { return &___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0; } inline void set_U302D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___02D050046D7A21C15C1A6D6755439B5EDAD147FABD9152C932359BA3A4E82039_0 = value; } inline static int32_t get_offset_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() const { return ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1() { return &___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1; } inline void set_U3037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___037BE04C4468BC2A186CC905D1F673CDFAAC254CEBEB545465B53F83A97830C5_1 = value; } inline static int32_t get_offset_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2)); } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F get_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() const { return ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline __StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F * get_address_of_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2() { return &___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2; } inline void set_U3039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2(__StaticArrayInitTypeSizeU3D3_t4D94CFD4A1D337F535123BB0BD49F9DDB4392C7F value) { ___039058C6F2C0CB492C533B0A4D14EF77CC0F78ABCCCED5287D84A1A2011CFB81_2 = value; } inline static int32_t get_offset_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() const { return ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3() { return &___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3; } inline void set_U304801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___04801C5DAE2B089F05A4334CFE18CCBD987A6EDE98113B9499E8D7054DC38252_3 = value; } inline static int32_t get_offset_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4)); } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 get_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() const { return ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline __StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 * get_address_of_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4() { return &___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4; } inline void set_U3064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4(__StaticArrayInitTypeSizeU3D160_t01D8A735071F3884433FD17606956ED602F11B27 value) { ___064CACC4978353DFD6979BF0975E06366B0F3E9C5631CFFF32EC2184BCF492E5_4 = value; } inline static int32_t get_offset_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() const { return ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5() { return &___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5; } inline void set_U307F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___07F8694A8F96DEE5EE4007B7B9102D4969129F0FB6FF3731434ED8CAF3C32D00_5 = value; } inline static int32_t get_offset_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() const { return ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6() { return &___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6; } inline void set_U307FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___07FA6E88C946B2528C09C16C2FB8E9CDA49AFFAFC601774C437FD9F2DF3ECE01_6 = value; } inline static int32_t get_offset_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() const { return ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7() { return &___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7; } inline void set_U308BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___08BB5E5D6EAAC1049EDE0893D30ED022B1A4D9B5B48DB414871F51C9CB35283D_7 = value; } inline static int32_t get_offset_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() const { return ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8() { return &___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8; } inline void set_U30A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___0A1413707CFE8C78578CA0BB50414B63B0BF76D33A73C9AADCEED38BB8CD28A8_8 = value; } inline static int32_t get_offset_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9)); } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 get_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() const { return ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline __StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 * get_address_of_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9() { return &___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9; } inline void set_U30A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9(__StaticArrayInitTypeSizeU3D6_tDD3535E2AB0E3D46629D397042D7A7D5F52F2E77 value) { ___0A29D64AE97E7FBAAE0678A4F4F9364668E9827F23F305D51DF55D902CF19C4D_9 = value; } inline static int32_t get_offset_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() const { return ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10() { return &___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10; } inline void set_U30A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___0A4E21484641E9782ED1A1B3410F9F2DDC54F0F6D8807BF52C299807D9C4DF5C_10 = value; } inline static int32_t get_offset_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() const { return ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11() { return &___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11; } inline void set_U30AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___0AEC099C87E7062A57D1C79734EDDD28A07A1684746EE8640132BB252E6BF5A1_11 = value; } inline static int32_t get_offset_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() const { return ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12() { return &___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12; } inline void set_U30AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0AFCFE448EEBA81468EDE42DD0B9A0C17F1A006F43E0BE503CA27E8FBA2F05DC_12 = value; } inline static int32_t get_offset_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() const { return ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13() { return &___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13; } inline void set_U30C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___0C9B53D0417CF5539EA98A771F400E930B4B4F55363A296A9E5A5F941AB71C86_13 = value; } inline static int32_t get_offset_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() const { return ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14() { return &___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14; } inline void set_U30CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___0CF9F5E38BA692F10436AAC17AC6DCB62396F9AFC9CA013B3D640C1C95E31A39_14 = value; } inline static int32_t get_offset_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() const { return ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15() { return &___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15; } inline void set_U310D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___10D88DF8B06E47788DBE42F876B642A928A3AD8EEFFE352C59F031CCFFECD49D_15 = value; } inline static int32_t get_offset_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16)); } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 get_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() const { return ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline __StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 * get_address_of_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16() { return &___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16; } inline void set_U3111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16(__StaticArrayInitTypeSizeU3D19_t6F47B190498106B49FE59B8EC484EB7D61D348D4 value) { ___111B15B20E0428A22EEAA1E54B0D3B008A7A3E79C8F7F4E783710F569E9CEF15_16 = value; } inline static int32_t get_offset_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() const { return ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17() { return &___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17; } inline void set_U3120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___120918433B634757ADE589703127976B7C5C2009E8DB37632123F45FA2B87F2E_17 = value; } inline static int32_t get_offset_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18)); } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 get_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() const { return ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline __StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 * get_address_of_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18() { return &___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18; } inline void set_U3125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18(__StaticArrayInitTypeSizeU3D640_tBB1E788DFDEFA4D1C43D13F2427E9BEECC2CE517 value) { ___125CF2084D7EEC18DC9795BE4BAA221655C0EABAB89E90A74FB0370378A60293_18 = value; } inline static int32_t get_offset_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() const { return ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19() { return &___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19; } inline void set_U312F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___12F486CDF1F8927BF7289003288EFE6D3B6C674279639905EEEE24D0B6EA9688_19 = value; } inline static int32_t get_offset_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() const { return ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20() { return &___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20; } inline void set_U31313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1313B2EF301CE83F294FFD8C012777CAA44B3F5F35B6CC5232786F43AEE29084_20 = value; } inline static int32_t get_offset_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() const { return ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21() { return &___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21; } inline void set_U313F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___13F3BEDA950D7627802C21F7681A2553BBC40FDD07FCA3F52FAB662EE65B6F90_21 = value; } inline static int32_t get_offset_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() const { return ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22() { return &___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22; } inline void set_U3141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___141785EC78A7C41133C5B71ACBF4AA8735D3C599E0EA82B1AFA2C71A46FAD265_22 = value; } inline static int32_t get_offset_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() const { return ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23() { return &___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23; } inline void set_U314A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___14A03AA4516FE146356EF9D4F549B8662F9C50A467974D3BFAC45B474D65B864_23 = value; } inline static int32_t get_offset_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() const { return ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24() { return &___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24; } inline void set_U314A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___14A5D850C255623F9472E3C650ABCE0C78D32F0276B315B3A276A0462D97A1AC_24 = value; } inline static int32_t get_offset_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() const { return ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25() { return &___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25; } inline void set_U316599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___16599A4F9A12ECCBFC361B547840304B9E48CBC431F387243C6859C475427D16_25 = value; } inline static int32_t get_offset_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() const { return ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26() { return &___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26; } inline void set_U31674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___1674D0631A2E37B60EC748BC3899FEE1550C108AF30B85CE96A70C5CA4682D03_26 = value; } inline static int32_t get_offset_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() const { return ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27() { return &___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27; } inline void set_U31A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1A0C6D8588AD2BCC8FE37D32AAD70981DD42ECA259D570799BEB531448D25ECE_27 = value; } inline static int32_t get_offset_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() const { return ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28() { return &___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28; } inline void set_U31B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___1B3C6BD02D7D3A67EDF7C2E78CB65DA169834118F6971D8912211D3032BC4D18_28 = value; } inline static int32_t get_offset_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() const { return ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29() { return &___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29; } inline void set_U31B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___1B897DDDD4C151E2A2E6E3E91B7EA0F7FC4FD5ED00EF1C9669E8566393A02586_29 = value; } inline static int32_t get_offset_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() const { return ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30() { return &___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30; } inline void set_U31B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___1B993D34192A33EB10CEE61C1093A6FE7D3D4B41F751F550CF8515DC4A215207_30 = value; } inline static int32_t get_offset_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() const { return ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31() { return &___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31; } inline void set_U31BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___1BF78E8BF7F2EF0965437D77FD7CA3B2C80F27F8ABE4123F2207CB112D516AC4_31 = value; } inline static int32_t get_offset_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() const { return ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32() { return &___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32; } inline void set_U31C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C200EEC7E0EAFD19F23190A1ED9B95D60EDE114EDE39BD917D1565839CB48DC_32 = value; } inline static int32_t get_offset_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() const { return ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33() { return &___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33; } inline void set_U31C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___1C3EF802E30F355C14A57C8AFAF6BFC22F3E40631D30059D87C30496D784EC9B_33 = value; } inline static int32_t get_offset_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() const { return ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34() { return &___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34; } inline void set_U320EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___20EC21674E2CB9D3BA7B2F74AA5874381BAD58B7EDF526BDE000F175D1C5E5F1_34 = value; } inline static int32_t get_offset_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35)); } inline int32_t get_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() const { return ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline int32_t* get_address_of_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35() { return &___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35; } inline void set_U321B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35(int32_t value) { ___21B0817029E06E75D6C5BE22BC57089FD89B468AA7C549604EB9483F978CAD5B_35 = value; } inline static int32_t get_offset_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() const { return ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36() { return &___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36; } inline void set_U32338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___2338F1330733829B7EA276F350452E34DC02E35AEA142145F1294F417A412FE5_36 = value; } inline static int32_t get_offset_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() const { return ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37() { return &___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37; } inline void set_U323DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___23DB15B6CAC9F0BF9102DAD4E3569A3208841F38E80BB37F8A0D9D70B77779F6_37 = value; } inline static int32_t get_offset_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() const { return ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38() { return &___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38; } inline void set_U3241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___241460699808ED5F8D48C6B09EED448CDAE597EBF52B010901CD6F75A767B047_38 = value; } inline static int32_t get_offset_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39)); } inline int64_t get_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() const { return ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline int64_t* get_address_of_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39() { return &___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39; } inline void set_U324B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39(int64_t value) { ___24B7E3A490F64223F93EC177ED5A641984B68F0783A289AC1F2C94D1D92DA684_39 = value; } inline static int32_t get_offset_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() const { return ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40() { return &___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40; } inline void set_U324CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___24CB9F17C8326D8BB8EC908716519DF7F265AE825F0DD13BB04E03A90B07D90E_40 = value; } inline static int32_t get_offset_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() const { return ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41() { return &___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41; } inline void set_U3252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___252A0A8312BC1F5202CB599BCF172BEFA6F2A40195E72E2410AF5D81AC8B69D5_41 = value; } inline static int32_t get_offset_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() const { return ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42() { return &___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42; } inline void set_U3265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___265DD563A3E754D1DA09E056E784DF1550AD6EFA252EDC9A8B6F2F537C4D98A9_42 = value; } inline static int32_t get_offset_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() const { return ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43() { return &___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43; } inline void set_U327EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___27EB8EA2323F674F4BFE35F3C75FA0609EB3D887842FFDC2B776F7FED82D7EA8_43 = value; } inline static int32_t get_offset_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() const { return ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44() { return &___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44; } inline void set_U32A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___2A1FE1596DB0F5D1893C1AF50592965E1C09B1EE1E35A8A87C181A9EB2F391F5_44 = value; } inline static int32_t get_offset_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() const { return ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45() { return &___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45; } inline void set_U32B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___2B371DA34C2A942BAF37EBEF498C2EE84813B4AB0266066695C4152B6E3FF082_45 = value; } inline static int32_t get_offset_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() const { return ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46() { return &___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46; } inline void set_U32C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2C9D6B105EC78E8E02279FB1266932E3468A575B0EB9818985DBE9468B991CCE_46 = value; } inline static int32_t get_offset_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() const { return ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47() { return &___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47; } inline void set_U32DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___2DE8C8D0A909D9D152B7752E0C1650FB43AFEBF9F20DF52091B69C394BD9F0FB_47 = value; } inline static int32_t get_offset_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() const { return ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48() { return &___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48; } inline void set_U32DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___2DEB754CF447D0DE35ACB7F4311F9AAB1D4CFC0638E101CCAA8A0A4948AB3600_48 = value; } inline static int32_t get_offset_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() const { return ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49() { return &___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49; } inline void set_U32EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___2EE1A8E6F4E2FE0BB69872A9C314399B1B0FDEE75772244F204ABF4D6DEC2F97_49 = value; } inline static int32_t get_offset_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() const { return ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50() { return &___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50; } inline void set_U32EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2EF83B43314F8CD03190EEE30ECCF048DA37791237F27C62A579F23EACE9FD70_50 = value; } inline static int32_t get_offset_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() const { return ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51() { return &___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51; } inline void set_U32F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___2F2C71B5B311BF139FD4B797EF2308F928EFE5092D7E11DC070CF41038A079B9_51 = value; } inline static int32_t get_offset_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() const { return ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52() { return &___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52; } inline void set_U3301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___301841C47353B7791BE25BC1F60F93D0EB2090AB5714FA5CA3939E8DFF75D218_52 = value; } inline static int32_t get_offset_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() const { return ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53() { return &___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53; } inline void set_U3304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___304E6CE4B8A999F5B114DD940B655029F8F60AFE4EE0731B111996B6B59BC3A9_53 = value; } inline static int32_t get_offset_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() const { return ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54() { return &___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54; } inline void set_U33106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___3106DB6422088B231F12C749BC9CC57B08BBDE65695641C166393B42EFF14871_54 = value; } inline static int32_t get_offset_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() const { return ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55() { return &___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55; } inline void set_U331A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___31A50A6B8C571138DD6EA37B040389216B779C1ED712CB7980DD199E3BEBEFEC_55 = value; } inline static int32_t get_offset_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() const { return ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56() { return &___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56; } inline void set_U3325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___325BFEE33A593E28E54E20F8520E5DFEE122F719EF08FFE096A2AD31C4DC316F_56 = value; } inline static int32_t get_offset_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() const { return ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57() { return &___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57; } inline void set_U3343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___343E404502DABEA303159A8C37BB2A4405B20A9B230D1C3BA9D496F05879019E_57 = value; } inline static int32_t get_offset_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() const { return ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58() { return &___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58; } inline void set_U3356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___356608BFA95B39A5AA624D4852D37A19FCFB1302C897E1A4B7EA5EFD1A20120E_58 = value; } inline static int32_t get_offset_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() const { return ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59() { return &___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59; } inline void set_U336003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___36003BEAAFC125A5D50EBAE8C98A6971BE6134DD89E286DD699E012687422A22_59 = value; } inline static int32_t get_offset_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60)); } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 get_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() const { return ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline __StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 * get_address_of_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60() { return &___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60; } inline void set_U3360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60(__StaticArrayInitTypeSizeU3D511_t740CF3C9FEBB9CC89BA68C0F8EC83A7BB47394C3 value) { ___360294D82A77697405846183BBB96E548B586D0710C5E2322E2CEF23E88C4122_60 = value; } inline static int32_t get_offset_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61)); } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F get_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() const { return ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline __StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F * get_address_of_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61() { return &___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61; } inline void set_U336B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61(__StaticArrayInitTypeSizeU3D1152_t2104B5740ABD2FB36896B62E02098A1B196E493F value) { ___36B8FDA0BFB1D93A07326EE7CAC8EB99FF1AF237D234FFA3210F64D3EB774C38_61 = value; } inline static int32_t get_offset_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() const { return ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62() { return &___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62; } inline void set_U33936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___3936FEF22F74028ACFB35A545386FE1C4F4A2C8CE55E88B5DF4FF605D474D8B4_62 = value; } inline static int32_t get_offset_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() const { return ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63() { return &___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63; } inline void set_U3394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___394D174022AB9D27D329C8DE3DADB69831311870F91A3896EFFB406411F7472C_63 = value; } inline static int32_t get_offset_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() const { return ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64() { return &___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64; } inline void set_U33AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___3AF2ACD8D2D27336879BC958CFB6B4271FA89EC7C3EC62B7AD1E0E20B7AF303D_64 = value; } inline static int32_t get_offset_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() const { return ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65() { return &___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65; } inline void set_U33B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___3B520286F14349D61645FDE2088337584857AF213F1E9694D9DA4F5C489E6A0E_65 = value; } inline static int32_t get_offset_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() const { return ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66() { return &___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66; } inline void set_U33B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___3B721FB05904288533A0C3F44162AA4631530BCFEBD22C3E57DBC4994E38F83D_66 = value; } inline static int32_t get_offset_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() const { return ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67() { return &___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67; } inline void set_U33BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3BC7BBAE9618E2066112B9F16B3CDBB856ADE0020C732ED2D56FD0D0E38E1FC3_67 = value; } inline static int32_t get_offset_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() const { return ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68() { return &___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68; } inline void set_U33CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___3CA024F96B6FA0D283063E7C2B60A83C2B07F26AE1788CDFAEEB231C7725ED92_68 = value; } inline static int32_t get_offset_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() const { return ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69() { return &___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69; } inline void set_U33E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___3E4FB5FE52BF269D6EE955711016291D6D327A4AAC39B2464C53C6BD0D73242A_69 = value; } inline static int32_t get_offset_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() const { return ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70() { return &___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70; } inline void set_U33EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___3EAA30E2BB2D4FF7221734E2CFBD2A94F0A3D8EB435634724DBF207AFE0DE24B_70 = value; } inline static int32_t get_offset_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() const { return ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71() { return &___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71; } inline void set_U33F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___3F580014EE7F27F024FC40AE120394FAC1A8E4CD1B40FD0F0089E89856152138_71 = value; } inline static int32_t get_offset_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72)); } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 get_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() const { return ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline __StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 * get_address_of_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72() { return &___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72; } inline void set_U3405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72(__StaticArrayInitTypeSizeU3D44_tB4E85CA0F7D90D00E66285BECB46250AA72356B5 value) { ___405634CB2F08D8E4A65CF85762D7BE4356E6DE1C0C941DA950F3034F3F8C6ED0_72 = value; } inline static int32_t get_offset_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() const { return ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73() { return &___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73; } inline void set_U340866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___40866F3E76BC07D89281D2593C42AD252FB2D84E0A91FA3C78CA3C1FCC17643D_73 = value; } inline static int32_t get_offset_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() const { return ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74() { return &___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74; } inline void set_U3427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___427C844BAD080C6008BDA87BD6ACA4F6F342F6FCA9472A6D63C31B69F6F85054_74 = value; } inline static int32_t get_offset_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() const { return ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75() { return &___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75; } inline void set_U342E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___42E57F5A26F7D53A24B69FF9F56FA7550A23B8BAB2F5993357E4C53EA06141E9_75 = value; } inline static int32_t get_offset_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() const { return ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76() { return &___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76; } inline void set_U3439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___439231575950B2ADCDE8DC0E470192ADA8DDC05EB55836596636563B6403A6B5_76 = value; } inline static int32_t get_offset_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() const { return ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77() { return &___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77; } inline void set_U343B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___43B9A42341477A51FB3329FA943298FB43910D3EDCAB69BFB04D0E68D84C0247_77 = value; } inline static int32_t get_offset_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() const { return ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78() { return &___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78; } inline void set_U343C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___43C8B8D4786B6331EFC85B21E235E3E39940C427680D2C6B73ABF19738EF5186_78 = value; } inline static int32_t get_offset_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() const { return ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79() { return &___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79; } inline void set_U3463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___463BE4A1C16EB914C411F194E1F87BEF5A9081C49888860A682E8543D4B35F58_79 = value; } inline static int32_t get_offset_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() const { return ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80() { return &___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80; } inline void set_U34654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4654FB5A717A0EB7C9078754B15F325C2F156519CFF821AAA495495741FF153A_80 = value; } inline static int32_t get_offset_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() const { return ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81() { return &___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81; } inline void set_U34867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4867A63842B7AFBF7A120C1310940F29048D0B73EF1747E15AD67A3AA0D9AF9D_81 = value; } inline static int32_t get_offset_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() const { return ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82() { return &___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82; } inline void set_U3490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___490FE1E40F08589851422F9DAF5012280352D005653B5D2CE872268A1A743ACF_82 = value; } inline static int32_t get_offset_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() const { return ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83() { return &___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83; } inline void set_U34993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4993FAA5B9060FAAFC80E9F6CE26AF291965C0B1E8F5BBDC87C6CE9AEF6FFA24_83 = value; } inline static int32_t get_offset_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() const { return ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84() { return &___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84; } inline void set_U349D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49D826830B5D920448F74BBBEDB361F17C9DD461E0DC3DED114E6E13E0173981_84 = value; } inline static int32_t get_offset_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() const { return ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85() { return &___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85; } inline void set_U349FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___49FC72E2BC139CDC89193D013C3CBAD8CB75E78CA254B8466A03D26581D08BE4_85 = value; } inline static int32_t get_offset_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() const { return ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86() { return &___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86; } inline void set_U34ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___4ADFA71AB9AF20C1C372C92FF8D26609A11DA05E167BBA62C0ABFD18F4C1EAF8_86 = value; } inline static int32_t get_offset_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() const { return ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87() { return &___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87; } inline void set_U34D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___4D30B965ABF4D17A678F232D7C2491E37B61B203A6E807BB9E09C4BA2614F72D_87 = value; } inline static int32_t get_offset_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() const { return ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88() { return &___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88; } inline void set_U34D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4D487DD66D80886D292C3C7B64CC41FEBA1E313A26A9D05333B42E895741FF81_88 = value; } inline static int32_t get_offset_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() const { return ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89() { return &___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89; } inline void set_U34D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4D7CAD3DEBDBD349390304F3A59AD3F66B4A1FB02F88749C4E393FF3A1EDD411_89 = value; } inline static int32_t get_offset_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() const { return ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90() { return &___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90; } inline void set_U34F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___4F1B8E1CB953EA2DC9E5B3B1A88872BD0BF97BD1091B00456F43F1DFE4A0C976_90 = value; } inline static int32_t get_offset_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() const { return ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91() { return &___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91; } inline void set_U34FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___4FDCD793D71BE141D8E85C48B61B68F00848ACEF69905D47D935786C44D07D92_91 = value; } inline static int32_t get_offset_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() const { return ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92() { return &___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92; } inline void set_U3507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___507B1EFA9C696556B36957CBA8E6B8517AC8CD457424F04C7EF34363FC3B7F8F_92 = value; } inline static int32_t get_offset_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() const { return ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93() { return &___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93; } inline void set_U3513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___513BA924C2DC996CAF3DC690D42BEB815316271C0CDAC0812BC0F2C2ED45DEA4_93 = value; } inline static int32_t get_offset_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() const { return ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94() { return &___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94; } inline void set_U35218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5218271C2AB140CF1F8F18D070924F6EA8F08F5FB59C9E4F05AF36C0740D172A_94 = value; } inline static int32_t get_offset_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() const { return ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95() { return &___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95; } inline void set_U3542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___542A4AD813E0CA853A400A4DC81182DB6803BEC6EA63ED0D54E0E90660DFDC2B_95 = value; } inline static int32_t get_offset_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() const { return ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96() { return &___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96; } inline void set_U355D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___55D0BF716B334D123E0088CFB3F8E2FEA17AF5025BB527F95EEB09BA978EA329_96 = value; } inline static int32_t get_offset_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() const { return ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97() { return &___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97; } inline void set_U355D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___55D90ED526CE6FF4309EE00834C4060B1A37CB6D5E65BAA01366C72FB2A68CB4_97 = value; } inline static int32_t get_offset_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() const { return ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98() { return &___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98; } inline void set_U35686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5686DFA3DBAE1C40758CFEA05B267DAC2FAF6CCDFADBC08A75D81088B777C751_98 = value; } inline static int32_t get_offset_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() const { return ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99() { return &___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99; } inline void set_U358693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___58693A8E9871A51CE017A5CCB2219B320C7893E49E1761EF867DEB94E0466F4D_99 = value; } inline static int32_t get_offset_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() const { return ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100() { return &___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100; } inline void set_U3586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___586CB2936F35105D4A71FF1186E81528F1980A2E5BB1E2719E0D86809CB1080A_100 = value; } inline static int32_t get_offset_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() const { return ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101() { return &___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101; } inline void set_U35961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___5961BF1FCF83803CE7775E15E9DB8D21AF741539B85CCFDD643F9E22CC7820D6_101 = value; } inline static int32_t get_offset_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() const { return ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102() { return &___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102; } inline void set_U359B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___59B7E757844D3BF9299877BD1C17451611BFBAB493374D6B18D973FDE534151A_102 = value; } inline static int32_t get_offset_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() const { return ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103() { return &___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103; } inline void set_U35A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5A33FCFEC23C49D91BCF58CE2472DC9F3662CD086BD29FC44AF2E14567238A30_103 = value; } inline static int32_t get_offset_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() const { return ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104() { return &___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104; } inline void set_U35B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___5B979F69B96A61586A09DD4ED26F20534C629B08732AE32FA34B6F8A0049ACDD_104 = value; } inline static int32_t get_offset_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() const { return ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105() { return &___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105; } inline void set_U35BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___5BBB9265FCB4E834C68440328645B1A187F68D3275881FC46B21564B11326DA5_105 = value; } inline static int32_t get_offset_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() const { return ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106() { return &___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106; } inline void set_U35D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___5D2BCB56850200B2EDECD280A83B6F489E2DE5771E609FABA8A5C4816206CB7A_106 = value; } inline static int32_t get_offset_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107)); } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E get_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() const { return ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline __StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E * get_address_of_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107() { return &___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107; } inline void set_U35D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107(__StaticArrayInitTypeSizeU3D384_t46003A58CA4B346F0AB7AB5EE6A64AA08241F97E value) { ___5D34088B4ABB1F3FE88DCF84DD5C145EFD5EA01DF1B05BB8FEAD12305B0979B7_107 = value; } inline static int32_t get_offset_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() const { return ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108() { return &___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108; } inline void set_U35D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___5D6878AD6E68B2CCB04A7CD7942BE07C15F947CCA8824203021DD465D90712AD_108 = value; } inline static int32_t get_offset_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() const { return ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109() { return &___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109; } inline void set_U35DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___5DCC8698D4E5400BC54B6A6E36FB1F5E060B2CE6A676F4FC474015F9A0FC7CB0_109 = value; } inline static int32_t get_offset_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() const { return ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110() { return &___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110; } inline void set_U35DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___5DF5DA3512C124C2BB3C3676FFEDA4E6CC5E902C2A6027D37EB4B5AB64ED4382_110 = value; } inline static int32_t get_offset_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() const { return ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111() { return &___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111; } inline void set_U35F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___5F2BD6104C620DE24A78538B659D1218F81A8DC50ED6645B5A040194E0CDC663_111 = value; } inline static int32_t get_offset_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112)); } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 get_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() const { return ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline __StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 * get_address_of_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112() { return &___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112; } inline void set_U361358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112(__StaticArrayInitTypeSizeU3D124_t4DC490DCE9056B4FDAA27442CBBA7F0F499B0451 value) { ___61358F81002F15B87F2746D4CD7FE28FD2CB45B8F0840B807B18C5A23F791CB1_112 = value; } inline static int32_t get_offset_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() const { return ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113() { return &___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113; } inline void set_U36164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6164463B7C304A53288FDCF4DD2136E0E9A441D9930215FB691E3D2F692C3993_113 = value; } inline static int32_t get_offset_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() const { return ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114() { return &___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114; } inline void set_U3624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___624B1BC8BE6B6F8CF39572731AD0E5BDF2AAB137D0AB4A0F473B3D00666D766B_114 = value; } inline static int32_t get_offset_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() const { return ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115() { return &___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115; } inline void set_U362A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___62A191EC74B0F281659DD81132751B7656F065A2AD5A8E892CAE1A8E4DBFD0B5_115 = value; } inline static int32_t get_offset_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() const { return ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116() { return &___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116; } inline void set_U3663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___663A2D6435FFB6C16D9382D8E22490E109514E59C03574E825F6B491AD8C8AAC_116 = value; } inline static int32_t get_offset_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() const { return ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117() { return &___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117; } inline void set_U36708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___6708B572BDBE5D5E79701DBB9744AF74B50FED7608218F2D7BF1B5D87E5A53ED_117 = value; } inline static int32_t get_offset_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() const { return ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118() { return &___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118; } inline void set_U3684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___684F74091FEFCDCDE9B282E317592631CA48B75F46340A11B95A474700E656D4_118 = value; } inline static int32_t get_offset_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() const { return ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119() { return &___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119; } inline void set_U36965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___6965AC9D48CA477E9A17658D33A217051648138AD7024514DE014D8001B533C3_119 = value; } inline static int32_t get_offset_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() const { return ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120() { return &___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120; } inline void set_U36A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___6A5953C1A0D67EA77DC8A5D34D0055B3D6A7A3C4CA3F6FE599471C40B9B017FC_120 = value; } inline static int32_t get_offset_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() const { return ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121() { return &___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121; } inline void set_U36A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6A5EAF956411330E0B28CAD097D9698CBF4098D268AD1C0E04FE294F0607E53D_121 = value; } inline static int32_t get_offset_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() const { return ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122() { return &___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122; } inline void set_U36C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___6C99A25F0D00AE5BC45EE7F62CFC963F5DFC8FE4F7CE82ACEB0B5A1CDB51E3AB_122 = value; } inline static int32_t get_offset_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() const { return ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123() { return &___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123; } inline void set_U36CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___6CB004567F6DA8572C921962EDECA8ABB063258E4B378E85E52017698A655056_123 = value; } inline static int32_t get_offset_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() const { return ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124() { return &___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124; } inline void set_U36D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___6D4410134564FFF8B73800035CA093523750DF325139D004701C67D97488B8D5_124 = value; } inline static int32_t get_offset_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() const { return ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125() { return &___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125; } inline void set_U36DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___6DDD174356763393334AE30B2B3860AEBC30900BEA96E515EF3174C1DBF9E395_125 = value; } inline static int32_t get_offset_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() const { return ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126() { return &___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126; } inline void set_U36F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___6F055E07140AF36F1C17E348B39AB7ACB0647B788E869F4236E285C89C2C89EF_126 = value; } inline static int32_t get_offset_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() const { return ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127() { return &___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127; } inline void set_U37017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7017794F4FA285E1AA4C6FF9994A3DC0EDC472CB13D08BCA7B5CC287C51E0E3E_127 = value; } inline static int32_t get_offset_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() const { return ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128() { return &___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128; } inline void set_U3712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___712618256BB5287925AAF70FA8EA2EBFFB72DF72B5D29A339CC9B8DB464EFC14_128 = value; } inline static int32_t get_offset_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() const { return ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129() { return &___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129; } inline void set_U3715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___715F5EB09E6B0F8E87AD50BDAB729CF129E723B95990CE21DF233461DC29304E_129 = value; } inline static int32_t get_offset_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130)); } inline int32_t get_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() const { return ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline int32_t* get_address_of_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130() { return &___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130; } inline void set_U372B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130(int32_t value) { ___72B8B8D3A6D4A8C2F9364B2F944B36201C7D8A2B43DBF558D1A09883E969D74D_130 = value; } inline static int32_t get_offset_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() const { return ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131() { return &___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131; } inline void set_U374EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___74EF7306E7452D6859B6463CE496B8DF30925F69E1B2969E1F3F34BBC9C6AF04_131 = value; } inline static int32_t get_offset_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() const { return ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132() { return &___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132; } inline void set_U37543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7543B37FA53FDE2C84F07FD39F368555966AA1C0EB2F2FD26B294D79966E290E_132 = value; } inline static int32_t get_offset_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() const { return ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133() { return &___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133; } inline void set_U376387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___76387D5ADFE12720EE7A21E3C30296DE8356BE159BD422D9900C8146F914CADE_133 = value; } inline static int32_t get_offset_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() const { return ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134() { return &___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134; } inline void set_U37650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7650DB5F7D0AD39E75A5BB512A98F9763E302328E120F06230159AC1AD1C6B5D_134 = value; } inline static int32_t get_offset_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() const { return ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135() { return &___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135; } inline void set_U37854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7854BA783A61F0B4D74198AF22A2D285EF70C526BDE4BE78FEDF180436FB621D_135 = value; } inline static int32_t get_offset_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() const { return ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136() { return &___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136; } inline void set_U378A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___78A70FA0E21C85F13BDFA3D7B70E095EC5B61E51F34D2C1D531142B0634B30E5_136 = value; } inline static int32_t get_offset_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() const { return ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137() { return &___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137; } inline void set_U378F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137 = value; } inline static int32_t get_offset_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() const { return ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138() { return &___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138; } inline void set_U37919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___7919EF601386C08FC5EFB981B4A1E478D8413596173FC159B15739E87EE1BA50_138 = value; } inline static int32_t get_offset_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() const { return ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139() { return &___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139; } inline void set_U379478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___79478AF14CB42EC0951669D5D1D864E43C211CBA631D8FFE7F6CD79FF60756C6_139 = value; } inline static int32_t get_offset_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() const { return ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140() { return &___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140; } inline void set_U37A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7A36979350F6A229EB7206BEE580F51563EE52B71CD2132680B0AC33B3C31E27_140 = value; } inline static int32_t get_offset_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() const { return ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141() { return &___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141; } inline void set_U37BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___7BDD3F08BE488F1D6DCBF05D01C69BA80DF49A9E9E415F0205D575B4B5F32A34_141 = value; } inline static int32_t get_offset_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() const { return ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142() { return &___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142; } inline void set_U37C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7C8975E1E60A5C8337F28EDF8C33C3B180360B7279644A9BC1AF3C51E6220BF5_142 = value; } inline static int32_t get_offset_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143)); } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 get_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() const { return ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline __StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 * get_address_of_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143() { return &___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143; } inline void set_U37C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143(__StaticArrayInitTypeSizeU3D30_tD08FD0996F882530B072EF52BF88556C13AF0306 value) { ___7C97C06F982D2F598F71BCF85A27244685EC039BC414EB391EC3EC449A619F37_143 = value; } inline static int32_t get_offset_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() const { return ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144() { return &___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144; } inline void set_U37DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___7DDF88204E7E265240211841F0AB290A5E77EE4F9223EB2E39F9B89C30C41B9D_144 = value; } inline static int32_t get_offset_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() const { return ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145() { return &___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145; } inline void set_U37F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___7F034CF9D8AC0293D0C9535AF26B5452C6E916CE62FBBF765077BD958E69B7B9_145 = value; } inline static int32_t get_offset_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146)); } inline int32_t get_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() const { return ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline int32_t* get_address_of_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146() { return &___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146; } inline void set_U37FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146(int32_t value) { ___7FBDBBC598B2DE18BB5191FF9D66727F552A54412C9314CA5782824A150B3CD3_146 = value; } inline static int32_t get_offset_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() const { return ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147() { return &___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147; } inline void set_U37FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___7FCA397EF25DB53B2C58A05F9BBFA4E8E0685FDBC8AAF39536123447056895C0_147 = value; } inline static int32_t get_offset_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() const { return ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148() { return &___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148; } inline void set_U381C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___81C0F0D213E5735AED08C328CC9CC2E61B3AB83C9BF016A666B4144F8BF64457_148 = value; } inline static int32_t get_offset_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() const { return ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149() { return &___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149; } inline void set_U38271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___8271B98A74E2ED3AC4E690289279C25841A5617BE3D992BED6CB7486F95060D9_149 = value; } inline static int32_t get_offset_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() const { return ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150() { return &___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150; } inline void set_U383E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___83E8FA01EECEC207D12DA40AEFC466B15F6412FFE2C30DBEF0C65B9B7FF01672_150 = value; } inline static int32_t get_offset_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() const { return ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151() { return &___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151; } inline void set_U384EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___84EBACB335F7FB2D4C6AF94256B2DD565EFFE552C9A1CB725C5B5C338914412D_151 = value; } inline static int32_t get_offset_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() const { return ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152() { return &___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152; } inline void set_U385332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___85332E00AFFFDBE44E7421AA4236274F9495AC6C2204C59B9ADFC872D4215E12_152 = value; } inline static int32_t get_offset_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() const { return ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153() { return &___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153; } inline void set_U38688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8688D249E9D047B4FC2FB89CE05AFE9EC89252FFCCDD969DE6EEF260DD7FFB21_153 = value; } inline static int32_t get_offset_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() const { return ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154() { return &___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154; } inline void set_U386ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___86ECB4ABD964707BAF5ABF589057FBB2ED63DB1D7F0115A7DA45921043B6A96F_154 = value; } inline static int32_t get_offset_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() const { return ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155() { return &___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155; } inline void set_U3874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___874805F2B76BD7887959F02FE0B2A8C07C1E1D41F41AAD4D2AA1D0AB21A1780F_155 = value; } inline static int32_t get_offset_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() const { return ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156() { return &___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156; } inline void set_U388362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___88362588448C0D67AC6A928BB97FBFA93C92ED574E09AEAED174B8EFFB876F86_156 = value; } inline static int32_t get_offset_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() const { return ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157() { return &___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157; } inline void set_U3896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___896FB86C1BE3DBE6C3CC4FBE122562D75A4EBC6616D3393CF1AFE12377908B95_157 = value; } inline static int32_t get_offset_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158)); } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD get_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() const { return ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline __StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD * get_address_of_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158() { return &___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158; } inline void set_U38AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158(__StaticArrayInitTypeSizeU3D6144_tC7D0B4030CC1B8F5E770AE916BB72D42FCBE5DBD value) { ___8AE83CF30C3CEAC5F4B9F025200D65EFAEC851DE0098817DB69F0E547407C095_158 = value; } inline static int32_t get_offset_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() const { return ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159() { return &___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159; } inline void set_U38B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___8B3E4AD98E68D077C6A580E0CE5B8BEA476668CC2303A9845D8EC347A4035FB8_159 = value; } inline static int32_t get_offset_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() const { return ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160() { return &___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160; } inline void set_U38CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8CB850AC259DD215242199AD8F1B0BC74C182B564124B84C0D56BDB7A8FF7286_160 = value; } inline static int32_t get_offset_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() const { return ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161() { return &___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161; } inline void set_U38CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___8CC38DAE7E1F854FB74E0A2910E4781DABC17BFB28C0E2759599F647024FB680_161 = value; } inline static int32_t get_offset_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162)); } inline int32_t get_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() const { return ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline int32_t* get_address_of_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162() { return &___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162; } inline void set_U38DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162(int32_t value) { ___8DE58994BA1BCCA412DBAD0B7F71CC1C77CFA1303F3224FA5371B5BE8A27AB5E_162 = value; } inline static int32_t get_offset_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() const { return ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163() { return &___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163; } inline void set_U38E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___8E508E3CF36A04D2980525060B4220A361C941343EDDD8B43A28CF8001D0CA40_163 = value; } inline static int32_t get_offset_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() const { return ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164() { return &___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164; } inline void set_U38FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___8FC498A953A183E1FE81A183AE59047435BB9B33D657C625FAB03D38BE19F92E_164 = value; } inline static int32_t get_offset_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() const { return ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165() { return &___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165; } inline void set_U3910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___910514B7D874CD3C180F8F1F94486233CCF5BB70A7C24F815644F5CD5A02F3AB_165 = value; } inline static int32_t get_offset_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() const { return ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166() { return &___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166; } inline void set_U393631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___93631B0726F6FE6629DAA743EE51B49F4477ED07391B68EEEA0672A4A90018AA_166 = value; } inline static int32_t get_offset_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() const { return ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167() { return &___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167; } inline void set_U39476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___9476220840D3CE82203B4A722E278773B1DA458A22F49FCB9FC45B851DF7D503_167 = value; } inline static int32_t get_offset_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() const { return ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168() { return &___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168; } inline void set_U3960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___960F02F165C0EF9AC4C160FC98BE9273C245853BA32663BB1B6F1588077F95F4_168 = value; } inline static int32_t get_offset_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() const { return ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169() { return &___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169; } inline void set_U39642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___9642574237E8981F70B1583D403A33EB8B583E5EA5DD61B9468AD47874A90296_169 = value; } inline static int32_t get_offset_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() const { return ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170() { return &___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170; } inline void set_U396883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___96883F56416393F42C830BCD6033BE079690C482BC73119EBBE5DC98834BACBF_170 = value; } inline static int32_t get_offset_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() const { return ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171() { return &___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171; } inline void set_U396CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___96CC5BD90B96CA8BCD838F7ABD590F9979E8C636016554F8431A696204812853_171 = value; } inline static int32_t get_offset_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() const { return ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172() { return &___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172; } inline void set_U3971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___971488BE36A194DB27CE385237DEA12A31333F2FBD2BB3B60701BE542B27AAE2_172 = value; } inline static int32_t get_offset_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() const { return ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173() { return &___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173; } inline void set_U397467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___97467041703B2DF5571DCACC6A702C0C6DE68CE9A9470AA240F57D69C09AF7D3_173 = value; } inline static int32_t get_offset_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() const { return ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174() { return &___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174; } inline void set_U397C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___97C49ABA628782D4FE08840F38539E305C52D0A9C0E0882E77C23DECAB6BDBA6_174 = value; } inline static int32_t get_offset_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() const { return ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175() { return &___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175; } inline void set_U397CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___97CAAC7D5BE7722352C1AB556BFE01D3F3CCA0F50B5A648195D6415006620C8F_175 = value; } inline static int32_t get_offset_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() const { return ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176() { return &___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176; } inline void set_U39829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9829726FEA4FBE8836ADA2143950510D3C214E70A13B9BF48009D97CD8485670_176 = value; } inline static int32_t get_offset_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() const { return ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177() { return &___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177; } inline void set_U399010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___99010FBF800B50867080A66CB97A60E8D7B61251655C9E945DC0505EEB70AC95_177 = value; } inline static int32_t get_offset_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() const { return ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178() { return &___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178; } inline void set_U399FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___99FD541BFD4CF8DD3C18069CA1D5F4B622333DDBA412F00D5A6B642626034EDF_178 = value; } inline static int32_t get_offset_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() const { return ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179() { return &___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179; } inline void set_U39AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___9AC0C32A73444A448170AE1EFE7F69A0D3A7F6E1335FA0E112D9F96EB7EE3CC7_179 = value; } inline static int32_t get_offset_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() const { return ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180() { return &___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180; } inline void set_U39B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9B29692916637801E748ABDF9CE9D3A8AED3F375C84C7346C11C2BB150BD720B_180 = value; } inline static int32_t get_offset_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() const { return ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181() { return &___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181; } inline void set_U39C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___9C28EF1A620E00413BBFC7E6ED40092033A3C250583DD7FAD355D2A306A7427B_181 = value; } inline static int32_t get_offset_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() const { return ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182() { return &___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182; } inline void set_U39CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9CB8BF99E695FF4E0E3E01770F3E96060FC79466F1325C60B375349C591ADF02_182 = value; } inline static int32_t get_offset_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183)); } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 get_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() const { return ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline __StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 * get_address_of_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183() { return &___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183; } inline void set_U39CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183(__StaticArrayInitTypeSizeU3D48_tFD8B246DD801288DF862F996D7F0915222433AD7 value) { ___9CCC11CED0AD12118416B3C3C73453E6480B671C0EF2F753B6900DA2060F5B44_183 = value; } inline static int32_t get_offset_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() const { return ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184() { return &___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184; } inline void set_U39CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9CFF23020B5A7E24467474237978D4CB52A601FBC0B3E504B9ABC64C062A499C_184 = value; } inline static int32_t get_offset_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() const { return ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185() { return &___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185; } inline void set_U39DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___9DA5D1DADE776A467199AC96E9412AD7A5CA1E62BCDAC527079912B1185A5C63_185 = value; } inline static int32_t get_offset_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() const { return ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186() { return &___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186; } inline void set_U39DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DA6DC3BEB35D0E411A5D1E407E011542CC032FD6BD76CFFEB5EF327331840FD_186 = value; } inline static int32_t get_offset_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() const { return ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187() { return &___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187; } inline void set_U39DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___9DC840E2F2B5B0E9B3B12C6585295C61986721911DA7AE18C9B18EFF2F01ABE5_187 = value; } inline static int32_t get_offset_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() const { return ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188() { return &___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188; } inline void set_U39DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___9DDE3528C5CCCCD4D7C730403ABE54766C6645E371ED7ACB70584C320D87F670_188 = value; } inline static int32_t get_offset_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() const { return ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189() { return &___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189; } inline void set_U39EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___9EF35AA995725D55C515A807B1D2BE31B36269235146245330CFB2683FA9A840_189 = value; } inline static int32_t get_offset_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() const { return ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190() { return &___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190; } inline void set_U39F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___9F9F5111F7B27A781F1F1DDDE5EBC2DD2B796BFC7365C9C28B548E564176929F_190 = value; } inline static int32_t get_offset_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() const { return ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191() { return &___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191; } inline void set_A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___A08110AAECF4B88CA5A7F070B68E448ED895A5DE752B84C57651DA54D9BB5814_191 = value; } inline static int32_t get_offset_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() const { return ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192() { return &___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192; } inline void set_A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A1486177999A77F2FD76EAB02D2517803BFF5B0C5A01CFB95B3F1DA7B7D6DCE8_192 = value; } inline static int32_t get_offset_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() const { return ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193() { return &___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193; } inline void set_A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A39EF033189E647DDABF6324B79FCD143D3FD7DFF7B247086B02EC33B9E3B15E_193 = value; } inline static int32_t get_offset_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() const { return ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194() { return &___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194; } inline void set_A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A4241EDCB474331DF94C96B4F24A3A8773452488FD0458F8C0C30F7C24B89E07_194 = value; } inline static int32_t get_offset_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195)); } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 get_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() const { return ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline __StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 * get_address_of_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195() { return &___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195; } inline void set_A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195(__StaticArrayInitTypeSizeU3D38_tA06FFB58ABD95EAC48139C4ABFED36B1C69D0B92 value) { ___A45AA8042E89D23F821D2E22C9EBAFCEC4D3B1291072EA6A49D9D8A490839689_195 = value; } inline static int32_t get_offset_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() const { return ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196() { return &___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196; } inline void set_A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___A589B8F1C215FA773BA2724EB825E8B2D1792FB955349574454E18C63537F2A6_196 = value; } inline static int32_t get_offset_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() const { return ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197() { return &___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197; } inline void set_A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___A5A95A17B27BD47489B7BEB4A8AA145D08C838C183CD5A77A1A5EFD96AA3AB99_197 = value; } inline static int32_t get_offset_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() const { return ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198() { return &___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198; } inline void set_A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A719D1E9DB9C1628AF05DD49B4AA5D095CF0AD06D01C396B1777588A04D9D13E_198 = value; } inline static int32_t get_offset_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() const { return ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199() { return &___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199; } inline void set_A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___A80010A555E14F5B5B3D967E0F1621742AC2048F40EBF73EB76AD8991448EE21_199 = value; } inline static int32_t get_offset_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() const { return ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200() { return &___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200; } inline void set_A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___A935391692FCA9A4CF6CE823B9DBED3DB708352BB4ACEDDA9EADCA78ADD23DB7_200 = value; } inline static int32_t get_offset_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201)); } inline int32_t get_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() const { return ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline int32_t* get_address_of_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201() { return &___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201; } inline void set_A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201(int32_t value) { ___A9DD1527A5845A7B2E82F3427251AD622D570D0B8CDA4A0AF9644EB34E69B2FC_201 = value; } inline static int32_t get_offset_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() const { return ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202() { return &___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202; } inline void set_AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AA5D3053E53FEC67956EC1D2AA6F57CC52342FFEA91E9B7BEAF9ED8E6FCEEC23_202 = value; } inline static int32_t get_offset_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() const { return ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203() { return &___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203; } inline void set_AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___AB3F6EE9927AC1C89E7F3D250F8DAC9A070249930D4A758B98F4D5B9A8E202B3_203 = value; } inline static int32_t get_offset_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() const { return ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204() { return &___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204; } inline void set_AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___AB60EEBC1B8BF85AD5AF219745EEA4317E0C780D22675F7A33A0929A34D17DE5_204 = value; } inline static int32_t get_offset_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() const { return ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205() { return &___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205; } inline void set_AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___AC7FC16C704375F0F1DB433E70C6C2B90B1D797B17806DD74E7664CAD8BFA778_205 = value; } inline static int32_t get_offset_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() const { return ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206() { return &___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206; } inline void set_AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___AD220A499D7A196B0FE1E8BCDAA020369A8BA1C4CF21B15A3E21935ED7B09D54_206 = value; } inline static int32_t get_offset_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() const { return ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207() { return &___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207; } inline void set_ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___ADA8FCF87AF641D309489525EC896153F79D2AFEA9622C0BDCEDB7F8EAADD77F_207 = value; } inline static int32_t get_offset_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() const { return ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208() { return &___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208; } inline void set_AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___AF0312129020B258B5B582D3F8EA8A3DAB35467AE93C8C6DBE5D6681CCD7D489_208 = value; } inline static int32_t get_offset_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() const { return ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209() { return &___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209; } inline void set_B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___B09C22565E577648AD57A0C5D1F44C38D4C01E2BF7727269A1E20A3717CC77D0_209 = value; } inline static int32_t get_offset_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() const { return ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210() { return &___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210; } inline void set_B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B17AF625BB8EA7C85766DBFB60A73BAE2A82560C68B4F03D08B576CD43E911DA_210 = value; } inline static int32_t get_offset_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() const { return ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211() { return &___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211; } inline void set_B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B1FFCD775449513A059F2F3A2DF44C39E6542C6474D6BAE3DC3FA1BC256255F0_211 = value; } inline static int32_t get_offset_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() const { return ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212() { return &___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212; } inline void set_B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___B23D510F520CB4BA8AFA847F8A40E757C40CB6A55B237EFA1AC6D3984911B114_212 = value; } inline static int32_t get_offset_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() const { return ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213() { return &___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213; } inline void set_B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B257E85A5D3CAB5E738D5A0FD1A7AE96624BFE92CB7915726CBBE1518C3225CF_213 = value; } inline static int32_t get_offset_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() const { return ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214() { return &___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214; } inline void set_B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B2A10F44FFEE5755DDFA6587F62D7F83F24AF24429D3ACA46E56F3F295251DEB_214 = value; } inline static int32_t get_offset_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() const { return ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215() { return &___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215; } inline void set_B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B3985439AEF8A4DF51A3369D7C0211EEF12CB0E510F6630E110C6DCC10B11A8E_215 = value; } inline static int32_t get_offset_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() const { return ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216() { return &___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216; } inline void set_B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B48C3FCBDCCF3473EF494DC9D3E37B24CF9202AB511EEEB8FCBB48B626340059_216 = value; } inline static int32_t get_offset_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() const { return ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217() { return &___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217; } inline void set_B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___B57A705E01AAAEA098AD619DAA1A7220B6AB16C81F633CD5F40116160334CD05_217 = value; } inline static int32_t get_offset_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() const { return ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218() { return &___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218; } inline void set_B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___B6338EE68F3FD438E03D596B6D76554714958953358DF7320F5073C3CB779758_218 = value; } inline static int32_t get_offset_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() const { return ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219() { return &___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219; } inline void set_B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B67F32BB12BAA41BEAF505F53EECD4F1409EF3E782F8CD077B511553999CE297_219 = value; } inline static int32_t get_offset_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() const { return ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220() { return &___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220; } inline void set_B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B68ACFAD2A3D93FE2B8963E29978E6D3FADFFF5E7FE6C13590E8888CCA7AD7DD_220 = value; } inline static int32_t get_offset_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() const { return ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221() { return &___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221; } inline void set_B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B698262446F5CFFF6CD492B8DBB1298BC61F0135EEE69366BD94E81ADE1D5C5A_221 = value; } inline static int32_t get_offset_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222)); } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 get_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() const { return ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline __StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 * get_address_of_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222() { return &___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222; } inline void set_B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222(__StaticArrayInitTypeSizeU3D36_t5A0F5FAC8609C11AC407745154F17247010BD4A1 value) { ___B6FF5DB8C0FA699CD97E8EDF68219F0D1D9E509B4911710791D74AD7DF2DA1AD_222 = value; } inline static int32_t get_offset_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() const { return ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223() { return &___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223; } inline void set_B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___B77E3D4019880A0C0F03E4214418983FD00C0107BB2632899FE6C3230F97B82C_223 = value; } inline static int32_t get_offset_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() const { return ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224() { return &___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224; } inline void set_B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___B7A918F6F138CA8137025633559198B529D28CCEC5A51B005376CC69A5B83D85_224 = value; } inline static int32_t get_offset_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225)); } inline int32_t get_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() const { return ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline int32_t* get_address_of_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225() { return &___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225; } inline void set_B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225(int32_t value) { ___B8A899AEBE8BCC739D363C17DD8CA885653263A59843BF7B7C85DE4DB10A9C92_225 = value; } inline static int32_t get_offset_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() const { return ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226() { return &___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226; } inline void set_B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___B93B37392B6BF36325C2B8E6047E7EF31B87C67E59B16D30A60CAF2E18D9C73C_226 = value; } inline static int32_t get_offset_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() const { return ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227() { return &___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227; } inline void set_B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___B9D4AF390AFC6A0F149B843D651CFEBC1C4EC496A0263B72207836F9C525E1C4_227 = value; } inline static int32_t get_offset_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() const { return ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228() { return &___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228; } inline void set_BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___BABB01CD1E2AD140F7D2AF35515DA38E8936F0BA0298BCF0245EB5692A3F69CC_228 = value; } inline static int32_t get_offset_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() const { return ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229() { return &___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229; } inline void set_BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BB288FA00D4BBE2546E0D29F7D8BC6AF483CD4275D692B451B2E39A404E33EBF_229 = value; } inline static int32_t get_offset_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() const { return ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230() { return &___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230; } inline void set_BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BD01644841E6B289961C01E9D8319807BB25F791DB6A990F60D44DA36533D5AD_230 = value; } inline static int32_t get_offset_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() const { return ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231() { return &___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231; } inline void set_BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___BD6174A7C16E1AF07272966A9C071C8A3CF16B2726C50D672A09F60636B08901_231 = value; } inline static int32_t get_offset_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232)); } inline int32_t get_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() const { return ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline int32_t* get_address_of_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232() { return &___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232; } inline void set_BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232(int32_t value) { ___BDB11C99D6418180156EEA47B9EB755F8736055603C19E57F9DFB4CDFFCF8C3A_232 = value; } inline static int32_t get_offset_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() const { return ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233() { return &___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233; } inline void set_BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___BDB6BB299E50984399E0FD8F6BA60FC85EF8CAF6AD5154D53E6DAC34E2E0B381_233 = value; } inline static int32_t get_offset_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() const { return ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234() { return &___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234; } inline void set_BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___BDBC02F2D0A2A74757905F71BEC91DE96906C2FB70018166887D85BEB84B7957_234 = value; } inline static int32_t get_offset_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() const { return ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235() { return &___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235; } inline void set_BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BEDA989D5939125AA1831BFE35ED2E4F0F05DD63851049C646ACE173A2D0827C_235 = value; } inline static int32_t get_offset_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() const { return ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236() { return &___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236; } inline void set_BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___BF3DB37CB55FF90EEE410403506E7AFB17B3B6ED163AEC657F4E4F47532D1E85_236 = value; } inline static int32_t get_offset_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() const { return ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237() { return &___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237; } inline void set_C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___C0BCAD52BB24771C2430DFC75321628F5503FDDC5A0E05E93F3DD624A60B10BD_237 = value; } inline static int32_t get_offset_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238)); } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 get_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() const { return ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline __StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 * get_address_of_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238() { return &___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238; } inline void set_C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238(__StaticArrayInitTypeSizeU3D20_tA7878E15E0E5AC780F6ED4F6E87AD8233A152598 value) { ___C0EE00302C997F25F7963B42E53EA31C48A41E1D5D50F1DAC01F6350AE1FF443_238 = value; } inline static int32_t get_offset_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239)); } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 get_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() const { return ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline __StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 * get_address_of_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239() { return &___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239; } inline void set_C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239(__StaticArrayInitTypeSizeU3D76_t6572A863E37652A3D016260FBD2285807BDD3823 value) { ___C133E473E5E653C5C4AEDB8BCC1C1A3A44D384FC0B6C0FCF04672B1B325EC01B_239 = value; } inline static int32_t get_offset_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() const { return ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240() { return &___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240; } inline void set_C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C199D37D9A06A0F4C75F70A8ABD3D0C2FAEB17B255174C5E67392D81CF5FF0EC_240 = value; } inline static int32_t get_offset_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() const { return ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241() { return &___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241; } inline void set_C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___C2D8E5EED6CBEBD8625FC18F81486A7733C04F9B0129FFBE974C68B90308B4F2_241 = value; } inline static int32_t get_offset_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() const { return ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242() { return &___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242; } inline void set_C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C4A6802D24BD0B4979A486C462DA989CD54F8816365BC0635A8A499FF421201C_242 = value; } inline static int32_t get_offset_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() const { return ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243() { return &___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243; } inline void set_C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___C4E613C844059E36B3D4EE786C4236B8E641E7D49F520B003540BB274F7E12F7_243 = value; } inline static int32_t get_offset_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() const { return ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244() { return &___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244; } inline void set_C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C51FEE572495EE6ED75353FC262F765FF558EED94FCB9EE64987AEE6C8548E12_244 = value; } inline static int32_t get_offset_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() const { return ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245() { return &___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245; } inline void set_C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C65D6ACE28C7ABEB56A3809EBDF84987B4FD0B0EB2C34FEA90394A0A5E10DC55_245 = value; } inline static int32_t get_offset_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246)); } inline int32_t get_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() const { return ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline int32_t* get_address_of_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246() { return &___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246; } inline void set_C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246(int32_t value) { ___C71C8ED7041ABE0B7FD161D726857C18705285A9F1B478A006310909B4A6D900_246 = value; } inline static int32_t get_offset_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() const { return ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247() { return &___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247; } inline void set_C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___C7B696E5CE2020FEC8F611D5047339850FECC787C3DBC5D36589354D8ADF98C1_247 = value; } inline static int32_t get_offset_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248)); } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 get_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() const { return ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline __StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 * get_address_of_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248() { return &___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248; } inline void set_C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248(__StaticArrayInitTypeSizeU3D112_t366701DE02350ED8C8A65F92A137F54409B95542 value) { ___C84227140A8A7787B30DFF8BD5693C19AA5A430C4E89FFD0256D7F77B3FEAD82_248 = value; } inline static int32_t get_offset_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() const { return ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249() { return &___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249; } inline void set_C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___C854B091EA9394BFC39C4324F63BF827E324ABA5F68693B00E4DB8B247ED2023_249 = value; } inline static int32_t get_offset_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() const { return ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250() { return &___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250; } inline void set_C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___C90D4186D61A339F3078D8C7A6CBB1F005BFF5039C44C37F526BDCE2E00200BE_250 = value; } inline static int32_t get_offset_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() const { return ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251() { return &___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251; } inline void set_C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___C9E595B3F656D2DCA3D18330FD3EB05010FD9D445BE304E4FA5F4AB7B335494D_251 = value; } inline static int32_t get_offset_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252)); } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 get_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() const { return ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline __StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 * get_address_of_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252() { return &___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252; } inline void set_CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252(__StaticArrayInitTypeSizeU3D96_tADB23F3DA94DC89452F2BC0884B51C90615CDCD5 value) { ___CB11E26FF20D3318A5A76F5FC0E725883F81ED29DAD7E32947BA8779AA3DE37F_252 = value; } inline static int32_t get_offset_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253)); } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE get_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() const { return ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline __StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE * get_address_of_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253() { return &___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253; } inline void set_CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253(__StaticArrayInitTypeSizeU3D512_t0F967F8361DD05C875A7A3DB3A402E55F957AAFE value) { ___CB6DED39AE0C25F0748B553A13DCA00F6B77780B9F34B0B0F4C56BB7BF768C82_253 = value; } inline static int32_t get_offset_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() const { return ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254() { return &___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254; } inline void set_CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___CC9BD9D64572985ECFB6E2A723B6DD347BB34F5AFECDBFB98444028D2DF4844D_254 = value; } inline static int32_t get_offset_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() const { return ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255() { return &___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255; } inline void set_CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___CCD83CF06E3CE2D4A938C42BAEA101B30335EAF483F59E5EDCB41DF7C4807E1B_255 = value; } inline static int32_t get_offset_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() const { return ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256() { return &___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256; } inline void set_CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___CDAEE7E50DA05783C75D649650C5CDC6ABB06447D6A9CFBB2E7212421547E53B_256 = value; } inline static int32_t get_offset_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257)); } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F get_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() const { return ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline __StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F * get_address_of_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257() { return &___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257; } inline void set_CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257(__StaticArrayInitTypeSizeU3D68_tE431405C001EFCAA99F9D46276BFEAF7F5AF4E0F value) { ___CF64D219C0BA56CECE4E41E0C8BF3AF538F4510FA9A2B00F38DA09E548270E5C_257 = value; } inline static int32_t get_offset_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() const { return ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258() { return &___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258; } inline void set_D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___D15388770BF0AB6F544906F0A1A3375BE05BB7FEB2B215CED8A8E41C42972549_258 = value; } inline static int32_t get_offset_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() const { return ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259() { return &___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259; } inline void set_D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D1FAE5443A715D6F96387473C649F557670B8A92E175272491DFC646754F4A9D_259 = value; } inline static int32_t get_offset_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() const { return ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260() { return &___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260; } inline void set_D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___D38868B99B6C1AB9F2E65E75D07BA90CAF6DA7F4D74F9142A44413647473B362_260 = value; } inline static int32_t get_offset_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() const { return ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261() { return &___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261; } inline void set_D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D3ADE9315DD51AE00C4C2D80ED119F3D1B1743E64ADC7FDDDE505286274C877D_261 = value; } inline static int32_t get_offset_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() const { return ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262() { return &___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262; } inline void set_D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___D6380FB2FF2DD88C9290D88B81E78BCA13AAAB4BE827B103062AFBB1085B0793_262 = value; } inline static int32_t get_offset_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() const { return ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263() { return &___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263; } inline void set_D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___D916EBA7A5A5D84BB85D26EE65A08CC18219FACEB615519209ABB469C0B35D32_263 = value; } inline static int32_t get_offset_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264)); } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 get_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() const { return ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline __StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 * get_address_of_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264() { return &___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264; } inline void set_D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264(__StaticArrayInitTypeSizeU3D56_tEBF9CCD8C2A1E8B12AE6EDE1B31598793DD01186 value) { ___D9388FECE7A168D1EFFA85FA9C8DA1AEED48DDCE2E3799E07F41A9B60E389722_264 = value; } inline static int32_t get_offset_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() const { return ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265() { return &___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265; } inline void set_DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DB1CCE19AFD5123D31DCDAC6656A6DB5AF929CA39192511B8C042DD0513E7497_265 = value; } inline static int32_t get_offset_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() const { return ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266() { return &___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266; } inline void set_DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DC196B5ACC67550E50DDC963D9192AEB816537E6A74CFB7DFE3A0453E5F4FB82_266 = value; } inline static int32_t get_offset_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267)); } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 get_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() const { return ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline __StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 * get_address_of_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267() { return &___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267; } inline void set_DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267(__StaticArrayInitTypeSizeU3D24_t2F23740D8943FC7C06AD3DD80B71D65744F140F2 value) { ___DC1CDED6204DF70AC5C64ED2C9958FE75479400FE1E1A80F77C3A5BC6FFAF0A5_267 = value; } inline static int32_t get_offset_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() const { return ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268() { return &___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268; } inline void set_DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DD2B2ACED61DA9A12AEE4F581C0D33D6D76A9722CDC6355B23FB5DF6B2032B18_268 = value; } inline static int32_t get_offset_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() const { return ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269() { return &___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269; } inline void set_DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DDA4EDB734C11C20B2D8A7BE67E2BB03E2F67B7928B0DAEB15EBF2EDD9A5150B_269 = value; } inline static int32_t get_offset_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270)); } inline int32_t get_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() const { return ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline int32_t* get_address_of_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270() { return &___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270; } inline void set_DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270(int32_t value) { ___DE422551A0E0EF2710E43824DEFE8B2204F5FB76F83D7A496BA3F8D7D66569EB_270 = value; } inline static int32_t get_offset_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() const { return ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271() { return &___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271; } inline void set_DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___DE56C9263420A7B28A6286EB62AFBE2C1D5164698C518792FD8CEAAF2CB2CD03_271 = value; } inline static int32_t get_offset_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() const { return ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272() { return &___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272; } inline void set_DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___DE65050FB26A30C376E77EC7E5BE136721540CCE3760EAA1E14854746CADF7E8_272 = value; } inline static int32_t get_offset_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() const { return ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273() { return &___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273; } inline void set_DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___DE9FD94010C5C932FEB066B288CE65EBEB81EDE0E87B31B900BF855BFA2A2B5D_273 = value; } inline static int32_t get_offset_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274)); } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 get_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() const { return ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline __StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 * get_address_of_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274() { return &___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274; } inline void set_E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274(__StaticArrayInitTypeSizeU3D4096_t194B799136AD31D58B9179637D7756F00A1E35D5 value) { ___E0750D3E8FE41BBC5838F6D34CF434A4C764652CDC4BDC7DE6CE8393DE3C53A8_274 = value; } inline static int32_t get_offset_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() const { return ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275() { return &___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275; } inline void set_E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E09120C0E7B92A532558D22D44D52452DFE460D6205D1009963B69AABD0F8185_275 = value; } inline static int32_t get_offset_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276)); } inline int64_t get_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() const { return ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline int64_t* get_address_of_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276() { return &___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276; } inline void set_E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276(int64_t value) { ___E0E3CF58E8EBD3158219B64F434304727B1C71307D99BC27D059966A854CB749_276 = value; } inline static int32_t get_offset_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() const { return ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277() { return &___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277; } inline void set_E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E27F6E9719BC23F7138A27009F35243C6F94F6530A37FC26DE498AB64784DDDA_277 = value; } inline static int32_t get_offset_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() const { return ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278() { return &___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278; } inline void set_E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___E2D43ACAA664F37C9C7876F34F62AAC2D9B43D18817E629D34861AAB1B13388A_278 = value; } inline static int32_t get_offset_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() const { return ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279() { return &___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279; } inline void set_E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E3668879E09A70694ED6FEE919E303D7EA1266D783955D4DEEDC99CCC5AA6A8D_279 = value; } inline static int32_t get_offset_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() const { return ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280() { return &___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280; } inline void set_E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___E3B4E767F318263A8E7A64E1D61F6D3368A3B59AF34CBB94E657E7FCC58F5BA5_280 = value; } inline static int32_t get_offset_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() const { return ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281() { return &___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281; } inline void set_E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E45C3F86EC68FBD407D74FAEC9A50DFBAA5589A6FB63CCC5F7AA901D2ACA48B6_281 = value; } inline static int32_t get_offset_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() const { return ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282() { return &___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282; } inline void set_E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___E5325952F9FF2214CCE24E320F2BCD6A71C6EB4127F6069352CE065883AE80D0_282 = value; } inline static int32_t get_offset_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() const { return ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283() { return &___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283; } inline void set_E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___E75B7154F674F25D54E89CB7D91F35CC111C8A67EE585938E07D12CB4761637F_283 = value; } inline static int32_t get_offset_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284)); } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 get_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() const { return ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline __StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 * get_address_of_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284() { return &___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284; } inline void set_E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284(__StaticArrayInitTypeSizeU3D28_tB9DE54DF41ABC27805509271A10177513906BF30 value) { ___E7C6C4296C6C2B00D1062AA69054CAB58A57C3ACCE5ECFA4084E7E94CF805F87_284 = value; } inline static int32_t get_offset_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() const { return ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285() { return &___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285; } inline void set_E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___E87A3B2C4C5D7247B7E149126C3503D3AE2878A02155EA6153E057FE35D9656C_285 = value; } inline static int32_t get_offset_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286)); } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 get_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() const { return ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline __StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 * get_address_of_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286() { return &___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286; } inline void set_E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286(__StaticArrayInitTypeSizeU3D5_t4860E7B6EA3ACC966F04D8598CE9F606264B9EE9 value) { ___E8A5F21A65A81B3BA202AE5DC3791797B0E7271A4923BCD6B124CA062D886C5A_286 = value; } inline static int32_t get_offset_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() const { return ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287() { return &___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287; } inline void set_E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___E8D46701532BBEB9F3FF8A63C0D74D8C417C782DEE2C085A6D940A8B5B38DA18_287 = value; } inline static int32_t get_offset_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() const { return ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288() { return &___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288; } inline void set_EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___EA648521F3A332BAB2FB6494AA2262B4C66E9EC54FBC6380D1BEADFBA8F7D9CD_288 = value; } inline static int32_t get_offset_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289)); } inline int32_t get_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() const { return ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline int32_t* get_address_of_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289() { return &___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289; } inline void set_EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289(int32_t value) { ___EB6B70CC36DAA15B37C45E6D0AE3CB7E8A9B1BA69E6BC44762F886192C725A5A_289 = value; } inline static int32_t get_offset_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() const { return ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290() { return &___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290; } inline void set_EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EC103A6146A987638687685583404F2C172DE3138C47B820021673AD5DA00660_290 = value; } inline static int32_t get_offset_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291)); } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F get_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() const { return ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline __StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F * get_address_of_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291() { return &___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291; } inline void set_ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291(__StaticArrayInitTypeSizeU3D40_tEADC5D82E308542CB0A95168FC156FE53D85DB4F value) { ___ECA151F23D399F9FE976255B143D0691D0BE043E033B0E2814C0A547336D6545_291 = value; } inline static int32_t get_offset_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292)); } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 get_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() const { return ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline __StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 * get_address_of_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292() { return &___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292; } inline void set_EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292(__StaticArrayInitTypeSizeU3D1024_tBE4C179BB086BC42B30E7BE339E60017D8093665 value) { ___EE83363C7267157642FFDAC294D9028B3BCD964F62596706A5A94C92C8FCDE6C_292 = value; } inline static int32_t get_offset_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() const { return ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293() { return &___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293; } inline void set_EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___EF39C5A882F9477B2A250BA257247825CEB07FC53C3C984385F2C2E5F8222431_293 = value; } inline static int32_t get_offset_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() const { return ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294() { return &___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294; } inline void set_EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___EF7F3D1F9F5FC7985E4AE3D48BF986867BA544C1D2FEA6A7745FEA4A2FCAB381_294 = value; } inline static int32_t get_offset_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() const { return ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295() { return &___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295; } inline void set_F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___F2CD85BDEF1E84E95EA92E2B686CEEC9FC518118A4342FAB46BECECE253D71F4_295 = value; } inline static int32_t get_offset_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296)); } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 get_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() const { return ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline __StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 * get_address_of_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296() { return &___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296; } inline void set_F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296(__StaticArrayInitTypeSizeU3D404_t02BA5FC25140F7864B3B45D3DD9D4D8B9E93A333 value) { ___F30ADE318602BE9DC38E68CA7E1FE366A1F173330197F71AFD9D555F765D47A7_296 = value; } inline static int32_t get_offset_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() const { return ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297() { return &___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297; } inline void set_F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F509AE84659919EA56BFF8D829ED41E971314D3D46ED9B0F8F5670D72EB1688B_297 = value; } inline static int32_t get_offset_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298)); } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 get_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() const { return ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline __StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 * get_address_of_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298() { return &___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298; } inline void set_F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298(__StaticArrayInitTypeSizeU3D116_t9020B92E8453BBAFE2519A469C0893F630E8D2C9 value) { ___F8D7861760C88CC514F66095AF0AED47ECBA063ADB65F47125ED07BCC2CF9842_298 = value; } inline static int32_t get_offset_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299)); } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D get_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() const { return ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline __StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D * get_address_of_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299() { return &___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299; } inline void set_F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299(__StaticArrayInitTypeSizeU3D192_tC7D23024B2AD7A4D301599706A49B8C87DAA353D value) { ___F8E6964ADFFC257265537256D21E93496A17B9271DC5D64F40869EEEAAFF6FBB_299 = value; } inline static int32_t get_offset_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() const { return ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300() { return &___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300; } inline void set_F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___F915BC5619C5EB2C4D315B5409BC531F55FA3E3A6167F57B7A4F5F7F9C5F022B_300 = value; } inline static int32_t get_offset_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301)); } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C get_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() const { return ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline __StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C * get_address_of_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301() { return &___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301; } inline void set_F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301(__StaticArrayInitTypeSizeU3D64_t793535D031B918C2C510207830D7BE6CAC6F369C value) { ___F93A6E9A709B14FD05706C119D157EEE96F24DE3FDFA34F6D0AFF9537DE8ACC0_301 = value; } inline static int32_t get_offset_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302)); } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 get_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() const { return ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline __StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 * get_address_of_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302() { return &___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302; } inline void set_FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302(__StaticArrayInitTypeSizeU3D72_t2005207C3F6F7C1227A5084885E3320B238A2489 value) { ___FA1AD270B23BA640E88EE7F51CC9C0C1A6C6BB1F2B9025682A7D30FB3BDA64F0_302 = value; } inline static int32_t get_offset_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() const { return ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303() { return &___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303; } inline void set_FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FA624E5847BD2E5A00CCA1B3515D315FA5C3450C3E832077935CEBA18E9F5571_303 = value; } inline static int32_t get_offset_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() const { return ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304() { return &___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304; } inline void set_FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FA902FDBDFBCC8763875D512059F3073294FE8C37A17ED9F7AF4D83791E194BF_304 = value; } inline static int32_t get_offset_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305)); } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 get_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() const { return ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline __StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 * get_address_of_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305() { return &___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305; } inline void set_FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305(__StaticArrayInitTypeSizeU3D256_t54C7F26E5B56B7887AE4586ABF35C9B1633A3449 value) { ___FA9320F15F87607CD9E1033E6DD907B11EEDF491D7EBBFD29EC8D07E12A822CD_305 = value; } inline static int32_t get_offset_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() const { return ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306() { return &___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306; } inline void set_FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FAA254BE6E65E3D60D934C74D9863DEDABBBB96FD00229D46B6AE6D108392089_306 = value; } inline static int32_t get_offset_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307)); } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E get_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() const { return ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline __StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E * get_address_of_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307() { return &___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307; } inline void set_FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307(__StaticArrayInitTypeSizeU3D2048_t466737CD17660C48F81FB82F5CE837C6303A316E value) { ___FB7A6532989D730F69E4757D690D25A43E71041FCFF7355747E274F956BB03E9_307 = value; } inline static int32_t get_offset_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308)); } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 get_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() const { return ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline __StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 * get_address_of_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308() { return &___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308; } inline void set_FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308(__StaticArrayInitTypeSizeU3D12_tBA6527015605C05FA449470204ADB7A684F0A794 value) { ___FC03ECB1D62767A5B31230F548FA4D4C02F01E3DA8CA1FC66C7C332EA16BF206_308 = value; } inline static int32_t get_offset_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309)); } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A get_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() const { return ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline __StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A * get_address_of_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309() { return &___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309; } inline void set_FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309(__StaticArrayInitTypeSizeU3D120_tD78937C26C99B5FDF514E7F2EB4F8F2367B4C05A value) { ___FC216F5C5AE2947D800794ECD5F752EE8381073C2E5D0D095FDA040F541702F3_309 = value; } inline static int32_t get_offset_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() const { return ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310() { return &___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310; } inline void set_FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FD85B0A9251A04B1D271AF14FD041B4606FA95DDB116F92CB14470653A62AD19_310 = value; } inline static int32_t get_offset_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311)); } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F get_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() const { return ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline __StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F * get_address_of_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311() { return &___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311; } inline void set_FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311(__StaticArrayInitTypeSizeU3D32_t1DFB229ADDC86DD5A295F9C768E8E5D0DF92913F value) { ___FF1F6EE5D67458CFAC950F62E93042E21FCB867E2234DCC8721801231064AD40_311 = value; } inline static int32_t get_offset_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312)); } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C get_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() const { return ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline __StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C * get_address_of_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312() { return &___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312; } inline void set_FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312(__StaticArrayInitTypeSizeU3D128_tA0867200945A1690520537DFA2DD9F2DC8E1209C value) { ___FF4D5896EDB9E12991ECB7FA7807EEB0F7ACD30F57ECB63DD9943F5245752A0F_312 = value; } inline static int32_t get_offset_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528_StaticFields, ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313)); } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 get_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() const { return ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline __StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 * get_address_of_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313() { return &___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313; } inline void set_FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313(__StaticArrayInitTypeSizeU3D16_tFDEEE4051A26433A5996232ADC3414625654DA66 value) { ___FFC55B79B9BE7817954A4672A75C8603D1D1FE85A61786D63BD3B0AA239FFA58_313 = value; } }; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 : public RuntimeObject { public: // System.IntPtr UnityEngine.AnimationCurve::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_marshaled_com { intptr_t ___m_Ptr_0; }; // 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; }; // DG.Tweening.AxisConstraint struct AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4 { public: // System.Int32 DG.Tweening.AxisConstraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisConstraint_tA0D384964013674923F26C7DF2618FB76CD3D7F4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream struct BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::closed bool ___closed_5; public: inline static int32_t get_offset_of_closed_5() { return static_cast(offsetof(BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D, ___closed_5)); } inline bool get_closed_5() const { return ___closed_5; } inline bool* get_address_of_closed_5() { return &___closed_5; } inline void set_closed_5(bool value) { ___closed_5 = value; } }; // 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.UI.ColorBlock struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_DisabledColor_4; // System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier float ___m_ColorMultiplier_5; // System.Single UnityEngine.UI.ColorBlock::m_FadeDuration float ___m_FadeDuration_6; public: inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_NormalColor_0)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_HighlightedColor_1)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_PressedColor_2)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_SelectedColor_3)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_DisabledColor_4)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_ColorMultiplier_5)); } inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; } inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; } inline void set_m_ColorMultiplier_5(float value) { ___m_ColorMultiplier_5 = value; } inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955, ___m_FadeDuration_6)); } inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; } inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; } inline void set_m_FadeDuration_6(float value) { ___m_FadeDuration_6 = value; } }; struct ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields { public: // UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::defaultColorBlock ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___defaultColorBlock_7; public: inline static int32_t get_offset_of_defaultColorBlock_7() { return static_cast(offsetof(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955_StaticFields, ___defaultColorBlock_7)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_defaultColorBlock_7() const { return ___defaultColorBlock_7; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_defaultColorBlock_7() { return &___defaultColorBlock_7; } inline void set_defaultColorBlock_7(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___defaultColorBlock_7 = value; } }; // BestHTTP.Cookies.Cookie struct Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 : public RuntimeObject { public: // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CNameU3Ek__BackingField_1; // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CValueU3Ek__BackingField_2; // System.DateTime BestHTTP.Cookies.Cookie::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CDateU3Ek__BackingField_3; // System.DateTime BestHTTP.Cookies.Cookie::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CLastAccessU3Ek__BackingField_4; // System.DateTime BestHTTP.Cookies.Cookie::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CExpiresU3Ek__BackingField_5; // System.Int64 BestHTTP.Cookies.Cookie::k__BackingField int64_t ___U3CMaxAgeU3Ek__BackingField_6; // System.Boolean BestHTTP.Cookies.Cookie::k__BackingField bool ___U3CIsSessionU3Ek__BackingField_7; // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CDomainU3Ek__BackingField_8; // System.String BestHTTP.Cookies.Cookie::k__BackingField String_t* ___U3CPathU3Ek__BackingField_9; // System.Boolean BestHTTP.Cookies.Cookie::k__BackingField bool ___U3CIsSecureU3Ek__BackingField_10; // System.Boolean BestHTTP.Cookies.Cookie::k__BackingField bool ___U3CIsHttpOnlyU3Ek__BackingField_11; public: inline static int32_t get_offset_of_U3CNameU3Ek__BackingField_1() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CNameU3Ek__BackingField_1)); } inline String_t* get_U3CNameU3Ek__BackingField_1() const { return ___U3CNameU3Ek__BackingField_1; } inline String_t** get_address_of_U3CNameU3Ek__BackingField_1() { return &___U3CNameU3Ek__BackingField_1; } inline void set_U3CNameU3Ek__BackingField_1(String_t* value) { ___U3CNameU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CNameU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CValueU3Ek__BackingField_2() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CValueU3Ek__BackingField_2)); } inline String_t* get_U3CValueU3Ek__BackingField_2() const { return ___U3CValueU3Ek__BackingField_2; } inline String_t** get_address_of_U3CValueU3Ek__BackingField_2() { return &___U3CValueU3Ek__BackingField_2; } inline void set_U3CValueU3Ek__BackingField_2(String_t* value) { ___U3CValueU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CDateU3Ek__BackingField_3() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CDateU3Ek__BackingField_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CDateU3Ek__BackingField_3() const { return ___U3CDateU3Ek__BackingField_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CDateU3Ek__BackingField_3() { return &___U3CDateU3Ek__BackingField_3; } inline void set_U3CDateU3Ek__BackingField_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CDateU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CLastAccessU3Ek__BackingField_4() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CLastAccessU3Ek__BackingField_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CLastAccessU3Ek__BackingField_4() const { return ___U3CLastAccessU3Ek__BackingField_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CLastAccessU3Ek__BackingField_4() { return &___U3CLastAccessU3Ek__BackingField_4; } inline void set_U3CLastAccessU3Ek__BackingField_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CLastAccessU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CExpiresU3Ek__BackingField_5() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CExpiresU3Ek__BackingField_5)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CExpiresU3Ek__BackingField_5() const { return ___U3CExpiresU3Ek__BackingField_5; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CExpiresU3Ek__BackingField_5() { return &___U3CExpiresU3Ek__BackingField_5; } inline void set_U3CExpiresU3Ek__BackingField_5(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CExpiresU3Ek__BackingField_5 = value; } inline static int32_t get_offset_of_U3CMaxAgeU3Ek__BackingField_6() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CMaxAgeU3Ek__BackingField_6)); } inline int64_t get_U3CMaxAgeU3Ek__BackingField_6() const { return ___U3CMaxAgeU3Ek__BackingField_6; } inline int64_t* get_address_of_U3CMaxAgeU3Ek__BackingField_6() { return &___U3CMaxAgeU3Ek__BackingField_6; } inline void set_U3CMaxAgeU3Ek__BackingField_6(int64_t value) { ___U3CMaxAgeU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CIsSessionU3Ek__BackingField_7() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CIsSessionU3Ek__BackingField_7)); } inline bool get_U3CIsSessionU3Ek__BackingField_7() const { return ___U3CIsSessionU3Ek__BackingField_7; } inline bool* get_address_of_U3CIsSessionU3Ek__BackingField_7() { return &___U3CIsSessionU3Ek__BackingField_7; } inline void set_U3CIsSessionU3Ek__BackingField_7(bool value) { ___U3CIsSessionU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CDomainU3Ek__BackingField_8() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CDomainU3Ek__BackingField_8)); } inline String_t* get_U3CDomainU3Ek__BackingField_8() const { return ___U3CDomainU3Ek__BackingField_8; } inline String_t** get_address_of_U3CDomainU3Ek__BackingField_8() { return &___U3CDomainU3Ek__BackingField_8; } inline void set_U3CDomainU3Ek__BackingField_8(String_t* value) { ___U3CDomainU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDomainU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_9() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CPathU3Ek__BackingField_9)); } inline String_t* get_U3CPathU3Ek__BackingField_9() const { return ___U3CPathU3Ek__BackingField_9; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_9() { return &___U3CPathU3Ek__BackingField_9; } inline void set_U3CPathU3Ek__BackingField_9(String_t* value) { ___U3CPathU3Ek__BackingField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_9), (void*)value); } inline static int32_t get_offset_of_U3CIsSecureU3Ek__BackingField_10() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CIsSecureU3Ek__BackingField_10)); } inline bool get_U3CIsSecureU3Ek__BackingField_10() const { return ___U3CIsSecureU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsSecureU3Ek__BackingField_10() { return &___U3CIsSecureU3Ek__BackingField_10; } inline void set_U3CIsSecureU3Ek__BackingField_10(bool value) { ___U3CIsSecureU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CIsHttpOnlyU3Ek__BackingField_11() { return static_cast(offsetof(Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2, ___U3CIsHttpOnlyU3Ek__BackingField_11)); } inline bool get_U3CIsHttpOnlyU3Ek__BackingField_11() const { return ___U3CIsHttpOnlyU3Ek__BackingField_11; } inline bool* get_address_of_U3CIsHttpOnlyU3Ek__BackingField_11() { return &___U3CIsHttpOnlyU3Ek__BackingField_11; } inline void set_U3CIsHttpOnlyU3Ek__BackingField_11(bool value) { ___U3CIsHttpOnlyU3Ek__BackingField_11 = value; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // DeviceCalibrateItem struct DeviceCalibrateItem_tC382F3EDD9FC6C797ACB50CC83B645671375D625 { public: // System.Int32 DeviceCalibrateItem::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceCalibrateItem_tC382F3EDD9FC6C797ACB50CC83B645671375D625, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler struct DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB_marshaled_com { intptr_t ___m_Ptr_0; }; // 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.Futures.FutureState struct FutureState_t82DAE169A791D5FC99F4EE1159F4530816D52A0C { public: // System.Int32 BestHTTP.Futures.FutureState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FutureState_t82DAE169A791D5FC99F4EE1159F4530816D52A0C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPConnectionStates struct HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434 { public: // System.Int32 BestHTTP.HTTPConnectionStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPConnectionStates_tBB7113AF8810E7441256047332F747C468427434, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Forms.HTTPFormUsage struct HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E { public: // System.Int32 BestHTTP.Forms.HTTPFormUsage::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPFormUsage_t2B7AA6886E9788F75E0DB492A68095116462A64E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.HTTPMethods struct HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195 { public: // System.Byte BestHTTP.HTTPMethods::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPMethods_t9BB2C0A32407626B6D77F8652824FB2E6CF92195, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // BestHTTP.HTTPRequestStates struct HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F { public: // System.Int32 BestHTTP.HTTPRequestStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HTTPRequestStates_t32A7ADDA084DCC94348299B2C4DBB455A3429B7F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JArray::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_17; public: inline static int32_t get_offset_of__values_17() { return static_cast(offsetof(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873, ____values_17)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_17() const { return ____values_17; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_17() { return &____values_17; } inline void set__values_17(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_17), (void*)value); } }; // LitJson.JsonType struct JsonType_tD4FA3632583B01262F25448EE38F8BFA10867223 { public: // System.Int32 LitJson.JsonType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonType_tD4FA3632583B01262F25448EE38F8BFA10867223, ___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.KeyCode struct KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4 { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_t1D303F7D061BF4429872E9F109ADDBCB431671F4, ___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; } }; // LanguageEnum struct LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95 { public: // System.Int32 LanguageEnum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LanguageEnum_t336A03AA64921355C9F28D0BF7DB4A0943828E95, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Logger.Loglevels struct Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB { public: // System.Byte BestHTTP.Logger.Loglevels::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Loglevels_t11A0BB068F507D75D8228DE66E6CE0B001F683FB, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // DG.Tweening.LoopType struct LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A { public: // System.Int32 DG.Tweening.LoopType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoopType_tF807A5805F6A83F5228BE7D4E633B2572B1B859A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Text.RegularExpressions.Match struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B : public Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 { public: // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * ____groupcoll_9; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * ____regex_10; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_11; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_12; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_13; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_14; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* ____matches_15; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ____matchcount_16; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_17; public: inline static int32_t get_offset_of__groupcoll_9() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____groupcoll_9)); } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * get__groupcoll_9() const { return ____groupcoll_9; } inline GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 ** get_address_of__groupcoll_9() { return &____groupcoll_9; } inline void set__groupcoll_9(GroupCollection_tAA9CA4E93B1A9D6B7199EE25AEB32922E72AA556 * value) { ____groupcoll_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____groupcoll_9), (void*)value); } inline static int32_t get_offset_of__regex_10() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____regex_10)); } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * get__regex_10() const { return ____regex_10; } inline Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F ** get_address_of__regex_10() { return &____regex_10; } inline void set__regex_10(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * value) { ____regex_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____regex_10), (void*)value); } inline static int32_t get_offset_of__textbeg_11() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textbeg_11)); } inline int32_t get__textbeg_11() const { return ____textbeg_11; } inline int32_t* get_address_of__textbeg_11() { return &____textbeg_11; } inline void set__textbeg_11(int32_t value) { ____textbeg_11 = value; } inline static int32_t get_offset_of__textpos_12() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textpos_12)); } inline int32_t get__textpos_12() const { return ____textpos_12; } inline int32_t* get_address_of__textpos_12() { return &____textpos_12; } inline void set__textpos_12(int32_t value) { ____textpos_12 = value; } inline static int32_t get_offset_of__textend_13() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textend_13)); } inline int32_t get__textend_13() const { return ____textend_13; } inline int32_t* get_address_of__textend_13() { return &____textend_13; } inline void set__textend_13(int32_t value) { ____textend_13 = value; } inline static int32_t get_offset_of__textstart_14() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____textstart_14)); } inline int32_t get__textstart_14() const { return ____textstart_14; } inline int32_t* get_address_of__textstart_14() { return &____textstart_14; } inline void set__textstart_14(int32_t value) { ____textstart_14 = value; } inline static int32_t get_offset_of__matches_15() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matches_15)); } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* get__matches_15() const { return ____matches_15; } inline Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF** get_address_of__matches_15() { return &____matches_15; } inline void set__matches_15(Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF* value) { ____matches_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____matches_15), (void*)value); } inline static int32_t get_offset_of__matchcount_16() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____matchcount_16)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get__matchcount_16() const { return ____matchcount_16; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of__matchcount_16() { return &____matchcount_16; } inline void set__matchcount_16(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ____matchcount_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____matchcount_16), (void*)value); } inline static int32_t get_offset_of__balancing_17() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B, ____balancing_17)); } inline bool get__balancing_17() const { return ____balancing_17; } inline bool* get_address_of__balancing_17() { return &____balancing_17; } inline void set__balancing_17(bool value) { ____balancing_17 = value; } }; struct Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields { public: // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::_empty Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * ____empty_8; public: inline static int32_t get_offset_of__empty_8() { return static_cast(offsetof(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B_StaticFields, ____empty_8)); } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * get__empty_8() const { return ____empty_8; } inline Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B ** get_address_of__empty_8() { return &____empty_8; } inline void set__empty_8(Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * value) { ____empty_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____empty_8), (void*)value); } }; // System.IO.MemoryStream struct MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * ____lastReadTask_14; public: inline static int32_t get_offset_of__buffer_5() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____buffer_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__buffer_5() const { return ____buffer_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__buffer_5() { return &____buffer_5; } inline void set__buffer_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____buffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_5), (void*)value); } inline static int32_t get_offset_of__origin_6() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____origin_6)); } inline int32_t get__origin_6() const { return ____origin_6; } inline int32_t* get_address_of__origin_6() { return &____origin_6; } inline void set__origin_6(int32_t value) { ____origin_6 = value; } inline static int32_t get_offset_of__position_7() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____position_7)); } inline int32_t get__position_7() const { return ____position_7; } inline int32_t* get_address_of__position_7() { return &____position_7; } inline void set__position_7(int32_t value) { ____position_7 = value; } inline static int32_t get_offset_of__length_8() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____length_8)); } inline int32_t get__length_8() const { return ____length_8; } inline int32_t* get_address_of__length_8() { return &____length_8; } inline void set__length_8(int32_t value) { ____length_8 = value; } inline static int32_t get_offset_of__capacity_9() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____capacity_9)); } inline int32_t get__capacity_9() const { return ____capacity_9; } inline int32_t* get_address_of__capacity_9() { return &____capacity_9; } inline void set__capacity_9(int32_t value) { ____capacity_9 = value; } inline static int32_t get_offset_of__expandable_10() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____expandable_10)); } inline bool get__expandable_10() const { return ____expandable_10; } inline bool* get_address_of__expandable_10() { return &____expandable_10; } inline void set__expandable_10(bool value) { ____expandable_10 = value; } inline static int32_t get_offset_of__writable_11() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____writable_11)); } inline bool get__writable_11() const { return ____writable_11; } inline bool* get_address_of__writable_11() { return &____writable_11; } inline void set__writable_11(bool value) { ____writable_11 = value; } inline static int32_t get_offset_of__exposable_12() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____exposable_12)); } inline bool get__exposable_12() const { return ____exposable_12; } inline bool* get_address_of__exposable_12() { return &____exposable_12; } inline void set__exposable_12(bool value) { ____exposable_12 = value; } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } inline static int32_t get_offset_of__lastReadTask_14() { return static_cast(offsetof(MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C, ____lastReadTask_14)); } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * get__lastReadTask_14() const { return ____lastReadTask_14; } inline Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 ** get_address_of__lastReadTask_14() { return &____lastReadTask_14; } inline void set__lastReadTask_14(Task_1_tEF253D967DB628A9F8A389A9F2E4516871FD3725 * value) { ____lastReadTask_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_14), (void*)value); } }; // BestHTTP.SignalRCore.Messages.MessageTypes struct MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C { public: // System.Int32 BestHTTP.SignalRCore.Messages.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t3FA36B4CAA5AA4624EDB50FA028FBBAED9DB832C, ___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; } }; // NewUserGuiderConfig struct NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 : public RuntimeObject { public: // System.String NewUserGuiderConfig::key String_t* ___key_0; // System.Int32 NewUserGuiderConfig::hitPosType int32_t ___hitPosType_1; // UnityEngine.Vector2 NewUserGuiderConfig::hitPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___hitPos_2; // System.Boolean NewUserGuiderConfig::hitActive bool ___hitActive_3; // System.Single NewUserGuiderConfig::pointerRotZ float ___pointerRotZ_4; // System.Int32 NewUserGuiderConfig::pointerPosType int32_t ___pointerPosType_5; // UnityEngine.Vector2 NewUserGuiderConfig::pointerPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pointerPos_6; // System.Boolean NewUserGuiderConfig::pointerActive bool ___pointerActive_7; // System.String NewUserGuiderConfig::frameTipPivot String_t* ___frameTipPivot_8; // System.Int32 NewUserGuiderConfig::frameTipPosType int32_t ___frameTipPosType_9; // UnityEngine.Vector2 NewUserGuiderConfig::frameTipPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___frameTipPos_10; // System.String NewUserGuiderConfig::frameTipText String_t* ___frameTipText_11; // System.String NewUserGuiderConfig::frameTipTextKey String_t* ___frameTipTextKey_12; // System.Action`1 NewUserGuiderConfig::onPrepare Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___onPrepare_13; // System.Action`1 NewUserGuiderConfig::onStart Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * ___onStart_14; // System.Boolean NewUserGuiderConfig::delayExecute bool ___delayExecute_15; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_hitPosType_1() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___hitPosType_1)); } inline int32_t get_hitPosType_1() const { return ___hitPosType_1; } inline int32_t* get_address_of_hitPosType_1() { return &___hitPosType_1; } inline void set_hitPosType_1(int32_t value) { ___hitPosType_1 = value; } inline static int32_t get_offset_of_hitPos_2() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___hitPos_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_hitPos_2() const { return ___hitPos_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_hitPos_2() { return &___hitPos_2; } inline void set_hitPos_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___hitPos_2 = value; } inline static int32_t get_offset_of_hitActive_3() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___hitActive_3)); } inline bool get_hitActive_3() const { return ___hitActive_3; } inline bool* get_address_of_hitActive_3() { return &___hitActive_3; } inline void set_hitActive_3(bool value) { ___hitActive_3 = value; } inline static int32_t get_offset_of_pointerRotZ_4() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___pointerRotZ_4)); } inline float get_pointerRotZ_4() const { return ___pointerRotZ_4; } inline float* get_address_of_pointerRotZ_4() { return &___pointerRotZ_4; } inline void set_pointerRotZ_4(float value) { ___pointerRotZ_4 = value; } inline static int32_t get_offset_of_pointerPosType_5() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___pointerPosType_5)); } inline int32_t get_pointerPosType_5() const { return ___pointerPosType_5; } inline int32_t* get_address_of_pointerPosType_5() { return &___pointerPosType_5; } inline void set_pointerPosType_5(int32_t value) { ___pointerPosType_5 = value; } inline static int32_t get_offset_of_pointerPos_6() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___pointerPos_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_pointerPos_6() const { return ___pointerPos_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_pointerPos_6() { return &___pointerPos_6; } inline void set_pointerPos_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___pointerPos_6 = value; } inline static int32_t get_offset_of_pointerActive_7() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___pointerActive_7)); } inline bool get_pointerActive_7() const { return ___pointerActive_7; } inline bool* get_address_of_pointerActive_7() { return &___pointerActive_7; } inline void set_pointerActive_7(bool value) { ___pointerActive_7 = value; } inline static int32_t get_offset_of_frameTipPivot_8() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___frameTipPivot_8)); } inline String_t* get_frameTipPivot_8() const { return ___frameTipPivot_8; } inline String_t** get_address_of_frameTipPivot_8() { return &___frameTipPivot_8; } inline void set_frameTipPivot_8(String_t* value) { ___frameTipPivot_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameTipPivot_8), (void*)value); } inline static int32_t get_offset_of_frameTipPosType_9() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___frameTipPosType_9)); } inline int32_t get_frameTipPosType_9() const { return ___frameTipPosType_9; } inline int32_t* get_address_of_frameTipPosType_9() { return &___frameTipPosType_9; } inline void set_frameTipPosType_9(int32_t value) { ___frameTipPosType_9 = value; } inline static int32_t get_offset_of_frameTipPos_10() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___frameTipPos_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_frameTipPos_10() const { return ___frameTipPos_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_frameTipPos_10() { return &___frameTipPos_10; } inline void set_frameTipPos_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___frameTipPos_10 = value; } inline static int32_t get_offset_of_frameTipText_11() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___frameTipText_11)); } inline String_t* get_frameTipText_11() const { return ___frameTipText_11; } inline String_t** get_address_of_frameTipText_11() { return &___frameTipText_11; } inline void set_frameTipText_11(String_t* value) { ___frameTipText_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameTipText_11), (void*)value); } inline static int32_t get_offset_of_frameTipTextKey_12() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___frameTipTextKey_12)); } inline String_t* get_frameTipTextKey_12() const { return ___frameTipTextKey_12; } inline String_t** get_address_of_frameTipTextKey_12() { return &___frameTipTextKey_12; } inline void set_frameTipTextKey_12(String_t* value) { ___frameTipTextKey_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameTipTextKey_12), (void*)value); } inline static int32_t get_offset_of_onPrepare_13() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___onPrepare_13)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_onPrepare_13() const { return ___onPrepare_13; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_onPrepare_13() { return &___onPrepare_13; } inline void set_onPrepare_13(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___onPrepare_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPrepare_13), (void*)value); } inline static int32_t get_offset_of_onStart_14() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___onStart_14)); } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * get_onStart_14() const { return ___onStart_14; } inline Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 ** get_address_of_onStart_14() { return &___onStart_14; } inline void set_onStart_14(Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * value) { ___onStart_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStart_14), (void*)value); } inline static int32_t get_offset_of_delayExecute_15() { return static_cast(offsetof(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1, ___delayExecute_15)); } inline bool get_delayExecute_15() const { return ___delayExecute_15; } inline bool* get_address_of_delayExecute_15() { return &___delayExecute_15; } inline void set_delayExecute_15(bool value) { ___delayExecute_15 = 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; }; // PKGameMode_OnlinePK struct PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F : public GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 { public: // SocketPlayer PKGameMode_OnlinePK::socketPlayer SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * ___socketPlayer_2; // System.Int32 PKGameMode_OnlinePK::myPlayerIndex int32_t ___myPlayerIndex_3; // UnityEngine.Quaternion PKGameMode_OnlinePK::bowTargetQua Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___bowTargetQua_4; // System.Boolean PKGameMode_OnlinePK::hasBowTargBtQua bool ___hasBowTargBtQua_5; // TargetBody PKGameMode_OnlinePK::targetBody TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___targetBody_6; // System.Boolean PKGameMode_OnlinePK::hasStart bool ___hasStart_7; // System.Single PKGameMode_OnlinePK::uploadGameDataTime float ___uploadGameDataTime_8; // System.Single PKGameMode_OnlinePK::uploadBowTime float ___uploadBowTime_9; // System.Collections.Generic.Dictionary`2 PKGameMode_OnlinePK::arrowSyncMap Dictionary_2_t7770EBD8CD2A9F2B15123613B176DC9B6B9E50BA * ___arrowSyncMap_10; // System.String PKGameMode_OnlinePK::scoreWillSend String_t* ___scoreWillSend_11; // System.String PKGameMode_OnlinePK::shootSpeedWillSend String_t* ___shootSpeedWillSend_12; // PKGameMode_OnlinePK/GameLogic PKGameMode_OnlinePK::gameLogic GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * ___gameLogic_13; // PKGameMode_OnlinePK/GameDisplay PKGameMode_OnlinePK::gameDisplay GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D * ___gameDisplay_14; public: inline static int32_t get_offset_of_socketPlayer_2() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___socketPlayer_2)); } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * get_socketPlayer_2() const { return ___socketPlayer_2; } inline SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 ** get_address_of_socketPlayer_2() { return &___socketPlayer_2; } inline void set_socketPlayer_2(SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * value) { ___socketPlayer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___socketPlayer_2), (void*)value); } inline static int32_t get_offset_of_myPlayerIndex_3() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___myPlayerIndex_3)); } inline int32_t get_myPlayerIndex_3() const { return ___myPlayerIndex_3; } inline int32_t* get_address_of_myPlayerIndex_3() { return &___myPlayerIndex_3; } inline void set_myPlayerIndex_3(int32_t value) { ___myPlayerIndex_3 = value; } inline static int32_t get_offset_of_bowTargetQua_4() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___bowTargetQua_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_bowTargetQua_4() const { return ___bowTargetQua_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_bowTargetQua_4() { return &___bowTargetQua_4; } inline void set_bowTargetQua_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___bowTargetQua_4 = value; } inline static int32_t get_offset_of_hasBowTargBtQua_5() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___hasBowTargBtQua_5)); } inline bool get_hasBowTargBtQua_5() const { return ___hasBowTargBtQua_5; } inline bool* get_address_of_hasBowTargBtQua_5() { return &___hasBowTargBtQua_5; } inline void set_hasBowTargBtQua_5(bool value) { ___hasBowTargBtQua_5 = value; } inline static int32_t get_offset_of_targetBody_6() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___targetBody_6)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_targetBody_6() const { return ___targetBody_6; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_targetBody_6() { return &___targetBody_6; } inline void set_targetBody_6(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___targetBody_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetBody_6), (void*)value); } inline static int32_t get_offset_of_hasStart_7() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___hasStart_7)); } inline bool get_hasStart_7() const { return ___hasStart_7; } inline bool* get_address_of_hasStart_7() { return &___hasStart_7; } inline void set_hasStart_7(bool value) { ___hasStart_7 = value; } inline static int32_t get_offset_of_uploadGameDataTime_8() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___uploadGameDataTime_8)); } inline float get_uploadGameDataTime_8() const { return ___uploadGameDataTime_8; } inline float* get_address_of_uploadGameDataTime_8() { return &___uploadGameDataTime_8; } inline void set_uploadGameDataTime_8(float value) { ___uploadGameDataTime_8 = value; } inline static int32_t get_offset_of_uploadBowTime_9() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___uploadBowTime_9)); } inline float get_uploadBowTime_9() const { return ___uploadBowTime_9; } inline float* get_address_of_uploadBowTime_9() { return &___uploadBowTime_9; } inline void set_uploadBowTime_9(float value) { ___uploadBowTime_9 = value; } inline static int32_t get_offset_of_arrowSyncMap_10() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___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_scoreWillSend_11() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___scoreWillSend_11)); } inline String_t* get_scoreWillSend_11() const { return ___scoreWillSend_11; } inline String_t** get_address_of_scoreWillSend_11() { return &___scoreWillSend_11; } inline void set_scoreWillSend_11(String_t* value) { ___scoreWillSend_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___scoreWillSend_11), (void*)value); } inline static int32_t get_offset_of_shootSpeedWillSend_12() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___shootSpeedWillSend_12)); } inline String_t* get_shootSpeedWillSend_12() const { return ___shootSpeedWillSend_12; } inline String_t** get_address_of_shootSpeedWillSend_12() { return &___shootSpeedWillSend_12; } inline void set_shootSpeedWillSend_12(String_t* value) { ___shootSpeedWillSend_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___shootSpeedWillSend_12), (void*)value); } inline static int32_t get_offset_of_gameLogic_13() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___gameLogic_13)); } inline GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * get_gameLogic_13() const { return ___gameLogic_13; } inline GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D ** get_address_of_gameLogic_13() { return &___gameLogic_13; } inline void set_gameLogic_13(GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * value) { ___gameLogic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameLogic_13), (void*)value); } inline static int32_t get_offset_of_gameDisplay_14() { return static_cast(offsetof(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F, ___gameDisplay_14)); } inline GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D * get_gameDisplay_14() const { return ___gameDisplay_14; } inline GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D ** get_address_of_gameDisplay_14() { return &___gameDisplay_14; } inline void set_gameDisplay_14(GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D * value) { ___gameDisplay_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameDisplay_14), (void*)value); } }; // 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.ParticleSystemCurveMode struct ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342 { public: // System.Int32 UnityEngine.ParticleSystemCurveMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342, ___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 struct RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 : public ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B { public: // System.Int32[] RabbitHuntGameMode::animalCreateList Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___animalCreateList_17; // System.Int32 RabbitHuntGameMode::animalCreateIndex int32_t ___animalCreateIndex_18; // System.Single RabbitHuntGameMode::baseCreateDistance float ___baseCreateDistance_19; // System.Single RabbitHuntGameMode::plusCreateDistance float ___plusCreateDistance_20; // System.Boolean RabbitHuntGameMode::banCreateAnimal bool ___banCreateAnimal_21; public: inline static int32_t get_offset_of_animalCreateList_17() { return static_cast(offsetof(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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(RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8, ___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; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // System.Text.RegularExpressions.RegexOptions struct RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4 { public: // System.Int32 System.Text.RegularExpressions.RegexOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RegexOptions_t8F8CD5BC6C55FC2B657722FD09ABDFDF5BA6F6A4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C : public AbstractFpCurve_tE0B6ADB825360C35FC7DFFBCC3473DCA2198D5EF { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Point BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::m_infinity SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * ___m_infinity_19; public: inline static int32_t get_offset_of_m_infinity_19() { return static_cast(offsetof(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C, ___m_infinity_19)); } inline SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * get_m_infinity_19() const { return ___m_infinity_19; } inline SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 ** get_address_of_m_infinity_19() { return &___m_infinity_19; } inline void set_m_infinity_19(SM2P256V1Point_t10F6E503C58F0E5E27B631ADB8D177F8AF256FE3 * value) { ___m_infinity_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_infinity_19), (void*)value); } }; struct SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve::q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___q_16; public: inline static int32_t get_offset_of_q_16() { return static_cast(offsetof(SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C_StaticFields, ___q_16)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_q_16() const { return ___q_16; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_q_16() { return &___q_16; } inline void set_q_16(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___q_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___q_16), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement struct SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 : public AbstractFpFieldElement_tD2C80C5CF9EBE12D131C5D8D967229FF84510820 { public: // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement::x UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x_1; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685, ___x_1)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_x_1() const { return ___x_1; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_x_1() { return &___x_1; } inline void set_x_1(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___x_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___x_1), (void*)value); } }; struct SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement::Q BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___Q_0; public: inline static int32_t get_offset_of_Q_0() { return static_cast(offsetof(SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_StaticFields, ___Q_0)); } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * get_Q_0() const { return ___Q_0; } inline BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 ** get_address_of_Q_0() { return &___Q_0; } inline void set_Q_0(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * value) { ___Q_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Q_0), (void*)value); } }; // UnityEngine.SendMessageOptions struct SendMessageOptions_t89E16D7B4FAECAF721478B06E56214F97438C61B { public: // System.Int32 UnityEngine.SendMessageOptions::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SendMessageOptions_t89E16D7B4FAECAF721478B06E56214F97438C61B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.Core.Enums.SpecialStartupMode struct SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92 { public: // System.Int32 DG.Tweening.Core.Enums.SpecialStartupMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpecialStartupMode_t0086D2AE798C217210762DD17C8D3572414ACD92, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SupportedProtocols struct SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B { public: // System.Int32 BestHTTP.SupportedProtocols::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SupportedProtocols_t3B8F67D21A1E9AF62C6579631E36E7E50B90047B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.TextAnchor struct TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232 { public: // System.Int32 UnityEngine.TextAnchor::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextAnchor_tA4C88E77C2D7312F43412275B01E1341A7CB2232, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932 { public: // System.Int32 UnityEngine.TouchScreenKeyboardType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchScreenKeyboardType_tBD90DFB07923EC19E5EA59FAF26292AC2799A932, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.TweenType struct TweenType_tAB2DEC1268409EA172594368494218E51696EF5D { public: // System.Int32 DG.Tweening.TweenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TweenType_tAB2DEC1268409EA172594368494218E51696EF5D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // DG.Tweening.UpdateType struct UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED { public: // System.Int32 DG.Tweening.UpdateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UpdateType_t9D838506DD148F29E6183FB298E41921E51CC5ED, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA : public RuntimeObject { public: // System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Networking.UploadHandler struct UploadHandler_t5F80A2A6874D4D330751BE3524009C21C9B74BDA_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // 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.GridLayoutGroup/Axis struct Axis_tBD4147C2DEA74142784225B3CB0DC2DF0217A1DE { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Axis::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Axis_tBD4147C2DEA74142784225B3CB0DC2DF0217A1DE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.GridLayoutGroup/Constraint struct Constraint_tA930C0D79BAE00A005492CF973235EFBAD92D20D { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Constraint::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Constraint_tA930C0D79BAE00A005492CF973235EFBAD92D20D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.GridLayoutGroup/Corner struct Corner_t448F8AE9F386A784CC3EF956C9BDDC068E6DAFB2 { public: // System.Int32 UnityEngine.UI.GridLayoutGroup/Corner::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Corner_t448F8AE9F386A784CC3EF956C9BDDC068E6DAFB2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/FillMethod struct FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2 { public: // System.Int32 UnityEngine.UI.Image/FillMethod::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FillMethod_tC37E5898D113A8FBF25A6AB6FBA451CC51E211E2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Image/Type struct Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12 { public: // System.Int32 UnityEngine.UI.Image/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_tDCB08AB7425CAB70C1E46CC341F877423B5A5E12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.InflateBlocks/InflateBlockMode struct InflateBlockMode_tD5892191EAA809F040B5EAEB240D6C391C9F7773 { public: // System.Int32 BestHTTP.Decompression.Zlib.InflateBlocks/InflateBlockMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InflateBlockMode_tD5892191EAA809F040B5EAEB240D6C391C9F7773, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Decompression.Zlib.InflateManager/InflateManagerMode struct InflateManagerMode_t39DD879F4C21F5B6DE4A6E635D602ED74BE3548D { public: // System.Int32 BestHTTP.Decompression.Zlib.InflateManager/InflateManagerMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InflateManagerMode_t39DD879F4C21F5B6DE4A6E635D602ED74BE3548D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.CrossPlatformInput.Joystick/AxisOption struct AxisOption_t0F3EE8C872F69ECED3C618D7401F4FD791C6E0A2 { public: // System.Int32 UnityStandardAssets.CrossPlatformInput.Joystick/AxisOption::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AxisOption_t0F3EE8C872F69ECED3C618D7401F4FD791C6E0A2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityStandardAssets.Vehicles.Aeroplane.LandingGear/GearState struct GearState_tF922499B3716E86E31F037BC42DDBC17C11F345A { public: // System.Int32 UnityStandardAssets.Vehicles.Aeroplane.LandingGear/GearState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(GearState_tF922499B3716E86E31F037BC42DDBC17C11F345A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // JC.Unity.Picker.LocationPicker/LocationType struct LocationType_t6F4756F71156511EC582499DF40789BA836B8C23 { public: // System.Int32 JC.Unity.Picker.LocationPicker/LocationType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LocationType_t6F4756F71156511EC582499DF40789BA836B8C23, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation/Mode struct Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F { public: // System.Int32 UnityEngine.UI.Navigation/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_t3113FDF05158BBA1DFC78D7F69E4C1D25135CB0F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SocketIO.Packet/PayloadTypes struct PayloadTypes_tE90FC4286270F1869CAB8E34D9084DD432C22ED6 { public: // System.Byte BestHTTP.SocketIO.Packet/PayloadTypes::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PayloadTypes_tE90FC4286270F1869CAB8E34D9084DD432C22ED6, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // UnityStandardAssets.SceneUtils.ParticleSceneControls/AlignMode struct AlignMode_tF0D113E79436A0DC5CF24C6BABE7EEEE0F25CF2F { public: // System.Int32 UnityStandardAssets.SceneUtils.ParticleSceneControls/AlignMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AlignMode_tF0D113E79436A0DC5CF24C6BABE7EEEE0F25CF2F, ___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.SceneUtils.ParticleSceneControls/Mode struct Mode_tD50EE54888EE10F71F5224B8057142A70BB88532 { public: // System.Int32 UnityStandardAssets.SceneUtils.ParticleSceneControls/Mode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Mode_tD50EE54888EE10F71F5224B8057142A70BB88532, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemUtilities/PemBaseAlg struct PemBaseAlg_tD6B3B3A5B862C18C4257FEED63257A3171CCB41B { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemUtilities/PemBaseAlg::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PemBaseAlg_tD6B3B3A5B862C18C4257FEED63257A3171CCB41B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemUtilities/PemMode struct PemMode_t18614713AE3372E7FD770296933FFE78FEB758EA { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.OpenSsl.PemUtilities/PemMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PemMode_t18614713AE3372E7FD770296933FFE78FEB758EA, ___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.PlatformSpecificContent/BuildTargetGroup struct BuildTargetGroup_tDA63298C21A1CA6FAC4A5C572A6D83B48B5CC68D { public: // System.Int32 UnityStandardAssets.Utility.PlatformSpecificContent/BuildTargetGroup::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BuildTargetGroup_tDA63298C21A1CA6FAC4A5C572A6D83B48B5CC68D, ___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; } }; // PointCorrector/<>c__DisplayClass8_0 struct U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A : public RuntimeObject { public: // UnityEngine.Vector3 PointCorrector/<>c__DisplayClass8_0::centerPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___centerPoint_0; // PointCorrector PointCorrector/<>c__DisplayClass8_0::<>4__this PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * ___U3CU3E4__this_1; // System.Collections.Generic.HashSet`1 PointCorrector/<>c__DisplayClass8_0::angleSet HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * ___angleSet_2; public: inline static int32_t get_offset_of_centerPoint_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A, ___centerPoint_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_centerPoint_0() const { return ___centerPoint_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_centerPoint_0() { return &___centerPoint_0; } inline void set_centerPoint_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___centerPoint_0 = value; } inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A, ___U3CU3E4__this_1)); } inline PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; } inline PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; } inline void set_U3CU3E4__this_1(PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * value) { ___U3CU3E4__this_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value); } inline static int32_t get_offset_of_angleSet_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A, ___angleSet_2)); } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * get_angleSet_2() const { return ___angleSet_2; } inline HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 ** get_address_of_angleSet_2() { return &___angleSet_2; } inline void set_angleSet_2(HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * value) { ___angleSet_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___angleSet_2), (void*)value); } }; // BestHTTP.SocketIO.Transports.PollingTransport/PayloadTypes struct PayloadTypes_tEB5E7036FC06920B0E9D406A1CC4D1DF9C87B233 { public: // System.Byte BestHTTP.SocketIO.Transports.PollingTransport/PayloadTypes::value__ uint8_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PayloadTypes_tEB5E7036FC06920B0E9D406A1CC4D1DF9C87B233, ___value___2)); } inline uint8_t get_value___2() const { return ___value___2; } inline uint8_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint8_t value) { ___value___2 = value; } }; // 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); } }; // RelateValidateView/ValidateType struct ValidateType_tD585CCE28B0A1C5166E8A109FEA72D68F3890D32 { public: // System.Int32 RelateValidateView/ValidateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ValidateType_tD585CCE28B0A1C5166E8A109FEA72D68F3890D32, ___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; } }; // Reporter/DetailView struct DetailView_tEAB167197721CF5ACD64374F3A354DC15DE5D30A { public: // System.Int32 Reporter/DetailView::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DetailView_tEAB167197721CF5ACD64374F3A354DC15DE5D30A, ___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; } }; // Reporter/ReportView struct ReportView_t24F78040636CB97DBB968A6C9D0C6384AED9DDCE { public: // System.Int32 Reporter/ReportView::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReportView_t24F78040636CB97DBB968A6C9D0C6384AED9DDCE, ___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; } }; // Reporter/_LogType struct _LogType_tD50223CB8CCD2D3313D52B85E12D60E1B1C71D04 { public: // System.Int32 Reporter/_LogType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(_LogType_tD50223CB8CCD2D3313D52B85E12D60E1B1C71D04, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate/Choice struct Choice_t12F6192F41AA7B4C60693FC7CD24EAA3724B7D97 { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate/Choice::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Choice_t12F6192F41AA7B4C60693FC7CD24EAA3724B7D97, ___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; } }; // RetrievePasswordView/RetrieveValidateType struct RetrieveValidateType_tBFAD166E51ED5C543CC8BD2A01272098FF9AA74E { public: // System.Int32 RetrievePasswordView/RetrieveValidateType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RetrieveValidateType_tBFAD166E51ED5C543CC8BD2A01272098FF9AA74E, ___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; } }; // SB_EventSystem/MouseTest struct MouseTest_t19667380CD6500B956B18AF63436737941DB14FD : public RuntimeObject { public: // UnityEngine.Quaternion SB_EventSystem/MouseTest::quat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___quat_0; // System.Single SB_EventSystem/MouseTest::moveSensitivity float ___moveSensitivity_1; public: inline static int32_t get_offset_of_quat_0() { return static_cast(offsetof(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD, ___quat_0)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_quat_0() const { return ___quat_0; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_quat_0() { return &___quat_0; } inline void set_quat_0(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___quat_0 = value; } inline static int32_t get_offset_of_moveSensitivity_1() { return static_cast(offsetof(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD, ___moveSensitivity_1)); } inline float get_moveSensitivity_1() const { return ___moveSensitivity_1; } inline float* get_address_of_moveSensitivity_1() { return &___moveSensitivity_1; } inline void set_moveSensitivity_1(float value) { ___moveSensitivity_1 = value; } }; // UnityEngine.UI.Selectable/Transition struct Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14 { public: // System.Int32 UnityEngine.UI.Selectable/Transition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Transition_t1FC449676815A798E758D32E8BE6DC0A2511DF14, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Toggle/ToggleTransition struct ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167 { public: // System.Int32 UnityEngine.UI.Toggle/ToggleTransition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ToggleTransition_t4D1AA30F2BA24242EB9D1DD2E3DF839F0BAC5167, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.Futures.Future`1 struct Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 : public RuntimeObject { public: // BestHTTP.Futures.FutureState modreq(System.Runtime.CompilerServices.IsVolatile) BestHTTP.Futures.Future`1::_state int32_t ____state_0; // T BestHTTP.Futures.Future`1::_value bool ____value_1; // System.Exception BestHTTP.Futures.Future`1::_error Exception_t * ____error_2; // System.Func`1 BestHTTP.Futures.Future`1::_processFunc Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ____processFunc_3; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_itemCallbacks List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * ____itemCallbacks_4; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_successCallbacks List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * ____successCallbacks_5; // System.Collections.Generic.List`1 BestHTTP.Futures.Future`1::_errorCallbacks List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * ____errorCallbacks_6; // System.Collections.Generic.List`1> BestHTTP.Futures.Future`1::_complationCallbacks List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 * ____complationCallbacks_7; public: inline static int32_t get_offset_of__state_0() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____state_0)); } inline int32_t get__state_0() const { return ____state_0; } inline int32_t* get_address_of__state_0() { return &____state_0; } inline void set__state_0(int32_t value) { ____state_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____value_1)); } inline bool get__value_1() const { return ____value_1; } inline bool* get_address_of__value_1() { return &____value_1; } inline void set__value_1(bool value) { ____value_1 = value; } inline static int32_t get_offset_of__error_2() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____error_2)); } inline Exception_t * get__error_2() const { return ____error_2; } inline Exception_t ** get_address_of__error_2() { return &____error_2; } inline void set__error_2(Exception_t * value) { ____error_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____error_2), (void*)value); } inline static int32_t get_offset_of__processFunc_3() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____processFunc_3)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get__processFunc_3() const { return ____processFunc_3; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of__processFunc_3() { return &____processFunc_3; } inline void set__processFunc_3(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ____processFunc_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____processFunc_3), (void*)value); } inline static int32_t get_offset_of__itemCallbacks_4() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____itemCallbacks_4)); } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * get__itemCallbacks_4() const { return ____itemCallbacks_4; } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C ** get_address_of__itemCallbacks_4() { return &____itemCallbacks_4; } inline void set__itemCallbacks_4(List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * value) { ____itemCallbacks_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemCallbacks_4), (void*)value); } inline static int32_t get_offset_of__successCallbacks_5() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____successCallbacks_5)); } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * get__successCallbacks_5() const { return ____successCallbacks_5; } inline List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C ** get_address_of__successCallbacks_5() { return &____successCallbacks_5; } inline void set__successCallbacks_5(List_1_tC2B2B71EB030171E55A86B5C580BA4990077CF8C * value) { ____successCallbacks_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____successCallbacks_5), (void*)value); } inline static int32_t get_offset_of__errorCallbacks_6() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____errorCallbacks_6)); } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * get__errorCallbacks_6() const { return ____errorCallbacks_6; } inline List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 ** get_address_of__errorCallbacks_6() { return &____errorCallbacks_6; } inline void set__errorCallbacks_6(List_1_t8D173D9482C6D9EC86B179BA79BF220DFC2944A3 * value) { ____errorCallbacks_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____errorCallbacks_6), (void*)value); } inline static int32_t get_offset_of__complationCallbacks_7() { return static_cast(offsetof(Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7, ____complationCallbacks_7)); } inline List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 * get__complationCallbacks_7() const { return ____complationCallbacks_7; } inline List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 ** get_address_of__complationCallbacks_7() { return &____complationCallbacks_7; } inline void set__complationCallbacks_7(List_1_t877A9345C4D33C6AAED6B08A8D7BF1C25F7001D5 * value) { ____complationCallbacks_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____complationCallbacks_7), (void*)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: }; // BestHTTP.ConnectionBase struct ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 : public RuntimeObject { public: // System.String BestHTTP.ConnectionBase::k__BackingField String_t* ___U3CServerAddressU3Ek__BackingField_0; // BestHTTP.HTTPConnectionStates BestHTTP.ConnectionBase::k__BackingField int32_t ___U3CStateU3Ek__BackingField_1; // BestHTTP.HTTPRequest BestHTTP.ConnectionBase::k__BackingField HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___U3CCurrentRequestU3Ek__BackingField_2; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CStartTimeU3Ek__BackingField_3; // System.DateTime BestHTTP.ConnectionBase::k__BackingField DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___U3CTimedOutStartU3Ek__BackingField_4; // System.Uri BestHTTP.ConnectionBase::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CLastProcessedUriU3Ek__BackingField_5; // System.DateTime BestHTTP.ConnectionBase::LastProcessTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___LastProcessTime_6; // BestHTTP.HTTPConnectionRecycledDelegate BestHTTP.ConnectionBase::OnConnectionRecycled HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * ___OnConnectionRecycled_7; // System.Boolean BestHTTP.ConnectionBase::IsThreaded bool ___IsThreaded_8; // System.Boolean BestHTTP.ConnectionBase::k__BackingField bool ___U3CIsDisposedU3Ek__BackingField_9; public: inline static int32_t get_offset_of_U3CServerAddressU3Ek__BackingField_0() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CServerAddressU3Ek__BackingField_0)); } inline String_t* get_U3CServerAddressU3Ek__BackingField_0() const { return ___U3CServerAddressU3Ek__BackingField_0; } inline String_t** get_address_of_U3CServerAddressU3Ek__BackingField_0() { return &___U3CServerAddressU3Ek__BackingField_0; } inline void set_U3CServerAddressU3Ek__BackingField_0(String_t* value) { ___U3CServerAddressU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CServerAddressU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_1() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStateU3Ek__BackingField_1)); } inline int32_t get_U3CStateU3Ek__BackingField_1() const { return ___U3CStateU3Ek__BackingField_1; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_1() { return &___U3CStateU3Ek__BackingField_1; } inline void set_U3CStateU3Ek__BackingField_1(int32_t value) { ___U3CStateU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3CCurrentRequestU3Ek__BackingField_2() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CCurrentRequestU3Ek__BackingField_2)); } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * get_U3CCurrentRequestU3Ek__BackingField_2() const { return ___U3CCurrentRequestU3Ek__BackingField_2; } inline HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 ** get_address_of_U3CCurrentRequestU3Ek__BackingField_2() { return &___U3CCurrentRequestU3Ek__BackingField_2; } inline void set_U3CCurrentRequestU3Ek__BackingField_2(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * value) { ___U3CCurrentRequestU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentRequestU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CStartTimeU3Ek__BackingField_3() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CStartTimeU3Ek__BackingField_3)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CStartTimeU3Ek__BackingField_3() const { return ___U3CStartTimeU3Ek__BackingField_3; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CStartTimeU3Ek__BackingField_3() { return &___U3CStartTimeU3Ek__BackingField_3; } inline void set_U3CStartTimeU3Ek__BackingField_3(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CStartTimeU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CTimedOutStartU3Ek__BackingField_4() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CTimedOutStartU3Ek__BackingField_4)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_U3CTimedOutStartU3Ek__BackingField_4() const { return ___U3CTimedOutStartU3Ek__BackingField_4; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_U3CTimedOutStartU3Ek__BackingField_4() { return &___U3CTimedOutStartU3Ek__BackingField_4; } inline void set_U3CTimedOutStartU3Ek__BackingField_4(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___U3CTimedOutStartU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CLastProcessedUriU3Ek__BackingField_5() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CLastProcessedUriU3Ek__BackingField_5)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CLastProcessedUriU3Ek__BackingField_5() const { return ___U3CLastProcessedUriU3Ek__BackingField_5; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CLastProcessedUriU3Ek__BackingField_5() { return &___U3CLastProcessedUriU3Ek__BackingField_5; } inline void set_U3CLastProcessedUriU3Ek__BackingField_5(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CLastProcessedUriU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastProcessedUriU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_LastProcessTime_6() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___LastProcessTime_6)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_LastProcessTime_6() const { return ___LastProcessTime_6; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_LastProcessTime_6() { return &___LastProcessTime_6; } inline void set_LastProcessTime_6(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___LastProcessTime_6 = value; } inline static int32_t get_offset_of_OnConnectionRecycled_7() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___OnConnectionRecycled_7)); } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * get_OnConnectionRecycled_7() const { return ___OnConnectionRecycled_7; } inline HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A ** get_address_of_OnConnectionRecycled_7() { return &___OnConnectionRecycled_7; } inline void set_OnConnectionRecycled_7(HTTPConnectionRecycledDelegate_t386301071C1322CEA345542DD58665526B1CA85A * value) { ___OnConnectionRecycled_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnConnectionRecycled_7), (void*)value); } inline static int32_t get_offset_of_IsThreaded_8() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___IsThreaded_8)); } inline bool get_IsThreaded_8() const { return ___IsThreaded_8; } inline bool* get_address_of_IsThreaded_8() { return &___IsThreaded_8; } inline void set_IsThreaded_8(bool value) { ___IsThreaded_8 = value; } inline static int32_t get_offset_of_U3CIsDisposedU3Ek__BackingField_9() { return static_cast(offsetof(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57, ___U3CIsDisposedU3Ek__BackingField_9)); } inline bool get_U3CIsDisposedU3Ek__BackingField_9() const { return ___U3CIsDisposedU3Ek__BackingField_9; } inline bool* get_address_of_U3CIsDisposedU3Ek__BackingField_9() { return &___U3CIsDisposedU3Ek__BackingField_9; } inline void set_U3CIsDisposedU3Ek__BackingField_9(bool value) { ___U3CIsDisposedU3Ek__BackingField_9 = value; } }; // 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); } }; // BestHTTP.HTTPRequest struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 : public RuntimeObject { public: // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CUriU3Ek__BackingField_3; // BestHTTP.HTTPMethods BestHTTP.HTTPRequest::k__BackingField uint8_t ___U3CMethodTypeU3Ek__BackingField_4; // System.Byte[] BestHTTP.HTTPRequest::k__BackingField ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___U3CRawDataU3Ek__BackingField_5; // System.IO.Stream BestHTTP.HTTPRequest::k__BackingField Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___U3CUploadStreamU3Ek__BackingField_6; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisposeUploadStreamU3Ek__BackingField_7; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseUploadStreamLengthU3Ek__BackingField_8; // BestHTTP.OnUploadProgressDelegate BestHTTP.HTTPRequest::OnUploadProgress OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * ___OnUploadProgress_9; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::k__BackingField OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___U3CCallbackU3Ek__BackingField_11; // BestHTTP.OnDownloadProgressDelegate BestHTTP.HTTPRequest::OnProgress OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * ___OnProgress_12; // BestHTTP.OnRequestFinishedDelegate BestHTTP.HTTPRequest::OnUpgraded OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * ___OnUpgraded_13; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDisableRetryU3Ek__BackingField_14; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsRedirectedU3Ek__BackingField_15; // System.Uri BestHTTP.HTTPRequest::k__BackingField Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___U3CRedirectUriU3Ek__BackingField_16; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CResponseU3Ek__BackingField_17; // BestHTTP.HTTPResponse BestHTTP.HTTPRequest::k__BackingField HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * ___U3CProxyResponseU3Ek__BackingField_18; // System.Exception BestHTTP.HTTPRequest::k__BackingField Exception_t * ___U3CExceptionU3Ek__BackingField_19; // System.Object BestHTTP.HTTPRequest::k__BackingField RuntimeObject * ___U3CTagU3Ek__BackingField_20; // BestHTTP.Authentication.Credentials BestHTTP.HTTPRequest::k__BackingField Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * ___U3CCredentialsU3Ek__BackingField_21; // BestHTTP.Proxy BestHTTP.HTTPRequest::k__BackingField Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * ___U3CProxyU3Ek__BackingField_22; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CMaxRedirectsU3Ek__BackingField_23; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUseAlternateSSLU3Ek__BackingField_24; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CIsCookiesEnabledU3Ek__BackingField_25; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::customCookies List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * ___customCookies_26; // BestHTTP.Forms.HTTPFormUsage BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CFormUsageU3Ek__BackingField_27; // BestHTTP.HTTPRequestStates BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CStateU3Ek__BackingField_28; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CRedirectCountU3Ek__BackingField_29; // System.Func`4 BestHTTP.HTTPRequest::CustomCertificationValidator Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * ___CustomCertificationValidator_30; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CConnectTimeoutU3Ek__BackingField_31; // System.TimeSpan BestHTTP.HTTPRequest::k__BackingField TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___U3CTimeoutU3Ek__BackingField_32; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; // System.Int32 BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CPriorityU3Ek__BackingField_35; // Org.BouncyCastle.Crypto.Tls2.ICertificateVerifyer BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; // Org.BouncyCastle.Crypto.Tls2.IClientCredentialsProvider BestHTTP.HTTPRequest::k__BackingField RuntimeObject* ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; // System.Collections.Generic.List`1 BestHTTP.HTTPRequest::k__BackingField List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___U3CCustomTLSServerNameListU3Ek__BackingField_38; // BestHTTP.SupportedProtocols BestHTTP.HTTPRequest::k__BackingField int32_t ___U3CProtocolHandlerU3Ek__BackingField_39; // BestHTTP.OnBeforeRedirectionDelegate BestHTTP.HTTPRequest::onBeforeRedirection OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * ___onBeforeRedirection_40; // BestHTTP.OnBeforeHeaderSendDelegate BestHTTP.HTTPRequest::_onBeforeHeaderSend OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * ____onBeforeHeaderSend_41; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadedU3Ek__BackingField_43; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CDownloadLengthU3Ek__BackingField_44; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CDownloadProgressChangedU3Ek__BackingField_45; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadedU3Ek__BackingField_46; // System.Int64 BestHTTP.HTTPRequest::k__BackingField int64_t ___U3CUploadLengthU3Ek__BackingField_47; // System.Boolean BestHTTP.HTTPRequest::k__BackingField bool ___U3CUploadProgressChangedU3Ek__BackingField_48; // System.Boolean BestHTTP.HTTPRequest::isKeepAlive bool ___isKeepAlive_49; // System.Boolean BestHTTP.HTTPRequest::disableCache bool ___disableCache_50; // System.Boolean BestHTTP.HTTPRequest::cacheOnly bool ___cacheOnly_51; // System.Int32 BestHTTP.HTTPRequest::streamFragmentSize int32_t ___streamFragmentSize_52; // System.Boolean BestHTTP.HTTPRequest::useStreaming bool ___useStreaming_53; // System.Collections.Generic.Dictionary`2> BestHTTP.HTTPRequest::k__BackingField Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * ___U3CHeadersU3Ek__BackingField_54; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FieldCollector HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FieldCollector_55; // BestHTTP.Forms.HTTPFormBase BestHTTP.HTTPRequest::FormImpl HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * ___FormImpl_56; public: inline static int32_t get_offset_of_U3CUriU3Ek__BackingField_3() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUriU3Ek__BackingField_3)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CUriU3Ek__BackingField_3() const { return ___U3CUriU3Ek__BackingField_3; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CUriU3Ek__BackingField_3() { return &___U3CUriU3Ek__BackingField_3; } inline void set_U3CUriU3Ek__BackingField_3(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CUriU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUriU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CMethodTypeU3Ek__BackingField_4() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMethodTypeU3Ek__BackingField_4)); } inline uint8_t get_U3CMethodTypeU3Ek__BackingField_4() const { return ___U3CMethodTypeU3Ek__BackingField_4; } inline uint8_t* get_address_of_U3CMethodTypeU3Ek__BackingField_4() { return &___U3CMethodTypeU3Ek__BackingField_4; } inline void set_U3CMethodTypeU3Ek__BackingField_4(uint8_t value) { ___U3CMethodTypeU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CRawDataU3Ek__BackingField_5() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRawDataU3Ek__BackingField_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_U3CRawDataU3Ek__BackingField_5() const { return ___U3CRawDataU3Ek__BackingField_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_U3CRawDataU3Ek__BackingField_5() { return &___U3CRawDataU3Ek__BackingField_5; } inline void set_U3CRawDataU3Ek__BackingField_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___U3CRawDataU3Ek__BackingField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRawDataU3Ek__BackingField_5), (void*)value); } inline static int32_t get_offset_of_U3CUploadStreamU3Ek__BackingField_6() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadStreamU3Ek__BackingField_6)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_U3CUploadStreamU3Ek__BackingField_6() const { return ___U3CUploadStreamU3Ek__BackingField_6; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_U3CUploadStreamU3Ek__BackingField_6() { return &___U3CUploadStreamU3Ek__BackingField_6; } inline void set_U3CUploadStreamU3Ek__BackingField_6(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___U3CUploadStreamU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUploadStreamU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisposeUploadStreamU3Ek__BackingField_7)); } inline bool get_U3CDisposeUploadStreamU3Ek__BackingField_7() const { return ___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline bool* get_address_of_U3CDisposeUploadStreamU3Ek__BackingField_7() { return &___U3CDisposeUploadStreamU3Ek__BackingField_7; } inline void set_U3CDisposeUploadStreamU3Ek__BackingField_7(bool value) { ___U3CDisposeUploadStreamU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseUploadStreamLengthU3Ek__BackingField_8)); } inline bool get_U3CUseUploadStreamLengthU3Ek__BackingField_8() const { return ___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline bool* get_address_of_U3CUseUploadStreamLengthU3Ek__BackingField_8() { return &___U3CUseUploadStreamLengthU3Ek__BackingField_8; } inline void set_U3CUseUploadStreamLengthU3Ek__BackingField_8(bool value) { ___U3CUseUploadStreamLengthU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_OnUploadProgress_9() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUploadProgress_9)); } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * get_OnUploadProgress_9() const { return ___OnUploadProgress_9; } inline OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D ** get_address_of_OnUploadProgress_9() { return &___OnUploadProgress_9; } inline void set_OnUploadProgress_9(OnUploadProgressDelegate_tA62D192773A1C4C68D3049C26CC8CD42AF64843D * value) { ___OnUploadProgress_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUploadProgress_9), (void*)value); } inline static int32_t get_offset_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10)); } inline int32_t get_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() const { return ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CMaxFragmentQueueLengthU3Ek__BackingField_10() { return &___U3CMaxFragmentQueueLengthU3Ek__BackingField_10; } inline void set_U3CMaxFragmentQueueLengthU3Ek__BackingField_10(int32_t value) { ___U3CMaxFragmentQueueLengthU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCallbackU3Ek__BackingField_11() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCallbackU3Ek__BackingField_11)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_U3CCallbackU3Ek__BackingField_11() const { return ___U3CCallbackU3Ek__BackingField_11; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_U3CCallbackU3Ek__BackingField_11() { return &___U3CCallbackU3Ek__BackingField_11; } inline void set_U3CCallbackU3Ek__BackingField_11(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___U3CCallbackU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCallbackU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_OnProgress_12() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnProgress_12)); } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * get_OnProgress_12() const { return ___OnProgress_12; } inline OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 ** get_address_of_OnProgress_12() { return &___OnProgress_12; } inline void set_OnProgress_12(OnDownloadProgressDelegate_t648A73937F176382A3E8E1252C79989D5EBC4F69 * value) { ___OnProgress_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnProgress_12), (void*)value); } inline static int32_t get_offset_of_OnUpgraded_13() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___OnUpgraded_13)); } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * get_OnUpgraded_13() const { return ___OnUpgraded_13; } inline OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 ** get_address_of_OnUpgraded_13() { return &___OnUpgraded_13; } inline void set_OnUpgraded_13(OnRequestFinishedDelegate_t4E35BB5277ED27A8B43D1987DE7F3B47772018B4 * value) { ___OnUpgraded_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___OnUpgraded_13), (void*)value); } inline static int32_t get_offset_of_U3CDisableRetryU3Ek__BackingField_14() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDisableRetryU3Ek__BackingField_14)); } inline bool get_U3CDisableRetryU3Ek__BackingField_14() const { return ___U3CDisableRetryU3Ek__BackingField_14; } inline bool* get_address_of_U3CDisableRetryU3Ek__BackingField_14() { return &___U3CDisableRetryU3Ek__BackingField_14; } inline void set_U3CDisableRetryU3Ek__BackingField_14(bool value) { ___U3CDisableRetryU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CIsRedirectedU3Ek__BackingField_15() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsRedirectedU3Ek__BackingField_15)); } inline bool get_U3CIsRedirectedU3Ek__BackingField_15() const { return ___U3CIsRedirectedU3Ek__BackingField_15; } inline bool* get_address_of_U3CIsRedirectedU3Ek__BackingField_15() { return &___U3CIsRedirectedU3Ek__BackingField_15; } inline void set_U3CIsRedirectedU3Ek__BackingField_15(bool value) { ___U3CIsRedirectedU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CRedirectUriU3Ek__BackingField_16() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectUriU3Ek__BackingField_16)); } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * get_U3CRedirectUriU3Ek__BackingField_16() const { return ___U3CRedirectUriU3Ek__BackingField_16; } inline Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 ** get_address_of_U3CRedirectUriU3Ek__BackingField_16() { return &___U3CRedirectUriU3Ek__BackingField_16; } inline void set_U3CRedirectUriU3Ek__BackingField_16(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * value) { ___U3CRedirectUriU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CRedirectUriU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_U3CResponseU3Ek__BackingField_17() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CResponseU3Ek__BackingField_17)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CResponseU3Ek__BackingField_17() const { return ___U3CResponseU3Ek__BackingField_17; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CResponseU3Ek__BackingField_17() { return &___U3CResponseU3Ek__BackingField_17; } inline void set_U3CResponseU3Ek__BackingField_17(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CResponseU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CResponseU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CProxyResponseU3Ek__BackingField_18() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyResponseU3Ek__BackingField_18)); } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * get_U3CProxyResponseU3Ek__BackingField_18() const { return ___U3CProxyResponseU3Ek__BackingField_18; } inline HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD ** get_address_of_U3CProxyResponseU3Ek__BackingField_18() { return &___U3CProxyResponseU3Ek__BackingField_18; } inline void set_U3CProxyResponseU3Ek__BackingField_18(HTTPResponse_t13F30F110D6D281CCB957BCF6DD6F6AD1D9139BD * value) { ___U3CProxyResponseU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyResponseU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CExceptionU3Ek__BackingField_19() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CExceptionU3Ek__BackingField_19)); } inline Exception_t * get_U3CExceptionU3Ek__BackingField_19() const { return ___U3CExceptionU3Ek__BackingField_19; } inline Exception_t ** get_address_of_U3CExceptionU3Ek__BackingField_19() { return &___U3CExceptionU3Ek__BackingField_19; } inline void set_U3CExceptionU3Ek__BackingField_19(Exception_t * value) { ___U3CExceptionU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExceptionU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CTagU3Ek__BackingField_20() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTagU3Ek__BackingField_20)); } inline RuntimeObject * get_U3CTagU3Ek__BackingField_20() const { return ___U3CTagU3Ek__BackingField_20; } inline RuntimeObject ** get_address_of_U3CTagU3Ek__BackingField_20() { return &___U3CTagU3Ek__BackingField_20; } inline void set_U3CTagU3Ek__BackingField_20(RuntimeObject * value) { ___U3CTagU3Ek__BackingField_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTagU3Ek__BackingField_20), (void*)value); } inline static int32_t get_offset_of_U3CCredentialsU3Ek__BackingField_21() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCredentialsU3Ek__BackingField_21)); } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * get_U3CCredentialsU3Ek__BackingField_21() const { return ___U3CCredentialsU3Ek__BackingField_21; } inline Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 ** get_address_of_U3CCredentialsU3Ek__BackingField_21() { return &___U3CCredentialsU3Ek__BackingField_21; } inline void set_U3CCredentialsU3Ek__BackingField_21(Credentials_tD6C60AC7DFFD64212481FBCB4AF02846196F5CE8 * value) { ___U3CCredentialsU3Ek__BackingField_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCredentialsU3Ek__BackingField_21), (void*)value); } inline static int32_t get_offset_of_U3CProxyU3Ek__BackingField_22() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProxyU3Ek__BackingField_22)); } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * get_U3CProxyU3Ek__BackingField_22() const { return ___U3CProxyU3Ek__BackingField_22; } inline Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 ** get_address_of_U3CProxyU3Ek__BackingField_22() { return &___U3CProxyU3Ek__BackingField_22; } inline void set_U3CProxyU3Ek__BackingField_22(Proxy_t84F0DDAE5A37016479C7094FFB8F78835B8BD4F6 * value) { ___U3CProxyU3Ek__BackingField_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CProxyU3Ek__BackingField_22), (void*)value); } inline static int32_t get_offset_of_U3CMaxRedirectsU3Ek__BackingField_23() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CMaxRedirectsU3Ek__BackingField_23)); } inline int32_t get_U3CMaxRedirectsU3Ek__BackingField_23() const { return ___U3CMaxRedirectsU3Ek__BackingField_23; } inline int32_t* get_address_of_U3CMaxRedirectsU3Ek__BackingField_23() { return &___U3CMaxRedirectsU3Ek__BackingField_23; } inline void set_U3CMaxRedirectsU3Ek__BackingField_23(int32_t value) { ___U3CMaxRedirectsU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUseAlternateSSLU3Ek__BackingField_24)); } inline bool get_U3CUseAlternateSSLU3Ek__BackingField_24() const { return ___U3CUseAlternateSSLU3Ek__BackingField_24; } inline bool* get_address_of_U3CUseAlternateSSLU3Ek__BackingField_24() { return &___U3CUseAlternateSSLU3Ek__BackingField_24; } inline void set_U3CUseAlternateSSLU3Ek__BackingField_24(bool value) { ___U3CUseAlternateSSLU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CIsCookiesEnabledU3Ek__BackingField_25)); } inline bool get_U3CIsCookiesEnabledU3Ek__BackingField_25() const { return ___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline bool* get_address_of_U3CIsCookiesEnabledU3Ek__BackingField_25() { return &___U3CIsCookiesEnabledU3Ek__BackingField_25; } inline void set_U3CIsCookiesEnabledU3Ek__BackingField_25(bool value) { ___U3CIsCookiesEnabledU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_customCookies_26() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___customCookies_26)); } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * get_customCookies_26() const { return ___customCookies_26; } inline List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 ** get_address_of_customCookies_26() { return &___customCookies_26; } inline void set_customCookies_26(List_1_tF9D8E572A8599785D6C36AD7BDC592752B89E0A1 * value) { ___customCookies_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___customCookies_26), (void*)value); } inline static int32_t get_offset_of_U3CFormUsageU3Ek__BackingField_27() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CFormUsageU3Ek__BackingField_27)); } inline int32_t get_U3CFormUsageU3Ek__BackingField_27() const { return ___U3CFormUsageU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CFormUsageU3Ek__BackingField_27() { return &___U3CFormUsageU3Ek__BackingField_27; } inline void set_U3CFormUsageU3Ek__BackingField_27(int32_t value) { ___U3CFormUsageU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_28() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CStateU3Ek__BackingField_28)); } inline int32_t get_U3CStateU3Ek__BackingField_28() const { return ___U3CStateU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CStateU3Ek__BackingField_28() { return &___U3CStateU3Ek__BackingField_28; } inline void set_U3CStateU3Ek__BackingField_28(int32_t value) { ___U3CStateU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CRedirectCountU3Ek__BackingField_29() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CRedirectCountU3Ek__BackingField_29)); } inline int32_t get_U3CRedirectCountU3Ek__BackingField_29() const { return ___U3CRedirectCountU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CRedirectCountU3Ek__BackingField_29() { return &___U3CRedirectCountU3Ek__BackingField_29; } inline void set_U3CRedirectCountU3Ek__BackingField_29(int32_t value) { ___U3CRedirectCountU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_CustomCertificationValidator_30() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___CustomCertificationValidator_30)); } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * get_CustomCertificationValidator_30() const { return ___CustomCertificationValidator_30; } inline Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 ** get_address_of_CustomCertificationValidator_30() { return &___CustomCertificationValidator_30; } inline void set_CustomCertificationValidator_30(Func_4_t0EA5243FC4B656A18B7AC7B130FD78666AA9FE84 * value) { ___CustomCertificationValidator_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___CustomCertificationValidator_30), (void*)value); } inline static int32_t get_offset_of_U3CConnectTimeoutU3Ek__BackingField_31() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CConnectTimeoutU3Ek__BackingField_31)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CConnectTimeoutU3Ek__BackingField_31() const { return ___U3CConnectTimeoutU3Ek__BackingField_31; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CConnectTimeoutU3Ek__BackingField_31() { return &___U3CConnectTimeoutU3Ek__BackingField_31; } inline void set_U3CConnectTimeoutU3Ek__BackingField_31(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CConnectTimeoutU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CTimeoutU3Ek__BackingField_32() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTimeoutU3Ek__BackingField_32)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_U3CTimeoutU3Ek__BackingField_32() const { return ___U3CTimeoutU3Ek__BackingField_32; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_U3CTimeoutU3Ek__BackingField_32() { return &___U3CTimeoutU3Ek__BackingField_32; } inline void set_U3CTimeoutU3Ek__BackingField_32(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___U3CTimeoutU3Ek__BackingField_32 = value; } inline static int32_t get_offset_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableTimoutForStreamingU3Ek__BackingField_33)); } inline bool get_U3CEnableTimoutForStreamingU3Ek__BackingField_33() const { return ___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline bool* get_address_of_U3CEnableTimoutForStreamingU3Ek__BackingField_33() { return &___U3CEnableTimoutForStreamingU3Ek__BackingField_33; } inline void set_U3CEnableTimoutForStreamingU3Ek__BackingField_33(bool value) { ___U3CEnableTimoutForStreamingU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34)); } inline bool get_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() const { return ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline bool* get_address_of_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34() { return &___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34; } inline void set_U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34(bool value) { ___U3CEnableSafeReadOnUnknownContentLengthU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CPriorityU3Ek__BackingField_35() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CPriorityU3Ek__BackingField_35)); } inline int32_t get_U3CPriorityU3Ek__BackingField_35() const { return ___U3CPriorityU3Ek__BackingField_35; } inline int32_t* get_address_of_U3CPriorityU3Ek__BackingField_35() { return &___U3CPriorityU3Ek__BackingField_35; } inline void set_U3CPriorityU3Ek__BackingField_35(int32_t value) { ___U3CPriorityU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomCertificateVerifyerU3Ek__BackingField_36)); } inline RuntimeObject* get_U3CCustomCertificateVerifyerU3Ek__BackingField_36() const { return ___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline RuntimeObject** get_address_of_U3CCustomCertificateVerifyerU3Ek__BackingField_36() { return &___U3CCustomCertificateVerifyerU3Ek__BackingField_36; } inline void set_U3CCustomCertificateVerifyerU3Ek__BackingField_36(RuntimeObject* value) { ___U3CCustomCertificateVerifyerU3Ek__BackingField_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomCertificateVerifyerU3Ek__BackingField_36), (void*)value); } inline static int32_t get_offset_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37)); } inline RuntimeObject* get_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() const { return ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline RuntimeObject** get_address_of_U3CCustomClientCredentialsProviderU3Ek__BackingField_37() { return &___U3CCustomClientCredentialsProviderU3Ek__BackingField_37; } inline void set_U3CCustomClientCredentialsProviderU3Ek__BackingField_37(RuntimeObject* value) { ___U3CCustomClientCredentialsProviderU3Ek__BackingField_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomClientCredentialsProviderU3Ek__BackingField_37), (void*)value); } inline static int32_t get_offset_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CCustomTLSServerNameListU3Ek__BackingField_38)); } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * get_U3CCustomTLSServerNameListU3Ek__BackingField_38() const { return ___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 ** get_address_of_U3CCustomTLSServerNameListU3Ek__BackingField_38() { return &___U3CCustomTLSServerNameListU3Ek__BackingField_38; } inline void set_U3CCustomTLSServerNameListU3Ek__BackingField_38(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * value) { ___U3CCustomTLSServerNameListU3Ek__BackingField_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCustomTLSServerNameListU3Ek__BackingField_38), (void*)value); } inline static int32_t get_offset_of_U3CProtocolHandlerU3Ek__BackingField_39() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CProtocolHandlerU3Ek__BackingField_39)); } inline int32_t get_U3CProtocolHandlerU3Ek__BackingField_39() const { return ___U3CProtocolHandlerU3Ek__BackingField_39; } inline int32_t* get_address_of_U3CProtocolHandlerU3Ek__BackingField_39() { return &___U3CProtocolHandlerU3Ek__BackingField_39; } inline void set_U3CProtocolHandlerU3Ek__BackingField_39(int32_t value) { ___U3CProtocolHandlerU3Ek__BackingField_39 = value; } inline static int32_t get_offset_of_onBeforeRedirection_40() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___onBeforeRedirection_40)); } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * get_onBeforeRedirection_40() const { return ___onBeforeRedirection_40; } inline OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 ** get_address_of_onBeforeRedirection_40() { return &___onBeforeRedirection_40; } inline void set_onBeforeRedirection_40(OnBeforeRedirectionDelegate_t81B75D27201DA4FD218ADB97B6FCF92A176AE238 * value) { ___onBeforeRedirection_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBeforeRedirection_40), (void*)value); } inline static int32_t get_offset_of__onBeforeHeaderSend_41() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ____onBeforeHeaderSend_41)); } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * get__onBeforeHeaderSend_41() const { return ____onBeforeHeaderSend_41; } inline OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F ** get_address_of__onBeforeHeaderSend_41() { return &____onBeforeHeaderSend_41; } inline void set__onBeforeHeaderSend_41(OnBeforeHeaderSendDelegate_t14E6C0AF9AE042EBCE08E9B5911D7327A37DE05F * value) { ____onBeforeHeaderSend_41 = value; Il2CppCodeGenWriteBarrier((void**)(&____onBeforeHeaderSend_41), (void*)value); } inline static int32_t get_offset_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42)); } inline bool get_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() const { return ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline bool* get_address_of_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42() { return &___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42; } inline void set_U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42(bool value) { ___U3CTryToMinimizeTCPLatencyU3Ek__BackingField_42 = value; } inline static int32_t get_offset_of_U3CDownloadedU3Ek__BackingField_43() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadedU3Ek__BackingField_43)); } inline int64_t get_U3CDownloadedU3Ek__BackingField_43() const { return ___U3CDownloadedU3Ek__BackingField_43; } inline int64_t* get_address_of_U3CDownloadedU3Ek__BackingField_43() { return &___U3CDownloadedU3Ek__BackingField_43; } inline void set_U3CDownloadedU3Ek__BackingField_43(int64_t value) { ___U3CDownloadedU3Ek__BackingField_43 = value; } inline static int32_t get_offset_of_U3CDownloadLengthU3Ek__BackingField_44() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadLengthU3Ek__BackingField_44)); } inline int64_t get_U3CDownloadLengthU3Ek__BackingField_44() const { return ___U3CDownloadLengthU3Ek__BackingField_44; } inline int64_t* get_address_of_U3CDownloadLengthU3Ek__BackingField_44() { return &___U3CDownloadLengthU3Ek__BackingField_44; } inline void set_U3CDownloadLengthU3Ek__BackingField_44(int64_t value) { ___U3CDownloadLengthU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CDownloadProgressChangedU3Ek__BackingField_45)); } inline bool get_U3CDownloadProgressChangedU3Ek__BackingField_45() const { return ___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline bool* get_address_of_U3CDownloadProgressChangedU3Ek__BackingField_45() { return &___U3CDownloadProgressChangedU3Ek__BackingField_45; } inline void set_U3CDownloadProgressChangedU3Ek__BackingField_45(bool value) { ___U3CDownloadProgressChangedU3Ek__BackingField_45 = value; } inline static int32_t get_offset_of_U3CUploadedU3Ek__BackingField_46() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadedU3Ek__BackingField_46)); } inline int64_t get_U3CUploadedU3Ek__BackingField_46() const { return ___U3CUploadedU3Ek__BackingField_46; } inline int64_t* get_address_of_U3CUploadedU3Ek__BackingField_46() { return &___U3CUploadedU3Ek__BackingField_46; } inline void set_U3CUploadedU3Ek__BackingField_46(int64_t value) { ___U3CUploadedU3Ek__BackingField_46 = value; } inline static int32_t get_offset_of_U3CUploadLengthU3Ek__BackingField_47() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadLengthU3Ek__BackingField_47)); } inline int64_t get_U3CUploadLengthU3Ek__BackingField_47() const { return ___U3CUploadLengthU3Ek__BackingField_47; } inline int64_t* get_address_of_U3CUploadLengthU3Ek__BackingField_47() { return &___U3CUploadLengthU3Ek__BackingField_47; } inline void set_U3CUploadLengthU3Ek__BackingField_47(int64_t value) { ___U3CUploadLengthU3Ek__BackingField_47 = value; } inline static int32_t get_offset_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CUploadProgressChangedU3Ek__BackingField_48)); } inline bool get_U3CUploadProgressChangedU3Ek__BackingField_48() const { return ___U3CUploadProgressChangedU3Ek__BackingField_48; } inline bool* get_address_of_U3CUploadProgressChangedU3Ek__BackingField_48() { return &___U3CUploadProgressChangedU3Ek__BackingField_48; } inline void set_U3CUploadProgressChangedU3Ek__BackingField_48(bool value) { ___U3CUploadProgressChangedU3Ek__BackingField_48 = value; } inline static int32_t get_offset_of_isKeepAlive_49() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___isKeepAlive_49)); } inline bool get_isKeepAlive_49() const { return ___isKeepAlive_49; } inline bool* get_address_of_isKeepAlive_49() { return &___isKeepAlive_49; } inline void set_isKeepAlive_49(bool value) { ___isKeepAlive_49 = value; } inline static int32_t get_offset_of_disableCache_50() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___disableCache_50)); } inline bool get_disableCache_50() const { return ___disableCache_50; } inline bool* get_address_of_disableCache_50() { return &___disableCache_50; } inline void set_disableCache_50(bool value) { ___disableCache_50 = value; } inline static int32_t get_offset_of_cacheOnly_51() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___cacheOnly_51)); } inline bool get_cacheOnly_51() const { return ___cacheOnly_51; } inline bool* get_address_of_cacheOnly_51() { return &___cacheOnly_51; } inline void set_cacheOnly_51(bool value) { ___cacheOnly_51 = value; } inline static int32_t get_offset_of_streamFragmentSize_52() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___streamFragmentSize_52)); } inline int32_t get_streamFragmentSize_52() const { return ___streamFragmentSize_52; } inline int32_t* get_address_of_streamFragmentSize_52() { return &___streamFragmentSize_52; } inline void set_streamFragmentSize_52(int32_t value) { ___streamFragmentSize_52 = value; } inline static int32_t get_offset_of_useStreaming_53() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___useStreaming_53)); } inline bool get_useStreaming_53() const { return ___useStreaming_53; } inline bool* get_address_of_useStreaming_53() { return &___useStreaming_53; } inline void set_useStreaming_53(bool value) { ___useStreaming_53 = value; } inline static int32_t get_offset_of_U3CHeadersU3Ek__BackingField_54() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___U3CHeadersU3Ek__BackingField_54)); } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * get_U3CHeadersU3Ek__BackingField_54() const { return ___U3CHeadersU3Ek__BackingField_54; } inline Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 ** get_address_of_U3CHeadersU3Ek__BackingField_54() { return &___U3CHeadersU3Ek__BackingField_54; } inline void set_U3CHeadersU3Ek__BackingField_54(Dictionary_2_tEB5D55E42E5DA520002C808F5126BAC54EE05086 * value) { ___U3CHeadersU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHeadersU3Ek__BackingField_54), (void*)value); } inline static int32_t get_offset_of_FieldCollector_55() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FieldCollector_55)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FieldCollector_55() const { return ___FieldCollector_55; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FieldCollector_55() { return &___FieldCollector_55; } inline void set_FieldCollector_55(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FieldCollector_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___FieldCollector_55), (void*)value); } inline static int32_t get_offset_of_FormImpl_56() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42, ___FormImpl_56)); } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * get_FormImpl_56() const { return ___FormImpl_56; } inline HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 ** get_address_of_FormImpl_56() { return &___FormImpl_56; } inline void set_FormImpl_56(HTTPFormBase_t62B2F52574B8465343CE4B246C6021BC42A45BF2 * value) { ___FormImpl_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___FormImpl_56), (void*)value); } }; struct HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields { public: // System.Byte[] BestHTTP.HTTPRequest::EOL ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___EOL_0; // System.String[] BestHTTP.HTTPRequest::MethodNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___MethodNames_1; // System.Int32 BestHTTP.HTTPRequest::UploadChunkSize int32_t ___UploadChunkSize_2; public: inline static int32_t get_offset_of_EOL_0() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___EOL_0)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_EOL_0() const { return ___EOL_0; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_EOL_0() { return &___EOL_0; } inline void set_EOL_0(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___EOL_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___EOL_0), (void*)value); } inline static int32_t get_offset_of_MethodNames_1() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___MethodNames_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_MethodNames_1() const { return ___MethodNames_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_MethodNames_1() { return &___MethodNames_1; } inline void set_MethodNames_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___MethodNames_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___MethodNames_1), (void*)value); } inline static int32_t get_offset_of_UploadChunkSize_2() { return static_cast(offsetof(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields, ___UploadChunkSize_2)); } inline int32_t get_UploadChunkSize_2() const { return ___UploadChunkSize_2; } inline int32_t* get_address_of_UploadChunkSize_2() { return &___UploadChunkSize_2; } inline void set_UploadChunkSize_2(int32_t value) { ___UploadChunkSize_2 = value; } }; // LitJson.JsonData struct JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 : public RuntimeObject { public: // System.Collections.Generic.IList`1 LitJson.JsonData::inst_array RuntimeObject* ___inst_array_0; // System.Boolean LitJson.JsonData::inst_boolean bool ___inst_boolean_1; // System.Double LitJson.JsonData::inst_double double ___inst_double_2; // System.Int32 LitJson.JsonData::inst_int int32_t ___inst_int_3; // System.Int64 LitJson.JsonData::inst_long int64_t ___inst_long_4; // System.Collections.Generic.IDictionary`2 LitJson.JsonData::inst_object RuntimeObject* ___inst_object_5; // System.String LitJson.JsonData::inst_string String_t* ___inst_string_6; // System.String LitJson.JsonData::json String_t* ___json_7; // LitJson.JsonType LitJson.JsonData::type int32_t ___type_8; // System.Collections.Generic.IList`1> LitJson.JsonData::object_list RuntimeObject* ___object_list_9; public: inline static int32_t get_offset_of_inst_array_0() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_array_0)); } inline RuntimeObject* get_inst_array_0() const { return ___inst_array_0; } inline RuntimeObject** get_address_of_inst_array_0() { return &___inst_array_0; } inline void set_inst_array_0(RuntimeObject* value) { ___inst_array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_array_0), (void*)value); } inline static int32_t get_offset_of_inst_boolean_1() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_boolean_1)); } inline bool get_inst_boolean_1() const { return ___inst_boolean_1; } inline bool* get_address_of_inst_boolean_1() { return &___inst_boolean_1; } inline void set_inst_boolean_1(bool value) { ___inst_boolean_1 = value; } inline static int32_t get_offset_of_inst_double_2() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_double_2)); } inline double get_inst_double_2() const { return ___inst_double_2; } inline double* get_address_of_inst_double_2() { return &___inst_double_2; } inline void set_inst_double_2(double value) { ___inst_double_2 = value; } inline static int32_t get_offset_of_inst_int_3() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_int_3)); } inline int32_t get_inst_int_3() const { return ___inst_int_3; } inline int32_t* get_address_of_inst_int_3() { return &___inst_int_3; } inline void set_inst_int_3(int32_t value) { ___inst_int_3 = value; } inline static int32_t get_offset_of_inst_long_4() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_long_4)); } inline int64_t get_inst_long_4() const { return ___inst_long_4; } inline int64_t* get_address_of_inst_long_4() { return &___inst_long_4; } inline void set_inst_long_4(int64_t value) { ___inst_long_4 = value; } inline static int32_t get_offset_of_inst_object_5() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_object_5)); } inline RuntimeObject* get_inst_object_5() const { return ___inst_object_5; } inline RuntimeObject** get_address_of_inst_object_5() { return &___inst_object_5; } inline void set_inst_object_5(RuntimeObject* value) { ___inst_object_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_object_5), (void*)value); } inline static int32_t get_offset_of_inst_string_6() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___inst_string_6)); } inline String_t* get_inst_string_6() const { return ___inst_string_6; } inline String_t** get_address_of_inst_string_6() { return &___inst_string_6; } inline void set_inst_string_6(String_t* value) { ___inst_string_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inst_string_6), (void*)value); } inline static int32_t get_offset_of_json_7() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___json_7)); } inline String_t* get_json_7() const { return ___json_7; } inline String_t** get_address_of_json_7() { return &___json_7; } inline void set_json_7(String_t* value) { ___json_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___json_7), (void*)value); } inline static int32_t get_offset_of_type_8() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___type_8)); } inline int32_t get_type_8() const { return ___type_8; } inline int32_t* get_address_of_type_8() { return &___type_8; } inline void set_type_8(int32_t value) { ___type_8 = value; } inline static int32_t get_offset_of_object_list_9() { return static_cast(offsetof(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514, ___object_list_9)); } inline RuntimeObject* get_object_list_9() const { return ___object_list_9; } inline RuntimeObject** get_address_of_object_list_9() { return &___object_list_9; } inline void set_object_list_9(RuntimeObject* value) { ___object_list_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___object_list_9), (void*)value); } }; // BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 { public: // BestHTTP.SignalRCore.Messages.MessageTypes BestHTTP.SignalRCore.Messages.Message::type int32_t ___type_0; // System.String BestHTTP.SignalRCore.Messages.Message::invocationId String_t* ___invocationId_1; // System.Boolean BestHTTP.SignalRCore.Messages.Message::nonblocking bool ___nonblocking_2; // System.String BestHTTP.SignalRCore.Messages.Message::target String_t* ___target_3; // System.Object[] BestHTTP.SignalRCore.Messages.Message::arguments ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; // System.Object BestHTTP.SignalRCore.Messages.Message::item RuntimeObject * ___item_5; // System.Object BestHTTP.SignalRCore.Messages.Message::result RuntimeObject * ___result_6; // System.String BestHTTP.SignalRCore.Messages.Message::error String_t* ___error_7; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_invocationId_1() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___invocationId_1)); } inline String_t* get_invocationId_1() const { return ___invocationId_1; } inline String_t** get_address_of_invocationId_1() { return &___invocationId_1; } inline void set_invocationId_1(String_t* value) { ___invocationId_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___invocationId_1), (void*)value); } inline static int32_t get_offset_of_nonblocking_2() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___nonblocking_2)); } inline bool get_nonblocking_2() const { return ___nonblocking_2; } inline bool* get_address_of_nonblocking_2() { return &___nonblocking_2; } inline void set_nonblocking_2(bool value) { ___nonblocking_2 = value; } inline static int32_t get_offset_of_target_3() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___target_3)); } inline String_t* get_target_3() const { return ___target_3; } inline String_t** get_address_of_target_3() { return &___target_3; } inline void set_target_3(String_t* value) { ___target_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_3), (void*)value); } inline static int32_t get_offset_of_arguments_4() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___arguments_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_arguments_4() const { return ___arguments_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_arguments_4() { return &___arguments_4; } inline void set_arguments_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___arguments_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___arguments_4), (void*)value); } inline static int32_t get_offset_of_item_5() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___item_5)); } inline RuntimeObject * get_item_5() const { return ___item_5; } inline RuntimeObject ** get_address_of_item_5() { return &___item_5; } inline void set_item_5(RuntimeObject * value) { ___item_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___item_5), (void*)value); } inline static int32_t get_offset_of_result_6() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___result_6)); } inline RuntimeObject * get_result_6() const { return ___result_6; } inline RuntimeObject ** get_address_of_result_6() { return &___result_6; } inline void set_result_6(RuntimeObject * value) { ___result_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___result_6), (void*)value); } inline static int32_t get_offset_of_error_7() { return static_cast(offsetof(Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3, ___error_7)); } inline String_t* get_error_7() const { return ___error_7; } inline String_t** get_address_of_error_7() { return &___error_7; } inline void set_error_7(String_t* value) { ___error_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___error_7), (void*)value); } }; // Native definition for P/Invoke marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_pinvoke { int32_t ___type_0; char* ___invocationId_1; int32_t ___nonblocking_2; char* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; char* ___error_7; }; // Native definition for COM marshalling of BestHTTP.SignalRCore.Messages.Message struct Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3_marshaled_com { int32_t ___type_0; Il2CppChar* ___invocationId_1; int32_t ___nonblocking_2; Il2CppChar* ___target_3; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___arguments_4; Il2CppIUnknown* ___item_5; Il2CppIUnknown* ___result_6; Il2CppChar* ___error_7; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // RabbitHuntGameMode_OnlinePK struct RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B : public RabbitHuntGameMode_t5EDD256BAC934D0B1B34DEA2FDE158E1F15A56C8 { public: // System.Int32 RabbitHuntGameMode_OnlinePK::currentPlayerIndex int32_t ___currentPlayerIndex_22; // System.Single RabbitHuntGameMode_OnlinePK::singleShootReadyTime float ___singleShootReadyTime_23; // System.Single RabbitHuntGameMode_OnlinePK::singleShootReadyTimeMax float ___singleShootReadyTimeMax_24; // HunterGamePlayerScoreCounter RabbitHuntGameMode_OnlinePK::hunterGamePlayerScoreCounter HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * ___hunterGamePlayerScoreCounter_25; // RabbitHuntGameMode_OnlinePK/OnlineHelper RabbitHuntGameMode_OnlinePK::onlineHelper OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * ___onlineHelper_26; public: inline static int32_t get_offset_of_currentPlayerIndex_22() { return static_cast(offsetof(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___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(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___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(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___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(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___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(RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B, ___onlineHelper_26)); } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * get_onlineHelper_26() const { return ___onlineHelper_26; } inline OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 ** get_address_of_onlineHelper_26() { return &___onlineHelper_26; } inline void set_onlineHelper_26(OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * value) { ___onlineHelper_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___onlineHelper_26), (void*)value); } }; // System.Text.RegularExpressions.Regex struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F : public RuntimeObject { public: // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_0; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * ___factory_1; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_2; // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___internalMatchTimeout_5; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___caps_9; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___capnames_10; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___capslist_11; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_12; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * ___runnerref_13; // System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * ___replref_14; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * ___code_15; // System.Boolean System.Text.RegularExpressions.Regex::refsInitialized bool ___refsInitialized_16; public: inline static int32_t get_offset_of_pattern_0() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___pattern_0)); } inline String_t* get_pattern_0() const { return ___pattern_0; } inline String_t** get_address_of_pattern_0() { return &___pattern_0; } inline void set_pattern_0(String_t* value) { ___pattern_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_0), (void*)value); } inline static int32_t get_offset_of_factory_1() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___factory_1)); } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * get_factory_1() const { return ___factory_1; } inline RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 ** get_address_of_factory_1() { return &___factory_1; } inline void set_factory_1(RegexRunnerFactory_tA425EC5DC77FC0AAD86EB116E5483E94679CAA96 * value) { ___factory_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___factory_1), (void*)value); } inline static int32_t get_offset_of_roptions_2() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___roptions_2)); } inline int32_t get_roptions_2() const { return ___roptions_2; } inline int32_t* get_address_of_roptions_2() { return &___roptions_2; } inline void set_roptions_2(int32_t value) { ___roptions_2 = value; } inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___internalMatchTimeout_5)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; } inline void set_internalMatchTimeout_5(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___internalMatchTimeout_5 = value; } inline static int32_t get_offset_of_caps_9() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___caps_9)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_caps_9() const { return ___caps_9; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_caps_9() { return &___caps_9; } inline void set_caps_9(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___caps_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___caps_9), (void*)value); } inline static int32_t get_offset_of_capnames_10() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capnames_10)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_capnames_10() const { return ___capnames_10; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_capnames_10() { return &___capnames_10; } inline void set_capnames_10(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___capnames_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___capnames_10), (void*)value); } inline static int32_t get_offset_of_capslist_11() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capslist_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_capslist_11() const { return ___capslist_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_capslist_11() { return &___capslist_11; } inline void set_capslist_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___capslist_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___capslist_11), (void*)value); } inline static int32_t get_offset_of_capsize_12() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___capsize_12)); } inline int32_t get_capsize_12() const { return ___capsize_12; } inline int32_t* get_address_of_capsize_12() { return &___capsize_12; } inline void set_capsize_12(int32_t value) { ___capsize_12 = value; } inline static int32_t get_offset_of_runnerref_13() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___runnerref_13)); } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * get_runnerref_13() const { return ___runnerref_13; } inline ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 ** get_address_of_runnerref_13() { return &___runnerref_13; } inline void set_runnerref_13(ExclusiveReference_t7F4A5D2416EA34710F520BAD225E61BC1E98D1D8 * value) { ___runnerref_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___runnerref_13), (void*)value); } inline static int32_t get_offset_of_replref_14() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___replref_14)); } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * get_replref_14() const { return ___replref_14; } inline SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 ** get_address_of_replref_14() { return &___replref_14; } inline void set_replref_14(SharedReference_t74AB40C102A76A7523C72269A49D2C8FBDD83926 * value) { ___replref_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___replref_14), (void*)value); } inline static int32_t get_offset_of_code_15() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___code_15)); } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * get_code_15() const { return ___code_15; } inline RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 ** get_address_of_code_15() { return &___code_15; } inline void set_code_15(RegexCode_tF1653432E8EEDED5AB9517D09CA84B5FAA3CC0D5 * value) { ___code_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___code_15), (void*)value); } inline static int32_t get_offset_of_refsInitialized_16() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F, ___refsInitialized_16)); } inline bool get_refsInitialized_16() const { return ___refsInitialized_16; } inline bool* get_address_of_refsInitialized_16() { return &___refsInitialized_16; } inline void set_refsInitialized_16(bool value) { ___refsInitialized_16 = value; } }; struct Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields { public: // System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaximumMatchTimeout_3; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___InfiniteMatchTimeout_4; // System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___FallbackDefaultMatchTimeout_7; // System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___DefaultMatchTimeout_8; // System.Collections.Generic.LinkedList`1 System.Text.RegularExpressions.Regex::livecode LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * ___livecode_17; // System.Int32 System.Text.RegularExpressions.Regex::cacheSize int32_t ___cacheSize_18; public: inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___MaximumMatchTimeout_3)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; } inline void set_MaximumMatchTimeout_3(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaximumMatchTimeout_3 = value; } inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___InfiniteMatchTimeout_4)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; } inline void set_InfiniteMatchTimeout_4(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___InfiniteMatchTimeout_4 = value; } inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_7() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___FallbackDefaultMatchTimeout_7)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_FallbackDefaultMatchTimeout_7() const { return ___FallbackDefaultMatchTimeout_7; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_FallbackDefaultMatchTimeout_7() { return &___FallbackDefaultMatchTimeout_7; } inline void set_FallbackDefaultMatchTimeout_7(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___FallbackDefaultMatchTimeout_7 = value; } inline static int32_t get_offset_of_DefaultMatchTimeout_8() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___DefaultMatchTimeout_8)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_DefaultMatchTimeout_8() const { return ___DefaultMatchTimeout_8; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_DefaultMatchTimeout_8() { return &___DefaultMatchTimeout_8; } inline void set_DefaultMatchTimeout_8(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___DefaultMatchTimeout_8 = value; } inline static int32_t get_offset_of_livecode_17() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___livecode_17)); } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * get_livecode_17() const { return ___livecode_17; } inline LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 ** get_address_of_livecode_17() { return &___livecode_17; } inline void set_livecode_17(LinkedList_1_t0AD3FC1D19E68F4B148AFF908DC3719C9B117D92 * value) { ___livecode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___livecode_17), (void*)value); } inline static int32_t get_offset_of_cacheSize_18() { return static_cast(offsetof(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_StaticFields, ___cacheSize_18)); } inline int32_t get_cacheSize_18() const { return ___cacheSize_18; } inline int32_t* get_address_of_cacheSize_18() { return &___cacheSize_18; } inline void set_cacheSize_18(int32_t value) { ___cacheSize_18 = value; } }; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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.UnityException struct UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 : public Exception_t { public: public: }; // 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; }; // DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB { public: // DG.Tweening.AxisConstraint DG.Tweening.Plugins.Options.VectorOptions::axisConstraint int32_t ___axisConstraint_0; // System.Boolean DG.Tweening.Plugins.Options.VectorOptions::snapping bool ___snapping_1; public: inline static int32_t get_offset_of_axisConstraint_0() { return static_cast(offsetof(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB, ___axisConstraint_0)); } inline int32_t get_axisConstraint_0() const { return ___axisConstraint_0; } inline int32_t* get_address_of_axisConstraint_0() { return &___axisConstraint_0; } inline void set_axisConstraint_0(int32_t value) { ___axisConstraint_0 = value; } inline static int32_t get_offset_of_snapping_1() { return static_cast(offsetof(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB, ___snapping_1)); } inline bool get_snapping_1() const { return ___snapping_1; } inline bool* get_address_of_snapping_1() { return &___snapping_1; } inline void set_snapping_1(bool value) { ___snapping_1 = value; } }; // Native definition for P/Invoke marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_marshaled_pinvoke { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // Native definition for COM marshalling of DG.Tweening.Plugins.Options.VectorOptions struct VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB_marshaled_com { int32_t ___axisConstraint_0; int32_t ___snapping_1; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer struct PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC : public MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C { public: public: }; // UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem struct DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B : public RuntimeObject { public: // UnityEngine.Transform UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_0; // UnityStandardAssets.SceneUtils.ParticleSceneControls/Mode UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::mode int32_t ___mode_1; // UnityStandardAssets.SceneUtils.ParticleSceneControls/AlignMode UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::align int32_t ___align_2; // System.Int32 UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::maxCount int32_t ___maxCount_3; // System.Single UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::minDist float ___minDist_4; // System.Int32 UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::camOffset int32_t ___camOffset_5; // System.String UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::instructionText String_t* ___instructionText_6; public: inline static int32_t get_offset_of_transform_0() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___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_mode_1() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___mode_1)); } inline int32_t get_mode_1() const { return ___mode_1; } inline int32_t* get_address_of_mode_1() { return &___mode_1; } inline void set_mode_1(int32_t value) { ___mode_1 = value; } inline static int32_t get_offset_of_align_2() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___align_2)); } inline int32_t get_align_2() const { return ___align_2; } inline int32_t* get_address_of_align_2() { return &___align_2; } inline void set_align_2(int32_t value) { ___align_2 = value; } inline static int32_t get_offset_of_maxCount_3() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___maxCount_3)); } inline int32_t get_maxCount_3() const { return ___maxCount_3; } inline int32_t* get_address_of_maxCount_3() { return &___maxCount_3; } inline void set_maxCount_3(int32_t value) { ___maxCount_3 = value; } inline static int32_t get_offset_of_minDist_4() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___minDist_4)); } inline float get_minDist_4() const { return ___minDist_4; } inline float* get_address_of_minDist_4() { return &___minDist_4; } inline void set_minDist_4(float value) { ___minDist_4 = value; } inline static int32_t get_offset_of_camOffset_5() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___camOffset_5)); } inline int32_t get_camOffset_5() const { return ___camOffset_5; } inline int32_t* get_address_of_camOffset_5() { return &___camOffset_5; } inline void set_camOffset_5(int32_t value) { ___camOffset_5 = value; } inline static int32_t get_offset_of_instructionText_6() { return static_cast(offsetof(DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B, ___instructionText_6)); } inline String_t* get_instructionText_6() const { return ___instructionText_6; } inline String_t** get_address_of_instructionText_6() { return &___instructionText_6; } inline void set_instructionText_6(String_t* value) { ___instructionText_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instructionText_6), (void*)value); } }; // UnityEngine.ParticleSystem/MinMaxCurve struct MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD { public: // UnityEngine.ParticleSystemCurveMode UnityEngine.ParticleSystem/MinMaxCurve::m_Mode int32_t ___m_Mode_0; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMultiplier float ___m_CurveMultiplier_1; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMin AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMin_2; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMax AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMax_3; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMin float ___m_ConstantMin_4; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMax float ___m_ConstantMax_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_CurveMultiplier_1() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMultiplier_1)); } inline float get_m_CurveMultiplier_1() const { return ___m_CurveMultiplier_1; } inline float* get_address_of_m_CurveMultiplier_1() { return &___m_CurveMultiplier_1; } inline void set_m_CurveMultiplier_1(float value) { ___m_CurveMultiplier_1 = value; } inline static int32_t get_offset_of_m_CurveMin_2() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMin_2)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMin_2() const { return ___m_CurveMin_2; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMin_2() { return &___m_CurveMin_2; } inline void set_m_CurveMin_2(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMin_2), (void*)value); } inline static int32_t get_offset_of_m_CurveMax_3() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMax_3)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMax_3() const { return ___m_CurveMax_3; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMax_3() { return &___m_CurveMax_3; } inline void set_m_CurveMax_3(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMax_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMax_3), (void*)value); } inline static int32_t get_offset_of_m_ConstantMin_4() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMin_4)); } inline float get_m_ConstantMin_4() const { return ___m_ConstantMin_4; } inline float* get_address_of_m_ConstantMin_4() { return &___m_ConstantMin_4; } inline void set_m_ConstantMin_4(float value) { ___m_ConstantMin_4 = value; } inline static int32_t get_offset_of_m_ConstantMax_5() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMax_5)); } inline float get_m_ConstantMax_5() const { return ___m_ConstantMax_5; } inline float* get_address_of_m_ConstantMax_5() { return &___m_ConstantMax_5; } inline void set_m_ConstantMax_5(float value) { ___m_ConstantMax_5 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream struct HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932 : public BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream::mOuter RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * ___mOuter_6; public: inline static int32_t get_offset_of_mOuter_6() { return static_cast(offsetof(HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932, ___mOuter_6)); } inline RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * get_mOuter_6() const { return ___mOuter_6; } inline RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E ** get_address_of_mOuter_6() { return &___mOuter_6; } inline void set_mOuter_6(RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * value) { ___mOuter_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mOuter_6), (void*)value); } }; // Reporter/Log struct Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 : public RuntimeObject { public: // System.Int32 Reporter/Log::count int32_t ___count_0; // Reporter/_LogType Reporter/Log::logType int32_t ___logType_1; // System.String Reporter/Log::condition String_t* ___condition_2; // System.String Reporter/Log::stacktrace String_t* ___stacktrace_3; // System.Int32 Reporter/Log::sampleId int32_t ___sampleId_4; public: inline static int32_t get_offset_of_count_0() { return static_cast(offsetof(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2, ___count_0)); } inline int32_t get_count_0() const { return ___count_0; } inline int32_t* get_address_of_count_0() { return &___count_0; } inline void set_count_0(int32_t value) { ___count_0 = value; } inline static int32_t get_offset_of_logType_1() { return static_cast(offsetof(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2, ___logType_1)); } inline int32_t get_logType_1() const { return ___logType_1; } inline int32_t* get_address_of_logType_1() { return &___logType_1; } inline void set_logType_1(int32_t value) { ___logType_1 = value; } inline static int32_t get_offset_of_condition_2() { return static_cast(offsetof(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2, ___condition_2)); } inline String_t* get_condition_2() const { return ___condition_2; } inline String_t** get_address_of_condition_2() { return &___condition_2; } inline void set_condition_2(String_t* value) { ___condition_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___condition_2), (void*)value); } inline static int32_t get_offset_of_stacktrace_3() { return static_cast(offsetof(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2, ___stacktrace_3)); } inline String_t* get_stacktrace_3() const { return ___stacktrace_3; } inline String_t** get_address_of_stacktrace_3() { return &___stacktrace_3; } inline void set_stacktrace_3(String_t* value) { ___stacktrace_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___stacktrace_3), (void*)value); } inline static int32_t get_offset_of_sampleId_4() { return static_cast(offsetof(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2, ___sampleId_4)); } inline int32_t get_sampleId_4() const { return ___sampleId_4; } inline int32_t* get_address_of_sampleId_4() { return &___sampleId_4; } inline void set_sampleId_4(int32_t value) { ___sampleId_4 = value; } }; // UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings struct MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C : public RuntimeObject { public: // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::ForwardSpeed float ___ForwardSpeed_0; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::BackwardSpeed float ___BackwardSpeed_1; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::StrafeSpeed float ___StrafeSpeed_2; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::RunMultiplier float ___RunMultiplier_3; // UnityEngine.KeyCode UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::RunKey int32_t ___RunKey_4; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::JumpForce float ___JumpForce_5; // UnityEngine.AnimationCurve UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::SlopeCurveModifier AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___SlopeCurveModifier_6; // System.Single UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::CurrentTargetSpeed float ___CurrentTargetSpeed_7; public: inline static int32_t get_offset_of_ForwardSpeed_0() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___ForwardSpeed_0)); } inline float get_ForwardSpeed_0() const { return ___ForwardSpeed_0; } inline float* get_address_of_ForwardSpeed_0() { return &___ForwardSpeed_0; } inline void set_ForwardSpeed_0(float value) { ___ForwardSpeed_0 = value; } inline static int32_t get_offset_of_BackwardSpeed_1() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___BackwardSpeed_1)); } inline float get_BackwardSpeed_1() const { return ___BackwardSpeed_1; } inline float* get_address_of_BackwardSpeed_1() { return &___BackwardSpeed_1; } inline void set_BackwardSpeed_1(float value) { ___BackwardSpeed_1 = value; } inline static int32_t get_offset_of_StrafeSpeed_2() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___StrafeSpeed_2)); } inline float get_StrafeSpeed_2() const { return ___StrafeSpeed_2; } inline float* get_address_of_StrafeSpeed_2() { return &___StrafeSpeed_2; } inline void set_StrafeSpeed_2(float value) { ___StrafeSpeed_2 = value; } inline static int32_t get_offset_of_RunMultiplier_3() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___RunMultiplier_3)); } inline float get_RunMultiplier_3() const { return ___RunMultiplier_3; } inline float* get_address_of_RunMultiplier_3() { return &___RunMultiplier_3; } inline void set_RunMultiplier_3(float value) { ___RunMultiplier_3 = value; } inline static int32_t get_offset_of_RunKey_4() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___RunKey_4)); } inline int32_t get_RunKey_4() const { return ___RunKey_4; } inline int32_t* get_address_of_RunKey_4() { return &___RunKey_4; } inline void set_RunKey_4(int32_t value) { ___RunKey_4 = value; } inline static int32_t get_offset_of_JumpForce_5() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___JumpForce_5)); } inline float get_JumpForce_5() const { return ___JumpForce_5; } inline float* get_address_of_JumpForce_5() { return &___JumpForce_5; } inline void set_JumpForce_5(float value) { ___JumpForce_5 = value; } inline static int32_t get_offset_of_SlopeCurveModifier_6() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___SlopeCurveModifier_6)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_SlopeCurveModifier_6() const { return ___SlopeCurveModifier_6; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_SlopeCurveModifier_6() { return &___SlopeCurveModifier_6; } inline void set_SlopeCurveModifier_6(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___SlopeCurveModifier_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SlopeCurveModifier_6), (void*)value); } inline static int32_t get_offset_of_CurrentTargetSpeed_7() { return static_cast(offsetof(MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C, ___CurrentTargetSpeed_7)); } inline float get_CurrentTargetSpeed_7() const { return ___CurrentTargetSpeed_7; } inline float* get_address_of_CurrentTargetSpeed_7() { return &___CurrentTargetSpeed_7; } inline void set_CurrentTargetSpeed_7(float value) { ___CurrentTargetSpeed_7 = value; } }; // System.Action`1 struct Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 : 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.Func`1 struct Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F : public MulticastDelegate_t { public: public: }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : 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; } }; // DG.Tweening.TweenCallback struct TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // LitJson.Lexer/StateHandler struct StateHandler_t9C3187A8290AB1E5607D685377066D339F396F72 : public MulticastDelegate_t { public: public: }; // UnityEngine.Camera struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields { public: // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreCull_4; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPreRender_5; // UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreCull_4)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPreRender_5)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C_StaticFields, ___onPostRender_6)); } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_tD9E7B69E561CE2EFDEEDB0E7F1406AC52247160D * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields { public: // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::preWillRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___preWillRenderCanvases_4; // UnityEngine.Canvas/WillRenderCanvases UnityEngine.Canvas::willRenderCanvases WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * ___willRenderCanvases_5; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; // System.Action`2 UnityEngine.Canvas::k__BackingField Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; // System.Action`1 UnityEngine.Canvas::k__BackingField Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; public: inline static int32_t get_offset_of_preWillRenderCanvases_4() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___preWillRenderCanvases_4)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_preWillRenderCanvases_4() const { return ___preWillRenderCanvases_4; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_preWillRenderCanvases_4() { return &___preWillRenderCanvases_4; } inline void set_preWillRenderCanvases_4(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___preWillRenderCanvases_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___preWillRenderCanvases_4), (void*)value); } inline static int32_t get_offset_of_willRenderCanvases_5() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___willRenderCanvases_5)); } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * get_willRenderCanvases_5() const { return ___willRenderCanvases_5; } inline WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 ** get_address_of_willRenderCanvases_5() { return &___willRenderCanvases_5; } inline void set_willRenderCanvases_5(WillRenderCanvases_t459621B4F3FA2571DE0ED6B4DEF0752F2E9EE958 * value) { ___willRenderCanvases_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_5), (void*)value); } inline static int32_t get_offset_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() const { return ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternBeginRenderOverlaysU3Ek__BackingField_6() { return &___U3CexternBeginRenderOverlaysU3Ek__BackingField_6; } inline void set_U3CexternBeginRenderOverlaysU3Ek__BackingField_6(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternBeginRenderOverlaysU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternBeginRenderOverlaysU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7)); } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * get_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() const { return ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 ** get_address_of_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7() { return &___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7; } inline void set_U3CexternRenderOverlaysBeforeU3Ek__BackingField_7(Action_2_tCC1DAEC9EBDBAB5891B0CF72C24B016C610EFF39 * value) { ___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternRenderOverlaysBeforeU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return static_cast(offsetof(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_StaticFields, ___U3CexternEndRenderOverlaysU3Ek__BackingField_8)); } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * get_U3CexternEndRenderOverlaysU3Ek__BackingField_8() const { return ___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B ** get_address_of_U3CexternEndRenderOverlaysU3Ek__BackingField_8() { return &___U3CexternEndRenderOverlaysU3Ek__BackingField_8; } inline void set_U3CexternEndRenderOverlaysU3Ek__BackingField_8(Action_1_t080BA8EFA9616A494EBB4DD352BFEF943792E05B * value) { ___U3CexternEndRenderOverlaysU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CexternEndRenderOverlaysU3Ek__BackingField_8), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // DG.Tweening.Sequence struct Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Collections.Generic.List`1 DG.Tweening.Sequence::sequencedTweens List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * ___sequencedTweens_54; // System.Collections.Generic.List`1 DG.Tweening.Sequence::_sequencedObjs List_1_t6642D08E578C77292ED5537CF3192269131C189C * ____sequencedObjs_55; // System.Single DG.Tweening.Sequence::lastTweenInsertTime float ___lastTweenInsertTime_56; public: inline static int32_t get_offset_of_sequencedTweens_54() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___sequencedTweens_54)); } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * get_sequencedTweens_54() const { return ___sequencedTweens_54; } inline List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 ** get_address_of_sequencedTweens_54() { return &___sequencedTweens_54; } inline void set_sequencedTweens_54(List_1_t08B78D4D8AA7967CCB0B188F26199678C0124DF1 * value) { ___sequencedTweens_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___sequencedTweens_54), (void*)value); } inline static int32_t get_offset_of__sequencedObjs_55() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ____sequencedObjs_55)); } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C * get__sequencedObjs_55() const { return ____sequencedObjs_55; } inline List_1_t6642D08E578C77292ED5537CF3192269131C189C ** get_address_of__sequencedObjs_55() { return &____sequencedObjs_55; } inline void set__sequencedObjs_55(List_1_t6642D08E578C77292ED5537CF3192269131C189C * value) { ____sequencedObjs_55 = value; Il2CppCodeGenWriteBarrier((void**)(&____sequencedObjs_55), (void*)value); } inline static int32_t get_offset_of_lastTweenInsertTime_56() { return static_cast(offsetof(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E, ___lastTweenInsertTime_56)); } inline float get_lastTweenInsertTime_56() const { return ___lastTweenInsertTime_56; } inline float* get_address_of_lastTweenInsertTime_56() { return &___lastTweenInsertTime_56; } inline void set_lastTweenInsertTime_56(float value) { ___lastTweenInsertTime_56 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsException struct TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 : public IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA { public: public: }; // DG.Tweening.Tweener struct Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 : public Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 { public: // System.Boolean DG.Tweening.Tweener::hasManuallySetStartValue bool ___hasManuallySetStartValue_54; // System.Boolean DG.Tweening.Tweener::isFromAllowed bool ___isFromAllowed_55; public: inline static int32_t get_offset_of_hasManuallySetStartValue_54() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___hasManuallySetStartValue_54)); } inline bool get_hasManuallySetStartValue_54() const { return ___hasManuallySetStartValue_54; } inline bool* get_address_of_hasManuallySetStartValue_54() { return &___hasManuallySetStartValue_54; } inline void set_hasManuallySetStartValue_54(bool value) { ___hasManuallySetStartValue_54 = value; } inline static int32_t get_offset_of_isFromAllowed_55() { return static_cast(offsetof(Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8, ___isFromAllowed_55)); } inline bool get_isFromAllowed_55() const { return ___isFromAllowed_55; } inline bool* get_address_of_isFromAllowed_55() { return &___isFromAllowed_55; } inline void set_isFromAllowed_55(bool value) { ___isFromAllowed_55 = value; } }; // DG.Tweening.Core.TweenerCore`3 struct TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 : public Tweener_tFC8507DF103792DB165B74C4179B772F3B637CA8 { public: // T2 DG.Tweening.Core.TweenerCore`3::startValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___startValue_56; // T2 DG.Tweening.Core.TweenerCore`3::endValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue_57; // T2 DG.Tweening.Core.TweenerCore`3::changeValue Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___changeValue_58; // TPlugOptions DG.Tweening.Core.TweenerCore`3::plugOptions VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB ___plugOptions_59; // DG.Tweening.Core.DOGetter`1 DG.Tweening.Core.TweenerCore`3::getter DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * ___getter_60; // DG.Tweening.Core.DOSetter`1 DG.Tweening.Core.TweenerCore`3::setter DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * ___setter_61; // DG.Tweening.Plugins.Core.ABSTweenPlugin`3 DG.Tweening.Core.TweenerCore`3::tweenPlugin ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * ___tweenPlugin_62; public: inline static int32_t get_offset_of_startValue_56() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___startValue_56)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_startValue_56() const { return ___startValue_56; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_startValue_56() { return &___startValue_56; } inline void set_startValue_56(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___startValue_56 = value; } inline static int32_t get_offset_of_endValue_57() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___endValue_57)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_endValue_57() const { return ___endValue_57; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_endValue_57() { return &___endValue_57; } inline void set_endValue_57(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___endValue_57 = value; } inline static int32_t get_offset_of_changeValue_58() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___changeValue_58)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_changeValue_58() const { return ___changeValue_58; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_changeValue_58() { return &___changeValue_58; } inline void set_changeValue_58(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___changeValue_58 = value; } inline static int32_t get_offset_of_plugOptions_59() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___plugOptions_59)); } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB get_plugOptions_59() const { return ___plugOptions_59; } inline VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB * get_address_of_plugOptions_59() { return &___plugOptions_59; } inline void set_plugOptions_59(VectorOptions_t75B437FFE9996394BC720A3F95ABFF81F338B0AB value) { ___plugOptions_59 = value; } inline static int32_t get_offset_of_getter_60() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___getter_60)); } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * get_getter_60() const { return ___getter_60; } inline DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A ** get_address_of_getter_60() { return &___getter_60; } inline void set_getter_60(DOGetter_1_tE8D2419A0219EB945463B02351F4905C77235E1A * value) { ___getter_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___getter_60), (void*)value); } inline static int32_t get_offset_of_setter_61() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___setter_61)); } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * get_setter_61() const { return ___setter_61; } inline DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 ** get_address_of_setter_61() { return &___setter_61; } inline void set_setter_61(DOSetter_1_tAEE38AA9321AE4A0A4A4E5D496EA753BFB746B85 * value) { ___setter_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___setter_61), (void*)value); } inline static int32_t get_offset_of_tweenPlugin_62() { return static_cast(offsetof(TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4, ___tweenPlugin_62)); } inline ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * get_tweenPlugin_62() const { return ___tweenPlugin_62; } inline ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD ** get_address_of_tweenPlugin_62() { return &___tweenPlugin_62; } inline void set_tweenPlugin_62(ABSTweenPlugin_3_t386D9A789641A64FBE9159E47534C6F504DF6BDD * value) { ___tweenPlugin_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___tweenPlugin_62), (void*)value); } }; // AgreementPopup struct AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action AgreementPopup::onDisagree Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDisagree_4; public: inline static int32_t get_offset_of_onDisagree_4() { return static_cast(offsetof(AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6, ___onDisagree_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDisagree_4() const { return ___onDisagree_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDisagree_4() { return &___onDisagree_4; } inline void set_onDisagree_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDisagree_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDisagree_4), (void*)value); } }; // 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); } }; // AutoResetView struct AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action AutoResetView::action_OnDestroy Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnDestroy_5; // System.Single AutoResetView::prepareTime float ___prepareTime_6; // System.Int32 AutoResetView::showedPrepareTime int32_t ___showedPrepareTime_7; // TextAutoLanguage2 AutoResetView::_guideTip TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * ____guideTip_8; public: inline static int32_t get_offset_of_action_OnDestroy_5() { return static_cast(offsetof(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2, ___action_OnDestroy_5)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnDestroy_5() const { return ___action_OnDestroy_5; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnDestroy_5() { return &___action_OnDestroy_5; } inline void set_action_OnDestroy_5(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnDestroy_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnDestroy_5), (void*)value); } inline static int32_t get_offset_of_prepareTime_6() { return static_cast(offsetof(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2, ___prepareTime_6)); } inline float get_prepareTime_6() const { return ___prepareTime_6; } inline float* get_address_of_prepareTime_6() { return &___prepareTime_6; } inline void set_prepareTime_6(float value) { ___prepareTime_6 = value; } inline static int32_t get_offset_of_showedPrepareTime_7() { return static_cast(offsetof(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2, ___showedPrepareTime_7)); } inline int32_t get_showedPrepareTime_7() const { return ___showedPrepareTime_7; } inline int32_t* get_address_of_showedPrepareTime_7() { return &___showedPrepareTime_7; } inline void set_showedPrepareTime_7(int32_t value) { ___showedPrepareTime_7 = value; } inline static int32_t get_offset_of__guideTip_8() { return static_cast(offsetof(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2, ____guideTip_8)); } inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * get__guideTip_8() const { return ____guideTip_8; } inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE ** get_address_of__guideTip_8() { return &____guideTip_8; } inline void set__guideTip_8(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * value) { ____guideTip_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____guideTip_8), (void*)value); } }; struct AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_StaticFields { public: // AutoResetView AutoResetView::ins AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_StaticFields, ___ins_4)); } inline AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * get_ins_4() const { return ___ins_4; } inline AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // BluetoothAim struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String BluetoothAim::targetDeviceName String_t* ___targetDeviceName_4; // ArduinoBluetoothAPI.BluetoothHelper BluetoothAim::bluetoothHelper BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * ___bluetoothHelper_5; // ArduinoBluetoothAPI.BluetoothHelperCharacteristic BluetoothAim::characteristicWrite BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * ___characteristicWrite_6; // ArduinoBluetoothAPI.BluetoothHelperService BluetoothAim::bluetoothService BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * ___bluetoothService_7; // System.String BluetoothAim::deviceName String_t* ___deviceName_8; // System.Boolean BluetoothAim::canConnect bool ___canConnect_9; // UnityEngine.UI.Text BluetoothAim::textUI Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textUI_10; // BluetoothStatusEnum BluetoothAim::status int32_t ___status_11; // System.Int32 BluetoothAim::dataCount int32_t ___dataCount_12; // System.Boolean BluetoothAim::hasData bool ___hasData_13; // System.Int64 BluetoothAim::hasDataTime int64_t ___hasDataTime_14; // System.Boolean BluetoothAim::userDoConnect bool ___userDoConnect_17; // System.Boolean BluetoothAim::doConnect bool ___doConnect_18; // System.Func`1 BluetoothAim::action_DoConnectInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_DoConnectInterceptor_19; // System.Collections.Generic.Queue`1 BluetoothAim::cmdWaitingList Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * ___cmdWaitingList_20; // System.Boolean BluetoothAim::isSendCmdLocked bool ___isSendCmdLocked_21; // System.Boolean BluetoothAim::canAutoDormancy bool ___canAutoDormancy_22; // System.Boolean BluetoothAim::isStartUp bool ___isStartUp_23; // JCUnityLib.CountLock BluetoothAim::needModularAwake CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___needModularAwake_24; // System.String BluetoothAim::curMac String_t* ___curMac_25; public: inline static int32_t get_offset_of_targetDeviceName_4() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___targetDeviceName_4)); } inline String_t* get_targetDeviceName_4() const { return ___targetDeviceName_4; } inline String_t** get_address_of_targetDeviceName_4() { return &___targetDeviceName_4; } inline void set_targetDeviceName_4(String_t* value) { ___targetDeviceName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetDeviceName_4), (void*)value); } inline static int32_t get_offset_of_bluetoothHelper_5() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothHelper_5)); } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * get_bluetoothHelper_5() const { return ___bluetoothHelper_5; } inline BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 ** get_address_of_bluetoothHelper_5() { return &___bluetoothHelper_5; } inline void set_bluetoothHelper_5(BluetoothHelper_t15B42A0CCFF782A3A55652748E5495BCEA3063D2 * value) { ___bluetoothHelper_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothHelper_5), (void*)value); } inline static int32_t get_offset_of_characteristicWrite_6() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___characteristicWrite_6)); } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * get_characteristicWrite_6() const { return ___characteristicWrite_6; } inline BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 ** get_address_of_characteristicWrite_6() { return &___characteristicWrite_6; } inline void set_characteristicWrite_6(BluetoothHelperCharacteristic_t192402A7C03FD9857C87822D541F8737A469B6E9 * value) { ___characteristicWrite_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___characteristicWrite_6), (void*)value); } inline static int32_t get_offset_of_bluetoothService_7() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___bluetoothService_7)); } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * get_bluetoothService_7() const { return ___bluetoothService_7; } inline BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 ** get_address_of_bluetoothService_7() { return &___bluetoothService_7; } inline void set_bluetoothService_7(BluetoothHelperService_t4C830DA91BDB3A9EC558D45C55A9318E931CA2A9 * value) { ___bluetoothService_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bluetoothService_7), (void*)value); } inline static int32_t get_offset_of_deviceName_8() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___deviceName_8)); } inline String_t* get_deviceName_8() const { return ___deviceName_8; } inline String_t** get_address_of_deviceName_8() { return &___deviceName_8; } inline void set_deviceName_8(String_t* value) { ___deviceName_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_8), (void*)value); } inline static int32_t get_offset_of_canConnect_9() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canConnect_9)); } inline bool get_canConnect_9() const { return ___canConnect_9; } inline bool* get_address_of_canConnect_9() { return &___canConnect_9; } inline void set_canConnect_9(bool value) { ___canConnect_9 = value; } inline static int32_t get_offset_of_textUI_10() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___textUI_10)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textUI_10() const { return ___textUI_10; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textUI_10() { return &___textUI_10; } inline void set_textUI_10(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textUI_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___textUI_10), (void*)value); } inline static int32_t get_offset_of_status_11() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___status_11)); } inline int32_t get_status_11() const { return ___status_11; } inline int32_t* get_address_of_status_11() { return &___status_11; } inline void set_status_11(int32_t value) { ___status_11 = value; } inline static int32_t get_offset_of_dataCount_12() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___dataCount_12)); } inline int32_t get_dataCount_12() const { return ___dataCount_12; } inline int32_t* get_address_of_dataCount_12() { return &___dataCount_12; } inline void set_dataCount_12(int32_t value) { ___dataCount_12 = value; } inline static int32_t get_offset_of_hasData_13() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasData_13)); } inline bool get_hasData_13() const { return ___hasData_13; } inline bool* get_address_of_hasData_13() { return &___hasData_13; } inline void set_hasData_13(bool value) { ___hasData_13 = value; } inline static int32_t get_offset_of_hasDataTime_14() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___hasDataTime_14)); } inline int64_t get_hasDataTime_14() const { return ___hasDataTime_14; } inline int64_t* get_address_of_hasDataTime_14() { return &___hasDataTime_14; } inline void set_hasDataTime_14(int64_t value) { ___hasDataTime_14 = value; } inline static int32_t get_offset_of_userDoConnect_17() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___userDoConnect_17)); } inline bool get_userDoConnect_17() const { return ___userDoConnect_17; } inline bool* get_address_of_userDoConnect_17() { return &___userDoConnect_17; } inline void set_userDoConnect_17(bool value) { ___userDoConnect_17 = value; } inline static int32_t get_offset_of_doConnect_18() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___doConnect_18)); } inline bool get_doConnect_18() const { return ___doConnect_18; } inline bool* get_address_of_doConnect_18() { return &___doConnect_18; } inline void set_doConnect_18(bool value) { ___doConnect_18 = value; } inline static int32_t get_offset_of_action_DoConnectInterceptor_19() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___action_DoConnectInterceptor_19)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_DoConnectInterceptor_19() const { return ___action_DoConnectInterceptor_19; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_DoConnectInterceptor_19() { return &___action_DoConnectInterceptor_19; } inline void set_action_DoConnectInterceptor_19(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_DoConnectInterceptor_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_DoConnectInterceptor_19), (void*)value); } inline static int32_t get_offset_of_cmdWaitingList_20() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___cmdWaitingList_20)); } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * get_cmdWaitingList_20() const { return ___cmdWaitingList_20; } inline Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 ** get_address_of_cmdWaitingList_20() { return &___cmdWaitingList_20; } inline void set_cmdWaitingList_20(Queue_1_tC6DE064A446279BE04B4C6A63D49CA972190A617 * value) { ___cmdWaitingList_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___cmdWaitingList_20), (void*)value); } inline static int32_t get_offset_of_isSendCmdLocked_21() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isSendCmdLocked_21)); } inline bool get_isSendCmdLocked_21() const { return ___isSendCmdLocked_21; } inline bool* get_address_of_isSendCmdLocked_21() { return &___isSendCmdLocked_21; } inline void set_isSendCmdLocked_21(bool value) { ___isSendCmdLocked_21 = value; } inline static int32_t get_offset_of_canAutoDormancy_22() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___canAutoDormancy_22)); } inline bool get_canAutoDormancy_22() const { return ___canAutoDormancy_22; } inline bool* get_address_of_canAutoDormancy_22() { return &___canAutoDormancy_22; } inline void set_canAutoDormancy_22(bool value) { ___canAutoDormancy_22 = value; } inline static int32_t get_offset_of_isStartUp_23() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___isStartUp_23)); } inline bool get_isStartUp_23() const { return ___isStartUp_23; } inline bool* get_address_of_isStartUp_23() { return &___isStartUp_23; } inline void set_isStartUp_23(bool value) { ___isStartUp_23 = value; } inline static int32_t get_offset_of_needModularAwake_24() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___needModularAwake_24)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_needModularAwake_24() const { return ___needModularAwake_24; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_needModularAwake_24() { return &___needModularAwake_24; } inline void set_needModularAwake_24(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___needModularAwake_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___needModularAwake_24), (void*)value); } inline static int32_t get_offset_of_curMac_25() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243, ___curMac_25)); } inline String_t* get_curMac_25() const { return ___curMac_25; } inline String_t** get_address_of_curMac_25() { return &___curMac_25; } inline void set_curMac_25(String_t* value) { ___curMac_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___curMac_25), (void*)value); } }; struct BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields { public: // System.Boolean BluetoothAim::scanLock bool ___scanLock_15; // BluetoothAim BluetoothAim::ins BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * ___ins_16; public: inline static int32_t get_offset_of_scanLock_15() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___scanLock_15)); } inline bool get_scanLock_15() const { return ___scanLock_15; } inline bool* get_address_of_scanLock_15() { return &___scanLock_15; } inline void set_scanLock_15(bool value) { ___scanLock_15 = value; } inline static int32_t get_offset_of_ins_16() { return static_cast(offsetof(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields, ___ins_16)); } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * get_ins_16() const { return ___ins_16; } inline BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 ** get_address_of_ins_16() { return &___ins_16; } inline void set_ins_16(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * value) { ___ins_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_16), (void*)value); } }; // 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); } }; // CrossHair struct CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Image CrossHair::image Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___image_5; // System.Boolean CrossHair::open bool ___open_6; // System.Boolean CrossHair::visiable bool ___visiable_7; // UnityEngine.RectTransform CrossHair::_parentRTF RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____parentRTF_8; // UnityEngine.Vector3 CrossHair::centerPoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___centerPoint_9; // UnityEngine.Vector3 CrossHair::targetPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___targetPosition_10; // System.Action CrossHair::action_UpdatePostionWhenFixedCamera Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_UpdatePostionWhenFixedCamera_11; public: inline static int32_t get_offset_of_image_5() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___image_5)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_image_5() const { return ___image_5; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_image_5() { return &___image_5; } inline void set_image_5(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___image_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___image_5), (void*)value); } inline static int32_t get_offset_of_open_6() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___open_6)); } inline bool get_open_6() const { return ___open_6; } inline bool* get_address_of_open_6() { return &___open_6; } inline void set_open_6(bool value) { ___open_6 = value; } inline static int32_t get_offset_of_visiable_7() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___visiable_7)); } inline bool get_visiable_7() const { return ___visiable_7; } inline bool* get_address_of_visiable_7() { return &___visiable_7; } inline void set_visiable_7(bool value) { ___visiable_7 = value; } inline static int32_t get_offset_of__parentRTF_8() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ____parentRTF_8)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__parentRTF_8() const { return ____parentRTF_8; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__parentRTF_8() { return &____parentRTF_8; } inline void set__parentRTF_8(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____parentRTF_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____parentRTF_8), (void*)value); } inline static int32_t get_offset_of_centerPoint_9() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___centerPoint_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_centerPoint_9() const { return ___centerPoint_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_centerPoint_9() { return &___centerPoint_9; } inline void set_centerPoint_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___centerPoint_9 = value; } inline static int32_t get_offset_of_targetPosition_10() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___targetPosition_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_targetPosition_10() const { return ___targetPosition_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_targetPosition_10() { return &___targetPosition_10; } inline void set_targetPosition_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___targetPosition_10 = value; } inline static int32_t get_offset_of_action_UpdatePostionWhenFixedCamera_11() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA, ___action_UpdatePostionWhenFixedCamera_11)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_UpdatePostionWhenFixedCamera_11() const { return ___action_UpdatePostionWhenFixedCamera_11; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_UpdatePostionWhenFixedCamera_11() { return &___action_UpdatePostionWhenFixedCamera_11; } inline void set_action_UpdatePostionWhenFixedCamera_11(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_UpdatePostionWhenFixedCamera_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_UpdatePostionWhenFixedCamera_11), (void*)value); } }; struct CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields { public: // CrossHair CrossHair::ins CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields, ___ins_4)); } inline CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * get_ins_4() const { return ___ins_4; } inline CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // DeviceCalibrateView struct DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Button DeviceCalibrateView::btnGyrCalibrate Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnGyrCalibrate_4; // UnityEngine.UI.Text DeviceCalibrateView::progressGyrCalibrate Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___progressGyrCalibrate_5; // UnityEngine.UI.Text DeviceCalibrateView::progressMagCalibrate Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___progressMagCalibrate_6; // UnityEngine.GameObject DeviceCalibrateView::prefab_MagInterferenceTipView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___prefab_MagInterferenceTipView_7; // UnityEngine.GameObject DeviceCalibrateView::magReset GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___magReset_8; // UnityEngine.GameObject DeviceCalibrateView::magTipOk GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___magTipOk_9; // UnityEngine.UI.Button DeviceCalibrateView::btnBack Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnBack_10; // UnityEngine.UI.Button DeviceCalibrateView::btnNext Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnNext_11; // UnityEngine.UI.Button DeviceCalibrateView::btnFinish Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btnFinish_12; // System.Action DeviceCalibrateView::action_OnDestroy Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnDestroy_13; // DeviceCalibrateItem DeviceCalibrateView::deviceCalibrateItem int32_t ___deviceCalibrateItem_14; // DeviceCalibrateItem[] DeviceCalibrateView::deviceCalibrateItemForGuide DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* ___deviceCalibrateItemForGuide_15; // System.Int32 DeviceCalibrateView::guideIndex int32_t ___guideIndex_16; // System.Boolean DeviceCalibrateView::guide bool ___guide_17; // System.Boolean DeviceCalibrateView::calibrateMagDoing bool ___calibrateMagDoing_19; // System.Single DeviceCalibrateView::calibrateMagStartTime float ___calibrateMagStartTime_20; // System.Int32 DeviceCalibrateView::flag_MagCalibarateOperateAndFinish int32_t ___flag_MagCalibarateOperateAndFinish_21; // System.Action DeviceCalibrateView::action_MagCalibarateOperateAndFinish Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_MagCalibarateOperateAndFinish_22; // System.Func`1 DeviceCalibrateView::action_OnClickMagCalibrateInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_OnClickMagCalibrateInterceptor_23; // System.Int32 DeviceCalibrateView::flag_GyrCalibarateOperateAndFinish int32_t ___flag_GyrCalibarateOperateAndFinish_24; // System.Action DeviceCalibrateView::action_GyrCalibarateOperateAndFinish Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_GyrCalibarateOperateAndFinish_25; // System.Func`1 DeviceCalibrateView::action_OnClickGyrCalibrateInterceptor Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___action_OnClickGyrCalibrateInterceptor_26; // System.Boolean DeviceCalibrateView::gyrCalibrating bool ___gyrCalibrating_27; // System.Boolean DeviceCalibrateView::canUpdateGyrCalibrateProgress bool ___canUpdateGyrCalibrateProgress_28; public: inline static int32_t get_offset_of_btnGyrCalibrate_4() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnGyrCalibrate_4)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnGyrCalibrate_4() const { return ___btnGyrCalibrate_4; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnGyrCalibrate_4() { return &___btnGyrCalibrate_4; } inline void set_btnGyrCalibrate_4(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnGyrCalibrate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnGyrCalibrate_4), (void*)value); } inline static int32_t get_offset_of_progressGyrCalibrate_5() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___progressGyrCalibrate_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_progressGyrCalibrate_5() const { return ___progressGyrCalibrate_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_progressGyrCalibrate_5() { return &___progressGyrCalibrate_5; } inline void set_progressGyrCalibrate_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___progressGyrCalibrate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressGyrCalibrate_5), (void*)value); } inline static int32_t get_offset_of_progressMagCalibrate_6() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___progressMagCalibrate_6)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_progressMagCalibrate_6() const { return ___progressMagCalibrate_6; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_progressMagCalibrate_6() { return &___progressMagCalibrate_6; } inline void set_progressMagCalibrate_6(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___progressMagCalibrate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___progressMagCalibrate_6), (void*)value); } inline static int32_t get_offset_of_prefab_MagInterferenceTipView_7() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___prefab_MagInterferenceTipView_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_prefab_MagInterferenceTipView_7() const { return ___prefab_MagInterferenceTipView_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_prefab_MagInterferenceTipView_7() { return &___prefab_MagInterferenceTipView_7; } inline void set_prefab_MagInterferenceTipView_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___prefab_MagInterferenceTipView_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefab_MagInterferenceTipView_7), (void*)value); } inline static int32_t get_offset_of_magReset_8() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___magReset_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_magReset_8() const { return ___magReset_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_magReset_8() { return &___magReset_8; } inline void set_magReset_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___magReset_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___magReset_8), (void*)value); } inline static int32_t get_offset_of_magTipOk_9() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___magTipOk_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_magTipOk_9() const { return ___magTipOk_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_magTipOk_9() { return &___magTipOk_9; } inline void set_magTipOk_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___magTipOk_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___magTipOk_9), (void*)value); } inline static int32_t get_offset_of_btnBack_10() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnBack_10)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnBack_10() const { return ___btnBack_10; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnBack_10() { return &___btnBack_10; } inline void set_btnBack_10(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnBack_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnBack_10), (void*)value); } inline static int32_t get_offset_of_btnNext_11() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnNext_11)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnNext_11() const { return ___btnNext_11; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnNext_11() { return &___btnNext_11; } inline void set_btnNext_11(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnNext_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnNext_11), (void*)value); } inline static int32_t get_offset_of_btnFinish_12() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___btnFinish_12)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get_btnFinish_12() const { return ___btnFinish_12; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of_btnFinish_12() { return &___btnFinish_12; } inline void set_btnFinish_12(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ___btnFinish_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnFinish_12), (void*)value); } inline static int32_t get_offset_of_action_OnDestroy_13() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_OnDestroy_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnDestroy_13() const { return ___action_OnDestroy_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnDestroy_13() { return &___action_OnDestroy_13; } inline void set_action_OnDestroy_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnDestroy_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnDestroy_13), (void*)value); } inline static int32_t get_offset_of_deviceCalibrateItem_14() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___deviceCalibrateItem_14)); } inline int32_t get_deviceCalibrateItem_14() const { return ___deviceCalibrateItem_14; } inline int32_t* get_address_of_deviceCalibrateItem_14() { return &___deviceCalibrateItem_14; } inline void set_deviceCalibrateItem_14(int32_t value) { ___deviceCalibrateItem_14 = value; } inline static int32_t get_offset_of_deviceCalibrateItemForGuide_15() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___deviceCalibrateItemForGuide_15)); } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* get_deviceCalibrateItemForGuide_15() const { return ___deviceCalibrateItemForGuide_15; } inline DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C** get_address_of_deviceCalibrateItemForGuide_15() { return &___deviceCalibrateItemForGuide_15; } inline void set_deviceCalibrateItemForGuide_15(DeviceCalibrateItemU5BU5D_t49833B195C6D4F32E3C9AA0C95CA56B9BA03CF3C* value) { ___deviceCalibrateItemForGuide_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceCalibrateItemForGuide_15), (void*)value); } inline static int32_t get_offset_of_guideIndex_16() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___guideIndex_16)); } inline int32_t get_guideIndex_16() const { return ___guideIndex_16; } inline int32_t* get_address_of_guideIndex_16() { return &___guideIndex_16; } inline void set_guideIndex_16(int32_t value) { ___guideIndex_16 = value; } inline static int32_t get_offset_of_guide_17() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___guide_17)); } inline bool get_guide_17() const { return ___guide_17; } inline bool* get_address_of_guide_17() { return &___guide_17; } inline void set_guide_17(bool value) { ___guide_17 = value; } inline static int32_t get_offset_of_calibrateMagDoing_19() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___calibrateMagDoing_19)); } inline bool get_calibrateMagDoing_19() const { return ___calibrateMagDoing_19; } inline bool* get_address_of_calibrateMagDoing_19() { return &___calibrateMagDoing_19; } inline void set_calibrateMagDoing_19(bool value) { ___calibrateMagDoing_19 = value; } inline static int32_t get_offset_of_calibrateMagStartTime_20() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___calibrateMagStartTime_20)); } inline float get_calibrateMagStartTime_20() const { return ___calibrateMagStartTime_20; } inline float* get_address_of_calibrateMagStartTime_20() { return &___calibrateMagStartTime_20; } inline void set_calibrateMagStartTime_20(float value) { ___calibrateMagStartTime_20 = value; } inline static int32_t get_offset_of_flag_MagCalibarateOperateAndFinish_21() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___flag_MagCalibarateOperateAndFinish_21)); } inline int32_t get_flag_MagCalibarateOperateAndFinish_21() const { return ___flag_MagCalibarateOperateAndFinish_21; } inline int32_t* get_address_of_flag_MagCalibarateOperateAndFinish_21() { return &___flag_MagCalibarateOperateAndFinish_21; } inline void set_flag_MagCalibarateOperateAndFinish_21(int32_t value) { ___flag_MagCalibarateOperateAndFinish_21 = value; } inline static int32_t get_offset_of_action_MagCalibarateOperateAndFinish_22() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_MagCalibarateOperateAndFinish_22)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_MagCalibarateOperateAndFinish_22() const { return ___action_MagCalibarateOperateAndFinish_22; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_MagCalibarateOperateAndFinish_22() { return &___action_MagCalibarateOperateAndFinish_22; } inline void set_action_MagCalibarateOperateAndFinish_22(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_MagCalibarateOperateAndFinish_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_MagCalibarateOperateAndFinish_22), (void*)value); } inline static int32_t get_offset_of_action_OnClickMagCalibrateInterceptor_23() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_OnClickMagCalibrateInterceptor_23)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_OnClickMagCalibrateInterceptor_23() const { return ___action_OnClickMagCalibrateInterceptor_23; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_OnClickMagCalibrateInterceptor_23() { return &___action_OnClickMagCalibrateInterceptor_23; } inline void set_action_OnClickMagCalibrateInterceptor_23(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_OnClickMagCalibrateInterceptor_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickMagCalibrateInterceptor_23), (void*)value); } inline static int32_t get_offset_of_flag_GyrCalibarateOperateAndFinish_24() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___flag_GyrCalibarateOperateAndFinish_24)); } inline int32_t get_flag_GyrCalibarateOperateAndFinish_24() const { return ___flag_GyrCalibarateOperateAndFinish_24; } inline int32_t* get_address_of_flag_GyrCalibarateOperateAndFinish_24() { return &___flag_GyrCalibarateOperateAndFinish_24; } inline void set_flag_GyrCalibarateOperateAndFinish_24(int32_t value) { ___flag_GyrCalibarateOperateAndFinish_24 = value; } inline static int32_t get_offset_of_action_GyrCalibarateOperateAndFinish_25() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_GyrCalibarateOperateAndFinish_25)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_GyrCalibarateOperateAndFinish_25() const { return ___action_GyrCalibarateOperateAndFinish_25; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_GyrCalibarateOperateAndFinish_25() { return &___action_GyrCalibarateOperateAndFinish_25; } inline void set_action_GyrCalibarateOperateAndFinish_25(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_GyrCalibarateOperateAndFinish_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_GyrCalibarateOperateAndFinish_25), (void*)value); } inline static int32_t get_offset_of_action_OnClickGyrCalibrateInterceptor_26() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___action_OnClickGyrCalibrateInterceptor_26)); } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * get_action_OnClickGyrCalibrateInterceptor_26() const { return ___action_OnClickGyrCalibrateInterceptor_26; } inline Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F ** get_address_of_action_OnClickGyrCalibrateInterceptor_26() { return &___action_OnClickGyrCalibrateInterceptor_26; } inline void set_action_OnClickGyrCalibrateInterceptor_26(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * value) { ___action_OnClickGyrCalibrateInterceptor_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickGyrCalibrateInterceptor_26), (void*)value); } inline static int32_t get_offset_of_gyrCalibrating_27() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___gyrCalibrating_27)); } inline bool get_gyrCalibrating_27() const { return ___gyrCalibrating_27; } inline bool* get_address_of_gyrCalibrating_27() { return &___gyrCalibrating_27; } inline void set_gyrCalibrating_27(bool value) { ___gyrCalibrating_27 = value; } inline static int32_t get_offset_of_canUpdateGyrCalibrateProgress_28() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9, ___canUpdateGyrCalibrateProgress_28)); } inline bool get_canUpdateGyrCalibrateProgress_28() const { return ___canUpdateGyrCalibrateProgress_28; } inline bool* get_address_of_canUpdateGyrCalibrateProgress_28() { return &___canUpdateGyrCalibrateProgress_28; } inline void set_canUpdateGyrCalibrateProgress_28(bool value) { ___canUpdateGyrCalibrateProgress_28 = value; } }; struct DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields { public: // DeviceCalibrateView DeviceCalibrateView::ins DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * ___ins_18; public: inline static int32_t get_offset_of_ins_18() { return static_cast(offsetof(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields, ___ins_18)); } inline DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * get_ins_18() const { return ___ins_18; } inline DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 ** get_address_of_ins_18() { return &___ins_18; } inline void set_ins_18(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * value) { ___ins_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_18), (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); } }; // HuntGameSelectLevelView struct HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // HunterGameSettleView struct HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // JCUnityLib.Throttler HunterGameSettleView::throttlerTryAgainOnline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerTryAgainOnline_4; public: inline static int32_t get_offset_of_throttlerTryAgainOnline_4() { return static_cast(offsetof(HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4, ___throttlerTryAgainOnline_4)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerTryAgainOnline_4() const { return ___throttlerTryAgainOnline_4; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerTryAgainOnline_4() { return &___throttlerTryAgainOnline_4; } inline void set_throttlerTryAgainOnline_4(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerTryAgainOnline_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerTryAgainOnline_4), (void*)value); } }; // InputFieldLayoutX struct InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.InputField InputFieldLayoutX::inputField InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ___inputField_4; // UnityEngine.RectTransform InputFieldLayoutX::moveRect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___moveRect_5; // UnityEngine.UI.MaskableGraphic InputFieldLayoutX::noTransparentOnFocused MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE * ___noTransparentOnFocused_6; // System.Boolean InputFieldLayoutX::isFocused bool ___isFocused_8; // UnityEngine.Vector2 InputFieldLayoutX::moveRectOriginAnchoredPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___moveRectOriginAnchoredPos_9; // UnityEngine.Vector2 InputFieldLayoutX::moveRectOriginPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___moveRectOriginPos_10; // System.Single InputFieldLayoutX::keyboardHeight_last float ___keyboardHeight_last_11; public: inline static int32_t get_offset_of_inputField_4() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___inputField_4)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get_inputField_4() const { return ___inputField_4; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of_inputField_4() { return &___inputField_4; } inline void set_inputField_4(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ___inputField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputField_4), (void*)value); } inline static int32_t get_offset_of_moveRect_5() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___moveRect_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_moveRect_5() const { return ___moveRect_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_moveRect_5() { return &___moveRect_5; } inline void set_moveRect_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___moveRect_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___moveRect_5), (void*)value); } inline static int32_t get_offset_of_noTransparentOnFocused_6() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___noTransparentOnFocused_6)); } inline MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE * get_noTransparentOnFocused_6() const { return ___noTransparentOnFocused_6; } inline MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE ** get_address_of_noTransparentOnFocused_6() { return &___noTransparentOnFocused_6; } inline void set_noTransparentOnFocused_6(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE * value) { ___noTransparentOnFocused_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___noTransparentOnFocused_6), (void*)value); } inline static int32_t get_offset_of_isFocused_8() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___isFocused_8)); } inline bool get_isFocused_8() const { return ___isFocused_8; } inline bool* get_address_of_isFocused_8() { return &___isFocused_8; } inline void set_isFocused_8(bool value) { ___isFocused_8 = value; } inline static int32_t get_offset_of_moveRectOriginAnchoredPos_9() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___moveRectOriginAnchoredPos_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_moveRectOriginAnchoredPos_9() const { return ___moveRectOriginAnchoredPos_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_moveRectOriginAnchoredPos_9() { return &___moveRectOriginAnchoredPos_9; } inline void set_moveRectOriginAnchoredPos_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___moveRectOriginAnchoredPos_9 = value; } inline static int32_t get_offset_of_moveRectOriginPos_10() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___moveRectOriginPos_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_moveRectOriginPos_10() const { return ___moveRectOriginPos_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_moveRectOriginPos_10() { return &___moveRectOriginPos_10; } inline void set_moveRectOriginPos_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___moveRectOriginPos_10 = value; } inline static int32_t get_offset_of_keyboardHeight_last_11() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192, ___keyboardHeight_last_11)); } inline float get_keyboardHeight_last_11() const { return ___keyboardHeight_last_11; } inline float* get_address_of_keyboardHeight_last_11() { return &___keyboardHeight_last_11; } inline void set_keyboardHeight_last_11(float value) { ___keyboardHeight_last_11 = value; } }; struct InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192_StaticFields { public: // UnityEngine.Material InputFieldLayoutX::_NoTransparentMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ____NoTransparentMaterial_7; public: inline static int32_t get_offset_of__NoTransparentMaterial_7() { return static_cast(offsetof(InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192_StaticFields, ____NoTransparentMaterial_7)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get__NoTransparentMaterial_7() const { return ____NoTransparentMaterial_7; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of__NoTransparentMaterial_7() { return &____NoTransparentMaterial_7; } inline void set__NoTransparentMaterial_7(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ____NoTransparentMaterial_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____NoTransparentMaterial_7), (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); } }; // ModalView struct ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String ModalView::text String_t* ___text_4; // System.String ModalView::textKey String_t* ___textKey_5; // System.Object[] ModalView::textFormatArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___textFormatArgs_6; // UnityEngine.Events.UnityAction ModalView::onAgree UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onAgree_7; // System.String ModalView::onAgreeTextKey String_t* ___onAgreeTextKey_8; // UnityEngine.Events.UnityAction ModalView::onReject UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onReject_9; // System.String ModalView::onRejectTextKey String_t* ___onRejectTextKey_10; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___text_4)); } inline String_t* get_text_4() const { return ___text_4; } inline String_t** get_address_of_text_4() { return &___text_4; } inline void set_text_4(String_t* value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_textKey_5() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___textKey_5)); } inline String_t* get_textKey_5() const { return ___textKey_5; } inline String_t** get_address_of_textKey_5() { return &___textKey_5; } inline void set_textKey_5(String_t* value) { ___textKey_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___textKey_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_6() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___textFormatArgs_6)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_textFormatArgs_6() const { return ___textFormatArgs_6; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_textFormatArgs_6() { return &___textFormatArgs_6; } inline void set_textFormatArgs_6(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___textFormatArgs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_6), (void*)value); } inline static int32_t get_offset_of_onAgree_7() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onAgree_7)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onAgree_7() const { return ___onAgree_7; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onAgree_7() { return &___onAgree_7; } inline void set_onAgree_7(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onAgree_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgree_7), (void*)value); } inline static int32_t get_offset_of_onAgreeTextKey_8() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onAgreeTextKey_8)); } inline String_t* get_onAgreeTextKey_8() const { return ___onAgreeTextKey_8; } inline String_t** get_address_of_onAgreeTextKey_8() { return &___onAgreeTextKey_8; } inline void set_onAgreeTextKey_8(String_t* value) { ___onAgreeTextKey_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onAgreeTextKey_8), (void*)value); } inline static int32_t get_offset_of_onReject_9() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onReject_9)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onReject_9() const { return ___onReject_9; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onReject_9() { return &___onReject_9; } inline void set_onReject_9(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onReject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReject_9), (void*)value); } inline static int32_t get_offset_of_onRejectTextKey_10() { return static_cast(offsetof(ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA, ___onRejectTextKey_10)); } inline String_t* get_onRejectTextKey_10() const { return ___onRejectTextKey_10; } inline String_t** get_address_of_onRejectTextKey_10() { return &___onRejectTextKey_10; } inline void set_onRejectTextKey_10(String_t* value) { ___onRejectTextKey_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onRejectTextKey_10), (void*)value); } }; // NewUserGuider struct NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // HollowOutMask NewUserGuider::hollowOutMask HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * ___hollowOutMask_4; // UnityEngine.RectTransform NewUserGuider::iconPointerHit RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___iconPointerHit_5; // UnityEngine.RectTransform NewUserGuider::iconPointer RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___iconPointer_6; // UnityEngine.RectTransform NewUserGuider::frameTip RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___frameTip_7; // NewUserGuiderConfig NewUserGuider::config NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * ___config_8; // System.Boolean NewUserGuider::customPreparePass bool ___customPreparePass_9; // System.Boolean NewUserGuider::clickedWillPlayAudioBtn bool ___clickedWillPlayAudioBtn_10; // DG.Tweening.Sequence NewUserGuider::seq1 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq1_11; // DG.Tweening.Sequence NewUserGuider::seq2 Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___seq2_12; // System.Action NewUserGuider::action_Update Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_Update_13; // System.Action NewUserGuider::action_OnDestroy Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnDestroy_14; // NewUserGuiderButton NewUserGuider::_newUserGuiderButton NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * ____newUserGuiderButton_15; public: inline static int32_t get_offset_of_hollowOutMask_4() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___hollowOutMask_4)); } inline HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * get_hollowOutMask_4() const { return ___hollowOutMask_4; } inline HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B ** get_address_of_hollowOutMask_4() { return &___hollowOutMask_4; } inline void set_hollowOutMask_4(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * value) { ___hollowOutMask_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hollowOutMask_4), (void*)value); } inline static int32_t get_offset_of_iconPointerHit_5() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___iconPointerHit_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_iconPointerHit_5() const { return ___iconPointerHit_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_iconPointerHit_5() { return &___iconPointerHit_5; } inline void set_iconPointerHit_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___iconPointerHit_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___iconPointerHit_5), (void*)value); } inline static int32_t get_offset_of_iconPointer_6() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___iconPointer_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_iconPointer_6() const { return ___iconPointer_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_iconPointer_6() { return &___iconPointer_6; } inline void set_iconPointer_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___iconPointer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___iconPointer_6), (void*)value); } inline static int32_t get_offset_of_frameTip_7() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___frameTip_7)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_frameTip_7() const { return ___frameTip_7; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_frameTip_7() { return &___frameTip_7; } inline void set_frameTip_7(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___frameTip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___frameTip_7), (void*)value); } inline static int32_t get_offset_of_config_8() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___config_8)); } inline NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * get_config_8() const { return ___config_8; } inline NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 ** get_address_of_config_8() { return &___config_8; } inline void set_config_8(NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * value) { ___config_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___config_8), (void*)value); } inline static int32_t get_offset_of_customPreparePass_9() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___customPreparePass_9)); } inline bool get_customPreparePass_9() const { return ___customPreparePass_9; } inline bool* get_address_of_customPreparePass_9() { return &___customPreparePass_9; } inline void set_customPreparePass_9(bool value) { ___customPreparePass_9 = value; } inline static int32_t get_offset_of_clickedWillPlayAudioBtn_10() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___clickedWillPlayAudioBtn_10)); } inline bool get_clickedWillPlayAudioBtn_10() const { return ___clickedWillPlayAudioBtn_10; } inline bool* get_address_of_clickedWillPlayAudioBtn_10() { return &___clickedWillPlayAudioBtn_10; } inline void set_clickedWillPlayAudioBtn_10(bool value) { ___clickedWillPlayAudioBtn_10 = value; } inline static int32_t get_offset_of_seq1_11() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___seq1_11)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq1_11() const { return ___seq1_11; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq1_11() { return &___seq1_11; } inline void set_seq1_11(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq1_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq1_11), (void*)value); } inline static int32_t get_offset_of_seq2_12() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___seq2_12)); } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * get_seq2_12() const { return ___seq2_12; } inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E ** get_address_of_seq2_12() { return &___seq2_12; } inline void set_seq2_12(Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * value) { ___seq2_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq2_12), (void*)value); } inline static int32_t get_offset_of_action_Update_13() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___action_Update_13)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_Update_13() const { return ___action_Update_13; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_Update_13() { return &___action_Update_13; } inline void set_action_Update_13(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_Update_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_Update_13), (void*)value); } inline static int32_t get_offset_of_action_OnDestroy_14() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ___action_OnDestroy_14)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnDestroy_14() const { return ___action_OnDestroy_14; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnDestroy_14() { return &___action_OnDestroy_14; } inline void set_action_OnDestroy_14(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnDestroy_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnDestroy_14), (void*)value); } inline static int32_t get_offset_of__newUserGuiderButton_15() { return static_cast(offsetof(NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D, ____newUserGuiderButton_15)); } inline NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * get__newUserGuiderButton_15() const { return ____newUserGuiderButton_15; } inline NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 ** get_address_of__newUserGuiderButton_15() { return &____newUserGuiderButton_15; } inline void set__newUserGuiderButton_15(NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * value) { ____newUserGuiderButton_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____newUserGuiderButton_15), (void*)value); } }; // NewUserGuiderButton struct NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action NewUserGuiderButton::onClick Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onClick_4; public: inline static int32_t get_offset_of_onClick_4() { return static_cast(offsetof(NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7, ___onClick_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onClick_4() const { return ___onClick_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onClick_4() { return &___onClick_4; } inline void set_onClick_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onClick_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onClick_4), (void*)value); } }; // UnityStandardAssets.Utility.ObjectResetter struct ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Vector3 UnityStandardAssets.Utility.ObjectResetter::originalPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___originalPosition_4; // UnityEngine.Quaternion UnityStandardAssets.Utility.ObjectResetter::originalRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___originalRotation_5; // System.Collections.Generic.List`1 UnityStandardAssets.Utility.ObjectResetter::originalStructure List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___originalStructure_6; // UnityEngine.Rigidbody UnityStandardAssets.Utility.ObjectResetter::Rigidbody Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___Rigidbody_7; public: inline static int32_t get_offset_of_originalPosition_4() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalPosition_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_originalPosition_4() const { return ___originalPosition_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_originalPosition_4() { return &___originalPosition_4; } inline void set_originalPosition_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___originalPosition_4 = value; } inline static int32_t get_offset_of_originalRotation_5() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalRotation_5)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_originalRotation_5() const { return ___originalRotation_5; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_originalRotation_5() { return &___originalRotation_5; } inline void set_originalRotation_5(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___originalRotation_5 = value; } inline static int32_t get_offset_of_originalStructure_6() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___originalStructure_6)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_originalStructure_6() const { return ___originalStructure_6; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_originalStructure_6() { return &___originalStructure_6; } inline void set_originalStructure_6(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___originalStructure_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalStructure_6), (void*)value); } inline static int32_t get_offset_of_Rigidbody_7() { return static_cast(offsetof(ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2, ___Rigidbody_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_Rigidbody_7() const { return ___Rigidbody_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_Rigidbody_7() { return &___Rigidbody_7; } inline void set_Rigidbody_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___Rigidbody_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rigidbody_7), (void*)value); } }; // PKGameReadyView struct PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // PKGameMode PKGameReadyView::pKGameMode PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356 * ___pKGameMode_4; // PKGameMode_OnlinePK PKGameReadyView::pKGameMode_OnlinePK PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * ___pKGameMode_OnlinePK_5; // System.Boolean PKGameReadyView::showRound bool ___showRound_6; // System.Boolean PKGameReadyView::isDiscarded bool ___isDiscarded_7; public: inline static int32_t get_offset_of_pKGameMode_4() { return static_cast(offsetof(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810, ___pKGameMode_4)); } inline PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356 * get_pKGameMode_4() const { return ___pKGameMode_4; } inline PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356 ** get_address_of_pKGameMode_4() { return &___pKGameMode_4; } inline void set_pKGameMode_4(PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356 * value) { ___pKGameMode_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pKGameMode_4), (void*)value); } inline static int32_t get_offset_of_pKGameMode_OnlinePK_5() { return static_cast(offsetof(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810, ___pKGameMode_OnlinePK_5)); } inline PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * get_pKGameMode_OnlinePK_5() const { return ___pKGameMode_OnlinePK_5; } inline PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F ** get_address_of_pKGameMode_OnlinePK_5() { return &___pKGameMode_OnlinePK_5; } inline void set_pKGameMode_OnlinePK_5(PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * value) { ___pKGameMode_OnlinePK_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pKGameMode_OnlinePK_5), (void*)value); } inline static int32_t get_offset_of_showRound_6() { return static_cast(offsetof(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810, ___showRound_6)); } inline bool get_showRound_6() const { return ___showRound_6; } inline bool* get_address_of_showRound_6() { return &___showRound_6; } inline void set_showRound_6(bool value) { ___showRound_6 = value; } inline static int32_t get_offset_of_isDiscarded_7() { return static_cast(offsetof(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810, ___isDiscarded_7)); } inline bool get_isDiscarded_7() const { return ___isDiscarded_7; } inline bool* get_address_of_isDiscarded_7() { return &___isDiscarded_7; } inline void set_isDiscarded_7(bool value) { ___isDiscarded_7 = value; } }; struct PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810_StaticFields { public: // PKGameReadyView PKGameReadyView::ins PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810_StaticFields, ___ins_8)); } inline PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * get_ins_8() const { return ___ins_8; } inline PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // PKGameReadyView_Challenge struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // GameMode PKGameReadyView_Challenge::gameMode GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * ___gameMode_4; // System.Int32 PKGameReadyView_Challenge::currentPlayerIndex int32_t ___currentPlayerIndex_5; // System.Boolean PKGameReadyView_Challenge::isDiscarded bool ___isDiscarded_6; public: inline static int32_t get_offset_of_gameMode_4() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___gameMode_4)); } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * get_gameMode_4() const { return ___gameMode_4; } inline GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 ** get_address_of_gameMode_4() { return &___gameMode_4; } inline void set_gameMode_4(GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * value) { ___gameMode_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameMode_4), (void*)value); } inline static int32_t get_offset_of_currentPlayerIndex_5() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___currentPlayerIndex_5)); } inline int32_t get_currentPlayerIndex_5() const { return ___currentPlayerIndex_5; } inline int32_t* get_address_of_currentPlayerIndex_5() { return &___currentPlayerIndex_5; } inline void set_currentPlayerIndex_5(int32_t value) { ___currentPlayerIndex_5 = value; } inline static int32_t get_offset_of_isDiscarded_6() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93, ___isDiscarded_6)); } inline bool get_isDiscarded_6() const { return ___isDiscarded_6; } inline bool* get_address_of_isDiscarded_6() { return &___isDiscarded_6; } inline void set_isDiscarded_6(bool value) { ___isDiscarded_6 = value; } }; struct PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_StaticFields { public: // PKGameReadyView_Challenge PKGameReadyView_Challenge::ins PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * ___ins_7; public: inline static int32_t get_offset_of_ins_7() { return static_cast(offsetof(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93_StaticFields, ___ins_7)); } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * get_ins_7() const { return ___ins_7; } inline PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 ** get_address_of_ins_7() { return &___ins_7; } inline void set_ins_7(PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * value) { ___ins_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_7), (void*)value); } }; // PKGameSettleView struct PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // JCUnityLib.Throttler PKGameSettleView::throttlerTryAgainOnline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerTryAgainOnline_4; public: inline static int32_t get_offset_of_throttlerTryAgainOnline_4() { return static_cast(offsetof(PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1, ___throttlerTryAgainOnline_4)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerTryAgainOnline_4() const { return ___throttlerTryAgainOnline_4; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerTryAgainOnline_4() { return &___throttlerTryAgainOnline_4; } inline void set_throttlerTryAgainOnline_4(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerTryAgainOnline_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerTryAgainOnline_4), (void*)value); } }; // PKMatchingView struct PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Sprite[] PKMatchingView::matchHeadBGList SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___matchHeadBGList_4; // System.Single PKMatchingView::waitingTime float ___waitingTime_5; // System.String PKMatchingView::viewUUID String_t* ___viewUUID_6; // System.Int32 PKMatchingView::targetInvitePlayerID int32_t ___targetInvitePlayerID_7; // System.Boolean PKMatchingView::isFriendPKInviter bool ___isFriendPKInviter_8; // System.String PKMatchingView::targetJoinRoomKey String_t* ___targetJoinRoomKey_9; // System.Boolean PKMatchingView::isFriendPKInvitee bool ___isFriendPKInvitee_10; // System.Boolean PKMatchingView::isTryAgainInviter bool ___isTryAgainInviter_11; // System.String PKMatchingView::targetJoinTryAgainRoomKey String_t* ___targetJoinTryAgainRoomKey_12; // System.Boolean PKMatchingView::isTryAgainInvitee bool ___isTryAgainInvitee_13; // System.Boolean PKMatchingView::banBackBtnLogic bool ___banBackBtnLogic_15; // System.Action PKMatchingView::eventOnRejectPKInvite Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___eventOnRejectPKInvite_16; public: inline static int32_t get_offset_of_matchHeadBGList_4() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___matchHeadBGList_4)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_matchHeadBGList_4() const { return ___matchHeadBGList_4; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_matchHeadBGList_4() { return &___matchHeadBGList_4; } inline void set_matchHeadBGList_4(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___matchHeadBGList_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchHeadBGList_4), (void*)value); } inline static int32_t get_offset_of_waitingTime_5() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___waitingTime_5)); } inline float get_waitingTime_5() const { return ___waitingTime_5; } inline float* get_address_of_waitingTime_5() { return &___waitingTime_5; } inline void set_waitingTime_5(float value) { ___waitingTime_5 = value; } inline static int32_t get_offset_of_viewUUID_6() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___viewUUID_6)); } inline String_t* get_viewUUID_6() const { return ___viewUUID_6; } inline String_t** get_address_of_viewUUID_6() { return &___viewUUID_6; } inline void set_viewUUID_6(String_t* value) { ___viewUUID_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___viewUUID_6), (void*)value); } inline static int32_t get_offset_of_targetInvitePlayerID_7() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___targetInvitePlayerID_7)); } inline int32_t get_targetInvitePlayerID_7() const { return ___targetInvitePlayerID_7; } inline int32_t* get_address_of_targetInvitePlayerID_7() { return &___targetInvitePlayerID_7; } inline void set_targetInvitePlayerID_7(int32_t value) { ___targetInvitePlayerID_7 = value; } inline static int32_t get_offset_of_isFriendPKInviter_8() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isFriendPKInviter_8)); } inline bool get_isFriendPKInviter_8() const { return ___isFriendPKInviter_8; } inline bool* get_address_of_isFriendPKInviter_8() { return &___isFriendPKInviter_8; } inline void set_isFriendPKInviter_8(bool value) { ___isFriendPKInviter_8 = value; } inline static int32_t get_offset_of_targetJoinRoomKey_9() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___targetJoinRoomKey_9)); } inline String_t* get_targetJoinRoomKey_9() const { return ___targetJoinRoomKey_9; } inline String_t** get_address_of_targetJoinRoomKey_9() { return &___targetJoinRoomKey_9; } inline void set_targetJoinRoomKey_9(String_t* value) { ___targetJoinRoomKey_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetJoinRoomKey_9), (void*)value); } inline static int32_t get_offset_of_isFriendPKInvitee_10() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isFriendPKInvitee_10)); } inline bool get_isFriendPKInvitee_10() const { return ___isFriendPKInvitee_10; } inline bool* get_address_of_isFriendPKInvitee_10() { return &___isFriendPKInvitee_10; } inline void set_isFriendPKInvitee_10(bool value) { ___isFriendPKInvitee_10 = value; } inline static int32_t get_offset_of_isTryAgainInviter_11() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isTryAgainInviter_11)); } inline bool get_isTryAgainInviter_11() const { return ___isTryAgainInviter_11; } inline bool* get_address_of_isTryAgainInviter_11() { return &___isTryAgainInviter_11; } inline void set_isTryAgainInviter_11(bool value) { ___isTryAgainInviter_11 = value; } inline static int32_t get_offset_of_targetJoinTryAgainRoomKey_12() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___targetJoinTryAgainRoomKey_12)); } inline String_t* get_targetJoinTryAgainRoomKey_12() const { return ___targetJoinTryAgainRoomKey_12; } inline String_t** get_address_of_targetJoinTryAgainRoomKey_12() { return &___targetJoinTryAgainRoomKey_12; } inline void set_targetJoinTryAgainRoomKey_12(String_t* value) { ___targetJoinTryAgainRoomKey_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___targetJoinTryAgainRoomKey_12), (void*)value); } inline static int32_t get_offset_of_isTryAgainInvitee_13() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___isTryAgainInvitee_13)); } inline bool get_isTryAgainInvitee_13() const { return ___isTryAgainInvitee_13; } inline bool* get_address_of_isTryAgainInvitee_13() { return &___isTryAgainInvitee_13; } inline void set_isTryAgainInvitee_13(bool value) { ___isTryAgainInvitee_13 = value; } inline static int32_t get_offset_of_banBackBtnLogic_15() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___banBackBtnLogic_15)); } inline bool get_banBackBtnLogic_15() const { return ___banBackBtnLogic_15; } inline bool* get_address_of_banBackBtnLogic_15() { return &___banBackBtnLogic_15; } inline void set_banBackBtnLogic_15(bool value) { ___banBackBtnLogic_15 = value; } inline static int32_t get_offset_of_eventOnRejectPKInvite_16() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC, ___eventOnRejectPKInvite_16)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_eventOnRejectPKInvite_16() const { return ___eventOnRejectPKInvite_16; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_eventOnRejectPKInvite_16() { return &___eventOnRejectPKInvite_16; } inline void set_eventOnRejectPKInvite_16(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___eventOnRejectPKInvite_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___eventOnRejectPKInvite_16), (void*)value); } }; struct PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_StaticFields { public: // PKMatchingView PKMatchingView::ins PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * ___ins_14; public: inline static int32_t get_offset_of_ins_14() { return static_cast(offsetof(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_StaticFields, ___ins_14)); } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * get_ins_14() const { return ___ins_14; } inline PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC ** get_address_of_ins_14() { return &___ins_14; } inline void set_ins_14(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * value) { ___ins_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_14), (void*)value); } }; // UnityStandardAssets.Utility.ParticleSystemDestroyer struct ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Utility.ParticleSystemDestroyer::minDuration float ___minDuration_4; // System.Single UnityStandardAssets.Utility.ParticleSystemDestroyer::maxDuration float ___maxDuration_5; // System.Single UnityStandardAssets.Utility.ParticleSystemDestroyer::m_MaxLifetime float ___m_MaxLifetime_6; // System.Boolean UnityStandardAssets.Utility.ParticleSystemDestroyer::m_EarlyStop bool ___m_EarlyStop_7; public: inline static int32_t get_offset_of_minDuration_4() { return static_cast(offsetof(ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D, ___minDuration_4)); } inline float get_minDuration_4() const { return ___minDuration_4; } inline float* get_address_of_minDuration_4() { return &___minDuration_4; } inline void set_minDuration_4(float value) { ___minDuration_4 = value; } inline static int32_t get_offset_of_maxDuration_5() { return static_cast(offsetof(ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D, ___maxDuration_5)); } inline float get_maxDuration_5() const { return ___maxDuration_5; } inline float* get_address_of_maxDuration_5() { return &___maxDuration_5; } inline void set_maxDuration_5(float value) { ___maxDuration_5 = value; } inline static int32_t get_offset_of_m_MaxLifetime_6() { return static_cast(offsetof(ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D, ___m_MaxLifetime_6)); } inline float get_m_MaxLifetime_6() const { return ___m_MaxLifetime_6; } inline float* get_address_of_m_MaxLifetime_6() { return &___m_MaxLifetime_6; } inline void set_m_MaxLifetime_6(float value) { ___m_MaxLifetime_6 = value; } inline static int32_t get_offset_of_m_EarlyStop_7() { return static_cast(offsetof(ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D, ___m_EarlyStop_7)); } inline bool get_m_EarlyStop_7() const { return ___m_EarlyStop_7; } inline bool* get_address_of_m_EarlyStop_7() { return &___m_EarlyStop_7; } inline void set_m_EarlyStop_7(bool value) { ___m_EarlyStop_7 = value; } }; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform PopupMgr::popupRoot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___popupRoot_5; public: inline static int32_t get_offset_of_popupRoot_5() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC, ___popupRoot_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_popupRoot_5() const { return ___popupRoot_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_popupRoot_5() { return &___popupRoot_5; } inline void set_popupRoot_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___popupRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___popupRoot_5), (void*)value); } }; struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields { public: // PopupMgr PopupMgr::_ins PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * ____ins_4; public: inline static int32_t get_offset_of__ins_4() { return static_cast(offsetof(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC_StaticFields, ____ins_4)); } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * get__ins_4() const { return ____ins_4; } inline PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC ** get_address_of__ins_4() { return &____ins_4; } inline void set__ins_4(PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * value) { ____ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____ins_4), (void*)value); } }; // RegisterView struct RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject RegisterView::registerInUser GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInUser_4; // UnityEngine.GameObject RegisterView::registerInPWD1 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInPWD1_5; // UnityEngine.GameObject RegisterView::registerInPWD2 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInPWD2_6; // UnityEngine.GameObject RegisterView::registerInEmail GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInEmail_7; // UnityEngine.GameObject RegisterView::registerInPhone GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInPhone_8; // UnityEngine.GameObject RegisterView::registerInCaptcha GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInCaptcha_9; // UnityEngine.GameObject RegisterView::registerInNickname GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInNickname_10; // UnityEngine.GameObject RegisterView::registerInGender GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInGender_11; // UnityEngine.GameObject RegisterView::registerInBirthday GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInBirthday_12; // UnityEngine.GameObject RegisterView::registerInLocation GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___registerInLocation_13; // UnityEngine.GameObject RegisterView::btnNext GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnNext_14; // UnityEngine.GameObject RegisterView::btnSave GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnSave_15; // System.Int32 RegisterView::captcha_Register int32_t ___captcha_Register_16; // System.String RegisterView::_bindingEmail String_t* ____bindingEmail_17; // System.String RegisterView::_bindingPhone String_t* ____bindingPhone_18; // System.String RegisterView::usrRecord String_t* ___usrRecord_19; // System.String RegisterView::pwdRecord String_t* ___pwdRecord_20; // JCUnityLib.Throttler RegisterView::throttlerRegisterNext Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerRegisterNext_21; // JCUnityLib.Throttler RegisterView::throttlerRegisterSave Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerRegisterSave_22; // UnityEngine.GameObject RegisterView::datePickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___datePickerPrefab_23; // UnityEngine.GameObject RegisterView::locationPickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___locationPickerPrefab_24; // System.String RegisterView::countryCode String_t* ___countryCode_25; // System.String RegisterView::stateCode String_t* ___stateCode_26; // System.String RegisterView::cityCode String_t* ___cityCode_27; public: inline static int32_t get_offset_of_registerInUser_4() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInUser_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInUser_4() const { return ___registerInUser_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInUser_4() { return &___registerInUser_4; } inline void set_registerInUser_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInUser_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInUser_4), (void*)value); } inline static int32_t get_offset_of_registerInPWD1_5() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInPWD1_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInPWD1_5() const { return ___registerInPWD1_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInPWD1_5() { return &___registerInPWD1_5; } inline void set_registerInPWD1_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInPWD1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInPWD1_5), (void*)value); } inline static int32_t get_offset_of_registerInPWD2_6() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInPWD2_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInPWD2_6() const { return ___registerInPWD2_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInPWD2_6() { return &___registerInPWD2_6; } inline void set_registerInPWD2_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInPWD2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInPWD2_6), (void*)value); } inline static int32_t get_offset_of_registerInEmail_7() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInEmail_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInEmail_7() const { return ___registerInEmail_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInEmail_7() { return &___registerInEmail_7; } inline void set_registerInEmail_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInEmail_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInEmail_7), (void*)value); } inline static int32_t get_offset_of_registerInPhone_8() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInPhone_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInPhone_8() const { return ___registerInPhone_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInPhone_8() { return &___registerInPhone_8; } inline void set_registerInPhone_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInPhone_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInPhone_8), (void*)value); } inline static int32_t get_offset_of_registerInCaptcha_9() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInCaptcha_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInCaptcha_9() const { return ___registerInCaptcha_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInCaptcha_9() { return &___registerInCaptcha_9; } inline void set_registerInCaptcha_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInCaptcha_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInCaptcha_9), (void*)value); } inline static int32_t get_offset_of_registerInNickname_10() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInNickname_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInNickname_10() const { return ___registerInNickname_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInNickname_10() { return &___registerInNickname_10; } inline void set_registerInNickname_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInNickname_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInNickname_10), (void*)value); } inline static int32_t get_offset_of_registerInGender_11() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInGender_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInGender_11() const { return ___registerInGender_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInGender_11() { return &___registerInGender_11; } inline void set_registerInGender_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInGender_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInGender_11), (void*)value); } inline static int32_t get_offset_of_registerInBirthday_12() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInBirthday_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInBirthday_12() const { return ___registerInBirthday_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInBirthday_12() { return &___registerInBirthday_12; } inline void set_registerInBirthday_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInBirthday_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInBirthday_12), (void*)value); } inline static int32_t get_offset_of_registerInLocation_13() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___registerInLocation_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_registerInLocation_13() const { return ___registerInLocation_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_registerInLocation_13() { return &___registerInLocation_13; } inline void set_registerInLocation_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___registerInLocation_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___registerInLocation_13), (void*)value); } inline static int32_t get_offset_of_btnNext_14() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___btnNext_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnNext_14() const { return ___btnNext_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnNext_14() { return &___btnNext_14; } inline void set_btnNext_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnNext_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnNext_14), (void*)value); } inline static int32_t get_offset_of_btnSave_15() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___btnSave_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnSave_15() const { return ___btnSave_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnSave_15() { return &___btnSave_15; } inline void set_btnSave_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnSave_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnSave_15), (void*)value); } inline static int32_t get_offset_of_captcha_Register_16() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___captcha_Register_16)); } inline int32_t get_captcha_Register_16() const { return ___captcha_Register_16; } inline int32_t* get_address_of_captcha_Register_16() { return &___captcha_Register_16; } inline void set_captcha_Register_16(int32_t value) { ___captcha_Register_16 = value; } inline static int32_t get_offset_of__bindingEmail_17() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ____bindingEmail_17)); } inline String_t* get__bindingEmail_17() const { return ____bindingEmail_17; } inline String_t** get_address_of__bindingEmail_17() { return &____bindingEmail_17; } inline void set__bindingEmail_17(String_t* value) { ____bindingEmail_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____bindingEmail_17), (void*)value); } inline static int32_t get_offset_of__bindingPhone_18() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ____bindingPhone_18)); } inline String_t* get__bindingPhone_18() const { return ____bindingPhone_18; } inline String_t** get_address_of__bindingPhone_18() { return &____bindingPhone_18; } inline void set__bindingPhone_18(String_t* value) { ____bindingPhone_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____bindingPhone_18), (void*)value); } inline static int32_t get_offset_of_usrRecord_19() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___usrRecord_19)); } inline String_t* get_usrRecord_19() const { return ___usrRecord_19; } inline String_t** get_address_of_usrRecord_19() { return &___usrRecord_19; } inline void set_usrRecord_19(String_t* value) { ___usrRecord_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___usrRecord_19), (void*)value); } inline static int32_t get_offset_of_pwdRecord_20() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___pwdRecord_20)); } inline String_t* get_pwdRecord_20() const { return ___pwdRecord_20; } inline String_t** get_address_of_pwdRecord_20() { return &___pwdRecord_20; } inline void set_pwdRecord_20(String_t* value) { ___pwdRecord_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___pwdRecord_20), (void*)value); } inline static int32_t get_offset_of_throttlerRegisterNext_21() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___throttlerRegisterNext_21)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerRegisterNext_21() const { return ___throttlerRegisterNext_21; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerRegisterNext_21() { return &___throttlerRegisterNext_21; } inline void set_throttlerRegisterNext_21(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerRegisterNext_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerRegisterNext_21), (void*)value); } inline static int32_t get_offset_of_throttlerRegisterSave_22() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___throttlerRegisterSave_22)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerRegisterSave_22() const { return ___throttlerRegisterSave_22; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerRegisterSave_22() { return &___throttlerRegisterSave_22; } inline void set_throttlerRegisterSave_22(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerRegisterSave_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerRegisterSave_22), (void*)value); } inline static int32_t get_offset_of_datePickerPrefab_23() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___datePickerPrefab_23)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_datePickerPrefab_23() const { return ___datePickerPrefab_23; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_datePickerPrefab_23() { return &___datePickerPrefab_23; } inline void set_datePickerPrefab_23(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___datePickerPrefab_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerPrefab_23), (void*)value); } inline static int32_t get_offset_of_locationPickerPrefab_24() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___locationPickerPrefab_24)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_locationPickerPrefab_24() const { return ___locationPickerPrefab_24; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_locationPickerPrefab_24() { return &___locationPickerPrefab_24; } inline void set_locationPickerPrefab_24(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___locationPickerPrefab_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___locationPickerPrefab_24), (void*)value); } inline static int32_t get_offset_of_countryCode_25() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___countryCode_25)); } inline String_t* get_countryCode_25() const { return ___countryCode_25; } inline String_t** get_address_of_countryCode_25() { return &___countryCode_25; } inline void set_countryCode_25(String_t* value) { ___countryCode_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryCode_25), (void*)value); } inline static int32_t get_offset_of_stateCode_26() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___stateCode_26)); } inline String_t* get_stateCode_26() const { return ___stateCode_26; } inline String_t** get_address_of_stateCode_26() { return &___stateCode_26; } inline void set_stateCode_26(String_t* value) { ___stateCode_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateCode_26), (void*)value); } inline static int32_t get_offset_of_cityCode_27() { return static_cast(offsetof(RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0, ___cityCode_27)); } inline String_t* get_cityCode_27() const { return ___cityCode_27; } inline String_t** get_address_of_cityCode_27() { return &___cityCode_27; } inline void set_cityCode_27(String_t* value) { ___cityCode_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cityCode_27), (void*)value); } }; // RelateValidateView struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text RelateValidateView::_textTitle Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____textTitle_4; // UnityEngine.UI.Button RelateValidateView::_btnClose Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____btnClose_5; // UnityEngine.UI.InputField RelateValidateView::_inputRelateAccount InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ____inputRelateAccount_6; // UnityEngine.UI.InputField RelateValidateView::_inputValidateCode InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ____inputValidateCode_7; // UnityEngine.UI.Button RelateValidateView::_btnSend Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____btnSend_8; // UnityEngine.UI.Button RelateValidateView::_btnSubmit Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____btnSubmit_9; // UnityEngine.GameObject RelateValidateView::_prefabValidateJigsawView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ____prefabValidateJigsawView_10; // UnityEngine.Events.UnityAction`3 RelateValidateView::onValidateSuccess UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * ___onValidateSuccess_11; // JCUnityLib.Throttler RelateValidateView::_throttlerBtnSubmit Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ____throttlerBtnSubmit_14; // RelateValidateView/ValidateType RelateValidateView::_validateType int32_t ____validateType_15; public: inline static int32_t get_offset_of__textTitle_4() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____textTitle_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__textTitle_4() const { return ____textTitle_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__textTitle_4() { return &____textTitle_4; } inline void set__textTitle_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____textTitle_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____textTitle_4), (void*)value); } inline static int32_t get_offset_of__btnClose_5() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____btnClose_5)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__btnClose_5() const { return ____btnClose_5; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__btnClose_5() { return &____btnClose_5; } inline void set__btnClose_5(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____btnClose_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnClose_5), (void*)value); } inline static int32_t get_offset_of__inputRelateAccount_6() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____inputRelateAccount_6)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get__inputRelateAccount_6() const { return ____inputRelateAccount_6; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of__inputRelateAccount_6() { return &____inputRelateAccount_6; } inline void set__inputRelateAccount_6(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ____inputRelateAccount_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputRelateAccount_6), (void*)value); } inline static int32_t get_offset_of__inputValidateCode_7() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____inputValidateCode_7)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get__inputValidateCode_7() const { return ____inputValidateCode_7; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of__inputValidateCode_7() { return &____inputValidateCode_7; } inline void set__inputValidateCode_7(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ____inputValidateCode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputValidateCode_7), (void*)value); } inline static int32_t get_offset_of__btnSend_8() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____btnSend_8)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__btnSend_8() const { return ____btnSend_8; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__btnSend_8() { return &____btnSend_8; } inline void set__btnSend_8(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____btnSend_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnSend_8), (void*)value); } inline static int32_t get_offset_of__btnSubmit_9() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____btnSubmit_9)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__btnSubmit_9() const { return ____btnSubmit_9; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__btnSubmit_9() { return &____btnSubmit_9; } inline void set__btnSubmit_9(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____btnSubmit_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnSubmit_9), (void*)value); } inline static int32_t get_offset_of__prefabValidateJigsawView_10() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____prefabValidateJigsawView_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get__prefabValidateJigsawView_10() const { return ____prefabValidateJigsawView_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of__prefabValidateJigsawView_10() { return &____prefabValidateJigsawView_10; } inline void set__prefabValidateJigsawView_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ____prefabValidateJigsawView_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____prefabValidateJigsawView_10), (void*)value); } inline static int32_t get_offset_of_onValidateSuccess_11() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ___onValidateSuccess_11)); } inline UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * get_onValidateSuccess_11() const { return ___onValidateSuccess_11; } inline UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 ** get_address_of_onValidateSuccess_11() { return &___onValidateSuccess_11; } inline void set_onValidateSuccess_11(UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * value) { ___onValidateSuccess_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValidateSuccess_11), (void*)value); } inline static int32_t get_offset_of__throttlerBtnSubmit_14() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____throttlerBtnSubmit_14)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get__throttlerBtnSubmit_14() const { return ____throttlerBtnSubmit_14; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of__throttlerBtnSubmit_14() { return &____throttlerBtnSubmit_14; } inline void set__throttlerBtnSubmit_14(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ____throttlerBtnSubmit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____throttlerBtnSubmit_14), (void*)value); } inline static int32_t get_offset_of__validateType_15() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814, ____validateType_15)); } inline int32_t get__validateType_15() const { return ____validateType_15; } inline int32_t* get_address_of__validateType_15() { return &____validateType_15; } inline void set__validateType_15(int32_t value) { ____validateType_15 = value; } }; struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_StaticFields { public: // System.Int64 RelateValidateView::_throttlerBtnSend_email int64_t ____throttlerBtnSend_email_12; // System.Int64 RelateValidateView::_throttlerBtnSend_phone int64_t ____throttlerBtnSend_phone_13; public: inline static int32_t get_offset_of__throttlerBtnSend_email_12() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_StaticFields, ____throttlerBtnSend_email_12)); } inline int64_t get__throttlerBtnSend_email_12() const { return ____throttlerBtnSend_email_12; } inline int64_t* get_address_of__throttlerBtnSend_email_12() { return &____throttlerBtnSend_email_12; } inline void set__throttlerBtnSend_email_12(int64_t value) { ____throttlerBtnSend_email_12 = value; } inline static int32_t get_offset_of__throttlerBtnSend_phone_13() { return static_cast(offsetof(RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_StaticFields, ____throttlerBtnSend_phone_13)); } inline int64_t get__throttlerBtnSend_phone_13() const { return ____throttlerBtnSend_phone_13; } inline int64_t* get_address_of__throttlerBtnSend_phone_13() { return &____throttlerBtnSend_phone_13; } inline void set__throttlerBtnSend_phone_13(int64_t value) { ____throttlerBtnSend_phone_13 = value; } }; // Reporter struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Collections.Generic.List`1 Reporter::samples List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * ___samples_4; // System.Collections.Generic.List`1 Reporter::logs List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___logs_5; // System.Collections.Generic.List`1 Reporter::collapsedLogs List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___collapsedLogs_6; // System.Collections.Generic.List`1 Reporter::currentLog List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___currentLog_7; // MultiKeyDictionary`3 Reporter::logsDic MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * ___logsDic_8; // System.Collections.Generic.Dictionary`2 Reporter::cachedString Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___cachedString_9; // System.Boolean Reporter::show bool ___show_10; // System.Boolean Reporter::collapse bool ___collapse_11; // System.Boolean Reporter::clearOnNewSceneLoaded bool ___clearOnNewSceneLoaded_12; // System.Boolean Reporter::showTime bool ___showTime_13; // System.Boolean Reporter::showScene bool ___showScene_14; // System.Boolean Reporter::showMemory bool ___showMemory_15; // System.Boolean Reporter::showFps bool ___showFps_16; // System.Boolean Reporter::showGraph bool ___showGraph_17; // System.Boolean Reporter::showLog bool ___showLog_18; // System.Boolean Reporter::showWarning bool ___showWarning_19; // System.Boolean Reporter::showError bool ___showError_20; // System.Int32 Reporter::numOfLogs int32_t ___numOfLogs_21; // System.Int32 Reporter::numOfLogsWarning int32_t ___numOfLogsWarning_22; // System.Int32 Reporter::numOfLogsError int32_t ___numOfLogsError_23; // System.Int32 Reporter::numOfCollapsedLogs int32_t ___numOfCollapsedLogs_24; // System.Int32 Reporter::numOfCollapsedLogsWarning int32_t ___numOfCollapsedLogsWarning_25; // System.Int32 Reporter::numOfCollapsedLogsError int32_t ___numOfCollapsedLogsError_26; // System.Boolean Reporter::showClearOnNewSceneLoadedButton bool ___showClearOnNewSceneLoadedButton_27; // System.Boolean Reporter::showTimeButton bool ___showTimeButton_28; // System.Boolean Reporter::showSceneButton bool ___showSceneButton_29; // System.Boolean Reporter::showMemButton bool ___showMemButton_30; // System.Boolean Reporter::showFpsButton bool ___showFpsButton_31; // System.Boolean Reporter::showSearchText bool ___showSearchText_32; // System.Boolean Reporter::showCopyButton bool ___showCopyButton_33; // System.Boolean Reporter::showCopyAllButton bool ___showCopyAllButton_34; // System.Boolean Reporter::showSaveButton bool ___showSaveButton_35; // System.String Reporter::buildDate String_t* ___buildDate_36; // System.String Reporter::logDate String_t* ___logDate_37; // System.Single Reporter::logsMemUsage float ___logsMemUsage_38; // System.Single Reporter::graphMemUsage float ___graphMemUsage_39; // System.Single Reporter::gcTotalMemory float ___gcTotalMemory_40; // System.String Reporter::UserData String_t* ___UserData_41; // System.Single Reporter::fps float ___fps_42; // System.String Reporter::fpsText String_t* ___fpsText_43; // Reporter/ReportView Reporter::currentView int32_t ___currentView_44; // Images Reporter::images Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A * ___images_46; // UnityEngine.GUIContent Reporter::clearContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___clearContent_47; // UnityEngine.GUIContent Reporter::collapseContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___collapseContent_48; // UnityEngine.GUIContent Reporter::clearOnNewSceneContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___clearOnNewSceneContent_49; // UnityEngine.GUIContent Reporter::showTimeContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showTimeContent_50; // UnityEngine.GUIContent Reporter::showSceneContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showSceneContent_51; // UnityEngine.GUIContent Reporter::userContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___userContent_52; // UnityEngine.GUIContent Reporter::showMemoryContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showMemoryContent_53; // UnityEngine.GUIContent Reporter::softwareContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___softwareContent_54; // UnityEngine.GUIContent Reporter::dateContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___dateContent_55; // UnityEngine.GUIContent Reporter::showFpsContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___showFpsContent_56; // UnityEngine.GUIContent Reporter::infoContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___infoContent_57; // UnityEngine.GUIContent Reporter::saveLogsContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___saveLogsContent_58; // UnityEngine.GUIContent Reporter::searchContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___searchContent_59; // UnityEngine.GUIContent Reporter::copyContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___copyContent_60; // UnityEngine.GUIContent Reporter::copyAllContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___copyAllContent_61; // UnityEngine.GUIContent Reporter::closeContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___closeContent_62; // UnityEngine.GUIContent Reporter::buildFromContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___buildFromContent_63; // UnityEngine.GUIContent Reporter::systemInfoContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___systemInfoContent_64; // UnityEngine.GUIContent Reporter::graphicsInfoContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___graphicsInfoContent_65; // UnityEngine.GUIContent Reporter::backContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___backContent_66; // UnityEngine.GUIContent Reporter::logContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___logContent_67; // UnityEngine.GUIContent Reporter::warningContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___warningContent_68; // UnityEngine.GUIContent Reporter::errorContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___errorContent_69; // UnityEngine.GUIStyle Reporter::barStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___barStyle_70; // UnityEngine.GUIStyle Reporter::buttonActiveStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___buttonActiveStyle_71; // UnityEngine.GUIStyle Reporter::nonStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___nonStyle_72; // UnityEngine.GUIStyle Reporter::lowerLeftFontStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___lowerLeftFontStyle_73; // UnityEngine.GUIStyle Reporter::backStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___backStyle_74; // UnityEngine.GUIStyle Reporter::evenLogStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___evenLogStyle_75; // UnityEngine.GUIStyle Reporter::oddLogStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___oddLogStyle_76; // UnityEngine.GUIStyle Reporter::logButtonStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___logButtonStyle_77; // UnityEngine.GUIStyle Reporter::selectedLogStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___selectedLogStyle_78; // UnityEngine.GUIStyle Reporter::selectedLogFontStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___selectedLogFontStyle_79; // UnityEngine.GUIStyle Reporter::stackLabelStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___stackLabelStyle_80; // UnityEngine.GUIStyle Reporter::scrollerStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___scrollerStyle_81; // UnityEngine.GUIStyle Reporter::searchStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___searchStyle_82; // UnityEngine.GUIStyle Reporter::sliderBackStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___sliderBackStyle_83; // UnityEngine.GUIStyle Reporter::sliderThumbStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___sliderThumbStyle_84; // UnityEngine.GUISkin Reporter::toolbarScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___toolbarScrollerSkin_85; // UnityEngine.GUISkin Reporter::logScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___logScrollerSkin_86; // UnityEngine.GUISkin Reporter::graphScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___graphScrollerSkin_87; // UnityEngine.Vector2 Reporter::size Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___size_88; // System.Single Reporter::maxSize float ___maxSize_89; // System.Int32 Reporter::numOfCircleToShow int32_t ___numOfCircleToShow_90; // System.String Reporter::currentScene String_t* ___currentScene_92; // System.String Reporter::filterText String_t* ___filterText_93; // System.String Reporter::deviceModel String_t* ___deviceModel_94; // System.String Reporter::deviceType String_t* ___deviceType_95; // System.String Reporter::deviceName String_t* ___deviceName_96; // System.String Reporter::graphicsMemorySize String_t* ___graphicsMemorySize_97; // System.String Reporter::maxTextureSize String_t* ___maxTextureSize_98; // System.String Reporter::systemMemorySize String_t* ___systemMemorySize_99; // System.Boolean Reporter::Initialized bool ___Initialized_100; // UnityEngine.Rect Reporter::screenRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___screenRect_101; // UnityEngine.Rect Reporter::toolBarRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___toolBarRect_102; // UnityEngine.Rect Reporter::logsRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___logsRect_103; // UnityEngine.Rect Reporter::stackRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___stackRect_104; // UnityEngine.Rect Reporter::graphRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___graphRect_105; // UnityEngine.Rect Reporter::graphMinRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___graphMinRect_106; // UnityEngine.Rect Reporter::graphMaxRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___graphMaxRect_107; // UnityEngine.Rect Reporter::buttomRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___buttomRect_108; // UnityEngine.Vector2 Reporter::stackRectTopLeft Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___stackRectTopLeft_109; // UnityEngine.Rect Reporter::detailRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___detailRect_110; // UnityEngine.Vector2 Reporter::scrollPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition_111; // UnityEngine.Vector2 Reporter::scrollPosition2 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition2_112; // UnityEngine.Vector2 Reporter::toolbarScrollPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___toolbarScrollPosition_113; // Reporter/Log Reporter::selectedLog Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * ___selectedLog_114; // System.Single Reporter::toolbarOldDrag float ___toolbarOldDrag_115; // System.Single Reporter::oldDrag float ___oldDrag_116; // System.Single Reporter::oldDrag2 float ___oldDrag2_117; // System.Single Reporter::oldDrag3 float ___oldDrag3_118; // System.Int32 Reporter::startIndex int32_t ___startIndex_119; // UnityEngine.Rect Reporter::countRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___countRect_120; // UnityEngine.Rect Reporter::timeRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___timeRect_121; // UnityEngine.Rect Reporter::timeLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___timeLabelRect_122; // UnityEngine.Rect Reporter::sceneRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___sceneRect_123; // UnityEngine.Rect Reporter::sceneLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___sceneLabelRect_124; // UnityEngine.Rect Reporter::memoryRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___memoryRect_125; // UnityEngine.Rect Reporter::memoryLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___memoryLabelRect_126; // UnityEngine.Rect Reporter::fpsRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___fpsRect_127; // UnityEngine.Rect Reporter::fpsLabelRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___fpsLabelRect_128; // UnityEngine.GUIContent Reporter::tempContent GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___tempContent_129; // UnityEngine.Vector2 Reporter::infoScrollPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___infoScrollPosition_130; // UnityEngine.Vector2 Reporter::oldInfoDrag Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oldInfoDrag_131; // UnityEngine.Rect Reporter::tempRect Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___tempRect_132; // System.Single Reporter::graphSize float ___graphSize_133; // System.Int32 Reporter::startFrame int32_t ___startFrame_134; // System.Int32 Reporter::currentFrame int32_t ___currentFrame_135; // UnityEngine.Vector3 Reporter::tempVector1 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tempVector1_136; // UnityEngine.Vector3 Reporter::tempVector2 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___tempVector2_137; // UnityEngine.Vector2 Reporter::graphScrollerPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___graphScrollerPos_138; // System.Single Reporter::maxFpsValue float ___maxFpsValue_139; // System.Single Reporter::minFpsValue float ___minFpsValue_140; // System.Single Reporter::maxMemoryValue float ___maxMemoryValue_141; // System.Single Reporter::minMemoryValue float ___minMemoryValue_142; // System.Collections.Generic.List`1 Reporter::gestureDetector List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * ___gestureDetector_143; // UnityEngine.Vector2 Reporter::gestureSum Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___gestureSum_144; // System.Single Reporter::gestureLength float ___gestureLength_145; // System.Int32 Reporter::gestureCount int32_t ___gestureCount_146; // System.Single Reporter::lastClickTime float ___lastClickTime_147; // UnityEngine.Vector2 Reporter::startPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___startPos_148; // UnityEngine.Vector2 Reporter::downPos Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downPos_149; // UnityEngine.Vector2 Reporter::mousePosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePosition_150; // System.Int32 Reporter::frames int32_t ___frames_151; // System.Boolean Reporter::firstTime bool ___firstTime_152; // System.Single Reporter::lastUpdate float ___lastUpdate_153; // System.Collections.Generic.List`1 Reporter::threadedLogs List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * ___threadedLogs_156; public: inline static int32_t get_offset_of_samples_4() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___samples_4)); } inline List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * get_samples_4() const { return ___samples_4; } inline List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D ** get_address_of_samples_4() { return &___samples_4; } inline void set_samples_4(List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * value) { ___samples_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___samples_4), (void*)value); } inline static int32_t get_offset_of_logs_5() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logs_5)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_logs_5() const { return ___logs_5; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_logs_5() { return &___logs_5; } inline void set_logs_5(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___logs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___logs_5), (void*)value); } inline static int32_t get_offset_of_collapsedLogs_6() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___collapsedLogs_6)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_collapsedLogs_6() const { return ___collapsedLogs_6; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_collapsedLogs_6() { return &___collapsedLogs_6; } inline void set_collapsedLogs_6(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___collapsedLogs_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___collapsedLogs_6), (void*)value); } inline static int32_t get_offset_of_currentLog_7() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentLog_7)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_currentLog_7() const { return ___currentLog_7; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_currentLog_7() { return &___currentLog_7; } inline void set_currentLog_7(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___currentLog_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentLog_7), (void*)value); } inline static int32_t get_offset_of_logsDic_8() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logsDic_8)); } inline MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * get_logsDic_8() const { return ___logsDic_8; } inline MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 ** get_address_of_logsDic_8() { return &___logsDic_8; } inline void set_logsDic_8(MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * value) { ___logsDic_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___logsDic_8), (void*)value); } inline static int32_t get_offset_of_cachedString_9() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___cachedString_9)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_cachedString_9() const { return ___cachedString_9; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_cachedString_9() { return &___cachedString_9; } inline void set_cachedString_9(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___cachedString_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___cachedString_9), (void*)value); } inline static int32_t get_offset_of_show_10() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___show_10)); } inline bool get_show_10() const { return ___show_10; } inline bool* get_address_of_show_10() { return &___show_10; } inline void set_show_10(bool value) { ___show_10 = value; } inline static int32_t get_offset_of_collapse_11() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___collapse_11)); } inline bool get_collapse_11() const { return ___collapse_11; } inline bool* get_address_of_collapse_11() { return &___collapse_11; } inline void set_collapse_11(bool value) { ___collapse_11 = value; } inline static int32_t get_offset_of_clearOnNewSceneLoaded_12() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___clearOnNewSceneLoaded_12)); } inline bool get_clearOnNewSceneLoaded_12() const { return ___clearOnNewSceneLoaded_12; } inline bool* get_address_of_clearOnNewSceneLoaded_12() { return &___clearOnNewSceneLoaded_12; } inline void set_clearOnNewSceneLoaded_12(bool value) { ___clearOnNewSceneLoaded_12 = value; } inline static int32_t get_offset_of_showTime_13() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showTime_13)); } inline bool get_showTime_13() const { return ___showTime_13; } inline bool* get_address_of_showTime_13() { return &___showTime_13; } inline void set_showTime_13(bool value) { ___showTime_13 = value; } inline static int32_t get_offset_of_showScene_14() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showScene_14)); } inline bool get_showScene_14() const { return ___showScene_14; } inline bool* get_address_of_showScene_14() { return &___showScene_14; } inline void set_showScene_14(bool value) { ___showScene_14 = value; } inline static int32_t get_offset_of_showMemory_15() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showMemory_15)); } inline bool get_showMemory_15() const { return ___showMemory_15; } inline bool* get_address_of_showMemory_15() { return &___showMemory_15; } inline void set_showMemory_15(bool value) { ___showMemory_15 = value; } inline static int32_t get_offset_of_showFps_16() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showFps_16)); } inline bool get_showFps_16() const { return ___showFps_16; } inline bool* get_address_of_showFps_16() { return &___showFps_16; } inline void set_showFps_16(bool value) { ___showFps_16 = value; } inline static int32_t get_offset_of_showGraph_17() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showGraph_17)); } inline bool get_showGraph_17() const { return ___showGraph_17; } inline bool* get_address_of_showGraph_17() { return &___showGraph_17; } inline void set_showGraph_17(bool value) { ___showGraph_17 = value; } inline static int32_t get_offset_of_showLog_18() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showLog_18)); } inline bool get_showLog_18() const { return ___showLog_18; } inline bool* get_address_of_showLog_18() { return &___showLog_18; } inline void set_showLog_18(bool value) { ___showLog_18 = value; } inline static int32_t get_offset_of_showWarning_19() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showWarning_19)); } inline bool get_showWarning_19() const { return ___showWarning_19; } inline bool* get_address_of_showWarning_19() { return &___showWarning_19; } inline void set_showWarning_19(bool value) { ___showWarning_19 = value; } inline static int32_t get_offset_of_showError_20() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showError_20)); } inline bool get_showError_20() const { return ___showError_20; } inline bool* get_address_of_showError_20() { return &___showError_20; } inline void set_showError_20(bool value) { ___showError_20 = value; } inline static int32_t get_offset_of_numOfLogs_21() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfLogs_21)); } inline int32_t get_numOfLogs_21() const { return ___numOfLogs_21; } inline int32_t* get_address_of_numOfLogs_21() { return &___numOfLogs_21; } inline void set_numOfLogs_21(int32_t value) { ___numOfLogs_21 = value; } inline static int32_t get_offset_of_numOfLogsWarning_22() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfLogsWarning_22)); } inline int32_t get_numOfLogsWarning_22() const { return ___numOfLogsWarning_22; } inline int32_t* get_address_of_numOfLogsWarning_22() { return &___numOfLogsWarning_22; } inline void set_numOfLogsWarning_22(int32_t value) { ___numOfLogsWarning_22 = value; } inline static int32_t get_offset_of_numOfLogsError_23() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfLogsError_23)); } inline int32_t get_numOfLogsError_23() const { return ___numOfLogsError_23; } inline int32_t* get_address_of_numOfLogsError_23() { return &___numOfLogsError_23; } inline void set_numOfLogsError_23(int32_t value) { ___numOfLogsError_23 = value; } inline static int32_t get_offset_of_numOfCollapsedLogs_24() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCollapsedLogs_24)); } inline int32_t get_numOfCollapsedLogs_24() const { return ___numOfCollapsedLogs_24; } inline int32_t* get_address_of_numOfCollapsedLogs_24() { return &___numOfCollapsedLogs_24; } inline void set_numOfCollapsedLogs_24(int32_t value) { ___numOfCollapsedLogs_24 = value; } inline static int32_t get_offset_of_numOfCollapsedLogsWarning_25() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCollapsedLogsWarning_25)); } inline int32_t get_numOfCollapsedLogsWarning_25() const { return ___numOfCollapsedLogsWarning_25; } inline int32_t* get_address_of_numOfCollapsedLogsWarning_25() { return &___numOfCollapsedLogsWarning_25; } inline void set_numOfCollapsedLogsWarning_25(int32_t value) { ___numOfCollapsedLogsWarning_25 = value; } inline static int32_t get_offset_of_numOfCollapsedLogsError_26() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCollapsedLogsError_26)); } inline int32_t get_numOfCollapsedLogsError_26() const { return ___numOfCollapsedLogsError_26; } inline int32_t* get_address_of_numOfCollapsedLogsError_26() { return &___numOfCollapsedLogsError_26; } inline void set_numOfCollapsedLogsError_26(int32_t value) { ___numOfCollapsedLogsError_26 = value; } inline static int32_t get_offset_of_showClearOnNewSceneLoadedButton_27() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showClearOnNewSceneLoadedButton_27)); } inline bool get_showClearOnNewSceneLoadedButton_27() const { return ___showClearOnNewSceneLoadedButton_27; } inline bool* get_address_of_showClearOnNewSceneLoadedButton_27() { return &___showClearOnNewSceneLoadedButton_27; } inline void set_showClearOnNewSceneLoadedButton_27(bool value) { ___showClearOnNewSceneLoadedButton_27 = value; } inline static int32_t get_offset_of_showTimeButton_28() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showTimeButton_28)); } inline bool get_showTimeButton_28() const { return ___showTimeButton_28; } inline bool* get_address_of_showTimeButton_28() { return &___showTimeButton_28; } inline void set_showTimeButton_28(bool value) { ___showTimeButton_28 = value; } inline static int32_t get_offset_of_showSceneButton_29() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSceneButton_29)); } inline bool get_showSceneButton_29() const { return ___showSceneButton_29; } inline bool* get_address_of_showSceneButton_29() { return &___showSceneButton_29; } inline void set_showSceneButton_29(bool value) { ___showSceneButton_29 = value; } inline static int32_t get_offset_of_showMemButton_30() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showMemButton_30)); } inline bool get_showMemButton_30() const { return ___showMemButton_30; } inline bool* get_address_of_showMemButton_30() { return &___showMemButton_30; } inline void set_showMemButton_30(bool value) { ___showMemButton_30 = value; } inline static int32_t get_offset_of_showFpsButton_31() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showFpsButton_31)); } inline bool get_showFpsButton_31() const { return ___showFpsButton_31; } inline bool* get_address_of_showFpsButton_31() { return &___showFpsButton_31; } inline void set_showFpsButton_31(bool value) { ___showFpsButton_31 = value; } inline static int32_t get_offset_of_showSearchText_32() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSearchText_32)); } inline bool get_showSearchText_32() const { return ___showSearchText_32; } inline bool* get_address_of_showSearchText_32() { return &___showSearchText_32; } inline void set_showSearchText_32(bool value) { ___showSearchText_32 = value; } inline static int32_t get_offset_of_showCopyButton_33() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showCopyButton_33)); } inline bool get_showCopyButton_33() const { return ___showCopyButton_33; } inline bool* get_address_of_showCopyButton_33() { return &___showCopyButton_33; } inline void set_showCopyButton_33(bool value) { ___showCopyButton_33 = value; } inline static int32_t get_offset_of_showCopyAllButton_34() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showCopyAllButton_34)); } inline bool get_showCopyAllButton_34() const { return ___showCopyAllButton_34; } inline bool* get_address_of_showCopyAllButton_34() { return &___showCopyAllButton_34; } inline void set_showCopyAllButton_34(bool value) { ___showCopyAllButton_34 = value; } inline static int32_t get_offset_of_showSaveButton_35() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSaveButton_35)); } inline bool get_showSaveButton_35() const { return ___showSaveButton_35; } inline bool* get_address_of_showSaveButton_35() { return &___showSaveButton_35; } inline void set_showSaveButton_35(bool value) { ___showSaveButton_35 = value; } inline static int32_t get_offset_of_buildDate_36() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buildDate_36)); } inline String_t* get_buildDate_36() const { return ___buildDate_36; } inline String_t** get_address_of_buildDate_36() { return &___buildDate_36; } inline void set_buildDate_36(String_t* value) { ___buildDate_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildDate_36), (void*)value); } inline static int32_t get_offset_of_logDate_37() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logDate_37)); } inline String_t* get_logDate_37() const { return ___logDate_37; } inline String_t** get_address_of_logDate_37() { return &___logDate_37; } inline void set_logDate_37(String_t* value) { ___logDate_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___logDate_37), (void*)value); } inline static int32_t get_offset_of_logsMemUsage_38() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logsMemUsage_38)); } inline float get_logsMemUsage_38() const { return ___logsMemUsage_38; } inline float* get_address_of_logsMemUsage_38() { return &___logsMemUsage_38; } inline void set_logsMemUsage_38(float value) { ___logsMemUsage_38 = value; } inline static int32_t get_offset_of_graphMemUsage_39() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphMemUsage_39)); } inline float get_graphMemUsage_39() const { return ___graphMemUsage_39; } inline float* get_address_of_graphMemUsage_39() { return &___graphMemUsage_39; } inline void set_graphMemUsage_39(float value) { ___graphMemUsage_39 = value; } inline static int32_t get_offset_of_gcTotalMemory_40() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gcTotalMemory_40)); } inline float get_gcTotalMemory_40() const { return ___gcTotalMemory_40; } inline float* get_address_of_gcTotalMemory_40() { return &___gcTotalMemory_40; } inline void set_gcTotalMemory_40(float value) { ___gcTotalMemory_40 = value; } inline static int32_t get_offset_of_UserData_41() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___UserData_41)); } inline String_t* get_UserData_41() const { return ___UserData_41; } inline String_t** get_address_of_UserData_41() { return &___UserData_41; } inline void set_UserData_41(String_t* value) { ___UserData_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___UserData_41), (void*)value); } inline static int32_t get_offset_of_fps_42() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fps_42)); } inline float get_fps_42() const { return ___fps_42; } inline float* get_address_of_fps_42() { return &___fps_42; } inline void set_fps_42(float value) { ___fps_42 = value; } inline static int32_t get_offset_of_fpsText_43() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fpsText_43)); } inline String_t* get_fpsText_43() const { return ___fpsText_43; } inline String_t** get_address_of_fpsText_43() { return &___fpsText_43; } inline void set_fpsText_43(String_t* value) { ___fpsText_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___fpsText_43), (void*)value); } inline static int32_t get_offset_of_currentView_44() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentView_44)); } inline int32_t get_currentView_44() const { return ___currentView_44; } inline int32_t* get_address_of_currentView_44() { return &___currentView_44; } inline void set_currentView_44(int32_t value) { ___currentView_44 = value; } inline static int32_t get_offset_of_images_46() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___images_46)); } inline Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A * get_images_46() const { return ___images_46; } inline Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A ** get_address_of_images_46() { return &___images_46; } inline void set_images_46(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A * value) { ___images_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___images_46), (void*)value); } inline static int32_t get_offset_of_clearContent_47() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___clearContent_47)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_clearContent_47() const { return ___clearContent_47; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_clearContent_47() { return &___clearContent_47; } inline void set_clearContent_47(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___clearContent_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearContent_47), (void*)value); } inline static int32_t get_offset_of_collapseContent_48() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___collapseContent_48)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_collapseContent_48() const { return ___collapseContent_48; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_collapseContent_48() { return &___collapseContent_48; } inline void set_collapseContent_48(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___collapseContent_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___collapseContent_48), (void*)value); } inline static int32_t get_offset_of_clearOnNewSceneContent_49() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___clearOnNewSceneContent_49)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_clearOnNewSceneContent_49() const { return ___clearOnNewSceneContent_49; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_clearOnNewSceneContent_49() { return &___clearOnNewSceneContent_49; } inline void set_clearOnNewSceneContent_49(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___clearOnNewSceneContent_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearOnNewSceneContent_49), (void*)value); } inline static int32_t get_offset_of_showTimeContent_50() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showTimeContent_50)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showTimeContent_50() const { return ___showTimeContent_50; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showTimeContent_50() { return &___showTimeContent_50; } inline void set_showTimeContent_50(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showTimeContent_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___showTimeContent_50), (void*)value); } inline static int32_t get_offset_of_showSceneContent_51() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showSceneContent_51)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showSceneContent_51() const { return ___showSceneContent_51; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showSceneContent_51() { return &___showSceneContent_51; } inline void set_showSceneContent_51(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showSceneContent_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___showSceneContent_51), (void*)value); } inline static int32_t get_offset_of_userContent_52() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___userContent_52)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_userContent_52() const { return ___userContent_52; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_userContent_52() { return &___userContent_52; } inline void set_userContent_52(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___userContent_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___userContent_52), (void*)value); } inline static int32_t get_offset_of_showMemoryContent_53() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showMemoryContent_53)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showMemoryContent_53() const { return ___showMemoryContent_53; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showMemoryContent_53() { return &___showMemoryContent_53; } inline void set_showMemoryContent_53(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showMemoryContent_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___showMemoryContent_53), (void*)value); } inline static int32_t get_offset_of_softwareContent_54() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___softwareContent_54)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_softwareContent_54() const { return ___softwareContent_54; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_softwareContent_54() { return &___softwareContent_54; } inline void set_softwareContent_54(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___softwareContent_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___softwareContent_54), (void*)value); } inline static int32_t get_offset_of_dateContent_55() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___dateContent_55)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_dateContent_55() const { return ___dateContent_55; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_dateContent_55() { return &___dateContent_55; } inline void set_dateContent_55(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___dateContent_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateContent_55), (void*)value); } inline static int32_t get_offset_of_showFpsContent_56() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___showFpsContent_56)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_showFpsContent_56() const { return ___showFpsContent_56; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_showFpsContent_56() { return &___showFpsContent_56; } inline void set_showFpsContent_56(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___showFpsContent_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___showFpsContent_56), (void*)value); } inline static int32_t get_offset_of_infoContent_57() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___infoContent_57)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_infoContent_57() const { return ___infoContent_57; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_infoContent_57() { return &___infoContent_57; } inline void set_infoContent_57(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___infoContent_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___infoContent_57), (void*)value); } inline static int32_t get_offset_of_saveLogsContent_58() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___saveLogsContent_58)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_saveLogsContent_58() const { return ___saveLogsContent_58; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_saveLogsContent_58() { return &___saveLogsContent_58; } inline void set_saveLogsContent_58(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___saveLogsContent_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___saveLogsContent_58), (void*)value); } inline static int32_t get_offset_of_searchContent_59() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___searchContent_59)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_searchContent_59() const { return ___searchContent_59; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_searchContent_59() { return &___searchContent_59; } inline void set_searchContent_59(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___searchContent_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___searchContent_59), (void*)value); } inline static int32_t get_offset_of_copyContent_60() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___copyContent_60)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_copyContent_60() const { return ___copyContent_60; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_copyContent_60() { return &___copyContent_60; } inline void set_copyContent_60(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___copyContent_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyContent_60), (void*)value); } inline static int32_t get_offset_of_copyAllContent_61() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___copyAllContent_61)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_copyAllContent_61() const { return ___copyAllContent_61; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_copyAllContent_61() { return &___copyAllContent_61; } inline void set_copyAllContent_61(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___copyAllContent_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyAllContent_61), (void*)value); } inline static int32_t get_offset_of_closeContent_62() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___closeContent_62)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_closeContent_62() const { return ___closeContent_62; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_closeContent_62() { return &___closeContent_62; } inline void set_closeContent_62(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___closeContent_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___closeContent_62), (void*)value); } inline static int32_t get_offset_of_buildFromContent_63() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buildFromContent_63)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_buildFromContent_63() const { return ___buildFromContent_63; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_buildFromContent_63() { return &___buildFromContent_63; } inline void set_buildFromContent_63(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___buildFromContent_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildFromContent_63), (void*)value); } inline static int32_t get_offset_of_systemInfoContent_64() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___systemInfoContent_64)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_systemInfoContent_64() const { return ___systemInfoContent_64; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_systemInfoContent_64() { return &___systemInfoContent_64; } inline void set_systemInfoContent_64(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___systemInfoContent_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemInfoContent_64), (void*)value); } inline static int32_t get_offset_of_graphicsInfoContent_65() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphicsInfoContent_65)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_graphicsInfoContent_65() const { return ___graphicsInfoContent_65; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_graphicsInfoContent_65() { return &___graphicsInfoContent_65; } inline void set_graphicsInfoContent_65(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___graphicsInfoContent_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphicsInfoContent_65), (void*)value); } inline static int32_t get_offset_of_backContent_66() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___backContent_66)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_backContent_66() const { return ___backContent_66; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_backContent_66() { return &___backContent_66; } inline void set_backContent_66(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___backContent_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___backContent_66), (void*)value); } inline static int32_t get_offset_of_logContent_67() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logContent_67)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_logContent_67() const { return ___logContent_67; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_logContent_67() { return &___logContent_67; } inline void set_logContent_67(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___logContent_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___logContent_67), (void*)value); } inline static int32_t get_offset_of_warningContent_68() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___warningContent_68)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_warningContent_68() const { return ___warningContent_68; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_warningContent_68() { return &___warningContent_68; } inline void set_warningContent_68(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___warningContent_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___warningContent_68), (void*)value); } inline static int32_t get_offset_of_errorContent_69() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___errorContent_69)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_errorContent_69() const { return ___errorContent_69; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_errorContent_69() { return &___errorContent_69; } inline void set_errorContent_69(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___errorContent_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorContent_69), (void*)value); } inline static int32_t get_offset_of_barStyle_70() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___barStyle_70)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_barStyle_70() const { return ___barStyle_70; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_barStyle_70() { return &___barStyle_70; } inline void set_barStyle_70(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___barStyle_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___barStyle_70), (void*)value); } inline static int32_t get_offset_of_buttonActiveStyle_71() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buttonActiveStyle_71)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_buttonActiveStyle_71() const { return ___buttonActiveStyle_71; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_buttonActiveStyle_71() { return &___buttonActiveStyle_71; } inline void set_buttonActiveStyle_71(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___buttonActiveStyle_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___buttonActiveStyle_71), (void*)value); } inline static int32_t get_offset_of_nonStyle_72() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___nonStyle_72)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_nonStyle_72() const { return ___nonStyle_72; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_nonStyle_72() { return &___nonStyle_72; } inline void set_nonStyle_72(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___nonStyle_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___nonStyle_72), (void*)value); } inline static int32_t get_offset_of_lowerLeftFontStyle_73() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___lowerLeftFontStyle_73)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_lowerLeftFontStyle_73() const { return ___lowerLeftFontStyle_73; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_lowerLeftFontStyle_73() { return &___lowerLeftFontStyle_73; } inline void set_lowerLeftFontStyle_73(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___lowerLeftFontStyle_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowerLeftFontStyle_73), (void*)value); } inline static int32_t get_offset_of_backStyle_74() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___backStyle_74)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_backStyle_74() const { return ___backStyle_74; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_backStyle_74() { return &___backStyle_74; } inline void set_backStyle_74(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___backStyle_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___backStyle_74), (void*)value); } inline static int32_t get_offset_of_evenLogStyle_75() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___evenLogStyle_75)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_evenLogStyle_75() const { return ___evenLogStyle_75; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_evenLogStyle_75() { return &___evenLogStyle_75; } inline void set_evenLogStyle_75(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___evenLogStyle_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___evenLogStyle_75), (void*)value); } inline static int32_t get_offset_of_oddLogStyle_76() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oddLogStyle_76)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_oddLogStyle_76() const { return ___oddLogStyle_76; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_oddLogStyle_76() { return &___oddLogStyle_76; } inline void set_oddLogStyle_76(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___oddLogStyle_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___oddLogStyle_76), (void*)value); } inline static int32_t get_offset_of_logButtonStyle_77() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logButtonStyle_77)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_logButtonStyle_77() const { return ___logButtonStyle_77; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_logButtonStyle_77() { return &___logButtonStyle_77; } inline void set_logButtonStyle_77(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___logButtonStyle_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___logButtonStyle_77), (void*)value); } inline static int32_t get_offset_of_selectedLogStyle_78() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___selectedLogStyle_78)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_selectedLogStyle_78() const { return ___selectedLogStyle_78; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_selectedLogStyle_78() { return &___selectedLogStyle_78; } inline void set_selectedLogStyle_78(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___selectedLogStyle_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedLogStyle_78), (void*)value); } inline static int32_t get_offset_of_selectedLogFontStyle_79() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___selectedLogFontStyle_79)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_selectedLogFontStyle_79() const { return ___selectedLogFontStyle_79; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_selectedLogFontStyle_79() { return &___selectedLogFontStyle_79; } inline void set_selectedLogFontStyle_79(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___selectedLogFontStyle_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedLogFontStyle_79), (void*)value); } inline static int32_t get_offset_of_stackLabelStyle_80() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___stackLabelStyle_80)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_stackLabelStyle_80() const { return ___stackLabelStyle_80; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_stackLabelStyle_80() { return &___stackLabelStyle_80; } inline void set_stackLabelStyle_80(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___stackLabelStyle_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___stackLabelStyle_80), (void*)value); } inline static int32_t get_offset_of_scrollerStyle_81() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___scrollerStyle_81)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_scrollerStyle_81() const { return ___scrollerStyle_81; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_scrollerStyle_81() { return &___scrollerStyle_81; } inline void set_scrollerStyle_81(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___scrollerStyle_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___scrollerStyle_81), (void*)value); } inline static int32_t get_offset_of_searchStyle_82() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___searchStyle_82)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_searchStyle_82() const { return ___searchStyle_82; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_searchStyle_82() { return &___searchStyle_82; } inline void set_searchStyle_82(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___searchStyle_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___searchStyle_82), (void*)value); } inline static int32_t get_offset_of_sliderBackStyle_83() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sliderBackStyle_83)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_sliderBackStyle_83() const { return ___sliderBackStyle_83; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_sliderBackStyle_83() { return &___sliderBackStyle_83; } inline void set_sliderBackStyle_83(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___sliderBackStyle_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___sliderBackStyle_83), (void*)value); } inline static int32_t get_offset_of_sliderThumbStyle_84() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sliderThumbStyle_84)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_sliderThumbStyle_84() const { return ___sliderThumbStyle_84; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_sliderThumbStyle_84() { return &___sliderThumbStyle_84; } inline void set_sliderThumbStyle_84(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___sliderThumbStyle_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___sliderThumbStyle_84), (void*)value); } inline static int32_t get_offset_of_toolbarScrollerSkin_85() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolbarScrollerSkin_85)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_toolbarScrollerSkin_85() const { return ___toolbarScrollerSkin_85; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_toolbarScrollerSkin_85() { return &___toolbarScrollerSkin_85; } inline void set_toolbarScrollerSkin_85(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___toolbarScrollerSkin_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___toolbarScrollerSkin_85), (void*)value); } inline static int32_t get_offset_of_logScrollerSkin_86() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logScrollerSkin_86)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_logScrollerSkin_86() const { return ___logScrollerSkin_86; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_logScrollerSkin_86() { return &___logScrollerSkin_86; } inline void set_logScrollerSkin_86(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___logScrollerSkin_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___logScrollerSkin_86), (void*)value); } inline static int32_t get_offset_of_graphScrollerSkin_87() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphScrollerSkin_87)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_graphScrollerSkin_87() const { return ___graphScrollerSkin_87; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_graphScrollerSkin_87() { return &___graphScrollerSkin_87; } inline void set_graphScrollerSkin_87(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___graphScrollerSkin_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphScrollerSkin_87), (void*)value); } inline static int32_t get_offset_of_size_88() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___size_88)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_size_88() const { return ___size_88; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_size_88() { return &___size_88; } inline void set_size_88(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___size_88 = value; } inline static int32_t get_offset_of_maxSize_89() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxSize_89)); } inline float get_maxSize_89() const { return ___maxSize_89; } inline float* get_address_of_maxSize_89() { return &___maxSize_89; } inline void set_maxSize_89(float value) { ___maxSize_89 = value; } inline static int32_t get_offset_of_numOfCircleToShow_90() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___numOfCircleToShow_90)); } inline int32_t get_numOfCircleToShow_90() const { return ___numOfCircleToShow_90; } inline int32_t* get_address_of_numOfCircleToShow_90() { return &___numOfCircleToShow_90; } inline void set_numOfCircleToShow_90(int32_t value) { ___numOfCircleToShow_90 = value; } inline static int32_t get_offset_of_currentScene_92() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentScene_92)); } inline String_t* get_currentScene_92() const { return ___currentScene_92; } inline String_t** get_address_of_currentScene_92() { return &___currentScene_92; } inline void set_currentScene_92(String_t* value) { ___currentScene_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentScene_92), (void*)value); } inline static int32_t get_offset_of_filterText_93() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___filterText_93)); } inline String_t* get_filterText_93() const { return ___filterText_93; } inline String_t** get_address_of_filterText_93() { return &___filterText_93; } inline void set_filterText_93(String_t* value) { ___filterText_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___filterText_93), (void*)value); } inline static int32_t get_offset_of_deviceModel_94() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___deviceModel_94)); } inline String_t* get_deviceModel_94() const { return ___deviceModel_94; } inline String_t** get_address_of_deviceModel_94() { return &___deviceModel_94; } inline void set_deviceModel_94(String_t* value) { ___deviceModel_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceModel_94), (void*)value); } inline static int32_t get_offset_of_deviceType_95() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___deviceType_95)); } inline String_t* get_deviceType_95() const { return ___deviceType_95; } inline String_t** get_address_of_deviceType_95() { return &___deviceType_95; } inline void set_deviceType_95(String_t* value) { ___deviceType_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceType_95), (void*)value); } inline static int32_t get_offset_of_deviceName_96() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___deviceName_96)); } inline String_t* get_deviceName_96() const { return ___deviceName_96; } inline String_t** get_address_of_deviceName_96() { return &___deviceName_96; } inline void set_deviceName_96(String_t* value) { ___deviceName_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___deviceName_96), (void*)value); } inline static int32_t get_offset_of_graphicsMemorySize_97() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphicsMemorySize_97)); } inline String_t* get_graphicsMemorySize_97() const { return ___graphicsMemorySize_97; } inline String_t** get_address_of_graphicsMemorySize_97() { return &___graphicsMemorySize_97; } inline void set_graphicsMemorySize_97(String_t* value) { ___graphicsMemorySize_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphicsMemorySize_97), (void*)value); } inline static int32_t get_offset_of_maxTextureSize_98() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxTextureSize_98)); } inline String_t* get_maxTextureSize_98() const { return ___maxTextureSize_98; } inline String_t** get_address_of_maxTextureSize_98() { return &___maxTextureSize_98; } inline void set_maxTextureSize_98(String_t* value) { ___maxTextureSize_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxTextureSize_98), (void*)value); } inline static int32_t get_offset_of_systemMemorySize_99() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___systemMemorySize_99)); } inline String_t* get_systemMemorySize_99() const { return ___systemMemorySize_99; } inline String_t** get_address_of_systemMemorySize_99() { return &___systemMemorySize_99; } inline void set_systemMemorySize_99(String_t* value) { ___systemMemorySize_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemMemorySize_99), (void*)value); } inline static int32_t get_offset_of_Initialized_100() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___Initialized_100)); } inline bool get_Initialized_100() const { return ___Initialized_100; } inline bool* get_address_of_Initialized_100() { return &___Initialized_100; } inline void set_Initialized_100(bool value) { ___Initialized_100 = value; } inline static int32_t get_offset_of_screenRect_101() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___screenRect_101)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_screenRect_101() const { return ___screenRect_101; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_screenRect_101() { return &___screenRect_101; } inline void set_screenRect_101(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___screenRect_101 = value; } inline static int32_t get_offset_of_toolBarRect_102() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolBarRect_102)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_toolBarRect_102() const { return ___toolBarRect_102; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_toolBarRect_102() { return &___toolBarRect_102; } inline void set_toolBarRect_102(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___toolBarRect_102 = value; } inline static int32_t get_offset_of_logsRect_103() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___logsRect_103)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_logsRect_103() const { return ___logsRect_103; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_logsRect_103() { return &___logsRect_103; } inline void set_logsRect_103(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___logsRect_103 = value; } inline static int32_t get_offset_of_stackRect_104() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___stackRect_104)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_stackRect_104() const { return ___stackRect_104; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_stackRect_104() { return &___stackRect_104; } inline void set_stackRect_104(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___stackRect_104 = value; } inline static int32_t get_offset_of_graphRect_105() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphRect_105)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_graphRect_105() const { return ___graphRect_105; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_graphRect_105() { return &___graphRect_105; } inline void set_graphRect_105(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___graphRect_105 = value; } inline static int32_t get_offset_of_graphMinRect_106() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphMinRect_106)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_graphMinRect_106() const { return ___graphMinRect_106; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_graphMinRect_106() { return &___graphMinRect_106; } inline void set_graphMinRect_106(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___graphMinRect_106 = value; } inline static int32_t get_offset_of_graphMaxRect_107() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphMaxRect_107)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_graphMaxRect_107() const { return ___graphMaxRect_107; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_graphMaxRect_107() { return &___graphMaxRect_107; } inline void set_graphMaxRect_107(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___graphMaxRect_107 = value; } inline static int32_t get_offset_of_buttomRect_108() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___buttomRect_108)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_buttomRect_108() const { return ___buttomRect_108; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_buttomRect_108() { return &___buttomRect_108; } inline void set_buttomRect_108(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___buttomRect_108 = value; } inline static int32_t get_offset_of_stackRectTopLeft_109() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___stackRectTopLeft_109)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_stackRectTopLeft_109() const { return ___stackRectTopLeft_109; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_stackRectTopLeft_109() { return &___stackRectTopLeft_109; } inline void set_stackRectTopLeft_109(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___stackRectTopLeft_109 = value; } inline static int32_t get_offset_of_detailRect_110() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___detailRect_110)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_detailRect_110() const { return ___detailRect_110; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_detailRect_110() { return &___detailRect_110; } inline void set_detailRect_110(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___detailRect_110 = value; } inline static int32_t get_offset_of_scrollPosition_111() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___scrollPosition_111)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPosition_111() const { return ___scrollPosition_111; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPosition_111() { return &___scrollPosition_111; } inline void set_scrollPosition_111(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPosition_111 = value; } inline static int32_t get_offset_of_scrollPosition2_112() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___scrollPosition2_112)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_scrollPosition2_112() const { return ___scrollPosition2_112; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_scrollPosition2_112() { return &___scrollPosition2_112; } inline void set_scrollPosition2_112(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___scrollPosition2_112 = value; } inline static int32_t get_offset_of_toolbarScrollPosition_113() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolbarScrollPosition_113)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_toolbarScrollPosition_113() const { return ___toolbarScrollPosition_113; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_toolbarScrollPosition_113() { return &___toolbarScrollPosition_113; } inline void set_toolbarScrollPosition_113(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___toolbarScrollPosition_113 = value; } inline static int32_t get_offset_of_selectedLog_114() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___selectedLog_114)); } inline Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * get_selectedLog_114() const { return ___selectedLog_114; } inline Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 ** get_address_of_selectedLog_114() { return &___selectedLog_114; } inline void set_selectedLog_114(Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * value) { ___selectedLog_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedLog_114), (void*)value); } inline static int32_t get_offset_of_toolbarOldDrag_115() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___toolbarOldDrag_115)); } inline float get_toolbarOldDrag_115() const { return ___toolbarOldDrag_115; } inline float* get_address_of_toolbarOldDrag_115() { return &___toolbarOldDrag_115; } inline void set_toolbarOldDrag_115(float value) { ___toolbarOldDrag_115 = value; } inline static int32_t get_offset_of_oldDrag_116() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldDrag_116)); } inline float get_oldDrag_116() const { return ___oldDrag_116; } inline float* get_address_of_oldDrag_116() { return &___oldDrag_116; } inline void set_oldDrag_116(float value) { ___oldDrag_116 = value; } inline static int32_t get_offset_of_oldDrag2_117() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldDrag2_117)); } inline float get_oldDrag2_117() const { return ___oldDrag2_117; } inline float* get_address_of_oldDrag2_117() { return &___oldDrag2_117; } inline void set_oldDrag2_117(float value) { ___oldDrag2_117 = value; } inline static int32_t get_offset_of_oldDrag3_118() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldDrag3_118)); } inline float get_oldDrag3_118() const { return ___oldDrag3_118; } inline float* get_address_of_oldDrag3_118() { return &___oldDrag3_118; } inline void set_oldDrag3_118(float value) { ___oldDrag3_118 = value; } inline static int32_t get_offset_of_startIndex_119() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___startIndex_119)); } inline int32_t get_startIndex_119() const { return ___startIndex_119; } inline int32_t* get_address_of_startIndex_119() { return &___startIndex_119; } inline void set_startIndex_119(int32_t value) { ___startIndex_119 = value; } inline static int32_t get_offset_of_countRect_120() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___countRect_120)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_countRect_120() const { return ___countRect_120; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_countRect_120() { return &___countRect_120; } inline void set_countRect_120(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___countRect_120 = value; } inline static int32_t get_offset_of_timeRect_121() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___timeRect_121)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_timeRect_121() const { return ___timeRect_121; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_timeRect_121() { return &___timeRect_121; } inline void set_timeRect_121(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___timeRect_121 = value; } inline static int32_t get_offset_of_timeLabelRect_122() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___timeLabelRect_122)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_timeLabelRect_122() const { return ___timeLabelRect_122; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_timeLabelRect_122() { return &___timeLabelRect_122; } inline void set_timeLabelRect_122(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___timeLabelRect_122 = value; } inline static int32_t get_offset_of_sceneRect_123() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sceneRect_123)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_sceneRect_123() const { return ___sceneRect_123; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_sceneRect_123() { return &___sceneRect_123; } inline void set_sceneRect_123(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___sceneRect_123 = value; } inline static int32_t get_offset_of_sceneLabelRect_124() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___sceneLabelRect_124)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_sceneLabelRect_124() const { return ___sceneLabelRect_124; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_sceneLabelRect_124() { return &___sceneLabelRect_124; } inline void set_sceneLabelRect_124(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___sceneLabelRect_124 = value; } inline static int32_t get_offset_of_memoryRect_125() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___memoryRect_125)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_memoryRect_125() const { return ___memoryRect_125; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_memoryRect_125() { return &___memoryRect_125; } inline void set_memoryRect_125(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___memoryRect_125 = value; } inline static int32_t get_offset_of_memoryLabelRect_126() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___memoryLabelRect_126)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_memoryLabelRect_126() const { return ___memoryLabelRect_126; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_memoryLabelRect_126() { return &___memoryLabelRect_126; } inline void set_memoryLabelRect_126(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___memoryLabelRect_126 = value; } inline static int32_t get_offset_of_fpsRect_127() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fpsRect_127)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_fpsRect_127() const { return ___fpsRect_127; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_fpsRect_127() { return &___fpsRect_127; } inline void set_fpsRect_127(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___fpsRect_127 = value; } inline static int32_t get_offset_of_fpsLabelRect_128() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___fpsLabelRect_128)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_fpsLabelRect_128() const { return ___fpsLabelRect_128; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_fpsLabelRect_128() { return &___fpsLabelRect_128; } inline void set_fpsLabelRect_128(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___fpsLabelRect_128 = value; } inline static int32_t get_offset_of_tempContent_129() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempContent_129)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_tempContent_129() const { return ___tempContent_129; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_tempContent_129() { return &___tempContent_129; } inline void set_tempContent_129(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___tempContent_129 = value; Il2CppCodeGenWriteBarrier((void**)(&___tempContent_129), (void*)value); } inline static int32_t get_offset_of_infoScrollPosition_130() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___infoScrollPosition_130)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_infoScrollPosition_130() const { return ___infoScrollPosition_130; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_infoScrollPosition_130() { return &___infoScrollPosition_130; } inline void set_infoScrollPosition_130(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___infoScrollPosition_130 = value; } inline static int32_t get_offset_of_oldInfoDrag_131() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___oldInfoDrag_131)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oldInfoDrag_131() const { return ___oldInfoDrag_131; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oldInfoDrag_131() { return &___oldInfoDrag_131; } inline void set_oldInfoDrag_131(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oldInfoDrag_131 = value; } inline static int32_t get_offset_of_tempRect_132() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempRect_132)); } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 get_tempRect_132() const { return ___tempRect_132; } inline Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * get_address_of_tempRect_132() { return &___tempRect_132; } inline void set_tempRect_132(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 value) { ___tempRect_132 = value; } inline static int32_t get_offset_of_graphSize_133() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphSize_133)); } inline float get_graphSize_133() const { return ___graphSize_133; } inline float* get_address_of_graphSize_133() { return &___graphSize_133; } inline void set_graphSize_133(float value) { ___graphSize_133 = value; } inline static int32_t get_offset_of_startFrame_134() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___startFrame_134)); } inline int32_t get_startFrame_134() const { return ___startFrame_134; } inline int32_t* get_address_of_startFrame_134() { return &___startFrame_134; } inline void set_startFrame_134(int32_t value) { ___startFrame_134 = value; } inline static int32_t get_offset_of_currentFrame_135() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___currentFrame_135)); } inline int32_t get_currentFrame_135() const { return ___currentFrame_135; } inline int32_t* get_address_of_currentFrame_135() { return &___currentFrame_135; } inline void set_currentFrame_135(int32_t value) { ___currentFrame_135 = value; } inline static int32_t get_offset_of_tempVector1_136() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempVector1_136)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_tempVector1_136() const { return ___tempVector1_136; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_tempVector1_136() { return &___tempVector1_136; } inline void set_tempVector1_136(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___tempVector1_136 = value; } inline static int32_t get_offset_of_tempVector2_137() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___tempVector2_137)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_tempVector2_137() const { return ___tempVector2_137; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_tempVector2_137() { return &___tempVector2_137; } inline void set_tempVector2_137(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___tempVector2_137 = value; } inline static int32_t get_offset_of_graphScrollerPos_138() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___graphScrollerPos_138)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_graphScrollerPos_138() const { return ___graphScrollerPos_138; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_graphScrollerPos_138() { return &___graphScrollerPos_138; } inline void set_graphScrollerPos_138(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___graphScrollerPos_138 = value; } inline static int32_t get_offset_of_maxFpsValue_139() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxFpsValue_139)); } inline float get_maxFpsValue_139() const { return ___maxFpsValue_139; } inline float* get_address_of_maxFpsValue_139() { return &___maxFpsValue_139; } inline void set_maxFpsValue_139(float value) { ___maxFpsValue_139 = value; } inline static int32_t get_offset_of_minFpsValue_140() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___minFpsValue_140)); } inline float get_minFpsValue_140() const { return ___minFpsValue_140; } inline float* get_address_of_minFpsValue_140() { return &___minFpsValue_140; } inline void set_minFpsValue_140(float value) { ___minFpsValue_140 = value; } inline static int32_t get_offset_of_maxMemoryValue_141() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___maxMemoryValue_141)); } inline float get_maxMemoryValue_141() const { return ___maxMemoryValue_141; } inline float* get_address_of_maxMemoryValue_141() { return &___maxMemoryValue_141; } inline void set_maxMemoryValue_141(float value) { ___maxMemoryValue_141 = value; } inline static int32_t get_offset_of_minMemoryValue_142() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___minMemoryValue_142)); } inline float get_minMemoryValue_142() const { return ___minMemoryValue_142; } inline float* get_address_of_minMemoryValue_142() { return &___minMemoryValue_142; } inline void set_minMemoryValue_142(float value) { ___minMemoryValue_142 = value; } inline static int32_t get_offset_of_gestureDetector_143() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureDetector_143)); } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * get_gestureDetector_143() const { return ___gestureDetector_143; } inline List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 ** get_address_of_gestureDetector_143() { return &___gestureDetector_143; } inline void set_gestureDetector_143(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * value) { ___gestureDetector_143 = value; Il2CppCodeGenWriteBarrier((void**)(&___gestureDetector_143), (void*)value); } inline static int32_t get_offset_of_gestureSum_144() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureSum_144)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_gestureSum_144() const { return ___gestureSum_144; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_gestureSum_144() { return &___gestureSum_144; } inline void set_gestureSum_144(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___gestureSum_144 = value; } inline static int32_t get_offset_of_gestureLength_145() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureLength_145)); } inline float get_gestureLength_145() const { return ___gestureLength_145; } inline float* get_address_of_gestureLength_145() { return &___gestureLength_145; } inline void set_gestureLength_145(float value) { ___gestureLength_145 = value; } inline static int32_t get_offset_of_gestureCount_146() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___gestureCount_146)); } inline int32_t get_gestureCount_146() const { return ___gestureCount_146; } inline int32_t* get_address_of_gestureCount_146() { return &___gestureCount_146; } inline void set_gestureCount_146(int32_t value) { ___gestureCount_146 = value; } inline static int32_t get_offset_of_lastClickTime_147() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___lastClickTime_147)); } inline float get_lastClickTime_147() const { return ___lastClickTime_147; } inline float* get_address_of_lastClickTime_147() { return &___lastClickTime_147; } inline void set_lastClickTime_147(float value) { ___lastClickTime_147 = value; } inline static int32_t get_offset_of_startPos_148() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___startPos_148)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_startPos_148() const { return ___startPos_148; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_startPos_148() { return &___startPos_148; } inline void set_startPos_148(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___startPos_148 = value; } inline static int32_t get_offset_of_downPos_149() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___downPos_149)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downPos_149() const { return ___downPos_149; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downPos_149() { return &___downPos_149; } inline void set_downPos_149(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downPos_149 = value; } inline static int32_t get_offset_of_mousePosition_150() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___mousePosition_150)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePosition_150() const { return ___mousePosition_150; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePosition_150() { return &___mousePosition_150; } inline void set_mousePosition_150(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePosition_150 = value; } inline static int32_t get_offset_of_frames_151() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___frames_151)); } inline int32_t get_frames_151() const { return ___frames_151; } inline int32_t* get_address_of_frames_151() { return &___frames_151; } inline void set_frames_151(int32_t value) { ___frames_151 = value; } inline static int32_t get_offset_of_firstTime_152() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___firstTime_152)); } inline bool get_firstTime_152() const { return ___firstTime_152; } inline bool* get_address_of_firstTime_152() { return &___firstTime_152; } inline void set_firstTime_152(bool value) { ___firstTime_152 = value; } inline static int32_t get_offset_of_lastUpdate_153() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___lastUpdate_153)); } inline float get_lastUpdate_153() const { return ___lastUpdate_153; } inline float* get_address_of_lastUpdate_153() { return &___lastUpdate_153; } inline void set_lastUpdate_153(float value) { ___lastUpdate_153 = value; } inline static int32_t get_offset_of_threadedLogs_156() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF, ___threadedLogs_156)); } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * get_threadedLogs_156() const { return ___threadedLogs_156; } inline List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 ** get_address_of_threadedLogs_156() { return &___threadedLogs_156; } inline void set_threadedLogs_156(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * value) { ___threadedLogs_156 = value; Il2CppCodeGenWriteBarrier((void**)(&___threadedLogs_156), (void*)value); } }; struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields { public: // System.Boolean Reporter::created bool ___created_45; // System.String[] Reporter::scenes StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___scenes_91; public: inline static int32_t get_offset_of_created_45() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields, ___created_45)); } inline bool get_created_45() const { return ___created_45; } inline bool* get_address_of_created_45() { return &___created_45; } inline void set_created_45(bool value) { ___created_45 = value; } inline static int32_t get_offset_of_scenes_91() { return static_cast(offsetof(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields, ___scenes_91)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_scenes_91() const { return ___scenes_91; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_scenes_91() { return &___scenes_91; } inline void set_scenes_91(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___scenes_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___scenes_91), (void*)value); } }; // RetrievePasswordView struct RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.RectTransform RetrievePasswordView::_retrieveValidate RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____retrieveValidate_4; // RetrievePasswordView/RetrieveValidateType RetrievePasswordView::_retrieveValidateType int32_t ____retrieveValidateType_5; // UnityEngine.RectTransform RetrievePasswordView::_selectUsername RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____selectUsername_6; // System.String RetrievePasswordView::_currentUsername String_t* ____currentUsername_7; // System.Int64 RetrievePasswordView::_currentUsernameTimestamp int64_t ____currentUsernameTimestamp_8; // System.String RetrievePasswordView::_currentUsernameSign String_t* ____currentUsernameSign_9; // UnityEngine.RectTransform RetrievePasswordView::_resetPassword RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____resetPassword_10; // UnityEngine.UI.Text RetrievePasswordView::_page2_text_Username Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ____page2_text_Username_11; // UnityEngine.UI.InputField RetrievePasswordView::_page2_input_Password InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ____page2_input_Password_12; // UnityEngine.UI.InputField RetrievePasswordView::_page2_input_Password2 InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * ____page2_input_Password2_13; // UnityEngine.UI.Button RetrievePasswordView::_page2_btnSubmit Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ____page2_btnSubmit_14; // JCUnityLib.Throttler RetrievePasswordView::_throttlerBtnSubmit Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ____throttlerBtnSubmit_15; public: inline static int32_t get_offset_of__retrieveValidate_4() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____retrieveValidate_4)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__retrieveValidate_4() const { return ____retrieveValidate_4; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__retrieveValidate_4() { return &____retrieveValidate_4; } inline void set__retrieveValidate_4(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____retrieveValidate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____retrieveValidate_4), (void*)value); } inline static int32_t get_offset_of__retrieveValidateType_5() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____retrieveValidateType_5)); } inline int32_t get__retrieveValidateType_5() const { return ____retrieveValidateType_5; } inline int32_t* get_address_of__retrieveValidateType_5() { return &____retrieveValidateType_5; } inline void set__retrieveValidateType_5(int32_t value) { ____retrieveValidateType_5 = value; } inline static int32_t get_offset_of__selectUsername_6() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____selectUsername_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__selectUsername_6() const { return ____selectUsername_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__selectUsername_6() { return &____selectUsername_6; } inline void set__selectUsername_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____selectUsername_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____selectUsername_6), (void*)value); } inline static int32_t get_offset_of__currentUsername_7() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____currentUsername_7)); } inline String_t* get__currentUsername_7() const { return ____currentUsername_7; } inline String_t** get_address_of__currentUsername_7() { return &____currentUsername_7; } inline void set__currentUsername_7(String_t* value) { ____currentUsername_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentUsername_7), (void*)value); } inline static int32_t get_offset_of__currentUsernameTimestamp_8() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____currentUsernameTimestamp_8)); } inline int64_t get__currentUsernameTimestamp_8() const { return ____currentUsernameTimestamp_8; } inline int64_t* get_address_of__currentUsernameTimestamp_8() { return &____currentUsernameTimestamp_8; } inline void set__currentUsernameTimestamp_8(int64_t value) { ____currentUsernameTimestamp_8 = value; } inline static int32_t get_offset_of__currentUsernameSign_9() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____currentUsernameSign_9)); } inline String_t* get__currentUsernameSign_9() const { return ____currentUsernameSign_9; } inline String_t** get_address_of__currentUsernameSign_9() { return &____currentUsernameSign_9; } inline void set__currentUsernameSign_9(String_t* value) { ____currentUsernameSign_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentUsernameSign_9), (void*)value); } inline static int32_t get_offset_of__resetPassword_10() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____resetPassword_10)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__resetPassword_10() const { return ____resetPassword_10; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__resetPassword_10() { return &____resetPassword_10; } inline void set__resetPassword_10(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____resetPassword_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____resetPassword_10), (void*)value); } inline static int32_t get_offset_of__page2_text_Username_11() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____page2_text_Username_11)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get__page2_text_Username_11() const { return ____page2_text_Username_11; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of__page2_text_Username_11() { return &____page2_text_Username_11; } inline void set__page2_text_Username_11(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ____page2_text_Username_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____page2_text_Username_11), (void*)value); } inline static int32_t get_offset_of__page2_input_Password_12() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____page2_input_Password_12)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get__page2_input_Password_12() const { return ____page2_input_Password_12; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of__page2_input_Password_12() { return &____page2_input_Password_12; } inline void set__page2_input_Password_12(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ____page2_input_Password_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____page2_input_Password_12), (void*)value); } inline static int32_t get_offset_of__page2_input_Password2_13() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____page2_input_Password2_13)); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * get__page2_input_Password2_13() const { return ____page2_input_Password2_13; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** get_address_of__page2_input_Password2_13() { return &____page2_input_Password2_13; } inline void set__page2_input_Password2_13(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { ____page2_input_Password2_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____page2_input_Password2_13), (void*)value); } inline static int32_t get_offset_of__page2_btnSubmit_14() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____page2_btnSubmit_14)); } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * get__page2_btnSubmit_14() const { return ____page2_btnSubmit_14; } inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D ** get_address_of__page2_btnSubmit_14() { return &____page2_btnSubmit_14; } inline void set__page2_btnSubmit_14(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * value) { ____page2_btnSubmit_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____page2_btnSubmit_14), (void*)value); } inline static int32_t get_offset_of__throttlerBtnSubmit_15() { return static_cast(offsetof(RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511, ____throttlerBtnSubmit_15)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get__throttlerBtnSubmit_15() const { return ____throttlerBtnSubmit_15; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of__throttlerBtnSubmit_15() { return &____throttlerBtnSubmit_15; } inline void set__throttlerBtnSubmit_15(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ____throttlerBtnSubmit_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____throttlerBtnSubmit_15), (void*)value); } }; // SB_EventSystem struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MouseConfirm SB_EventSystem::mouseConfirm MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * ___mouseConfirm_5; // JC.Unity.SimulateMouse SB_EventSystem::simulateMouse SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * ___simulateMouse_6; // System.Boolean SB_EventSystem::simulateMouseIsAwaked bool ___simulateMouseIsAwaked_7; // UnityEngine.Quaternion SB_EventSystem::nowAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___nowAxisQuat_8; // UnityEngine.Quaternion SB_EventSystem::newAxisQuat Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___newAxisQuat_9; // UnityEngine.Vector2 SB_EventSystem::mousePointerPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___mousePointerPosition_10; // System.Single SB_EventSystem::_lastClickMouseTime float ____lastClickMouseTime_11; // SB_EventSystem/MouseTest SB_EventSystem::mouseTest MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * ___mouseTest_12; public: inline static int32_t get_offset_of_mouseConfirm_5() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseConfirm_5)); } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * get_mouseConfirm_5() const { return ___mouseConfirm_5; } inline MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA ** get_address_of_mouseConfirm_5() { return &___mouseConfirm_5; } inline void set_mouseConfirm_5(MouseConfirm_tF0F5D2C2B9E97E6E5E492DF20042D0702AD9A4FA * value) { ___mouseConfirm_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseConfirm_5), (void*)value); } inline static int32_t get_offset_of_simulateMouse_6() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouse_6)); } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * get_simulateMouse_6() const { return ___simulateMouse_6; } inline SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 ** get_address_of_simulateMouse_6() { return &___simulateMouse_6; } inline void set_simulateMouse_6(SimulateMouse_t97C366D123A541B3E8B1570192A8B8F038716AA0 * value) { ___simulateMouse_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simulateMouse_6), (void*)value); } inline static int32_t get_offset_of_simulateMouseIsAwaked_7() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___simulateMouseIsAwaked_7)); } inline bool get_simulateMouseIsAwaked_7() const { return ___simulateMouseIsAwaked_7; } inline bool* get_address_of_simulateMouseIsAwaked_7() { return &___simulateMouseIsAwaked_7; } inline void set_simulateMouseIsAwaked_7(bool value) { ___simulateMouseIsAwaked_7 = value; } inline static int32_t get_offset_of_nowAxisQuat_8() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___nowAxisQuat_8)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_nowAxisQuat_8() const { return ___nowAxisQuat_8; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_nowAxisQuat_8() { return &___nowAxisQuat_8; } inline void set_nowAxisQuat_8(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___nowAxisQuat_8 = value; } inline static int32_t get_offset_of_newAxisQuat_9() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___newAxisQuat_9)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_newAxisQuat_9() const { return ___newAxisQuat_9; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_newAxisQuat_9() { return &___newAxisQuat_9; } inline void set_newAxisQuat_9(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___newAxisQuat_9 = value; } inline static int32_t get_offset_of_mousePointerPosition_10() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mousePointerPosition_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_mousePointerPosition_10() const { return ___mousePointerPosition_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_mousePointerPosition_10() { return &___mousePointerPosition_10; } inline void set_mousePointerPosition_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___mousePointerPosition_10 = value; } inline static int32_t get_offset_of__lastClickMouseTime_11() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ____lastClickMouseTime_11)); } inline float get__lastClickMouseTime_11() const { return ____lastClickMouseTime_11; } inline float* get_address_of__lastClickMouseTime_11() { return &____lastClickMouseTime_11; } inline void set__lastClickMouseTime_11(float value) { ____lastClickMouseTime_11 = value; } inline static int32_t get_offset_of_mouseTest_12() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49, ___mouseTest_12)); } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * get_mouseTest_12() const { return ___mouseTest_12; } inline MouseTest_t19667380CD6500B956B18AF63436737941DB14FD ** get_address_of_mouseTest_12() { return &___mouseTest_12; } inline void set_mouseTest_12(MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * value) { ___mouseTest_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mouseTest_12), (void*)value); } }; struct SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields { public: // SB_EventSystem SB_EventSystem::ins SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields, ___ins_4)); } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * get_ins_4() const { return ___ins_4; } inline SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // 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); } }; // TargetBody struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject TargetBody::cameraForTargetView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___cameraForTargetView_4; // System.Single TargetBody::distance float ___distance_5; public: inline static int32_t get_offset_of_cameraForTargetView_4() { return static_cast(offsetof(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D, ___cameraForTargetView_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_cameraForTargetView_4() const { return ___cameraForTargetView_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_cameraForTargetView_4() { return &___cameraForTargetView_4; } inline void set_cameraForTargetView_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___cameraForTargetView_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraForTargetView_4), (void*)value); } inline static int32_t get_offset_of_distance_5() { return static_cast(offsetof(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D, ___distance_5)); } inline float get_distance_5() const { return ___distance_5; } inline float* get_address_of_distance_5() { return &___distance_5; } inline void set_distance_5(float value) { ___distance_5 = value; } }; struct TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields { public: // TargetBody TargetBody::ins TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * ___ins_6; public: inline static int32_t get_offset_of_ins_6() { return static_cast(offsetof(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields, ___ins_6)); } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * get_ins_6() const { return ___ins_6; } inline TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D ** get_address_of_ins_6() { return &___ins_6; } inline void set_ins_6(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * value) { ___ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_6), (void*)value); } }; // TextAutoLanguage struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 TextAutoLanguage::textID int32_t ___textID_4; // UnityEngine.RectTransform TextAutoLanguage::layoutRebuildObject RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRebuildObject_5; // System.String[] TextAutoLanguage::textFormatArgs StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___textFormatArgs_9; // LanguageFontSize[] TextAutoLanguage::languageFontSizes LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* ___languageFontSizes_10; // System.Int32 TextAutoLanguage::defaultFontSize int32_t ___defaultFontSize_12; public: inline static int32_t get_offset_of_textID_4() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___textID_4)); } inline int32_t get_textID_4() const { return ___textID_4; } inline int32_t* get_address_of_textID_4() { return &___textID_4; } inline void set_textID_4(int32_t value) { ___textID_4 = value; } inline static int32_t get_offset_of_layoutRebuildObject_5() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___layoutRebuildObject_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_layoutRebuildObject_5() const { return ___layoutRebuildObject_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_layoutRebuildObject_5() { return &___layoutRebuildObject_5; } inline void set_layoutRebuildObject_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___layoutRebuildObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutRebuildObject_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_9() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___textFormatArgs_9)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_textFormatArgs_9() const { return ___textFormatArgs_9; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_textFormatArgs_9() { return &___textFormatArgs_9; } inline void set_textFormatArgs_9(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___textFormatArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_9), (void*)value); } inline static int32_t get_offset_of_languageFontSizes_10() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___languageFontSizes_10)); } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* get_languageFontSizes_10() const { return ___languageFontSizes_10; } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0** get_address_of_languageFontSizes_10() { return &___languageFontSizes_10; } inline void set_languageFontSizes_10(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* value) { ___languageFontSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageFontSizes_10), (void*)value); } inline static int32_t get_offset_of_defaultFontSize_12() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1, ___defaultFontSize_12)); } inline int32_t get_defaultFontSize_12() const { return ___defaultFontSize_12; } inline int32_t* get_address_of_defaultFontSize_12() { return &___defaultFontSize_12; } inline void set_defaultFontSize_12(int32_t value) { ___defaultFontSize_12 = value; } }; struct TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields { public: // LanguageEnum TextAutoLanguage::currentLanguageEnum int32_t ___currentLanguageEnum_6; // LanguageDefault TextAutoLanguage::language LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * ___language_7; // System.Collections.Generic.HashSet`1 TextAutoLanguage::textAutoLanguages HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * ___textAutoLanguages_8; // System.Boolean TextAutoLanguage::inited bool ___inited_11; public: inline static int32_t get_offset_of_currentLanguageEnum_6() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___currentLanguageEnum_6)); } inline int32_t get_currentLanguageEnum_6() const { return ___currentLanguageEnum_6; } inline int32_t* get_address_of_currentLanguageEnum_6() { return &___currentLanguageEnum_6; } inline void set_currentLanguageEnum_6(int32_t value) { ___currentLanguageEnum_6 = value; } inline static int32_t get_offset_of_language_7() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___language_7)); } inline LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * get_language_7() const { return ___language_7; } inline LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 ** get_address_of_language_7() { return &___language_7; } inline void set_language_7(LanguageDefault_tD042AD73E528D2C0588434FCA27BAE33595E5783 * value) { ___language_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___language_7), (void*)value); } inline static int32_t get_offset_of_textAutoLanguages_8() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___textAutoLanguages_8)); } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * get_textAutoLanguages_8() const { return ___textAutoLanguages_8; } inline HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 ** get_address_of_textAutoLanguages_8() { return &___textAutoLanguages_8; } inline void set_textAutoLanguages_8(HashSet_1_t5533B0D98DD1468698FE156F17EA79B503560130 * value) { ___textAutoLanguages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAutoLanguages_8), (void*)value); } inline static int32_t get_offset_of_inited_11() { return static_cast(offsetof(TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1_StaticFields, ___inited_11)); } inline bool get_inited_11() const { return ___inited_11; } inline bool* get_address_of_inited_11() { return &___inited_11; } inline void set_inited_11(bool value) { ___inited_11 = value; } }; // TextAutoLanguage2 struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String TextAutoLanguage2::textKey String_t* ___textKey_4; // UnityEngine.RectTransform TextAutoLanguage2::layoutRebuildObject RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRebuildObject_5; // System.Object[] TextAutoLanguage2::textFormatArgs ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___textFormatArgs_9; // LanguageFontSize[] TextAutoLanguage2::languageFontSizes LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* ___languageFontSizes_10; // System.Int32 TextAutoLanguage2::defaultFontSize int32_t ___defaultFontSize_12; // System.Action`1 TextAutoLanguage2::onApplyToNext Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * ___onApplyToNext_13; public: inline static int32_t get_offset_of_textKey_4() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___textKey_4)); } inline String_t* get_textKey_4() const { return ___textKey_4; } inline String_t** get_address_of_textKey_4() { return &___textKey_4; } inline void set_textKey_4(String_t* value) { ___textKey_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textKey_4), (void*)value); } inline static int32_t get_offset_of_layoutRebuildObject_5() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___layoutRebuildObject_5)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_layoutRebuildObject_5() const { return ___layoutRebuildObject_5; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_layoutRebuildObject_5() { return &___layoutRebuildObject_5; } inline void set_layoutRebuildObject_5(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___layoutRebuildObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutRebuildObject_5), (void*)value); } inline static int32_t get_offset_of_textFormatArgs_9() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___textFormatArgs_9)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_textFormatArgs_9() const { return ___textFormatArgs_9; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_textFormatArgs_9() { return &___textFormatArgs_9; } inline void set_textFormatArgs_9(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___textFormatArgs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___textFormatArgs_9), (void*)value); } inline static int32_t get_offset_of_languageFontSizes_10() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___languageFontSizes_10)); } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* get_languageFontSizes_10() const { return ___languageFontSizes_10; } inline LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0** get_address_of_languageFontSizes_10() { return &___languageFontSizes_10; } inline void set_languageFontSizes_10(LanguageFontSizeU5BU5D_tA2FB2C4AC58E862D8D2F2D71909256A8BE2B29A0* value) { ___languageFontSizes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageFontSizes_10), (void*)value); } inline static int32_t get_offset_of_defaultFontSize_12() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___defaultFontSize_12)); } inline int32_t get_defaultFontSize_12() const { return ___defaultFontSize_12; } inline int32_t* get_address_of_defaultFontSize_12() { return &___defaultFontSize_12; } inline void set_defaultFontSize_12(int32_t value) { ___defaultFontSize_12 = value; } inline static int32_t get_offset_of_onApplyToNext_13() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE, ___onApplyToNext_13)); } inline Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * get_onApplyToNext_13() const { return ___onApplyToNext_13; } inline Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 ** get_address_of_onApplyToNext_13() { return &___onApplyToNext_13; } inline void set_onApplyToNext_13(Action_1_tC70DA5CFE696CF94B3775EA676B2515A14E81299 * value) { ___onApplyToNext_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onApplyToNext_13), (void*)value); } }; struct TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields { public: // LanguageEnum TextAutoLanguage2::currentLanguageEnum int32_t ___currentLanguageEnum_6; // System.Collections.Generic.Dictionary`2 TextAutoLanguage2::languageDictionary Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * ___languageDictionary_7; // System.Collections.Generic.HashSet`1 TextAutoLanguage2::textAutoLanguages HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * ___textAutoLanguages_8; // System.Boolean TextAutoLanguage2::inited bool ___inited_11; public: inline static int32_t get_offset_of_currentLanguageEnum_6() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___currentLanguageEnum_6)); } inline int32_t get_currentLanguageEnum_6() const { return ___currentLanguageEnum_6; } inline int32_t* get_address_of_currentLanguageEnum_6() { return &___currentLanguageEnum_6; } inline void set_currentLanguageEnum_6(int32_t value) { ___currentLanguageEnum_6 = value; } inline static int32_t get_offset_of_languageDictionary_7() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___languageDictionary_7)); } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * get_languageDictionary_7() const { return ___languageDictionary_7; } inline Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 ** get_address_of_languageDictionary_7() { return &___languageDictionary_7; } inline void set_languageDictionary_7(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * value) { ___languageDictionary_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___languageDictionary_7), (void*)value); } inline static int32_t get_offset_of_textAutoLanguages_8() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___textAutoLanguages_8)); } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * get_textAutoLanguages_8() const { return ___textAutoLanguages_8; } inline HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E ** get_address_of_textAutoLanguages_8() { return &___textAutoLanguages_8; } inline void set_textAutoLanguages_8(HashSet_1_t89E7784B3B6CE73EE4832AE4281D33EDFFBCD84E * value) { ___textAutoLanguages_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___textAutoLanguages_8), (void*)value); } inline static int32_t get_offset_of_inited_11() { return static_cast(offsetof(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_StaticFields, ___inited_11)); } inline bool get_inited_11() const { return ___inited_11; } inline bool* get_address_of_inited_11() { return &___inited_11; } inline void set_inited_11(bool value) { ___inited_11 = value; } }; // TimeLimitGameDistanceSelectView struct TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action TimeLimitGameDistanceSelectView::action_OnClickSelectDistance Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickSelectDistance_5; public: inline static int32_t get_offset_of_action_OnClickSelectDistance_5() { return static_cast(offsetof(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C, ___action_OnClickSelectDistance_5)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickSelectDistance_5() const { return ___action_OnClickSelectDistance_5; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickSelectDistance_5() { return &___action_OnClickSelectDistance_5; } inline void set_action_OnClickSelectDistance_5(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickSelectDistance_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickSelectDistance_5), (void*)value); } }; struct TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields { public: // TimeLimitGameDistanceSelectView TimeLimitGameDistanceSelectView::ins TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * ___ins_4; public: inline static int32_t get_offset_of_ins_4() { return static_cast(offsetof(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields, ___ins_4)); } inline TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * get_ins_4() const { return ___ins_4; } inline TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C ** get_address_of_ins_4() { return &___ins_4; } inline void set_ins_4(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * value) { ___ins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert struct TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 : public TlsException_t1732743E62B1390C3072EA484D216C08D2C75983 { public: // System.Byte BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::alertDescription uint8_t ___alertDescription_18; public: inline static int32_t get_offset_of_alertDescription_18() { return static_cast(offsetof(TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946, ___alertDescription_18)); } inline uint8_t get_alertDescription_18() const { return ___alertDescription_18; } inline uint8_t* get_address_of_alertDescription_18() { return &___alertDescription_18; } inline void set_alertDescription_18(uint8_t value) { ___alertDescription_18 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // JCUnityLib.ViewBase struct ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewInitedU3Ek__BackingField_4; // System.Boolean JCUnityLib.ViewBase::k__BackingField bool ___U3CviewDestroyedU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CviewInitedU3Ek__BackingField_4() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewInitedU3Ek__BackingField_4)); } inline bool get_U3CviewInitedU3Ek__BackingField_4() const { return ___U3CviewInitedU3Ek__BackingField_4; } inline bool* get_address_of_U3CviewInitedU3Ek__BackingField_4() { return &___U3CviewInitedU3Ek__BackingField_4; } inline void set_U3CviewInitedU3Ek__BackingField_4(bool value) { ___U3CviewInitedU3Ek__BackingField_4 = value; } inline static int32_t get_offset_of_U3CviewDestroyedU3Ek__BackingField_5() { return static_cast(offsetof(ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC, ___U3CviewDestroyedU3Ek__BackingField_5)); } inline bool get_U3CviewDestroyedU3Ek__BackingField_5() const { return ___U3CviewDestroyedU3Ek__BackingField_5; } inline bool* get_address_of_U3CviewDestroyedU3Ek__BackingField_5() { return &___U3CviewDestroyedU3Ek__BackingField_5; } inline void set_U3CviewDestroyedU3Ek__BackingField_5(bool value) { ___U3CviewDestroyedU3Ek__BackingField_5 = value; } }; // DeviceView struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject DeviceView::bowOptions GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bowOptions_6; // UnityEngine.GameObject DeviceView::btnConnectBow GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___btnConnectBow_7; // System.Action DeviceView::action_OnClickGyr Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickGyr_9; // System.Action DeviceView::action_OnClickMag Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___action_OnClickMag_10; // BluetoothStatusEnum DeviceView::bowStatus int32_t ___bowStatus_11; public: inline static int32_t get_offset_of_bowOptions_6() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___bowOptions_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bowOptions_6() const { return ___bowOptions_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bowOptions_6() { return &___bowOptions_6; } inline void set_bowOptions_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bowOptions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bowOptions_6), (void*)value); } inline static int32_t get_offset_of_btnConnectBow_7() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___btnConnectBow_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_btnConnectBow_7() const { return ___btnConnectBow_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_btnConnectBow_7() { return &___btnConnectBow_7; } inline void set_btnConnectBow_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___btnConnectBow_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnConnectBow_7), (void*)value); } inline static int32_t get_offset_of_action_OnClickGyr_9() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___action_OnClickGyr_9)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickGyr_9() const { return ___action_OnClickGyr_9; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickGyr_9() { return &___action_OnClickGyr_9; } inline void set_action_OnClickGyr_9(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickGyr_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickGyr_9), (void*)value); } inline static int32_t get_offset_of_action_OnClickMag_10() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___action_OnClickMag_10)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_action_OnClickMag_10() const { return ___action_OnClickMag_10; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_action_OnClickMag_10() { return &___action_OnClickMag_10; } inline void set_action_OnClickMag_10(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___action_OnClickMag_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___action_OnClickMag_10), (void*)value); } inline static int32_t get_offset_of_bowStatus_11() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79, ___bowStatus_11)); } inline int32_t get_bowStatus_11() const { return ___bowStatus_11; } inline int32_t* get_address_of_bowStatus_11() { return &___bowStatus_11; } inline void set_bowStatus_11(int32_t value) { ___bowStatus_11 = value; } }; struct DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields { public: // DeviceView DeviceView::ins DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * ___ins_8; public: inline static int32_t get_offset_of_ins_8() { return static_cast(offsetof(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields, ___ins_8)); } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * get_ins_8() const { return ___ins_8; } inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 ** get_address_of_ins_8() { return &___ins_8; } inline void set_ins_8(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * value) { ___ins_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_8), (void*)value); } }; // GameStartView struct GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: public: }; struct GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_StaticFields { public: // GameStartView GameStartView::ins GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 * ___ins_6; public: inline static int32_t get_offset_of_ins_6() { return static_cast(offsetof(GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_StaticFields, ___ins_6)); } inline GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 * get_ins_6() const { return ___ins_6; } inline GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 ** get_address_of_ins_6() { return &___ins_6; } inline void set_ins_6(GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 * value) { ___ins_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_6), (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); } }; // UnityEngine.UI.LayoutGroup struct LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.RectOffset UnityEngine.UI.LayoutGroup::m_Padding RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Padding_4; // UnityEngine.TextAnchor UnityEngine.UI.LayoutGroup::m_ChildAlignment int32_t ___m_ChildAlignment_5; // UnityEngine.RectTransform UnityEngine.UI.LayoutGroup::m_Rect RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_Rect_6; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.LayoutGroup::m_Tracker DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 ___m_Tracker_7; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalMinSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalMinSize_8; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalPreferredSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalPreferredSize_9; // UnityEngine.Vector2 UnityEngine.UI.LayoutGroup::m_TotalFlexibleSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_TotalFlexibleSize_10; // System.Collections.Generic.List`1 UnityEngine.UI.LayoutGroup::m_RectChildren List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * ___m_RectChildren_11; public: inline static int32_t get_offset_of_m_Padding_4() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Padding_4)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Padding_4() const { return ___m_Padding_4; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Padding_4() { return &___m_Padding_4; } inline void set_m_Padding_4(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Padding_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_4), (void*)value); } inline static int32_t get_offset_of_m_ChildAlignment_5() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_ChildAlignment_5)); } inline int32_t get_m_ChildAlignment_5() const { return ___m_ChildAlignment_5; } inline int32_t* get_address_of_m_ChildAlignment_5() { return &___m_ChildAlignment_5; } inline void set_m_ChildAlignment_5(int32_t value) { ___m_ChildAlignment_5 = value; } inline static int32_t get_offset_of_m_Rect_6() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Rect_6)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_Rect_6() const { return ___m_Rect_6; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_Rect_6() { return &___m_Rect_6; } inline void set_m_Rect_6(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_Rect_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_6), (void*)value); } inline static int32_t get_offset_of_m_Tracker_7() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_Tracker_7)); } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 get_m_Tracker_7() const { return ___m_Tracker_7; } inline DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 * get_address_of_m_Tracker_7() { return &___m_Tracker_7; } inline void set_m_Tracker_7(DrivenRectTransformTracker_t7DAF937E47C63B899C7BA0E9B0F206AAB4D85AC2 value) { ___m_Tracker_7 = value; } inline static int32_t get_offset_of_m_TotalMinSize_8() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalMinSize_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalMinSize_8() const { return ___m_TotalMinSize_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalMinSize_8() { return &___m_TotalMinSize_8; } inline void set_m_TotalMinSize_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalMinSize_8 = value; } inline static int32_t get_offset_of_m_TotalPreferredSize_9() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalPreferredSize_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalPreferredSize_9() const { return ___m_TotalPreferredSize_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalPreferredSize_9() { return &___m_TotalPreferredSize_9; } inline void set_m_TotalPreferredSize_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalPreferredSize_9 = value; } inline static int32_t get_offset_of_m_TotalFlexibleSize_10() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_TotalFlexibleSize_10)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_TotalFlexibleSize_10() const { return ___m_TotalFlexibleSize_10; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_TotalFlexibleSize_10() { return &___m_TotalFlexibleSize_10; } inline void set_m_TotalFlexibleSize_10(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_TotalFlexibleSize_10 = value; } inline static int32_t get_offset_of_m_RectChildren_11() { return static_cast(offsetof(LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2, ___m_RectChildren_11)); } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * get_m_RectChildren_11() const { return ___m_RectChildren_11; } inline List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 ** get_address_of_m_RectChildren_11() { return &___m_RectChildren_11; } inline void set_m_RectChildren_11(List_1_t432BA4439FC00E108A9A351BD7FBCD9242270BB3 * value) { ___m_RectChildren_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectChildren_11), (void*)value); } }; // MeView struct MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.UI.Image MeView::avatarImage Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___avatarImage_6; // UnityEngine.UI.Text MeView::nameText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___nameText_7; // UnityEngine.GameObject MeView::inputs GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___inputs_8; // JCUnityLib.Throttler MeView::throttlerSave Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * ___throttlerSave_9; // UnityEngine.GameObject MeView::datePickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___datePickerPrefab_10; // UnityEngine.GameObject MeView::locationPickerPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___locationPickerPrefab_11; // System.String MeView::countryCode String_t* ___countryCode_12; // System.String MeView::stateCode String_t* ___stateCode_13; // System.String MeView::cityCode String_t* ___cityCode_14; // System.Boolean MeView::avatarSelectViewInited bool ___avatarSelectViewInited_15; // System.Int32 MeView::curAvatarSelectID int32_t ___curAvatarSelectID_16; // MeView/MeUserInfo MeView::meUserInfo MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * ___meUserInfo_17; public: inline static int32_t get_offset_of_avatarImage_6() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___avatarImage_6)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_avatarImage_6() const { return ___avatarImage_6; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_avatarImage_6() { return &___avatarImage_6; } inline void set_avatarImage_6(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___avatarImage_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___avatarImage_6), (void*)value); } inline static int32_t get_offset_of_nameText_7() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___nameText_7)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_nameText_7() const { return ___nameText_7; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_nameText_7() { return &___nameText_7; } inline void set_nameText_7(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___nameText_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameText_7), (void*)value); } inline static int32_t get_offset_of_inputs_8() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___inputs_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_inputs_8() const { return ___inputs_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_inputs_8() { return &___inputs_8; } inline void set_inputs_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___inputs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___inputs_8), (void*)value); } inline static int32_t get_offset_of_throttlerSave_9() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___throttlerSave_9)); } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * get_throttlerSave_9() const { return ___throttlerSave_9; } inline Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 ** get_address_of_throttlerSave_9() { return &___throttlerSave_9; } inline void set_throttlerSave_9(Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * value) { ___throttlerSave_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___throttlerSave_9), (void*)value); } inline static int32_t get_offset_of_datePickerPrefab_10() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___datePickerPrefab_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_datePickerPrefab_10() const { return ___datePickerPrefab_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_datePickerPrefab_10() { return &___datePickerPrefab_10; } inline void set_datePickerPrefab_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___datePickerPrefab_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___datePickerPrefab_10), (void*)value); } inline static int32_t get_offset_of_locationPickerPrefab_11() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___locationPickerPrefab_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_locationPickerPrefab_11() const { return ___locationPickerPrefab_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_locationPickerPrefab_11() { return &___locationPickerPrefab_11; } inline void set_locationPickerPrefab_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___locationPickerPrefab_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___locationPickerPrefab_11), (void*)value); } inline static int32_t get_offset_of_countryCode_12() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___countryCode_12)); } inline String_t* get_countryCode_12() const { return ___countryCode_12; } inline String_t** get_address_of_countryCode_12() { return &___countryCode_12; } inline void set_countryCode_12(String_t* value) { ___countryCode_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___countryCode_12), (void*)value); } inline static int32_t get_offset_of_stateCode_13() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___stateCode_13)); } inline String_t* get_stateCode_13() const { return ___stateCode_13; } inline String_t** get_address_of_stateCode_13() { return &___stateCode_13; } inline void set_stateCode_13(String_t* value) { ___stateCode_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___stateCode_13), (void*)value); } inline static int32_t get_offset_of_cityCode_14() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___cityCode_14)); } inline String_t* get_cityCode_14() const { return ___cityCode_14; } inline String_t** get_address_of_cityCode_14() { return &___cityCode_14; } inline void set_cityCode_14(String_t* value) { ___cityCode_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___cityCode_14), (void*)value); } inline static int32_t get_offset_of_avatarSelectViewInited_15() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___avatarSelectViewInited_15)); } inline bool get_avatarSelectViewInited_15() const { return ___avatarSelectViewInited_15; } inline bool* get_address_of_avatarSelectViewInited_15() { return &___avatarSelectViewInited_15; } inline void set_avatarSelectViewInited_15(bool value) { ___avatarSelectViewInited_15 = value; } inline static int32_t get_offset_of_curAvatarSelectID_16() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___curAvatarSelectID_16)); } inline int32_t get_curAvatarSelectID_16() const { return ___curAvatarSelectID_16; } inline int32_t* get_address_of_curAvatarSelectID_16() { return &___curAvatarSelectID_16; } inline void set_curAvatarSelectID_16(int32_t value) { ___curAvatarSelectID_16 = value; } inline static int32_t get_offset_of_meUserInfo_17() { return static_cast(offsetof(MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69, ___meUserInfo_17)); } inline MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * get_meUserInfo_17() const { return ___meUserInfo_17; } inline MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B ** get_address_of_meUserInfo_17() { return &___meUserInfo_17; } inline void set_meUserInfo_17(MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * value) { ___meUserInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___meUserInfo_17), (void*)value); } }; // PKMatchView struct PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.Sprite[] PKMatchView::matchHeadBGList SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___matchHeadBGList_6; // UnityEngine.Sprite[] PKMatchView::btnTabTextures SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___btnTabTextures_7; // UnityEngine.UI.Button[] PKMatchView::btnTabs ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___btnTabs_8; // System.Int32 PKMatchView::curBtnTabIndex int32_t ___curBtnTabIndex_9; // UnityEngine.GameObject PKMatchView::friendSelectView GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___friendSelectView_10; // MatchPlayerInfo PKMatchView::selectedFriendInfo MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * ___selectedFriendInfo_11; public: inline static int32_t get_offset_of_matchHeadBGList_6() { return static_cast(offsetof(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260, ___matchHeadBGList_6)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_matchHeadBGList_6() const { return ___matchHeadBGList_6; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_matchHeadBGList_6() { return &___matchHeadBGList_6; } inline void set_matchHeadBGList_6(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___matchHeadBGList_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchHeadBGList_6), (void*)value); } inline static int32_t get_offset_of_btnTabTextures_7() { return static_cast(offsetof(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260, ___btnTabTextures_7)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_btnTabTextures_7() const { return ___btnTabTextures_7; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_btnTabTextures_7() { return &___btnTabTextures_7; } inline void set_btnTabTextures_7(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___btnTabTextures_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabTextures_7), (void*)value); } inline static int32_t get_offset_of_btnTabs_8() { return static_cast(offsetof(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260, ___btnTabs_8)); } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* get_btnTabs_8() const { return ___btnTabs_8; } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B** get_address_of_btnTabs_8() { return &___btnTabs_8; } inline void set_btnTabs_8(ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* value) { ___btnTabs_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabs_8), (void*)value); } inline static int32_t get_offset_of_curBtnTabIndex_9() { return static_cast(offsetof(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260, ___curBtnTabIndex_9)); } inline int32_t get_curBtnTabIndex_9() const { return ___curBtnTabIndex_9; } inline int32_t* get_address_of_curBtnTabIndex_9() { return &___curBtnTabIndex_9; } inline void set_curBtnTabIndex_9(int32_t value) { ___curBtnTabIndex_9 = value; } inline static int32_t get_offset_of_friendSelectView_10() { return static_cast(offsetof(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260, ___friendSelectView_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_friendSelectView_10() const { return ___friendSelectView_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_friendSelectView_10() { return &___friendSelectView_10; } inline void set_friendSelectView_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___friendSelectView_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___friendSelectView_10), (void*)value); } inline static int32_t get_offset_of_selectedFriendInfo_11() { return static_cast(offsetof(PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260, ___selectedFriendInfo_11)); } inline MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * get_selectedFriendInfo_11() const { return ___selectedFriendInfo_11; } inline MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B ** get_address_of_selectedFriendInfo_11() { return &___selectedFriendInfo_11; } inline void set_selectedFriendInfo_11(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * value) { ___selectedFriendInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedFriendInfo_11), (void*)value); } }; // Rabbit struct Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 : public TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 { public: // AnimationPlayer Rabbit::ap AnimationPlayer_t1E32EE81F0184E25458C1A42B7D71EDFA0CD849D * ___ap_5; // UnityEngine.AI.NavMeshAgent Rabbit::agent NavMeshAgent_tB9746B6C38013341DB63973CA7ED657494EFB41B * ___agent_6; // System.Int32 Rabbit::hp int32_t ___hp_7; // UnityEngine.Material[] Rabbit::materials MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* ___materials_8; // System.Int32 Rabbit::colorType int32_t ___colorType_9; // System.Int32 Rabbit::uid int32_t ___uid_11; // System.Boolean Rabbit::isMirror bool ___isMirror_12; // RabbitSyncData Rabbit::outputSyncData RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ___outputSyncData_13; // RabbitSyncData Rabbit::_inputSyncData RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ____inputSyncData_14; // UnityEngine.Quaternion Rabbit::syncRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___syncRotation_15; // UnityEngine.Vector3 Rabbit::syncPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___syncPosition_16; // System.Boolean Rabbit::hasUpdateBySyncData bool ___hasUpdateBySyncData_17; // System.Boolean Rabbit::isInvalid bool ___isInvalid_18; // System.String Rabbit::onHitData String_t* ___onHitData_19; // System.Boolean Rabbit::onDoNextShootWillDestroy bool ___onDoNextShootWillDestroy_20; // System.Int32 Rabbit::injuredID int32_t ___injuredID_21; // JCUnityLib.CountLock Rabbit::hurtFlag CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * ___hurtFlag_22; // System.Boolean Rabbit::dead bool ___dead_23; // System.Boolean Rabbit::_moving bool ____moving_24; // System.Single Rabbit::movingTime float ___movingTime_25; // System.Single Rabbit::stayingTime float ___stayingTime_26; // System.Single Rabbit::willStayTime float ___willStayTime_27; // System.Single Rabbit::willMoveTime float ___willMoveTime_28; // System.Boolean Rabbit::autoMoving bool ___autoMoving_29; // System.Single Rabbit::autoMovingTime float ___autoMovingTime_30; // System.Boolean Rabbit::autoStrategy bool ___autoStrategy_31; // System.Single Rabbit::baseDistance float ___baseDistance_32; // System.Single Rabbit::baseDistanceMoveRange float ___baseDistanceMoveRange_33; // System.Int32 Rabbit::curAnimIndex int32_t ___curAnimIndex_34; // System.Int32[] Rabbit::idleIndexes Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___idleIndexes_35; // System.Action`1 Rabbit::onDie Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * ___onDie_36; public: inline static int32_t get_offset_of_ap_5() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___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(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___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(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___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_8() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___materials_8)); } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* get_materials_8() const { return ___materials_8; } inline MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492** get_address_of_materials_8() { return &___materials_8; } inline void set_materials_8(MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* value) { ___materials_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___materials_8), (void*)value); } inline static int32_t get_offset_of_colorType_9() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___colorType_9)); } inline int32_t get_colorType_9() const { return ___colorType_9; } inline int32_t* get_address_of_colorType_9() { return &___colorType_9; } inline void set_colorType_9(int32_t value) { ___colorType_9 = value; } inline static int32_t get_offset_of_uid_11() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___uid_11)); } inline int32_t get_uid_11() const { return ___uid_11; } inline int32_t* get_address_of_uid_11() { return &___uid_11; } inline void set_uid_11(int32_t value) { ___uid_11 = value; } inline static int32_t get_offset_of_isMirror_12() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___isMirror_12)); } inline bool get_isMirror_12() const { return ___isMirror_12; } inline bool* get_address_of_isMirror_12() { return &___isMirror_12; } inline void set_isMirror_12(bool value) { ___isMirror_12 = value; } inline static int32_t get_offset_of_outputSyncData_13() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___outputSyncData_13)); } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * get_outputSyncData_13() const { return ___outputSyncData_13; } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 ** get_address_of_outputSyncData_13() { return &___outputSyncData_13; } inline void set_outputSyncData_13(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * value) { ___outputSyncData_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___outputSyncData_13), (void*)value); } inline static int32_t get_offset_of__inputSyncData_14() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ____inputSyncData_14)); } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * get__inputSyncData_14() const { return ____inputSyncData_14; } inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 ** get_address_of__inputSyncData_14() { return &____inputSyncData_14; } inline void set__inputSyncData_14(RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * value) { ____inputSyncData_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____inputSyncData_14), (void*)value); } inline static int32_t get_offset_of_syncRotation_15() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___syncRotation_15)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_syncRotation_15() const { return ___syncRotation_15; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_syncRotation_15() { return &___syncRotation_15; } inline void set_syncRotation_15(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___syncRotation_15 = value; } inline static int32_t get_offset_of_syncPosition_16() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___syncPosition_16)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_syncPosition_16() const { return ___syncPosition_16; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_syncPosition_16() { return &___syncPosition_16; } inline void set_syncPosition_16(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___syncPosition_16 = value; } inline static int32_t get_offset_of_hasUpdateBySyncData_17() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___hasUpdateBySyncData_17)); } inline bool get_hasUpdateBySyncData_17() const { return ___hasUpdateBySyncData_17; } inline bool* get_address_of_hasUpdateBySyncData_17() { return &___hasUpdateBySyncData_17; } inline void set_hasUpdateBySyncData_17(bool value) { ___hasUpdateBySyncData_17 = value; } inline static int32_t get_offset_of_isInvalid_18() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___isInvalid_18)); } inline bool get_isInvalid_18() const { return ___isInvalid_18; } inline bool* get_address_of_isInvalid_18() { return &___isInvalid_18; } inline void set_isInvalid_18(bool value) { ___isInvalid_18 = value; } inline static int32_t get_offset_of_onHitData_19() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___onHitData_19)); } inline String_t* get_onHitData_19() const { return ___onHitData_19; } inline String_t** get_address_of_onHitData_19() { return &___onHitData_19; } inline void set_onHitData_19(String_t* value) { ___onHitData_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHitData_19), (void*)value); } inline static int32_t get_offset_of_onDoNextShootWillDestroy_20() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___onDoNextShootWillDestroy_20)); } inline bool get_onDoNextShootWillDestroy_20() const { return ___onDoNextShootWillDestroy_20; } inline bool* get_address_of_onDoNextShootWillDestroy_20() { return &___onDoNextShootWillDestroy_20; } inline void set_onDoNextShootWillDestroy_20(bool value) { ___onDoNextShootWillDestroy_20 = value; } inline static int32_t get_offset_of_injuredID_21() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___injuredID_21)); } inline int32_t get_injuredID_21() const { return ___injuredID_21; } inline int32_t* get_address_of_injuredID_21() { return &___injuredID_21; } inline void set_injuredID_21(int32_t value) { ___injuredID_21 = value; } inline static int32_t get_offset_of_hurtFlag_22() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___hurtFlag_22)); } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * get_hurtFlag_22() const { return ___hurtFlag_22; } inline CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 ** get_address_of_hurtFlag_22() { return &___hurtFlag_22; } inline void set_hurtFlag_22(CountLock_t8FCA8DFFDBDB55917965A4FFD79DC52BF7C6E9D1 * value) { ___hurtFlag_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___hurtFlag_22), (void*)value); } inline static int32_t get_offset_of_dead_23() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___dead_23)); } inline bool get_dead_23() const { return ___dead_23; } inline bool* get_address_of_dead_23() { return &___dead_23; } inline void set_dead_23(bool value) { ___dead_23 = value; } inline static int32_t get_offset_of__moving_24() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ____moving_24)); } inline bool get__moving_24() const { return ____moving_24; } inline bool* get_address_of__moving_24() { return &____moving_24; } inline void set__moving_24(bool value) { ____moving_24 = value; } inline static int32_t get_offset_of_movingTime_25() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___movingTime_25)); } inline float get_movingTime_25() const { return ___movingTime_25; } inline float* get_address_of_movingTime_25() { return &___movingTime_25; } inline void set_movingTime_25(float value) { ___movingTime_25 = value; } inline static int32_t get_offset_of_stayingTime_26() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___stayingTime_26)); } inline float get_stayingTime_26() const { return ___stayingTime_26; } inline float* get_address_of_stayingTime_26() { return &___stayingTime_26; } inline void set_stayingTime_26(float value) { ___stayingTime_26 = value; } inline static int32_t get_offset_of_willStayTime_27() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___willStayTime_27)); } inline float get_willStayTime_27() const { return ___willStayTime_27; } inline float* get_address_of_willStayTime_27() { return &___willStayTime_27; } inline void set_willStayTime_27(float value) { ___willStayTime_27 = value; } inline static int32_t get_offset_of_willMoveTime_28() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___willMoveTime_28)); } inline float get_willMoveTime_28() const { return ___willMoveTime_28; } inline float* get_address_of_willMoveTime_28() { return &___willMoveTime_28; } inline void set_willMoveTime_28(float value) { ___willMoveTime_28 = value; } inline static int32_t get_offset_of_autoMoving_29() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___autoMoving_29)); } inline bool get_autoMoving_29() const { return ___autoMoving_29; } inline bool* get_address_of_autoMoving_29() { return &___autoMoving_29; } inline void set_autoMoving_29(bool value) { ___autoMoving_29 = value; } inline static int32_t get_offset_of_autoMovingTime_30() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___autoMovingTime_30)); } inline float get_autoMovingTime_30() const { return ___autoMovingTime_30; } inline float* get_address_of_autoMovingTime_30() { return &___autoMovingTime_30; } inline void set_autoMovingTime_30(float value) { ___autoMovingTime_30 = value; } inline static int32_t get_offset_of_autoStrategy_31() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___autoStrategy_31)); } inline bool get_autoStrategy_31() const { return ___autoStrategy_31; } inline bool* get_address_of_autoStrategy_31() { return &___autoStrategy_31; } inline void set_autoStrategy_31(bool value) { ___autoStrategy_31 = value; } inline static int32_t get_offset_of_baseDistance_32() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___baseDistance_32)); } inline float get_baseDistance_32() const { return ___baseDistance_32; } inline float* get_address_of_baseDistance_32() { return &___baseDistance_32; } inline void set_baseDistance_32(float value) { ___baseDistance_32 = value; } inline static int32_t get_offset_of_baseDistanceMoveRange_33() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___baseDistanceMoveRange_33)); } inline float get_baseDistanceMoveRange_33() const { return ___baseDistanceMoveRange_33; } inline float* get_address_of_baseDistanceMoveRange_33() { return &___baseDistanceMoveRange_33; } inline void set_baseDistanceMoveRange_33(float value) { ___baseDistanceMoveRange_33 = value; } inline static int32_t get_offset_of_curAnimIndex_34() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___curAnimIndex_34)); } inline int32_t get_curAnimIndex_34() const { return ___curAnimIndex_34; } inline int32_t* get_address_of_curAnimIndex_34() { return &___curAnimIndex_34; } inline void set_curAnimIndex_34(int32_t value) { ___curAnimIndex_34 = value; } inline static int32_t get_offset_of_idleIndexes_35() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___idleIndexes_35)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_idleIndexes_35() const { return ___idleIndexes_35; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_idleIndexes_35() { return &___idleIndexes_35; } inline void set_idleIndexes_35(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___idleIndexes_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___idleIndexes_35), (void*)value); } inline static int32_t get_offset_of_onDie_36() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788, ___onDie_36)); } inline Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * get_onDie_36() const { return ___onDie_36; } inline Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC ** get_address_of_onDie_36() { return &___onDie_36; } inline void set_onDie_36(Action_1_tB51AE592C21A889C5247C03F08920A6038B802DC * value) { ___onDie_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDie_36), (void*)value); } }; struct Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields { public: // System.Collections.Generic.HashSet`1 Rabbit::rabbitSet HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * ___rabbitSet_10; public: inline static int32_t get_offset_of_rabbitSet_10() { return static_cast(offsetof(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields, ___rabbitSet_10)); } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * get_rabbitSet_10() const { return ___rabbitSet_10; } inline HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 ** get_address_of_rabbitSet_10() { return &___rabbitSet_10; } inline void set_rabbitSet_10(HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * value) { ___rabbitSet_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___rabbitSet_10), (void*)value); } }; // RankView struct RankView_tE5C219F6182DB522063A069F5DC912015E58128E : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // UnityEngine.GameObject RankView::rankListBox GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___rankListBox_6; // System.Int32 RankView::rankArea int32_t ___rankArea_7; // System.Int32 RankView::rankGameType int32_t ___rankGameType_8; // UnityEngine.Sprite[] RankView::btnTabTextures1 SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___btnTabTextures1_9; // UnityEngine.UI.Button[] RankView::btnTabs1 ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___btnTabs1_10; // UnityEngine.Sprite[] RankView::btnTabTextures SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* ___btnTabTextures_11; // UnityEngine.UI.Button[] RankView::btnTabs ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* ___btnTabs_12; public: inline static int32_t get_offset_of_rankListBox_6() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___rankListBox_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_rankListBox_6() const { return ___rankListBox_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_rankListBox_6() { return &___rankListBox_6; } inline void set_rankListBox_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___rankListBox_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___rankListBox_6), (void*)value); } inline static int32_t get_offset_of_rankArea_7() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___rankArea_7)); } inline int32_t get_rankArea_7() const { return ___rankArea_7; } inline int32_t* get_address_of_rankArea_7() { return &___rankArea_7; } inline void set_rankArea_7(int32_t value) { ___rankArea_7 = value; } inline static int32_t get_offset_of_rankGameType_8() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___rankGameType_8)); } inline int32_t get_rankGameType_8() const { return ___rankGameType_8; } inline int32_t* get_address_of_rankGameType_8() { return &___rankGameType_8; } inline void set_rankGameType_8(int32_t value) { ___rankGameType_8 = value; } inline static int32_t get_offset_of_btnTabTextures1_9() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabTextures1_9)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_btnTabTextures1_9() const { return ___btnTabTextures1_9; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_btnTabTextures1_9() { return &___btnTabTextures1_9; } inline void set_btnTabTextures1_9(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___btnTabTextures1_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabTextures1_9), (void*)value); } inline static int32_t get_offset_of_btnTabs1_10() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabs1_10)); } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* get_btnTabs1_10() const { return ___btnTabs1_10; } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B** get_address_of_btnTabs1_10() { return &___btnTabs1_10; } inline void set_btnTabs1_10(ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* value) { ___btnTabs1_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabs1_10), (void*)value); } inline static int32_t get_offset_of_btnTabTextures_11() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabTextures_11)); } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* get_btnTabTextures_11() const { return ___btnTabTextures_11; } inline SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77** get_address_of_btnTabTextures_11() { return &___btnTabTextures_11; } inline void set_btnTabTextures_11(SpriteU5BU5D_t8DB77E112FFC97B722E701189DCB4059F943FD77* value) { ___btnTabTextures_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabTextures_11), (void*)value); } inline static int32_t get_offset_of_btnTabs_12() { return static_cast(offsetof(RankView_tE5C219F6182DB522063A069F5DC912015E58128E, ___btnTabs_12)); } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* get_btnTabs_12() const { return ___btnTabs_12; } inline ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B** get_address_of_btnTabs_12() { return &___btnTabs_12; } inline void set_btnTabs_12(ButtonU5BU5D_t2D8C7329F91F78C37FD1A3807DCD4366F7D7EC7B* value) { ___btnTabs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnTabs_12), (void*)value); } }; // RoleSelectView struct RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E : public ViewBase_tE400461F1C7843F494ACB48A3DFF21BDBF2B78FC { public: // System.Boolean[] RoleSelectView::inited BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___inited_6; public: inline static int32_t get_offset_of_inited_6() { return static_cast(offsetof(RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E, ___inited_6)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_inited_6() const { return ___inited_6; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_inited_6() { return &___inited_6; } inline void set_inited_6(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___inited_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___inited_6), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // 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); } }; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * ___m_OnClick_20; public: inline static int32_t get_offset_of_m_OnClick_20() { return static_cast(offsetof(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D, ___m_OnClick_20)); } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * get_m_OnClick_20() const { return ___m_OnClick_20; } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F ** get_address_of_m_OnClick_20() { return &___m_OnClick_20; } inline void set_m_OnClick_20(ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * value) { ___m_OnClick_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_20), (void*)value); } }; // UnityEngine.UI.GridLayoutGroup struct GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 : public LayoutGroup_t63C978964192B57EFC660D5FDA03DEE89DDC1AE2 { public: // UnityEngine.UI.GridLayoutGroup/Corner UnityEngine.UI.GridLayoutGroup::m_StartCorner int32_t ___m_StartCorner_12; // UnityEngine.UI.GridLayoutGroup/Axis UnityEngine.UI.GridLayoutGroup::m_StartAxis int32_t ___m_StartAxis_13; // UnityEngine.Vector2 UnityEngine.UI.GridLayoutGroup::m_CellSize Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_CellSize_14; // UnityEngine.Vector2 UnityEngine.UI.GridLayoutGroup::m_Spacing Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Spacing_15; // UnityEngine.UI.GridLayoutGroup/Constraint UnityEngine.UI.GridLayoutGroup::m_Constraint int32_t ___m_Constraint_16; // System.Int32 UnityEngine.UI.GridLayoutGroup::m_ConstraintCount int32_t ___m_ConstraintCount_17; public: inline static int32_t get_offset_of_m_StartCorner_12() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_StartCorner_12)); } inline int32_t get_m_StartCorner_12() const { return ___m_StartCorner_12; } inline int32_t* get_address_of_m_StartCorner_12() { return &___m_StartCorner_12; } inline void set_m_StartCorner_12(int32_t value) { ___m_StartCorner_12 = value; } inline static int32_t get_offset_of_m_StartAxis_13() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_StartAxis_13)); } inline int32_t get_m_StartAxis_13() const { return ___m_StartAxis_13; } inline int32_t* get_address_of_m_StartAxis_13() { return &___m_StartAxis_13; } inline void set_m_StartAxis_13(int32_t value) { ___m_StartAxis_13 = value; } inline static int32_t get_offset_of_m_CellSize_14() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_CellSize_14)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_CellSize_14() const { return ___m_CellSize_14; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_CellSize_14() { return &___m_CellSize_14; } inline void set_m_CellSize_14(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_CellSize_14 = value; } inline static int32_t get_offset_of_m_Spacing_15() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_Spacing_15)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Spacing_15() const { return ___m_Spacing_15; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Spacing_15() { return &___m_Spacing_15; } inline void set_m_Spacing_15(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Spacing_15 = value; } inline static int32_t get_offset_of_m_Constraint_16() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_Constraint_16)); } inline int32_t get_m_Constraint_16() const { return ___m_Constraint_16; } inline int32_t* get_address_of_m_Constraint_16() { return &___m_Constraint_16; } inline void set_m_Constraint_16(int32_t value) { ___m_Constraint_16 = value; } inline static int32_t get_offset_of_m_ConstraintCount_17() { return static_cast(offsetof(GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28, ___m_ConstraintCount_17)); } inline int32_t get_m_ConstraintCount_17() const { return ___m_ConstraintCount_17; } inline int32_t* get_address_of_m_ConstraintCount_17() { return &___m_ConstraintCount_17; } inline void set_m_ConstraintCount_17(int32_t value) { ___m_ConstraintCount_17 = value; } }; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * ___m_Keyboard_20; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___m_TextComponent_22; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_Placeholder_23; // UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_24; // UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_25; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_26; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_27; // UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_28; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_29; // UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_30; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_31; // UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnEndEdit EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * ___m_OnEndEdit_32; // UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * ___m_OnSubmit_33; // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * ___m_OnValueChanged_34; // UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * ___m_OnValidateInput_35; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_CaretColor_36; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_37; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_SelectionColor_38; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_39; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_40; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_41; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_42; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect bool ___m_ShouldActivateOnSelect_43; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_44; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_45; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___caretRectTrans_46; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_CursorVerts_47; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_InputTextCache_48; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CachedInputRenderer_49; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_50; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_Mesh_51; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_52; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_53; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_54; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_55; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_58; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_BlinkCoroutine_59; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_60; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_61; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_62; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___m_DragCoroutine_63; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_64; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_65; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_66; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * ___m_WaitForSecondsRealtime_67; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_68; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * ___m_ProcessingEvent_70; public: inline static int32_t get_offset_of_m_Keyboard_20() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Keyboard_20)); } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * get_m_Keyboard_20() const { return ___m_Keyboard_20; } inline TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E ** get_address_of_m_Keyboard_20() { return &___m_Keyboard_20; } inline void set_m_Keyboard_20(TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E * value) { ___m_Keyboard_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_20), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_22() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TextComponent_22)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_m_TextComponent_22() const { return ___m_TextComponent_22; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_m_TextComponent_22() { return &___m_TextComponent_22; } inline void set_m_TextComponent_22(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___m_TextComponent_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_22), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_23() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Placeholder_23)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_Placeholder_23() const { return ___m_Placeholder_23; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_Placeholder_23() { return &___m_Placeholder_23; } inline void set_m_Placeholder_23(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_Placeholder_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_23), (void*)value); } inline static int32_t get_offset_of_m_ContentType_24() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ContentType_24)); } inline int32_t get_m_ContentType_24() const { return ___m_ContentType_24; } inline int32_t* get_address_of_m_ContentType_24() { return &___m_ContentType_24; } inline void set_m_ContentType_24(int32_t value) { ___m_ContentType_24 = value; } inline static int32_t get_offset_of_m_InputType_25() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputType_25)); } inline int32_t get_m_InputType_25() const { return ___m_InputType_25; } inline int32_t* get_address_of_m_InputType_25() { return &___m_InputType_25; } inline void set_m_InputType_25(int32_t value) { ___m_InputType_25 = value; } inline static int32_t get_offset_of_m_AsteriskChar_26() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AsteriskChar_26)); } inline Il2CppChar get_m_AsteriskChar_26() const { return ___m_AsteriskChar_26; } inline Il2CppChar* get_address_of_m_AsteriskChar_26() { return &___m_AsteriskChar_26; } inline void set_m_AsteriskChar_26(Il2CppChar value) { ___m_AsteriskChar_26 = value; } inline static int32_t get_offset_of_m_KeyboardType_27() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_KeyboardType_27)); } inline int32_t get_m_KeyboardType_27() const { return ___m_KeyboardType_27; } inline int32_t* get_address_of_m_KeyboardType_27() { return &___m_KeyboardType_27; } inline void set_m_KeyboardType_27(int32_t value) { ___m_KeyboardType_27 = value; } inline static int32_t get_offset_of_m_LineType_28() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_LineType_28)); } inline int32_t get_m_LineType_28() const { return ___m_LineType_28; } inline int32_t* get_address_of_m_LineType_28() { return &___m_LineType_28; } inline void set_m_LineType_28(int32_t value) { ___m_LineType_28 = value; } inline static int32_t get_offset_of_m_HideMobileInput_29() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HideMobileInput_29)); } inline bool get_m_HideMobileInput_29() const { return ___m_HideMobileInput_29; } inline bool* get_address_of_m_HideMobileInput_29() { return &___m_HideMobileInput_29; } inline void set_m_HideMobileInput_29(bool value) { ___m_HideMobileInput_29 = value; } inline static int32_t get_offset_of_m_CharacterValidation_30() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterValidation_30)); } inline int32_t get_m_CharacterValidation_30() const { return ___m_CharacterValidation_30; } inline int32_t* get_address_of_m_CharacterValidation_30() { return &___m_CharacterValidation_30; } inline void set_m_CharacterValidation_30(int32_t value) { ___m_CharacterValidation_30 = value; } inline static int32_t get_offset_of_m_CharacterLimit_31() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CharacterLimit_31)); } inline int32_t get_m_CharacterLimit_31() const { return ___m_CharacterLimit_31; } inline int32_t* get_address_of_m_CharacterLimit_31() { return &___m_CharacterLimit_31; } inline void set_m_CharacterLimit_31(int32_t value) { ___m_CharacterLimit_31 = value; } inline static int32_t get_offset_of_m_OnEndEdit_32() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnEndEdit_32)); } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * get_m_OnEndEdit_32() const { return ___m_OnEndEdit_32; } inline EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D ** get_address_of_m_OnEndEdit_32() { return &___m_OnEndEdit_32; } inline void set_m_OnEndEdit_32(EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D * value) { ___m_OnEndEdit_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_32), (void*)value); } inline static int32_t get_offset_of_m_OnSubmit_33() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnSubmit_33)); } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * get_m_OnSubmit_33() const { return ___m_OnSubmit_33; } inline SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 ** get_address_of_m_OnSubmit_33() { return &___m_OnSubmit_33; } inline void set_m_OnSubmit_33(SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9 * value) { ___m_OnSubmit_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnSubmit_33), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_34() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValueChanged_34)); } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * get_m_OnValueChanged_34() const { return ___m_OnValueChanged_34; } inline OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 ** get_address_of_m_OnValueChanged_34() { return &___m_OnValueChanged_34; } inline void set_m_OnValueChanged_34(OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * value) { ___m_OnValueChanged_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_34), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_35() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OnValidateInput_35)); } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * get_m_OnValidateInput_35() const { return ___m_OnValidateInput_35; } inline OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F ** get_address_of_m_OnValidateInput_35() { return &___m_OnValidateInput_35; } inline void set_m_OnValidateInput_35(OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F * value) { ___m_OnValidateInput_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_35), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_36() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretColor_36)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_CaretColor_36() const { return ___m_CaretColor_36; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_CaretColor_36() { return &___m_CaretColor_36; } inline void set_m_CaretColor_36(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_CaretColor_36 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_37() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CustomCaretColor_37)); } inline bool get_m_CustomCaretColor_37() const { return ___m_CustomCaretColor_37; } inline bool* get_address_of_m_CustomCaretColor_37() { return &___m_CustomCaretColor_37; } inline void set_m_CustomCaretColor_37(bool value) { ___m_CustomCaretColor_37 = value; } inline static int32_t get_offset_of_m_SelectionColor_38() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_SelectionColor_38)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_SelectionColor_38() const { return ___m_SelectionColor_38; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_SelectionColor_38() { return &___m_SelectionColor_38; } inline void set_m_SelectionColor_38(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_SelectionColor_38 = value; } inline static int32_t get_offset_of_m_Text_39() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Text_39)); } inline String_t* get_m_Text_39() const { return ___m_Text_39; } inline String_t** get_address_of_m_Text_39() { return &___m_Text_39; } inline void set_m_Text_39(String_t* value) { ___m_Text_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_39), (void*)value); } inline static int32_t get_offset_of_m_CaretBlinkRate_40() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretBlinkRate_40)); } inline float get_m_CaretBlinkRate_40() const { return ___m_CaretBlinkRate_40; } inline float* get_address_of_m_CaretBlinkRate_40() { return &___m_CaretBlinkRate_40; } inline void set_m_CaretBlinkRate_40(float value) { ___m_CaretBlinkRate_40 = value; } inline static int32_t get_offset_of_m_CaretWidth_41() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretWidth_41)); } inline int32_t get_m_CaretWidth_41() const { return ___m_CaretWidth_41; } inline int32_t* get_address_of_m_CaretWidth_41() { return &___m_CaretWidth_41; } inline void set_m_CaretWidth_41(int32_t value) { ___m_CaretWidth_41 = value; } inline static int32_t get_offset_of_m_ReadOnly_42() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ReadOnly_42)); } inline bool get_m_ReadOnly_42() const { return ___m_ReadOnly_42; } inline bool* get_address_of_m_ReadOnly_42() { return &___m_ReadOnly_42; } inline void set_m_ReadOnly_42(bool value) { ___m_ReadOnly_42 = value; } inline static int32_t get_offset_of_m_ShouldActivateOnSelect_43() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateOnSelect_43)); } inline bool get_m_ShouldActivateOnSelect_43() const { return ___m_ShouldActivateOnSelect_43; } inline bool* get_address_of_m_ShouldActivateOnSelect_43() { return &___m_ShouldActivateOnSelect_43; } inline void set_m_ShouldActivateOnSelect_43(bool value) { ___m_ShouldActivateOnSelect_43 = value; } inline static int32_t get_offset_of_m_CaretPosition_44() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretPosition_44)); } inline int32_t get_m_CaretPosition_44() const { return ___m_CaretPosition_44; } inline int32_t* get_address_of_m_CaretPosition_44() { return &___m_CaretPosition_44; } inline void set_m_CaretPosition_44(int32_t value) { ___m_CaretPosition_44 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_45() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretSelectPosition_45)); } inline int32_t get_m_CaretSelectPosition_45() const { return ___m_CaretSelectPosition_45; } inline int32_t* get_address_of_m_CaretSelectPosition_45() { return &___m_CaretSelectPosition_45; } inline void set_m_CaretSelectPosition_45(int32_t value) { ___m_CaretSelectPosition_45 = value; } inline static int32_t get_offset_of_caretRectTrans_46() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___caretRectTrans_46)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_caretRectTrans_46() const { return ___caretRectTrans_46; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_caretRectTrans_46() { return &___caretRectTrans_46; } inline void set_caretRectTrans_46(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___caretRectTrans_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_46), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_47() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CursorVerts_47)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_CursorVerts_47() const { return ___m_CursorVerts_47; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_CursorVerts_47() { return &___m_CursorVerts_47; } inline void set_m_CursorVerts_47(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_CursorVerts_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_47), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_48() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_InputTextCache_48)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_InputTextCache_48() const { return ___m_InputTextCache_48; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_InputTextCache_48() { return &___m_InputTextCache_48; } inline void set_m_InputTextCache_48(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_InputTextCache_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_48), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_49() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CachedInputRenderer_49)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CachedInputRenderer_49() const { return ___m_CachedInputRenderer_49; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CachedInputRenderer_49() { return &___m_CachedInputRenderer_49; } inline void set_m_CachedInputRenderer_49(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CachedInputRenderer_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_49), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_50() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_PreventFontCallback_50)); } inline bool get_m_PreventFontCallback_50() const { return ___m_PreventFontCallback_50; } inline bool* get_address_of_m_PreventFontCallback_50() { return &___m_PreventFontCallback_50; } inline void set_m_PreventFontCallback_50(bool value) { ___m_PreventFontCallback_50 = value; } inline static int32_t get_offset_of_m_Mesh_51() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_Mesh_51)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_Mesh_51() const { return ___m_Mesh_51; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_Mesh_51() { return &___m_Mesh_51; } inline void set_m_Mesh_51(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_Mesh_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_51), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_52() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_AllowInput_52)); } inline bool get_m_AllowInput_52() const { return ___m_AllowInput_52; } inline bool* get_address_of_m_AllowInput_52() { return &___m_AllowInput_52; } inline void set_m_AllowInput_52(bool value) { ___m_AllowInput_52 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_53() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ShouldActivateNextUpdate_53)); } inline bool get_m_ShouldActivateNextUpdate_53() const { return ___m_ShouldActivateNextUpdate_53; } inline bool* get_address_of_m_ShouldActivateNextUpdate_53() { return &___m_ShouldActivateNextUpdate_53; } inline void set_m_ShouldActivateNextUpdate_53(bool value) { ___m_ShouldActivateNextUpdate_53 = value; } inline static int32_t get_offset_of_m_UpdateDrag_54() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_UpdateDrag_54)); } inline bool get_m_UpdateDrag_54() const { return ___m_UpdateDrag_54; } inline bool* get_address_of_m_UpdateDrag_54() { return &___m_UpdateDrag_54; } inline void set_m_UpdateDrag_54(bool value) { ___m_UpdateDrag_54 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_55() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragPositionOutOfBounds_55)); } inline bool get_m_DragPositionOutOfBounds_55() const { return ___m_DragPositionOutOfBounds_55; } inline bool* get_address_of_m_DragPositionOutOfBounds_55() { return &___m_DragPositionOutOfBounds_55; } inline void set_m_DragPositionOutOfBounds_55(bool value) { ___m_DragPositionOutOfBounds_55 = value; } inline static int32_t get_offset_of_m_CaretVisible_58() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_CaretVisible_58)); } inline bool get_m_CaretVisible_58() const { return ___m_CaretVisible_58; } inline bool* get_address_of_m_CaretVisible_58() { return &___m_CaretVisible_58; } inline void set_m_CaretVisible_58(bool value) { ___m_CaretVisible_58 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_59() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkCoroutine_59)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_BlinkCoroutine_59() const { return ___m_BlinkCoroutine_59; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_BlinkCoroutine_59() { return &___m_BlinkCoroutine_59; } inline void set_m_BlinkCoroutine_59(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_BlinkCoroutine_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_59), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_60() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_BlinkStartTime_60)); } inline float get_m_BlinkStartTime_60() const { return ___m_BlinkStartTime_60; } inline float* get_address_of_m_BlinkStartTime_60() { return &___m_BlinkStartTime_60; } inline void set_m_BlinkStartTime_60(float value) { ___m_BlinkStartTime_60 = value; } inline static int32_t get_offset_of_m_DrawStart_61() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawStart_61)); } inline int32_t get_m_DrawStart_61() const { return ___m_DrawStart_61; } inline int32_t* get_address_of_m_DrawStart_61() { return &___m_DrawStart_61; } inline void set_m_DrawStart_61(int32_t value) { ___m_DrawStart_61 = value; } inline static int32_t get_offset_of_m_DrawEnd_62() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DrawEnd_62)); } inline int32_t get_m_DrawEnd_62() const { return ___m_DrawEnd_62; } inline int32_t* get_address_of_m_DrawEnd_62() { return &___m_DrawEnd_62; } inline void set_m_DrawEnd_62(int32_t value) { ___m_DrawEnd_62 = value; } inline static int32_t get_offset_of_m_DragCoroutine_63() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_DragCoroutine_63)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_m_DragCoroutine_63() const { return ___m_DragCoroutine_63; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_m_DragCoroutine_63() { return &___m_DragCoroutine_63; } inline void set_m_DragCoroutine_63(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___m_DragCoroutine_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_63), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_64() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_OriginalText_64)); } inline String_t* get_m_OriginalText_64() const { return ___m_OriginalText_64; } inline String_t** get_address_of_m_OriginalText_64() { return &___m_OriginalText_64; } inline void set_m_OriginalText_64(String_t* value) { ___m_OriginalText_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_64), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_65() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WasCanceled_65)); } inline bool get_m_WasCanceled_65() const { return ___m_WasCanceled_65; } inline bool* get_address_of_m_WasCanceled_65() { return &___m_WasCanceled_65; } inline void set_m_WasCanceled_65(bool value) { ___m_WasCanceled_65 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_66() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_HasDoneFocusTransition_66)); } inline bool get_m_HasDoneFocusTransition_66() const { return ___m_HasDoneFocusTransition_66; } inline bool* get_address_of_m_HasDoneFocusTransition_66() { return &___m_HasDoneFocusTransition_66; } inline void set_m_HasDoneFocusTransition_66(bool value) { ___m_HasDoneFocusTransition_66 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_67() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_WaitForSecondsRealtime_67)); } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * get_m_WaitForSecondsRealtime_67() const { return ___m_WaitForSecondsRealtime_67; } inline WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 ** get_address_of_m_WaitForSecondsRealtime_67() { return &___m_WaitForSecondsRealtime_67; } inline void set_m_WaitForSecondsRealtime_67(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * value) { ___m_WaitForSecondsRealtime_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_67), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_TouchKeyboardAllowsInPlaceEditing_68)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_68() const { return ___m_TouchKeyboardAllowsInPlaceEditing_68; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_68() { return &___m_TouchKeyboardAllowsInPlaceEditing_68; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_68(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_68 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_70() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0, ___m_ProcessingEvent_70)); } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * get_m_ProcessingEvent_70() const { return ___m_ProcessingEvent_70; } inline Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E ** get_address_of_m_ProcessingEvent_70() { return &___m_ProcessingEvent_70; } inline void set_m_ProcessingEvent_70(Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E * value) { ___m_ProcessingEvent_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_70), (void*)value); } }; struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___kSeparators_21; public: inline static int32_t get_offset_of_kSeparators_21() { return static_cast(offsetof(InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_StaticFields, ___kSeparators_21)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_kSeparators_21() const { return ___kSeparators_21; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_kSeparators_21() { return &___kSeparators_21; } inline void set_kSeparators_21(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___kSeparators_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_21), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_26; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_27; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_31; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_32; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_33; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_34; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_35; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_26() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_26)); } inline bool get_m_ShouldRecalculateStencil_26() const { return ___m_ShouldRecalculateStencil_26; } inline bool* get_address_of_m_ShouldRecalculateStencil_26() { return &___m_ShouldRecalculateStencil_26; } inline void set_m_ShouldRecalculateStencil_26(bool value) { ___m_ShouldRecalculateStencil_26 = value; } inline static int32_t get_offset_of_m_MaskMaterial_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_27() const { return ___m_MaskMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_27() { return &___m_MaskMaterial_27; } inline void set_m_MaskMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_27), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_28)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_28() const { return ___m_ParentMask_28; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_28() { return &___m_ParentMask_28; } inline void set_m_ParentMask_28(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_28), (void*)value); } inline static int32_t get_offset_of_m_Maskable_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_29)); } inline bool get_m_Maskable_29() const { return ___m_Maskable_29; } inline bool* get_address_of_m_Maskable_29() { return &___m_Maskable_29; } inline void set_m_Maskable_29(bool value) { ___m_Maskable_29 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_30)); } inline bool get_m_IsMaskingGraphic_30() const { return ___m_IsMaskingGraphic_30; } inline bool* get_address_of_m_IsMaskingGraphic_30() { return &___m_IsMaskingGraphic_30; } inline void set_m_IsMaskingGraphic_30(bool value) { ___m_IsMaskingGraphic_30 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_31)); } inline bool get_m_IncludeForMasking_31() const { return ___m_IncludeForMasking_31; } inline bool* get_address_of_m_IncludeForMasking_31() { return &___m_IncludeForMasking_31; } inline void set_m_IncludeForMasking_31(bool value) { ___m_IncludeForMasking_31 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_32)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_32() const { return ___m_OnCullStateChanged_32; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_32() { return &___m_OnCullStateChanged_32; } inline void set_m_OnCullStateChanged_32(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_32), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_33)); } inline bool get_m_ShouldRecalculate_33() const { return ___m_ShouldRecalculate_33; } inline bool* get_address_of_m_ShouldRecalculate_33() { return &___m_ShouldRecalculate_33; } inline void set_m_ShouldRecalculate_33(bool value) { ___m_ShouldRecalculate_33 = value; } inline static int32_t get_offset_of_m_StencilValue_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_34)); } inline int32_t get_m_StencilValue_34() const { return ___m_StencilValue_34; } inline int32_t* get_address_of_m_StencilValue_34() { return &___m_StencilValue_34; } inline void set_m_StencilValue_34(int32_t value) { ___m_StencilValue_34 = value; } inline static int32_t get_offset_of_m_Corners_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_35)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_35() const { return ___m_Corners_35; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_35() { return &___m_Corners_35; } inline void set_m_Corners_35(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_35), (void*)value); } }; // UnityEngine.UI.Toggle struct Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Toggle/ToggleTransition UnityEngine.UI.Toggle::toggleTransition int32_t ___toggleTransition_20; // UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___graphic_21; // UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * ___m_Group_22; // UnityEngine.UI.Toggle/ToggleEvent UnityEngine.UI.Toggle::onValueChanged ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * ___onValueChanged_23; // System.Boolean UnityEngine.UI.Toggle::m_IsOn bool ___m_IsOn_24; public: inline static int32_t get_offset_of_toggleTransition_20() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___toggleTransition_20)); } inline int32_t get_toggleTransition_20() const { return ___toggleTransition_20; } inline int32_t* get_address_of_toggleTransition_20() { return &___toggleTransition_20; } inline void set_toggleTransition_20(int32_t value) { ___toggleTransition_20 = value; } inline static int32_t get_offset_of_graphic_21() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___graphic_21)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_graphic_21() const { return ___graphic_21; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_graphic_21() { return &___graphic_21; } inline void set_graphic_21(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___graphic_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphic_21), (void*)value); } inline static int32_t get_offset_of_m_Group_22() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___m_Group_22)); } inline ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * get_m_Group_22() const { return ___m_Group_22; } inline ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 ** get_address_of_m_Group_22() { return &___m_Group_22; } inline void set_m_Group_22(ToggleGroup_t12E1DFDEB3FFD979A20299EE42A94388AC619C95 * value) { ___m_Group_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Group_22), (void*)value); } inline static int32_t get_offset_of_onValueChanged_23() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___onValueChanged_23)); } inline ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * get_onValueChanged_23() const { return ___onValueChanged_23; } inline ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 ** get_address_of_onValueChanged_23() { return &___onValueChanged_23; } inline void set_onValueChanged_23(ToggleEvent_t7B9EFE80B7D7F16F3E7B8FA75FEF45B00E0C0075 * value) { ___onValueChanged_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_23), (void*)value); } inline static int32_t get_offset_of_m_IsOn_24() { return static_cast(offsetof(Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E, ___m_IsOn_24)); } inline bool get_m_IsOn_24() const { return ___m_IsOn_24; } inline bool* get_address_of_m_IsOn_24() { return &___m_IsOn_24; } inline void set_m_IsOn_24(bool value) { ___m_IsOn_24 = value; } }; // HollowOutMask struct HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.RectTransform HollowOutMask::_target RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ____target_36; // UnityEngine.Vector3 HollowOutMask::_targetMin Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____targetMin_37; // UnityEngine.Vector3 HollowOutMask::_targetMax Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ____targetMax_38; // System.Boolean HollowOutMask::_canRefresh bool ____canRefresh_39; // UnityEngine.Transform HollowOutMask::_cacheTrans Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ____cacheTrans_40; // System.Boolean HollowOutMask::isTargetRectCanThrough bool ___isTargetRectCanThrough_41; // System.Boolean HollowOutMask::autoUpdate bool ___autoUpdate_42; // System.Single HollowOutMask::_lastAutoUpdateTime float ____lastAutoUpdateTime_43; public: inline static int32_t get_offset_of__target_36() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____target_36)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get__target_36() const { return ____target_36; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of__target_36() { return &____target_36; } inline void set__target_36(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ____target_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____target_36), (void*)value); } inline static int32_t get_offset_of__targetMin_37() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____targetMin_37)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__targetMin_37() const { return ____targetMin_37; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__targetMin_37() { return &____targetMin_37; } inline void set__targetMin_37(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____targetMin_37 = value; } inline static int32_t get_offset_of__targetMax_38() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____targetMax_38)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get__targetMax_38() const { return ____targetMax_38; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of__targetMax_38() { return &____targetMax_38; } inline void set__targetMax_38(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ____targetMax_38 = value; } inline static int32_t get_offset_of__canRefresh_39() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____canRefresh_39)); } inline bool get__canRefresh_39() const { return ____canRefresh_39; } inline bool* get_address_of__canRefresh_39() { return &____canRefresh_39; } inline void set__canRefresh_39(bool value) { ____canRefresh_39 = value; } inline static int32_t get_offset_of__cacheTrans_40() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____cacheTrans_40)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get__cacheTrans_40() const { return ____cacheTrans_40; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of__cacheTrans_40() { return &____cacheTrans_40; } inline void set__cacheTrans_40(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ____cacheTrans_40 = value; Il2CppCodeGenWriteBarrier((void**)(&____cacheTrans_40), (void*)value); } inline static int32_t get_offset_of_isTargetRectCanThrough_41() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ___isTargetRectCanThrough_41)); } inline bool get_isTargetRectCanThrough_41() const { return ___isTargetRectCanThrough_41; } inline bool* get_address_of_isTargetRectCanThrough_41() { return &___isTargetRectCanThrough_41; } inline void set_isTargetRectCanThrough_41(bool value) { ___isTargetRectCanThrough_41 = value; } inline static int32_t get_offset_of_autoUpdate_42() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ___autoUpdate_42)); } inline bool get_autoUpdate_42() const { return ___autoUpdate_42; } inline bool* get_address_of_autoUpdate_42() { return &___autoUpdate_42; } inline void set_autoUpdate_42(bool value) { ___autoUpdate_42 = value; } inline static int32_t get_offset_of__lastAutoUpdateTime_43() { return static_cast(offsetof(HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B, ____lastAutoUpdateTime_43)); } inline float get__lastAutoUpdateTime_43() const { return ____lastAutoUpdateTime_43; } inline float* get_address_of__lastAutoUpdateTime_43() { return &____lastAutoUpdateTime_43; } inline void set__lastAutoUpdateTime_43(float value) { ____lastAutoUpdateTime_43 = value; } }; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_Sprite_37; // UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___m_OverrideSprite_38; // UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type int32_t ___m_Type_39; // System.Boolean UnityEngine.UI.Image::m_PreserveAspect bool ___m_PreserveAspect_40; // System.Boolean UnityEngine.UI.Image::m_FillCenter bool ___m_FillCenter_41; // UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod int32_t ___m_FillMethod_42; // System.Single UnityEngine.UI.Image::m_FillAmount float ___m_FillAmount_43; // System.Boolean UnityEngine.UI.Image::m_FillClockwise bool ___m_FillClockwise_44; // System.Int32 UnityEngine.UI.Image::m_FillOrigin int32_t ___m_FillOrigin_45; // System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold float ___m_AlphaHitTestMinimumThreshold_46; // System.Boolean UnityEngine.UI.Image::m_Tracked bool ___m_Tracked_47; // System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh bool ___m_UseSpriteMesh_48; // System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier float ___m_PixelsPerUnitMultiplier_49; // System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit float ___m_CachedReferencePixelsPerUnit_50; public: inline static int32_t get_offset_of_m_Sprite_37() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Sprite_37)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_Sprite_37() const { return ___m_Sprite_37; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_Sprite_37() { return &___m_Sprite_37; } inline void set_m_Sprite_37(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_Sprite_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_37), (void*)value); } inline static int32_t get_offset_of_m_OverrideSprite_38() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_OverrideSprite_38)); } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * get_m_OverrideSprite_38() const { return ___m_OverrideSprite_38; } inline Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 ** get_address_of_m_OverrideSprite_38() { return &___m_OverrideSprite_38; } inline void set_m_OverrideSprite_38(Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * value) { ___m_OverrideSprite_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_38), (void*)value); } inline static int32_t get_offset_of_m_Type_39() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Type_39)); } inline int32_t get_m_Type_39() const { return ___m_Type_39; } inline int32_t* get_address_of_m_Type_39() { return &___m_Type_39; } inline void set_m_Type_39(int32_t value) { ___m_Type_39 = value; } inline static int32_t get_offset_of_m_PreserveAspect_40() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PreserveAspect_40)); } inline bool get_m_PreserveAspect_40() const { return ___m_PreserveAspect_40; } inline bool* get_address_of_m_PreserveAspect_40() { return &___m_PreserveAspect_40; } inline void set_m_PreserveAspect_40(bool value) { ___m_PreserveAspect_40 = value; } inline static int32_t get_offset_of_m_FillCenter_41() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillCenter_41)); } inline bool get_m_FillCenter_41() const { return ___m_FillCenter_41; } inline bool* get_address_of_m_FillCenter_41() { return &___m_FillCenter_41; } inline void set_m_FillCenter_41(bool value) { ___m_FillCenter_41 = value; } inline static int32_t get_offset_of_m_FillMethod_42() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillMethod_42)); } inline int32_t get_m_FillMethod_42() const { return ___m_FillMethod_42; } inline int32_t* get_address_of_m_FillMethod_42() { return &___m_FillMethod_42; } inline void set_m_FillMethod_42(int32_t value) { ___m_FillMethod_42 = value; } inline static int32_t get_offset_of_m_FillAmount_43() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillAmount_43)); } inline float get_m_FillAmount_43() const { return ___m_FillAmount_43; } inline float* get_address_of_m_FillAmount_43() { return &___m_FillAmount_43; } inline void set_m_FillAmount_43(float value) { ___m_FillAmount_43 = value; } inline static int32_t get_offset_of_m_FillClockwise_44() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillClockwise_44)); } inline bool get_m_FillClockwise_44() const { return ___m_FillClockwise_44; } inline bool* get_address_of_m_FillClockwise_44() { return &___m_FillClockwise_44; } inline void set_m_FillClockwise_44(bool value) { ___m_FillClockwise_44 = value; } inline static int32_t get_offset_of_m_FillOrigin_45() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_FillOrigin_45)); } inline int32_t get_m_FillOrigin_45() const { return ___m_FillOrigin_45; } inline int32_t* get_address_of_m_FillOrigin_45() { return &___m_FillOrigin_45; } inline void set_m_FillOrigin_45(int32_t value) { ___m_FillOrigin_45 = value; } inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_46() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_AlphaHitTestMinimumThreshold_46)); } inline float get_m_AlphaHitTestMinimumThreshold_46() const { return ___m_AlphaHitTestMinimumThreshold_46; } inline float* get_address_of_m_AlphaHitTestMinimumThreshold_46() { return &___m_AlphaHitTestMinimumThreshold_46; } inline void set_m_AlphaHitTestMinimumThreshold_46(float value) { ___m_AlphaHitTestMinimumThreshold_46 = value; } inline static int32_t get_offset_of_m_Tracked_47() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_Tracked_47)); } inline bool get_m_Tracked_47() const { return ___m_Tracked_47; } inline bool* get_address_of_m_Tracked_47() { return &___m_Tracked_47; } inline void set_m_Tracked_47(bool value) { ___m_Tracked_47 = value; } inline static int32_t get_offset_of_m_UseSpriteMesh_48() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_UseSpriteMesh_48)); } inline bool get_m_UseSpriteMesh_48() const { return ___m_UseSpriteMesh_48; } inline bool* get_address_of_m_UseSpriteMesh_48() { return &___m_UseSpriteMesh_48; } inline void set_m_UseSpriteMesh_48(bool value) { ___m_UseSpriteMesh_48 = value; } inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_49() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_PixelsPerUnitMultiplier_49)); } inline float get_m_PixelsPerUnitMultiplier_49() const { return ___m_PixelsPerUnitMultiplier_49; } inline float* get_address_of_m_PixelsPerUnitMultiplier_49() { return &___m_PixelsPerUnitMultiplier_49; } inline void set_m_PixelsPerUnitMultiplier_49(float value) { ___m_PixelsPerUnitMultiplier_49 = value; } inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_50() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C, ___m_CachedReferencePixelsPerUnit_50)); } inline float get_m_CachedReferencePixelsPerUnit_50() const { return ___m_CachedReferencePixelsPerUnit_50; } inline float* get_address_of_m_CachedReferencePixelsPerUnit_50() { return &___m_CachedReferencePixelsPerUnit_50; } inline void set_m_CachedReferencePixelsPerUnit_50(float value) { ___m_CachedReferencePixelsPerUnit_50 = value; } }; struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_ETC1DefaultUI_36; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_VertScratch_51; // UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___s_UVScratch_52; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Xy_53; // UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___s_Uv_54; // System.Collections.Generic.List`1 UnityEngine.UI.Image::m_TrackedTexturelessImages List_1_t815A476B0A21E183042059E705F9E505478CD8AE * ___m_TrackedTexturelessImages_55; // System.Boolean UnityEngine.UI.Image::s_Initialized bool ___s_Initialized_56; public: inline static int32_t get_offset_of_s_ETC1DefaultUI_36() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_ETC1DefaultUI_36)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_ETC1DefaultUI_36() const { return ___s_ETC1DefaultUI_36; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_ETC1DefaultUI_36() { return &___s_ETC1DefaultUI_36; } inline void set_s_ETC1DefaultUI_36(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_ETC1DefaultUI_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_36), (void*)value); } inline static int32_t get_offset_of_s_VertScratch_51() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_VertScratch_51)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_VertScratch_51() const { return ___s_VertScratch_51; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_VertScratch_51() { return &___s_VertScratch_51; } inline void set_s_VertScratch_51(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_VertScratch_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_51), (void*)value); } inline static int32_t get_offset_of_s_UVScratch_52() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_UVScratch_52)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_s_UVScratch_52() const { return ___s_UVScratch_52; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_s_UVScratch_52() { return &___s_UVScratch_52; } inline void set_s_UVScratch_52(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___s_UVScratch_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_52), (void*)value); } inline static int32_t get_offset_of_s_Xy_53() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Xy_53)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Xy_53() const { return ___s_Xy_53; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Xy_53() { return &___s_Xy_53; } inline void set_s_Xy_53(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Xy_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_53), (void*)value); } inline static int32_t get_offset_of_s_Uv_54() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Uv_54)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_s_Uv_54() const { return ___s_Uv_54; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_s_Uv_54() { return &___s_Uv_54; } inline void set_s_Uv_54(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___s_Uv_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_54), (void*)value); } inline static int32_t get_offset_of_m_TrackedTexturelessImages_55() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___m_TrackedTexturelessImages_55)); } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE * get_m_TrackedTexturelessImages_55() const { return ___m_TrackedTexturelessImages_55; } inline List_1_t815A476B0A21E183042059E705F9E505478CD8AE ** get_address_of_m_TrackedTexturelessImages_55() { return &___m_TrackedTexturelessImages_55; } inline void set_m_TrackedTexturelessImages_55(List_1_t815A476B0A21E183042059E705F9E505478CD8AE * value) { ___m_TrackedTexturelessImages_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_55), (void*)value); } inline static int32_t get_offset_of_s_Initialized_56() { return static_cast(offsetof(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_StaticFields, ___s_Initialized_56)); } inline bool get_s_Initialized_56() const { return ___s_Initialized_56; } inline bool* get_address_of_s_Initialized_56() { return &___s_Initialized_56; } inline void set_s_Initialized_56(bool value) { ___s_Initialized_56 = value; } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_36; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_37; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_39; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_41; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_42; public: inline static int32_t get_offset_of_m_FontData_36() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_36)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_36() const { return ___m_FontData_36; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_36() { return &___m_FontData_36; } inline void set_m_FontData_36(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_36), (void*)value); } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_37)); } inline String_t* get_m_Text_37() const { return ___m_Text_37; } inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; } inline void set_m_Text_37(String_t* value) { ___m_Text_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value); } inline static int32_t get_offset_of_m_TextCache_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_38)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_38() const { return ___m_TextCache_38; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_38() { return &___m_TextCache_38; } inline void set_m_TextCache_38(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_38), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_39() const { return ___m_TextCacheForLayout_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_39() { return &___m_TextCacheForLayout_39; } inline void set_m_TextCacheForLayout_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_39), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_41)); } inline bool get_m_DisableFontTextureRebuiltCallback_41() const { return ___m_DisableFontTextureRebuiltCallback_41; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_41() { return &___m_DisableFontTextureRebuiltCallback_41; } inline void set_m_DisableFontTextureRebuiltCallback_41(bool value) { ___m_DisableFontTextureRebuiltCallback_41 = value; } inline static int32_t get_offset_of_m_TempVerts_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_42)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_42() const { return ___m_TempVerts_42; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_42() { return &___m_TempVerts_42; } inline void set_m_TempVerts_42(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_42), (void*)value); } }; struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_40; public: inline static int32_t get_offset_of_s_DefaultText_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_40)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_40() const { return ___s_DefaultText_40; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_40() { return &___s_DefaultText_40; } inline void set_s_DefaultText_40(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_40), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A : public RuntimeArray { public: ALIGN_FIELD (8) String_t* m_Items[1]; public: inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.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; } }; // 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.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA : public RuntimeArray { public: ALIGN_FIELD (8) float m_Items[1]; public: inline float GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline float* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, float value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline float GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline float* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, float value) { m_Items[index] = value; } }; // UnityEngine.ParticleSystem[] struct ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7 : public RuntimeArray { public: ALIGN_FIELD (8) ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * m_Items[1]; public: inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** 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, ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Keyframe[] struct KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC : public RuntimeArray { public: ALIGN_FIELD (8) Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F m_Items[1]; public: inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F * 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, Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F value) { m_Items[index] = value; } }; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF : public RuntimeArray { public: ALIGN_FIELD (8) uint32_t m_Items[1]; public: inline uint32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value) { m_Items[index] = value; } }; // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void BestHTTP.Futures.Future`1::Assign(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE_gshared (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * __this, bool ___value0, const RuntimeMethod* method); // System.Void BestHTTP.Futures.Future`1::Fail(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8_gshared (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * __this, Exception_t * ___error0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621_gshared (List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared (String_t* ___value0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared (const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetLoops(!!0,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetLoops_TisRuntimeObject_mBE440D5A03B4915A1F1006AE7D458A0D0097F45A_gshared (RuntimeObject * ___t0, int32_t ___loops1, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared (RuntimeObject * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_gshared (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared (const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.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); // !!0 UnityEngine.Resources::Load(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared (String_t* ___path0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // 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); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221_gshared (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, 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); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m5BC7F193BEE9F94E54713DEEF06BE5F8261EAC91_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared (HashSet_1_t680119C7ED8D82AED56CDB83DF6F0E9149852A9B * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.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); // 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); // !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.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); // !!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); // 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); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m78E51E899A91F621B74B2CF3D5081EF822049DA3_gshared (RuntimeObject * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, const RuntimeMethod* method); // System.Void BestHTTP.HTTPManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m154A02A602B121AB7C9529B528D5AD02BAA1B8A3 (U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * __this, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.HTTPRequest::get_Priority() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Priority_mB0B7C3D2B0E7CBC753AC929C0584EEB21EF94D78_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method); // System.String BestHTTP.Cookies.Cookie::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_m86F93E0DD0238F5BAF659CBB5A72E711491E5820_inline (Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * __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 System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, 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.Byte[] BestHTTP.Extensions.Extensions::GetASCIIBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2 (String_t* ___str0, const RuntimeMethod* 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); } // BestHTTP.Logger.ILogger BestHTTP.HTTPManager::get_Logger() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88 (const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17 (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method); // System.String System.String::Concat(System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9 (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___values0, const RuntimeMethod* method); // System.Void BestHTTP.HTTPRequest::VerboseLogging(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTPRequest_VerboseLogging_m3D49F84D4D8C22045651A5715128E95ECE596B47 (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.Extensions::WriteArray(System.IO.Stream,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Extensions_WriteArray_mDC698F50E60018D705922AE68AE791C56681741D (Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___stream0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___array1, const RuntimeMethod* method); // System.Void BestHTTP.Extensions.VariableSizedBufferPool::Release(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buffer0, const RuntimeMethod* method); // System.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); } // System.Void BestHTTP.Extensions.HeaderValue/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD184094E90AAB5103D7D5D3DAA77E155084B7BA3 (U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::CopyOf(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Arrays_CopyOf_m2B8A6EDB7EB962FAA8DC4F8C0F8511C0102C4872 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, int32_t ___newLength1, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F (MemoryStream_t0B450399DD6D0175074FED99DD321D65771C9E1C * __this, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __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 UnityEngine.Debug::LogError(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485 (RuntimeObject * ___message0, const RuntimeMethod* method); // LanguageEnum TextAutoLanguage2::GetLanguage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextAutoLanguage2_GetLanguage_mA69317E46E6A45650B6A58B0E162C35120B1BDE3 (const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.ColorUtility::TryParseHtmlString(System.String,UnityEngine.Color&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069 (String_t* ___htmlString0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * ___color1, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, 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); // !!0 UnityEngine.GameObject::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.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 System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299 (Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Boolean JCEngineCore.JCEntity::call(System.String,System.Object[],System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0 (JCEntity_t85C41E68BF4592DF848A8DF2C3544852CFC373BB * __this, String_t* ___func0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args1, Delegate_t * ___callback2, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void BestHTTP.Futures.Future`1::Assign(T) inline void Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 *, bool, const RuntimeMethod*))Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE_gshared)(__this, ___value0, method); } // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void BestHTTP.Futures.Future`1::Fail(System.Exception) inline void Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8 (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * __this, Exception_t * ___error0, const RuntimeMethod* method) { (( void (*) (Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 *, Exception_t *, const RuntimeMethod*))Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8_gshared)(__this, ___error0, method); } // System.Void AudioMgr::PlayBtn() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6 (AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * __this, const RuntimeMethod* method); // System.Void ChallengeGameMode::AddHuntGameView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC (ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * __this, const RuntimeMethod* method); // System.Void HunterGameSettleView::TryAgain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HunterGameSettleView_TryAgain_m992274A907595A666756D5404555AE38FC0F967A (HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * __this, const RuntimeMethod* method); // System.Void DG.Tweening.TweenCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662 (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void DoTweenUtil::CallDelay(System.Single,DG.Tweening.TweenCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoTweenUtil_CallDelay_mC5557030978189F7F93173D4E6F513BFB7DE2C9A (float ___delayTime0, TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * ___callback1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621 (List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE * __this, const RuntimeMethod* method) { (( void (*) (List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE *, const RuntimeMethod*))List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621_gshared)(__this, method); } // System.Single InputFieldLayoutX::GetKeyboardHeight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float InputFieldLayoutX_GetKeyboardHeight_m5422A7F961555C479AC73AC76EB22FAA67CBB617 (InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * __this, const RuntimeMethod* method); // System.Void InputFieldLayoutX::SetInputUIHeight(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputFieldLayoutX_SetInputUIHeight_m0B6470C3B1BC19563B76928C199E8DA30E4B7E11 (InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * __this, float ___keyboardHeight0, 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.Boolean UnityEngine.UI.InputField::get_isFocused() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputField_get_isFocused_m60B873B25A63045E65D55BDC90268C8623D7C418_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonMapper/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE9E0D220B5D6287EEF17284922F2A76802593A68 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, const RuntimeMethod* method); // System.Void LitJson.JsonMockWrapper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonMockWrapper__ctor_mF53990CB7535C9D24A1A36AD384483CE56640A6B (JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24 * __this, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m16B237FA188F31A702DA81BB98674A35EF58AE55 (uint8_t ___value0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Write_m520AAD327374986AC0A8B685CD066F7058E26C47 (JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * __this, int32_t ___number0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_mE78FB58C17EA12F95381D5C746722C771BD0BFE7 (Il2CppChar ___value0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Write_m1226D74904B33BC08C33A98D2C12DB0226F6131C (JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * __this, String_t* ___str0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.DateTime,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_mB3626028A47845ACEE96260B096C91EA42D227B7 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Write_mAB1C85BDE0AD46830AC574F34B59598CB757DAE7 (JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___number0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mCCBE073FF85D0B92F38BF63334A42DB5BABA66C4 (int8_t ___value0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m1E275A2122DD929BC92E25F5E0B72355EA6378DE (int16_t ___value0, const RuntimeMethod* method); // System.Int32 System.Convert::ToInt32(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mEE9189C38DB7737892F35EAE2FA183E918DC5C70 (uint16_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m7E663B2DD9A15D6F486B6C36A43751CBFC922CA4 (uint32_t ___value0, const RuntimeMethod* method); // System.Void LitJson.JsonWriter::Write(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Write_m6C70542008EB5A8A437EA966FD767093D9E18BCB (JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * __this, uint64_t ___number0, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C (int32_t ___value0, const RuntimeMethod* method); // System.UInt64 System.Convert::ToUInt64(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m4E6CFEBFC620FD3705A52853CDAECC5F6AB5423F (int32_t ___value0, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m51258423AD29E21302EF937934744AFEAEAEA1F0 (int32_t ___value0, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m541B626F2506C13399245670B33C0387F4C92241 (int32_t ___value0, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mD29FE8C80080BE4F1D7FA65A7589B9368150B3DC (int32_t ___value0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mA38C43C03B8030EFE234825FC0D23E8B081089C9 (int32_t ___value0, const RuntimeMethod* method); // System.Single System.Convert::ToSingle(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m370686073463D041429EEBF663C144744BE79668 (int32_t ___value0, const RuntimeMethod* method); // System.Double System.Convert::ToDouble(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m71955B1BEF239B4ECC8868252DA082A38FD1E125 (int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Convert::ToDecimal(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_mD729925F249653EF8DA34909561747DB117A4644 (double ___value0, const RuntimeMethod* method); // System.UInt32 System.Convert::ToUInt32(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mD97A8501E8D2A539ADBD77E91629BADE142746E7 (int64_t ___value0, const RuntimeMethod* method); // System.Char System.Convert::ToChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mC70BDA16401A56AA014B84C16035328E533B9AF1 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Convert_ToDateTime_m2FA19E10818EF340AF19191C7E01F2632FAF3B2D (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void LitJson.JsonData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonData__ctor_m7181AC7D06F226CD6AA677EECCA1BECCC0ED3422 (JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290 (const RuntimeMethod* method); // System.Void UnityEngine.WaitForFixedUpdate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForFixedUpdate__ctor_mB566493FB99A315BEF348791DE943A89E4B71F9C (WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m611392AD742F8252F2C7199B156485BEAAE53E5A (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Convert_ToDateTime_m08651A2284F866C061092CBEAD950A84EAFA1C26 (String_t* ___value0, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // UnityEngine.Color UnityEngine.Color::get_grey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_grey_mB2E29B47327F20233856F933DC00ACADEBFDBDFA (const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_green() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9 (const RuntimeMethod* method); // System.Void JC.Unity.Picker.LocationPicker/ItemData::SetColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetColor_m0B367555068FC367205ED0F1B7073A5C2137284E (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color0, const RuntimeMethod* method); // System.Void LoginController/d__3::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCompleteUserInfoU3Ed__3_U3CU3Em__Finally1_m7552450883013E019FA048688B0E6CAF58D6F165 (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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.Void UnityEngine.WWWForm::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055 (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::AddField(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696 (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, String_t* ___fieldName0, String_t* ___value1, const RuntimeMethod* method); // System.Void UnityEngine.WWWForm::AddField(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * __this, String_t* ___fieldName0, int32_t ___i1, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Post(System.String,UnityEngine.WWWForm) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646 (String_t* ___uri0, WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * ___formData1, const RuntimeMethod* method); // UnityEngine.Networking.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 LoginController/d__3::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCompleteUserInfoU3Ed__3_System_IDisposable_Dispose_m702E89EEF4C7A1153D406D876E30ABF9CA60935D (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __this, const RuntimeMethod* method); // System.Void LoginController/d__6::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByEmailU3Ed__6_U3CU3Em__Finally1_m2FA29B1221B59E27CE499920C17433F4DD7ECCDE (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __this, 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); // System.Void LoginController/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByEmailU3Ed__6_System_IDisposable_Dispose_mF506C45AE52D6B4B86804051F763C090DAA7C579 (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __this, const RuntimeMethod* method); // System.Void LoginController/d__7::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByPhoneU3Ed__7_U3CU3Em__Finally1_mDDF47B8AF4C88A4869DB6759ABA9926B0509F7C9 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __this, const RuntimeMethod* method); // System.Void LoginController/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByPhoneU3Ed__7_System_IDisposable_Dispose_m16C4DC92CBDA6A33C3B238F8C2A9CEDB1D217845 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __this, const RuntimeMethod* method); // System.Void LoginController/d__4::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByPhoneU3Ed__4_U3CU3Em__Finally1_mEF765EA26CA39E8F0FC4AFF5D1FCB44F7BB1BD21 (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __this, const RuntimeMethod* method); // System.Void LoginController/d__4::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByPhoneU3Ed__4_System_IDisposable_Dispose_m9AD38C87C74E3635269D50B3006BBA513CDF96FC (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __this, const RuntimeMethod* method); // System.Void LoginController/d__5::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByTokenU3Ed__5_U3CU3Em__Finally1_m52E2D8764D0D7884BB1D632CCB9FE7D6CB4463B0 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __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); // 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.Int32 CommonConfig::get_serverIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46 (const RuntimeMethod* method); // System.Void LoginController/d__5::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByTokenU3Ed__5_System_IDisposable_Dispose_m1C6F704478F3BEE1158C258F64A0A5654B80DBC6 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __this, const RuntimeMethod* method); // System.Void LoginController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginNormalU3Ed__0_U3CU3Em__Finally1_m071F83EF1FCB0B381C14D7555216239937A5C6FC (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __this, const RuntimeMethod* method); // System.Void LoginController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginNormalU3Ed__0_System_IDisposable_Dispose_mF2B2D3C0B38086FE339551C05BD4CD62FC98DBCC (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __this, const RuntimeMethod* method); // System.Void LoginController/d__2::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegister2U3Ed__2_U3CU3Em__Finally1_mF98B5F5464EC7103FF5F84C518B99185423448CB (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __this, const RuntimeMethod* method); // System.Void LoginController/d__2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegister2U3Ed__2_System_IDisposable_Dispose_mE4694730758DF1C0165177C39325339516D7CC2E (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __this, const RuntimeMethod* method); // System.Void LoginController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegisterU3Ed__1_U3CU3Em__Finally1_m9AB59237A5157A7CE6AA819452BFEEE0A9C49215 (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __this, const RuntimeMethod* method); // System.Void LoginController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegisterU3Ed__1_System_IDisposable_Dispose_m94A1DFE3DF92A98E92F6FAAD5238866D0F94CC1D (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __this, const RuntimeMethod* method); // System.Void LoginController/d__8::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetPasswordU3Ed__8_U3CU3Em__Finally1_mE467BDABE487714D8EC7B07BFB1AA74653BD98C2 (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __this, const RuntimeMethod* method); // System.Void LoginController/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetPasswordU3Ed__8_System_IDisposable_Dispose_mA3F79472425472EA46844D1EFF3C67C0C84EC1CA (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __this, const RuntimeMethod* method); // System.Void LoginView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD1FEA1F92583901437A27270B4B7BF8E97DC5183 (U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * __this, const RuntimeMethod* method); // PopupMgr PopupMgr::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D (const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByCNKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E (String_t* ___textKey0, const RuntimeMethod* method); // System.Void PopupMgr::ShowTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, 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 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 System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___pattern0, const RuntimeMethod* method); // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Regex::Match(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233 (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * __this, String_t* ___input0, const RuntimeMethod* method); // System.Boolean System.Text.RegularExpressions.Group::get_Success() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B (Group_t0B987F132503F2672BC66FCDD21EA8A6EB484883 * __this, const RuntimeMethod* method); // System.String System.Text.RegularExpressions.Capture::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A (Capture_t048191E7E0D3177DCD8610E4968075AB41FB91D6 * __this, const RuntimeMethod* method); // System.String System.String::Replace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::set_text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Boolean JCUnityLib.Throttler::CanPass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Throttler_CanPass_m080D5F98049F0E4E2E401080CAB6AD14C50DF76C (Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * __this, const RuntimeMethod* method); // System.Void MeView/<>c__DisplayClass13_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1__ctor_m5CBDEF0234D2406F51C8B988F92ACEDF15DFBE79 (U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * __this, const RuntimeMethod* method); // System.Void RelateValidateView::BanButtons() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_BanButtons_m7141B0CCAC25F3932E623380D1947582BC1C69DB (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() inline UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5 (const RuntimeMethod* method) { return (( UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Collections.IEnumerator UserController::SavePhone(System.String,System.Int64,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UserController_SavePhone_m79C254D698B47AE159FF280F42D897035115C61F (UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * __this, String_t* ___phone0, int64_t ___timestamp1, String_t* ___sign2, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback3, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.String TextAutoLanguage2::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (String_t* ___textKey0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // UnityEngine.UI.InputField MeView::GetInputField(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * MeView_GetInputField_m4ED8B35D79FC2FF5641B936CA8EE81C12E817F60 (MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform0, const RuntimeMethod* method); // System.Void RelateValidateView::CloseView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // System.Void MeView/<>c__DisplayClass14_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1__ctor_mB1263BECACF2BB022FB9A6A45A4B2C035CB33F12 (U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UserController::SaveEmail(System.String,System.Int64,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UserController_SaveEmail_mFAF0964C6B7A7D3C8229D58DD507FB3299C68A0D (UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * __this, String_t* ___email0, int64_t ___timestamp1, String_t* ___sign2, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback3, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C (String_t* ___s0, const RuntimeMethod* method); // System.Int32 UnityEngine.Transform::get_childCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Boolean UnityEngine.UI.Toggle::get_isOn() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline (Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * __this, const RuntimeMethod* method); // System.String UnityEngine.UI.InputField::get_text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2 (String_t* __this, const RuntimeMethod* method); // System.Void MeView/MeUserInfo::RefreshValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_RefreshValues_m86BCF11271A38C042F59F89235F9E0778CEBFF99 (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline bool Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, const RuntimeMethod* method) { return (( bool (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, const RuntimeMethod*))Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_gshared)(__this, method); } // System.Void UserInfo::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserInfo_Save_m323F53BFDC5C16BF8EF60E7AC354D6A58B14C4E3 (UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * __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.Boolean MeView/MeUserInfo::IsEqualOrigin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_IsEqualOrigin_m36E50277F948B058B1FB6E7F459E5A1B537A05A4 (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, 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); // ModalView ModalView::Show() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * ModalView_Show_m134B5CE4B44DA6C193FC9C619568D7CD042CE36D (const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Boolean MeView::ExcuteLogic_SaveUserInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeView_ExcuteLogic_SaveUserInfo_mDD6E6C06CCB93C8E171F6E6BC12A6DF9F5AD0993 (MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * __this, bool ___useThrottler0, const RuntimeMethod* method); // System.Void MeView::ExcuteLogic_Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeView_ExcuteLogic_Destroy_m5AF0E0920E0F454AF46E6DB315F94BF4DB917635 (MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * __this, const RuntimeMethod* method); // System.Void NewUserGuider::SetCanvasSortOrder(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuider_SetCanvasSortOrder_m6467F2F448E028FCB0F97C93B006280FA0C8F96C (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, int32_t ___sortOrder0, const RuntimeMethod* method); // System.Void System.Action`1::Invoke(!0) inline void Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589 (Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___obj0, const RuntimeMethod* method) { (( void (*) (Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 *, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D *, const RuntimeMethod*))Action_1_Invoke_mAAE01A16F138CEC8E1965D322EFB6A7045FE76F2_gshared)(__this, ___obj0, method); } // System.Void UnityEngine.RectTransform::set_anchoredPosition(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method); // 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); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90 (const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::AngleAxis(System.Single,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398 (float ___angle0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::op_Multiply(UnityEngine.Quaternion,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lhs0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rhs1, 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.Boolean DG.Tweening.TweenExtensions::IsActive(DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, const RuntimeMethod* method); // System.Void DG.Tweening.TweenExtensions::Kill(DG.Tweening.Tween,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10 (Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t0, bool ___complete1, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.DOTween::Sequence() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::AppendInterval(DG.Tweening.Sequence,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, float ___interval1, const RuntimeMethod* method); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensions::DOMove(UnityEngine.Transform,UnityEngine.Vector3,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * ShortcutExtensions_DOMove_m86E08B040E1D6678F9919EC35F2F6BA847E28EA4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue1, float ___duration2, bool ___snapping3, const RuntimeMethod* method); // DG.Tweening.Sequence DG.Tweening.TweenSettingsExtensions::Append(DG.Tweening.Sequence,DG.Tweening.Tween) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___s0, Tween_tF17E40B3AD65D4E0C7E78D43A9224C6A1FC4C941 * ___t1, const RuntimeMethod* method); // !!0 DG.Tweening.TweenSettingsExtensions::SetLoops(!!0,System.Int32) inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___t0, int32_t ___loops1, const RuntimeMethod* method) { return (( Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * (*) (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *, int32_t, const RuntimeMethod*))TweenSettingsExtensions_SetLoops_TisRuntimeObject_mBE440D5A03B4915A1F1006AE7D458A0D0097F45A_gshared)(___t0, ___loops1, method); } // !!0 DG.Tweening.TweenSettingsExtensions::SetUpdate(!!0,System.Boolean) inline Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0 (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * ___t0, bool ___isIndependentUpdate1, const RuntimeMethod* method) { return (( Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * (*) (Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E *, bool, const RuntimeMethod*))TweenSettingsExtensions_SetUpdate_TisRuntimeObject_m7B426C4B27D21FC5CD7C922AB56185A32E9CD29D_gshared)(___t0, ___isIndependentUpdate1, method); } // UnityEngine.Vector3 UnityEngine.Transform::get_localScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __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); // DG.Tweening.Core.TweenerCore`3 DG.Tweening.ShortcutExtensions::DOScale(UnityEngine.Transform,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * ShortcutExtensions_DOScale_mAB4558078D35A3E4BD68E10E967CA63CF20BC73A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___target0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___endValue1, float ___duration2, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // !!0 UnityEngine.GameObject::AddComponent() inline TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Void TextAutoLanguage2::SetTextKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34 (TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * __this, String_t* ___textKey0, const RuntimeMethod* method); // UnityEngine.UI.Button/ButtonClickedEvent NewUserGuider::GetMaskClickedEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01 (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___call0, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m19FCCD76F70B66A5487AD381BC7227FF8184E89D (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, const RuntimeMethod* method); // System.Void NewUserGuider::SetIconPointerHitOpacity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, float ___opacity0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B (String_t* ___name0, const RuntimeMethod* method); // System.Void HollowOutMask::SetTarget(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445 (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___target0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (const RuntimeMethod* method); // UnityEngine.Vector3 JCUnityLib.RectTransformUtils::CanvasV3ToScreenV3(UnityEngine.Vector3,UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vector30, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rectTransform1, 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 NewUserGuiderManager/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m1B7A6442C8AFC2817E66BBE6CF28C24AA26D96D0 (U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEventBase::RemoveAllListeners() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9 (UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9 (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_gshared)(__this, ___object0, ___method1, method); } // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.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); // UnityEngine.Vector2 UnityEngine.Vector2::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42 (const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 JCUnityLib.RectTransformUtils::GetPositionByPivot(UnityEngine.RectTransform,UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rectTransform0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pivot1, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_1__ctor_m606FC9524B6BDCCCAEF31B7CB38998D3565F89DF (U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * __this, const RuntimeMethod* method); // NewUserGuiderButton NewUserGuider::GetNewUserGuiderButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * NewUserGuider_GetNewUserGuiderButton_m42555C428C697851AE754E88C1F3482E803F11CF (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_down() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629 (const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_2__ctor_m3F167E50CEB221EA33630AF377549A57E2E0BF4E (U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Int32 UnityEngine.Canvas::get_sortingOrder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4 (Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * __this, const RuntimeMethod* method); // System.Void NewUserGuider::SetMaskOpacity(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuider_SetMaskOpacity_m2C9BEDE14E94B5D9FA6A198A99A597429061C4A9 (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, float ___opacity0, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_3__ctor_m019847AD45B375E087274CC7B26342D871655242 (U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_4__ctor_m7971D1404A81C60C0AA18CEB749D94E32611A18B (U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_5::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_5__ctor_m796E1798F3B64F41B4C494B09C4D34F374A3927E (U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_6::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_6__ctor_mF80C6B6E438992D9BFE39C395AC2F89E42C74C40 (U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_7::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_7__ctor_mB33786A76209025688C8D1217A5AD73880E9911B (U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828 (const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_left() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_left_mDAB848C352B9D30E2DDDA7F56308ABC32A4315A5 (const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_8::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_8__ctor_m5D00FF7DE7F8F7EAF12EB23767B3664A8B6FA123 (U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Behaviour::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Void NewUserGuider::ActiveBtnSkip(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuider_ActiveBtnSkip_mC503A1C9CEFAFA3339688A5078F03EE2771FA72F (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.LayoutRebuilder::ForceRebuildLayoutImmediate(UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___layoutRoot0, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_9::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_9__ctor_m44BE83A571004B59D232FF8B54534C0710EC9E5B (U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_10::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_10__ctor_m610D3E8F0B3B39270B1BF641DC2B99F85DB381A6 (U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.Void GameMode::PauseTimeCounting(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode_PauseTimeCounting_m98E3FFF196DF9472BEAC2F29E64017A66A58B3F2 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_11::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_11__ctor_m1975577CEFCC3A8350321CCD15F2E661F674AFF6 (U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * __this, const RuntimeMethod* method); // System.Void NewUserGuiderManager/<>c__DisplayClass10_12::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_12__ctor_mD45C43DA49DFFDFCC343345DDE7CAF75B0C4F841 (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * __this, const RuntimeMethod* method); // System.Void NewUserGuider::OnClick_ToNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345 (NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * __this, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void HomeView::OnClick_ShowDeviceView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomeView_OnClick_ShowDeviceView_mF24AB279734E3AB59F96E48A49990CE70E86DD46 (HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * __this, const RuntimeMethod* method); // System.Void GameMode::ResumeTimeCounting(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMode_ResumeTimeCounting_mB3BAE4649B333B7912E3927BBEAD32B04A2116A9 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, RuntimeObject * ___o0, const RuntimeMethod* method); // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C (const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.RectTransformUtility::WorldToScreenPoint(UnityEngine.Camera,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 RectTransformUtility_WorldToScreenPoint_m92E801861EE14D73219C34A6175847C4A46105E1 (Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * ___cam0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPoint1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_one() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB (const RuntimeMethod* method); // UnityEngine.Vector3 JCUnityLib.RectTransformUtils::ScreenV3ToCanvasV3(UnityEngine.Vector3,UnityEngine.RectTransform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E RectTransformUtils_ScreenV3ToCanvasV3_m4A848A9AB30AD8C23748BD574D6D5FC37EDBDB5D (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___vector30, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___rectTransform1, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0 (RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Void HollowOutMask::RefreshViewImmediate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HollowOutMask_RefreshViewImmediate_mC48424942C0098C7464AABBEB3BA00BB779B741F (HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() inline DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * Object_FindObjectOfType_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_m23A953919D738C214021CAC5B5F3494CC502938E (const RuntimeMethod* method) { return (( DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared)(method); } // System.Void DeviceView::OnClick_Back() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceView_OnClick_Back_mEDD124EBF8A2EA8A0DC3CC925567367B1D456959 (DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * __this, 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); // !!0[] UnityEngine.Component::GetComponentsInChildren() inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* Component_GetComponentsInChildren_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m8B77ED14B17BE64014C609EC70C3827526114016 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared)(__this, method); } // System.Boolean System.Collections.Generic.List`1::Contains(!0) inline bool List_1_Contains_m44554B314D1CD00702F1B4283F3795F7A0BE7010 (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))List_1_Contains_m6E538231C9C2D6015BE7985737C9538D7FC06902_gshared)(__this, ___item0, 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_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6 (const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_angularVelocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_angularVelocity_m3A40B7F195E9E217AE29A0964D7E7540E2E23080 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Component::SendMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_SendMessage_m3B002D579E5933EEFCA4024A1845CACB4FBBC208 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___methodName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::ToAsn1Object() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32_inline (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_m5C40B4E59ADA6F4CA00AC1A34A24919DA3C77499 (Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___reqCert0, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleRequestExtensions1, const RuntimeMethod* method); // System.Boolean PKComp::CanShowTryAgainInviteOrMatch(MatchPlayerInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKComp_CanShowTryAgainInviteOrMatch_m523AD7AA9ACA314AC602C8124A80D6B8A94C9ADD (PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * __this, MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * ___inviterInfo0, const RuntimeMethod* method); // PKMatchingView PKMatchingView::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * PKMatchingView_Create_m05C72114145A9B423ED9171972E459EA7D8C8A8D (const RuntimeMethod* method); // System.Void PKComp::rejectPKInvite(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKComp_rejectPKInvite_m5FD8D32E46FB0797B074025F428D11590282F38E (PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * __this, String_t* ___roomKey0, const RuntimeMethod* method); // System.Boolean PKComp::CanShowFriendInviteOrMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKComp_CanShowFriendInviteOrMatch_m5F2DA517916487AB8C729A1F81AE77FB68316757 (PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * __this, const RuntimeMethod* method); // System.Void TargetBody::SetDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TargetBody_SetDistance_m7F76F16F5D339F26A72A1A7BCEAFB2970168C8FC (TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * __this, float ___value0, 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 PKGameMode_OnlinePK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKGameMode_OnlinePK_AddReadyView_m9FD36FFDD4139BE59720B5A3C073302B3E629B91 (PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * __this, const RuntimeMethod* 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 UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* 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 GameMgr::StopGame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_StopGame_m284C488FDF43081AE811DE8C0F86C26522B6494E (GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Resources::Load(System.String) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6 (String_t* ___path0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_m83108B6D8808A0E83DE12FD220A87000D19AEE00_gshared)(___path0, method); } // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // System.Boolean PKGameMode_OnlinePK::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKGameMode_OnlinePK_IsMyPlayerRunning_m9286D7C819F83152296FF7168A0C565A61959BCC (PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * __this, const RuntimeMethod* method); // BowCamera BowCamera::get_ins() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547 (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 System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.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); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221 (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221_gshared)(__this, ___index0, method); } // System.Boolean GameMode::get_pauseTimeCounting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35 (GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * __this, const RuntimeMethod* method); // System.Void PKGameMode_OnlinePK/GameLogic::HitTarget(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_HitTarget_m66BC8633C1423B64DB0E9A5ADC2FD81178229D90 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, float ___score0, const RuntimeMethod* method); // System.Boolean PKGameMode_OnlinePK/GameLogic::DoNextShoot(PKGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameLogic_DoNextShoot_mE93FECEE29200341696C73D43D32FFD4696AD712 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * ___gm0, const RuntimeMethod* method); // System.Void PKGameMode_OnlinePK/GameLogic::InitAppearPlayerIndexes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_InitAppearPlayerIndexes_mEE81DAA9B4D8515C440EB935894FE1C8C2ACD08A (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, const RuntimeMethod* method); // System.Void PKGameMode_OnlinePK/GameLogic::SetCurrentPlayerIndexToNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_SetCurrentPlayerIndexToNext_m3EF5ADF1545567719785B246CC6BC50705139A90 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, const RuntimeMethod* 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); } // 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 UnityEngine.Transform::set_localScale(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void PKMatchView::btnEvent_CloseFriendSelectView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKMatchView_btnEvent_CloseFriendSelectView_m11899295134DD0370E0390D90918C6272CE176D2 (PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * __this, const RuntimeMethod* method); // System.Void MatchPlayerInfo::.ctor(System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MatchPlayerInfo__ctor_m32416911BB5A5A7515FFA9F04B91B7F3C70E5FC5 (MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * __this, int32_t ___playerID0, int32_t ___avatarID1, String_t* ___nickname2, const RuntimeMethod* method); // System.Void PKMatchView::RefreshBtnMatch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKMatchView_RefreshBtnMatch_m8286967886D6191D7263C42B3D32CB5E229FE13D (PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * __this, const RuntimeMethod* method); // System.Void PKMatchView::RefreshOtherPlayerInfoRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKMatchView_RefreshOtherPlayerInfoRender_mE52AE5AFE214172F001F2DCB3775FEEC7B4C9A15 (PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * __this, const RuntimeMethod* method); // System.Boolean PKMatchView::IsBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PKMatchView_IsBtnTabSelected_mCD10DF5478D585017AB3D0BBDC95E41AC986D183 (PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Void PKMatchView::SetBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PKMatchView_SetBtnTabSelected_mD458B285AF935CFEEC6011AEF122FE9EC7696A1A (PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponentsInChildren() inline ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentsInChildren_TisRuntimeObject_m254067D66B75073E897E989B5E670C194AFA7621_gshared)(__this, method); } // UnityEngine.ParticleSystem/MainModule UnityEngine.ParticleSystem::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B ParticleSystem_get_main_m8F17DCC63679B15CE548BE83332FDB6635AE74A0 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // UnityEngine.ParticleSystem/MinMaxCurve UnityEngine.ParticleSystem/MainModule::get_startLifetime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD MainModule_get_startLifetime_m5E45F78E690E61E6FC758FA927E0743FFC3262FA (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, const RuntimeMethod* method); // System.Single UnityEngine.ParticleSystem/MinMaxCurve::get_constant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MinMaxCurve_get_constant_mBC0C29DF6F1C6C999931E28BC1F8DD26BD3BB624 (MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Max(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775 (float ___a0, float ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844 (const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2 (float ___minInclusive0, float ___maxInclusive1, const RuntimeMethod* method); // UnityEngine.ParticleSystem/EmissionModule UnityEngine.ParticleSystem::get_emission() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D ParticleSystem_get_emission_m0BAA1EDF775A8712DA7D62BF3C42A2B1A6C96CA1 (ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * __this, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/EmissionModule::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmissionModule_set_enabled_mD9FD50C9F5EECD04B22D03E5C00C7DD64D2AC1F1 (EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Component::BroadcastMessage(System.String,UnityEngine.SendMessageOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_BroadcastMessage_m96C3AD7C97CC435E02425F91EE4521AF83931001 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, String_t* ___methodName0, int32_t ___options1, const RuntimeMethod* method); // System.Void PhoneValidateController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendPhoneValidateCodeU3Ed__0_U3CU3Em__Finally1_m3E7DD318EC56F97FCEB50AB578A598FD79E91DF8 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __this, const RuntimeMethod* method); // System.Void PhoneValidateController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendPhoneValidateCodeU3Ed__0_System_IDisposable_Dispose_m2A9A15E6E845E312770FB0FD243C84E2E653FBF6 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __this, const RuntimeMethod* method); // System.Void PhoneValidateController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidatePhoneU3Ed__1_U3CU3Em__Finally1_m89216D17F86C376CC61DDE734118A7AF71D75F52 (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __this, const RuntimeMethod* method); // System.Void PhoneValidateController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidatePhoneU3Ed__1_System_IDisposable_Dispose_mD9F84B650D0513CDFF5431F0EA80D5954AE741AA (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store::CreateSubjectKeyID(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * Pkcs12Store_CreateSubjectKeyID_m9B09EAD2242D13A684C9D2A351303EFFBE224C64 (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey0, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectKeyIdentifier::GetKeyIdentifier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SubjectKeyIdentifier_GetKeyIdentifier_m502BB5B30C0817ECCB75870AF8E69C76E795709F_inline (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::GetHashCode(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___data0, const RuntimeMethod* method); // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Arrays::AreEqual(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246 (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b1, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::ToUpperInvariant(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158 (String_t* ___s0, const RuntimeMethod* method); // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::CreateHashtable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06 (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.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upwards1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E (float ___f0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1::Contains(!0) inline bool HashSet_1_Contains_m4F44877F7F8BBE94CFB06206CB404FF4DC882967 (HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * __this, String_t* ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 *, String_t*, const RuntimeMethod*))HashSet_1_Contains_m5BC7F193BEE9F94E54713DEEF06BE5F8261EAC91_gshared)(__this, ___item0, method); } // System.Boolean System.Collections.Generic.HashSet`1::Add(!0) inline bool HashSet_1_Add_m52B7F20227C5A4F6E219C0BE93823539D7387C70 (HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * __this, String_t* ___item0, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 *, String_t*, const RuntimeMethod*))HashSet_1_Add_m8194125167FD7A887F1B39D342A71A0BD0C8BF5C_gshared)(__this, ___item0, method); } // System.Void PopupMgr::HideTip(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_HideTip_m8E3BA479EEB127335015930D20D54AED696F8766 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tipObj0, const RuntimeMethod* method); // System.Void PopupMgr::FadeOutTip(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_FadeOutTip_mA557B5857FD78E0AD3A397BC3B8A33D4A74B1AF5 (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tipObj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MROutput__ctor_m8FF3A55022F26C0D38F014D34B8199B968BE95F8 (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * __this, bool ___provablyComposite0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___factor1, const RuntimeMethod* method); // System.Single UnityEngine.RaycastHit::get_distance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA (RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * __this, const RuntimeMethod* method); // System.Int32 System.Single::CompareTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4 (float* __this, float ___value0, 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_mCF2B7BD619BEB1C899699C6E4E4BD294F965EA2E (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *, const RuntimeMethod*))Dictionary_2__ctor_mE7F9D51201F5A72BF4995CA0F3F0E866DB21E638_gshared)(__this, method); } // 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); // 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 RabbitHuntGameMode_OnlinePK/OnlineHelper::AutoSwitchBanUserControlBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_AutoSwitchBanUserControlBow_m0CF5EE9314E6F45BDCAB991E4563A4C155E787A9 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator RabbitHuntGameMode_OnlinePK/OnlineHelper::CheckAndUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnlineHelper_CheckAndUpload_m0ACA214537F18CFBD0AE858C916726485304161E (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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 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); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // !!0 Newtonsoft.Json.JsonConvert::DeserializeObject(System.String) inline SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * JsonConvert_DeserializeObject_TisSyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_m565E5A350A86E250989B57449CA078F3441822ED (String_t* ___value0, const RuntimeMethod* method) { return (( SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * (*) (String_t*, const RuntimeMethod*))JsonConvert_DeserializeObject_TisRuntimeObject_m12BD6B0524A17D2475F6F26FD93BF52EDDFA6591_gshared)(___value0, method); } // System.Void RabbitHuntGameMode_OnlinePK/SyncLogicData::Output(RabbitHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData_Output_mC91A40E1E59E708D73C2D14D9E459CBA17910638 (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * __this, RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___dest0, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mA787701B03D4FC207AB195187FE6F3CE20FB68CE (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Single System.Single::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mA1B20E6E0AAD67F60707D81E82667D2D4B274D6F (String_t* ___s0, 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.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); } // !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.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_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * JsonConvert_DeserializeObject_TisList_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_mC8F289B07A8A063ACD77146B622DABA0D380CFA7 (String_t* ___value0, const RuntimeMethod* method) { return (( List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * (*) (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_tAA2A3453FE294C1492650296F9D6BCF903B293A1 Dictionary_2_GetEnumerator_m6B4B1A29C7421E5798EB7161D59CE1787962457F (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * __this, const RuntimeMethod* method) { return (( Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 (*) (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *, 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_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_inline (Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 (*) (Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *, const RuntimeMethod*))Enumerator_get_Current_m2EECB432E6640214DAE05A1C8A2837218168F92F_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_inline (KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 * __this, const RuntimeMethod* method) { return (( Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * (*) (KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m0E79322235A1764C7DC2E4312AA11C3E20E344D6_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300 (Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *, const RuntimeMethod*))Enumerator_MoveNext_mEEAA9A380252BB2F9B2403853F4C00F2F643ADC4_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4 (Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *, const RuntimeMethod*))Enumerator_Dispose_m7567E65C01E35A09AD2AD4814D708A8E76469D31_gshared)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 List_1_GetEnumerator_mA9020F21C3D9183B9D91179674C08C4598980E67 (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * __this, const RuntimeMethod* method) { return (( Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 (*) (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * Enumerator_get_Current_m161B3A7FA010BCF050729128637E193524AF64A7_inline (Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 * __this, const RuntimeMethod* method) { return (( RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * (*) (Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 *, 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_m76DA1CA772747AADD061168D13ED7F0213E6855D (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * __this, int32_t ___key0, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *, int32_t, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m17490CDFCBD13F99815D7B3EB5F15C4077EF046E_gshared)(__this, ___key0, ___value1, 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 Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void Rabbit::set_inputSyncData(RabbitSyncData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_set_inputSyncData_m8769C5C93685BB2FCD6D2666CA89D2BCFA78955C (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m8F224C4E825FECB1619E310C75653C37B42976CB (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * __this, int32_t ___key0, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *, int32_t, Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 *, 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_m2D731B79390C49767D6253F03C341DD8C100898E (Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mA95AE07AB1D9B534F695BD1A033B28EF6E4984B4 (Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline int32_t KeyValuePair_2_get_Key_m82E47575854CCC74D41782C1CA6B4C699FB2385E_inline (KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mCF7A6BEA6AA09ED92024102331E4196808C07E49_gshared_inline)(__this, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * Dictionary_2_get_Item_m5A17FB104B4A7E02B08FBEE10F3407C7EAD9D7BC (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * (*) (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *, 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_m17F84A4DAB52CBC00403CE783107A8481E585D16 (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * __this, int32_t ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *, 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 RabbitHuntGameMode_OnlinePK::OnUpdate(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_OnUpdate_mE43C81714ECC7B00B50046411120A49F00372C5E (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, float ___dt0, bool ____pauseTimeCounting1, const RuntimeMethod* method); // System.Collections.Generic.HashSet`1/Enumerator System.Collections.Generic.HashSet`1::GetEnumerator() inline Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565 (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * __this, const RuntimeMethod* method) { return (( Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 (*) (HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 *, const RuntimeMethod*))HashSet_1_GetEnumerator_m6BF4958E6C8FB6D7E43F9275B1C01D9FFDA8FC8C_gshared)(__this, method); } // !0 System.Collections.Generic.HashSet`1/Enumerator::get_Current() inline Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_inline (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 * __this, const RuntimeMethod* method) { return (( Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * (*) (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *, const RuntimeMethod*))Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline)(__this, method); } // System.Void Rabbit::OnHitLogic(Arrow,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rabbit_OnHitLogic_mB440FE47FFA18CC1FF9050C8B6736E590E00319A (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * __this, Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * ___arrow0, String_t* ___partName1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4 (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *, const RuntimeMethod*))Enumerator_MoveNext_mD87CDEF3F60C047F21B9E6A48590E59D9D6621C9_gshared)(__this, method); } // System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose() inline void Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596 (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *, const RuntimeMethod*))Enumerator_Dispose_m8A225BA705CC2D5BA0A22FF58381EA1FDB37ED20_gshared)(__this, method); } // System.Void RabbitHuntGameMode_OnlinePK::AddReadyView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RabbitHuntGameMode_OnlinePK_AddReadyView_mC19A7AA12C577ADDF0C2C7119D17446D304EE081 (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __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 RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadLogic_m2C56065D0D18E97A940B42AAF533FD32DBDB4F64 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadBow_m071F8F38BD3123FF364C67913BB55F13A17A061B (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadArrows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadArrows_mA7C215436B8455F58A1A8C9AAC51313B37C819D2 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadAnimals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadAnimals_mF0E7B77F2C48F30B4EB6561DFDEAA275801CBDF0 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadRequestUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadRequestUpdate_m763B7865D84271061FE7CF02B41F7FE0B4180400 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadOnHit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadOnHit_m0B8EBCA00EFCD3940DB780EBEB718139C2959871 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_mD1E300A78CB8C4CD89E5CD86B31E3FE41A9916C1 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // System.Void RabbitHuntGameMode_OnlinePK/SyncLogicData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData__ctor_mF90B817DE272F49C1EB3570A5CBAC7A02B02FE0A (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * __this, const RuntimeMethod* method); // RabbitHuntGameMode_OnlinePK/SyncLogicData RabbitHuntGameMode_OnlinePK/SyncLogicData::Input(RabbitHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * SyncLogicData_Input_m1F48841A618030796F4E03E88BD8AEB112410F0E (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * __this, RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___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.String System.Single::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m80E7ABED4F4D73F2BE19DDB80D3D92FCD8DFA010 (float* __this, 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.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.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mBC75B55423D7AF5FCC2854732D959C9733316C5C (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mDE3A5DB690237CEDBB962EC25C7C5FD3C5128540 (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * __this, RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 *, RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method); // HunterGamePlayerScoreCounter RabbitHuntGameMode_OnlinePK::getHunterGamePlayerScoreCounter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * RabbitHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m9FFF10494613B6EF9C7A1328B8914AD66EF05436_inline (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method); // UnityEngine.GameObject RankView::GetMyRankItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * RankView_GetMyRankItem_mC8D2A2E602AD6A071B93072EC9BC92F227B4D213 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Void RankView::ClearRankList() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_ClearRankList_m46254A7D15D40E8537F03408A848D23ABF470241 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JArray::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JArray_GetEnumerator_mB043EF6F59968E82C71A04BBEBD78A0224AFB024 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method); // UnityEngine.GameObject RankView::GetRankListItemPrefab() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * RankView_GetRankListItemPrefab_mFB9970C3E7CF537978A3F2E9D557A4ABAB19B9C0 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // UnityEngine.Transform RankView::GetRankListItemParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * RankView_GetRankListItemParent_m75388EE615C938CA1646B2EA8261386DD37639EA (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Transform) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m78E51E899A91F621B74B2CF3D5081EF822049DA3_gshared)(___original0, ___parent1, method); } // !!0 UnityEngine.Component::GetComponent() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // UnityEngine.Sprite RoleMgr::GetAvatar(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F (int32_t ___id0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4 (Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * __this, Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JContainer::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JArray::get_Item(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JArray_get_Item_m181FAC862BC79F68F7712C837E37016B91AF9EA6 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean RankView::IsBtnTabSelected1(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RankView_IsBtnTabSelected1_mA6B8F47179B4A1400C392873E0D219546FB6C3CC (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Void RankView::SetBtnTabSelected1(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_SetBtnTabSelected1_m5E07B98EF43F74659174226D2A574BEFBCE79EF2 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Boolean RankView::IsBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RankView_IsBtnTabSelected_m20A9D3DDEEAC543E713D8E6CFE646C85164B43C8 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Void RankView::SetBtnTabSelected(UnityEngine.UI.Button) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RankView_SetBtnTabSelected_mCE5559EE478DE12ADB75DEAF39D6F7233F2BA166 (RankView_tE5C219F6182DB522063A069F5DC912015E58128E * __this, Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * ___btn0, const RuntimeMethod* method); // System.Void BestHTTP.Forms.RawJsonForm/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m45C249DC29B1716436F7E72D03AD31B1F71F7682 (U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * __this, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_mDC8897581119ADA3E58A77E3A9A62A8D0A05897E_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method); // System.String BestHTTP.Forms.HTTPFieldData::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_mBCE863EAE635EB857A05D4C81607D469C28C4713_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.IO.BaseOutputStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993 (BaseOutputStream_t2D9489B8980FD869AC00639443535AA2CE496A6D * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.TlsFatalAlert::.ctor(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5 (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method); // System.Void RegisterView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6E16BEA4BC79E30B4FC9DEC4AEE8C8654092FB61 (U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::FindObjectOfType() inline LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 * Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB (const RuntimeMethod* method) { return (( LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 * (*) (const RuntimeMethod*))Object_FindObjectOfType_TisRuntimeObject_mBE0814B07DA8DDD57407CC2F0C8051AEC27D34BC_gshared)(method); } // System.Void LoginMgr::showLoginView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoginMgr_showLoginView_m13F9517718C5312DBC0646D10D7D104C0B81BB46 (LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 * __this, const RuntimeMethod* method); // UnityEngine.UI.InputField RegisterView::GetInputField(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * RegisterView_GetInputField_m4AD7485DE23349A151D19DE990BC4B82375392C5 (RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___inputNode0, const RuntimeMethod* method); // System.Void RelateValidateView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m82B8D320E5FECF2C8F77A918A17B55A1D28D9F87 (U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * __this, const RuntimeMethod* method); // System.Void PopupMgr::ShowTipTop(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopupMgr_ShowTipTop_m258B2C95347BD8E1B9114FB76341F42977DF376E (PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * __this, String_t* ___text0, const RuntimeMethod* method); // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.Int32 System.String::IndexOf(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454 (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.String UnityEngine.Application::get_streamingAssetsPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_streamingAssetsPath_mA1FBABB08D7A4590A468C7CD940CD442B58C91E1 (const RuntimeMethod* method); // System.String UnityEngine.Application::get_dataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_dataPath_m026509C15A1E58FC6461EE7EC336EC18C9C2271E (const RuntimeMethod* method); // System.String System.IO.Path::Combine(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequest::Get(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * UnityWebRequest_Get_m9C24DB3E8BED0B0886F28DCD982A4741A9903B1A (String_t* ___uri0, const RuntimeMethod* method); // System.String UnityEngine.Networking.UnityWebRequest::get_error() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_get_error_m32B69D2365C1FE2310B5936C7C295B71A92CC2B4 (UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * __this, const RuntimeMethod* method); // System.Object System.Object::MemberwiseClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392 (RuntimeObject * __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 RetrievePasswordView::GoToResetPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_GoToResetPassword_m9AE016A15659C9FB377E4695EC823F6099394E63 (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() inline LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7 (const RuntimeMethod* method) { return (( LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Collections.IEnumerator LoginController::ListUsernamesByEmail(System.String,System.Int64,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LoginController_ListUsernamesByEmail_m9E195222F327B3502F9A9A83B65A090FD1F6344C (LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * __this, String_t* ___email0, int64_t ___timestamp1, String_t* ___sign2, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback3, const RuntimeMethod* method); // System.Collections.IEnumerator LoginController::ListUsernamesByPhone(System.String,System.Int64,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LoginController_ListUsernamesByPhone_m9336CE058FBBFB9CEBA7E7E711E25B673B3E1379 (LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * __this, String_t* ___phone0, int64_t ___timestamp1, String_t* ___sign2, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback3, const RuntimeMethod* method); // System.Void RetrievePasswordView::GoToSelectUsername(Newtonsoft.Json.Linq.JArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_GoToSelectUsername_mE4FE736E003F74E5A120F60B1089981218BFB2B0 (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___jArray0, const RuntimeMethod* method); // System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method); // System.Void UnityEngine.Keyframe::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F * __this, float ___time0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.AnimationCurve::.ctor(UnityEngine.Keyframe[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0 (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * __this, KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* ___keys0, const RuntimeMethod* method); // System.Void RoleSelectView::NextRole(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_NextRole_mBC9D7701B38386C8D1FD252F860809C40D6F6BAD (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, int32_t ___playerIndex0, int32_t ___variety1, const RuntimeMethod* method); // System.Void RoleSelectView::RenderPlayer(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC (RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * __this, int32_t ___playerIndex0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKey(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKey_mFDD450A4C61F2930928B12287FFBD1ACCB71E429 (int32_t ___key0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44 (const RuntimeMethod* method); // System.Void SB_EventSystem::MoveSimulateMouse(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_MoveSimulateMouse_m70300BC598E79F4B65866503759FA123EC58C76B (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___axisQuat0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220 (int32_t ___key0, const RuntimeMethod* method); // System.Void SB_EventSystem::AwakenSimulateMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.Void SB_EventSystem::ClickMouse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SB_EventSystem_ClickMouse_mAD64AEBA38691F31FE1EDAEA8089B3D19CD2C884 (SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * __this, const RuntimeMethod* method); // System.UInt32[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Raw.Nat256::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F (const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1FieldElement::.ctor(System.UInt32[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1FieldElement__ctor_m8BE9ADE9C524905C76F7579FE814442BDF720DAA (SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 * __this, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___x0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.HTTPManager/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCA16B898E2D9654488242AA44F110D92E7E692A6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * L_0 = (U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 *)il2cpp_codegen_object_new(U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m154A02A602B121AB7C9529B528D5AD02BAA1B8A3(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.HTTPManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m154A02A602B121AB7C9529B528D5AD02BAA1B8A3 (U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.HTTPManager/<>c::b__104_0(BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3COnUpdateU3Eb__104_0_mCF07B4A0E845466FD7C382A46AF09300A0A9EA41 (U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req0, const RuntimeMethod* method) { { // if (RequestQueue.Find((req) => req.Priority != 0) != null) HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___req0; NullCheck(L_0); int32_t L_1; L_1 = HTTPRequest_get_Priority_mB0B7C3D2B0E7CBC753AC929C0584EEB21EF94D78_inline(L_0, /*hidden argument*/NULL); return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0); } } // System.Int32 BestHTTP.HTTPManager/<>c::b__104_1(BestHTTP.HTTPRequest,BestHTTP.HTTPRequest) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3COnUpdateU3Eb__104_1_m2359BEEDB8B9B66026D1A1D9AA2DE93EAE7DB3D8 (U3CU3Ec_t1F02CF6C3BB5ED880B82EB43AF7CB53A208356B8 * __this, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req10, HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * ___req21, const RuntimeMethod* method) { { // RequestQueue.Sort((req1, req2) => req1.Priority - req2.Priority); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_0 = ___req10; NullCheck(L_0); int32_t L_1; L_1 = HTTPRequest_get_Priority_mB0B7C3D2B0E7CBC753AC929C0584EEB21EF94D78_inline(L_0, /*hidden argument*/NULL); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_2 = ___req21; NullCheck(L_2); int32_t L_3; L_3 = HTTPRequest_get_Priority_mB0B7C3D2B0E7CBC753AC929C0584EEB21EF94D78_inline(L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)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.HTTPManager/<>c__DisplayClass94_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass94_0__ctor_mE5A5AA7EA6A1ACB5A6D0BFCAC2AE9937D96E5229 (U3CU3Ec__DisplayClass94_0_tAF390C495207D82599C243517BC7510C5F085B0A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.HTTPManager/<>c__DisplayClass94_0::b__0(BestHTTP.ConnectionBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass94_0_U3CSendRequestImplU3Eb__0_m0F8FC6FDD9D7698EFEBCB0AAA6E19A8128BFBDFA (U3CU3Ec__DisplayClass94_0_tAF390C495207D82599C243517BC7510C5F085B0A * __this, ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * ___c0, const RuntimeMethod* method) { { // if (ActiveConnections.Find((c) => c == conn) == null) ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * L_0 = ___c0; ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 * L_1 = __this->get_conn_0(); return (bool)((((RuntimeObject*)(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 *)L_0) == ((RuntimeObject*)(ConnectionBase_t3763CEA138D78F13729C816F002FF55B509BFB57 *)L_1))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.HTTPRequest/<>c__DisplayClass236_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass236_0__ctor_m8622778D78DAF323420091AEEE4A21D8FA2636C3 (U3CU3Ec__DisplayClass236_0_t5D73E77F88085755E0AC16CEC06D0F13B7D5F7BF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.HTTPRequest/<>c__DisplayClass236_0::b__0(BestHTTP.Cookies.Cookie) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass236_0_U3CEnumerateHeadersU3Eb__0_m8FF9E6BB7A1EF5B9685A7CE090B71F75A637AC19 (U3CU3Ec__DisplayClass236_0_t5D73E77F88085755E0AC16CEC06D0F13B7D5F7BF * __this, Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * ___c0, const RuntimeMethod* method) { { // int foundIdx = cookies.FindIndex(c => c.Name.Equals(customCookie.Name)); Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * L_0 = ___c0; NullCheck(L_0); String_t* L_1; L_1 = Cookie_get_Name_m86F93E0DD0238F5BAF659CBB5A72E711491E5820_inline(L_0, /*hidden argument*/NULL); Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * L_2 = __this->get_customCookie_0(); NullCheck(L_2); String_t* L_3; L_3 = Cookie_get_Name_m86F93E0DD0238F5BAF659CBB5A72E711491E5820_inline(L_2, /*hidden argument*/NULL); NullCheck(L_1); bool L_4; L_4 = String_Equals_m8A062B96B61A7D652E7D73C9B3E904F6B0E5F41D(L_1, L_3, /*hidden argument*/NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.HTTPRequest/<>c__DisplayClass237_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass237_0__ctor_m5306C04C6FE151F4569BBDE565C3E8F550B82D77 (U3CU3Ec__DisplayClass237_0_t6E177732B76E901E21CDA82DE87FFF83EC6F96E3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.HTTPRequest/<>c__DisplayClass237_0::b__0(System.String,System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass237_0_U3CSendHeadersU3Eb__0_m346B09F9A602530EB3CA701F0FB36C5423A99D15 (U3CU3Ec__DisplayClass237_0_t6E177732B76E901E21CDA82DE87FFF83EC6F96E3 * __this, String_t* ___header0, List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * ___values1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55E0A44491E4C6A6A6DD5B46164D46787521BBB0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral805FBFB68369C109F3074288602A0BE4533F0C84); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6CB4E8304D81A2CEE9F37AEB83FC83203822153); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE747E42691F0DD76679CD127734EA2AEFD41DBBF); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { // if (string.IsNullOrEmpty(header) || values == null) String_t* L_0 = ___header0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000b; } } { List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_2 = ___values1; if (L_2) { goto IL_000c; } } IL_000b: { // return; return; } IL_000c: { // byte[] headerName = string.Concat(header, ": ").GetASCIIBytes(); String_t* L_3 = ___header0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteral1168E92C164109D6220480DEDA987085B2A21155, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2(L_4, /*hidden argument*/NULL); V_0 = L_5; // for (int i = 0; i < values.Count; ++i) V_1 = 0; goto IL_00d9; } IL_0024: { // if (string.IsNullOrEmpty(values[i])) List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_6 = ___values1; int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8; L_8 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); bool L_9; L_9 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0051; } } { // HTTPManager.Logger.Warning("HTTPRequest", string.Format("Null/empty value for header: {0}", header)); IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_10; L_10 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); String_t* L_11 = ___header0; String_t* L_12; L_12 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral805FBFB68369C109F3074288602A0BE4533F0C84, L_11, /*hidden argument*/NULL); NullCheck(L_10); InterfaceActionInvoker2< String_t*, String_t* >::Invoke(14 /* System.Void BestHTTP.Logger.ILogger::Warning(System.String,System.String) */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_10, _stringLiteralB6CB4E8304D81A2CEE9F37AEB83FC83203822153, L_12); // continue; goto IL_00d5; } IL_0051: { // if (HTTPManager.Logger.Level <= Logger.Loglevels.Information) IL2CPP_RUNTIME_CLASS_INIT(HTTPManager_t1E0A5A6FF0F475D0ABDB2ACA2C62B52648703DBD_il2cpp_TypeInfo_var); RuntimeObject* L_13; L_13 = HTTPManager_get_Logger_mB91589452664F0CFB4B3332E2AB502D742F93B88(/*hidden argument*/NULL); NullCheck(L_13); uint8_t L_14; L_14 = InterfaceFuncInvoker0< uint8_t >::Invoke(0 /* BestHTTP.Logger.Loglevels BestHTTP.Logger.ILogger::get_Level() */, ILogger_t095358641393F797166A40BDE9240B6A2C53D4AC_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_14) > ((int32_t)1))) { goto IL_009a; } } { // VerboseLogging("Header - '" + header + "': '" + values[i] + "'"); HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * L_15 = __this->get_U3CU3E4__this_0(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_16 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralE747E42691F0DD76679CD127734EA2AEFD41DBBF); (L_17)->SetAt(static_cast(0), (String_t*)_stringLiteralE747E42691F0DD76679CD127734EA2AEFD41DBBF); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_18 = L_17; String_t* L_19 = ___header0; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(1), (String_t*)L_19); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral55E0A44491E4C6A6A6DD5B46164D46787521BBB0); (L_20)->SetAt(static_cast(2), (String_t*)_stringLiteral55E0A44491E4C6A6A6DD5B46164D46787521BBB0); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = L_20; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_22 = ___values1; int32_t L_23 = V_1; NullCheck(L_22); String_t* L_24; L_24 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_22, L_23, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_24); (L_21)->SetAt(static_cast(3), (String_t*)L_24); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_25 = L_21; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); (L_25)->SetAt(static_cast(4), (String_t*)_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); String_t* L_26; L_26 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_25, /*hidden argument*/NULL); NullCheck(L_15); HTTPRequest_VerboseLogging_m3D49F84D4D8C22045651A5715128E95ECE596B47(L_15, L_26, /*hidden argument*/NULL); } IL_009a: { // byte[] valueBytes = values[i].GetASCIIBytes(); List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_27 = ___values1; int32_t L_28 = V_1; NullCheck(L_27); String_t* L_29; L_29 = List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_inline(L_27, L_28, /*hidden argument*/List_1_get_Item_m3F624A80E7853289E4759DE8F16CF23B0958365B_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Extensions_t805930587B149FAA6237C154983DC030D5D8124F_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_30; L_30 = Extensions_GetASCIIBytes_mD7511286A9AA72F2F58A54857ACA63548127CAE2(L_29, /*hidden argument*/NULL); V_2 = L_30; // stream.WriteArray(headerName); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_31 = __this->get_stream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_32 = V_0; Extensions_WriteArray_mDC698F50E60018D705922AE68AE791C56681741D(L_31, L_32, /*hidden argument*/NULL); // stream.WriteArray(valueBytes); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_33 = __this->get_stream_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34 = V_2; Extensions_WriteArray_mDC698F50E60018D705922AE68AE791C56681741D(L_33, L_34, /*hidden argument*/NULL); // stream.WriteArray(EOL); Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * L_35 = __this->get_stream_1(); IL2CPP_RUNTIME_CLASS_INIT(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = ((HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_StaticFields*)il2cpp_codegen_static_fields_for(HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42_il2cpp_TypeInfo_var))->get_EOL_0(); Extensions_WriteArray_mDC698F50E60018D705922AE68AE791C56681741D(L_35, L_36, /*hidden argument*/NULL); // VariableSizedBufferPool.Release(valueBytes); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_37 = V_2; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_37, /*hidden argument*/NULL); } IL_00d5: { // for (int i = 0; i < values.Count; ++i) int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)); } IL_00d9: { // for (int i = 0; i < values.Count; ++i) int32_t L_39 = V_1; List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * L_40 = ___values1; NullCheck(L_40); int32_t L_41; L_41 = List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_inline(L_40, /*hidden argument*/List_1_get_Count_m199DB87BCE947106FBA38E19FDFE80CB65B61144_RuntimeMethod_var); if ((((int32_t)L_39) < ((int32_t)L_41))) { goto IL_0024; } } { // VariableSizedBufferPool.Release(headerName); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_42 = V_0; IL2CPP_RUNTIME_CLASS_INIT(VariableSizedBufferPool_tE14092885C0BD541BE236F97F0F8832DD4502E8E_il2cpp_TypeInfo_var); VariableSizedBufferPool_Release_m7CE32B3F6F1BE1379CFA6F8DCE25378F6BF48221(L_42, /*hidden argument*/NULL); // }, /*callBeforeSendCallback:*/ true); 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.Extensions.HeaderValue/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mC509DD200FAFA53C722DBB1B868ECDAE1198A248 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * L_0 = (U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 *)il2cpp_codegen_object_new(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mD184094E90AAB5103D7D5D3DAA77E155084B7BA3(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Extensions.HeaderValue/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD184094E90AAB5103D7D5D3DAA77E155084B7BA3 (U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean BestHTTP.Extensions.HeaderValue/<>c::b__18_0(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CParseImplementationU3Eb__18_0_m18127156B809EA155D86B4B8D044A11355466601 (U3CU3Ec_t17194C58DA57FA574CE68AF2E358948F8D024980 * __this, Il2CppChar ___ch0, const RuntimeMethod* method) { { // string key = headerStr.Read(ref pos, (ch) => ch != ';' && ch != '=' && ch != ',', true); Il2CppChar L_0 = ___ch0; if ((((int32_t)L_0) == ((int32_t)((int32_t)59)))) { goto IL_0013; } } { Il2CppChar L_1 = ___ch0; if ((((int32_t)L_1) == ((int32_t)((int32_t)61)))) { goto IL_0013; } } { Il2CppChar L_2 = ___ch0; return (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)((int32_t)44)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0013: { 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.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer::ToTruncatedByteArray(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* PayloadBuffer_ToTruncatedByteArray_m926BA10627A284E7C8D8DB9BC5EC547FEC6B0C59 (PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * __this, int32_t ___payloadLength0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int minimumCount = payloadLength + 16; int32_t L_0 = ___payloadLength0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)16))); // if (Length < minimumCount) int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, __this); int32_t L_2 = V_0; if ((((int64_t)L_1) >= ((int64_t)((int64_t)((int64_t)L_2))))) { goto IL_0011; } } { // return null; return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_0011: { // byte[] buf = GetBuffer(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, __this); // return Arrays.CopyOf(buf, payloadLength); int32_t L_4 = ___payloadLength0; IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5; L_5 = Arrays_CopyOf_m2B8A6EDB7EB962FAA8DC4F8C0F8511C0102C4872(L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.HeartbeatMessage/PayloadBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PayloadBuffer__ctor_mC9807BD87FBBD9629B8B4F67DE83D6C769EA6109 (PayloadBuffer_tD37976CCAF58DDAC4ED484C528E517E4AD6566CC * __this, const RuntimeMethod* method) { { MemoryStream__ctor_mD27B3DF2400D46A4A81EE78B0BD2C29EFCFAA44F(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HomeView/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m67A0CC465B0276ED324C9292CB094C9EA8893043 (U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HomeView/<>c__DisplayClass13_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3CShowProminentBeforeConnectBLEU3Eb__0_m888AC0DEB0340927068FE68F81AE64197FC2F27D (U3CU3Ec__DisplayClass13_0_t31B24375BEEB387AB068555713420EA3EB096075 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFBC94C2E97469EC3DBBDD3904B8740F1C5380D73); s_Il2CppMethodInitialized = true; } Exception_t * V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B3_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B2_0 = NULL; { // PlayerPrefs.SetInt("Location-Prominent", 1); PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6(_stringLiteralFBC94C2E97469EC3DBBDD3904B8740F1C5380D73, 1, /*hidden argument*/NULL); } IL_000b: try {// begin try (depth: 1) { // onAgree?.Invoke(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = __this->get_onAgree_0(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = L_0; G_B2_0 = L_1; if (L_1) { G_B3_0 = L_1; goto IL_0017; } } IL_0014: { goto IL_001c; } IL_0017: { NullCheck(G_B3_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(G_B3_0, /*hidden argument*/NULL); } IL_001c: { // } catch (System.Exception e) { goto IL_003c; } }// 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_001e; } throw e; } CATCH_001e: {// begin catch(System.Exception) // } catch (System.Exception e) { V_0 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); // Debug.LogError(e.Message + "\n" + e.StackTrace); Exception_t * L_2 = V_0; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_2); Exception_t * L_4 = V_0; NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Exception::get_StackTrace() */, L_4); String_t* L_6; L_6 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD)), L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_6, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_003c; }// end catch (depth: 1) IL_003c: { // }; 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 HomeView/<>c__DisplayClass26_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass26_0__ctor_m75483635B867724D76BB6F129A4FD14FEE38E909 (U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HomeView/<>c__DisplayClass26_0::b__0(UnityEngine.UI.Text) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass26_0_U3CRenderFriendRankListU3Eb__0_mB78A8C6770C695AE5C2382D37BA276A3DE8409F8 (U3CU3Ec__DisplayClass26_0_tEBBB24A564051D74C24C381884229DEF6C7D4D4A * __this, Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BF8190B15542C09023A491F023ECEC12049DE7B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FF411AC3D3E7626CF3BFA6A75BAB1B8850EC38B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35FFF9F8737B8B37DD3491AAF26E72FADC09E4E1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EAAD7A539D989BCAED72ABC6511FA0B03E91538); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F0F7C9B972DC1657B1D16FFF28697B5CA49E1F0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB384C412A39CF3C07D3A589D45D4309322B078B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6639DD6EB173960F83B2AD61B5DBB3DADE89A54); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC789006211AC85654D89988346DCA3D9D739333); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF00BE1B8F8F8704D8031CEEACFE9F693599E3465); s_Il2CppMethodInitialized = true; } Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; { // if (TextAutoLanguage2.GetLanguage() == 0) { IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); int32_t L_0; L_0 = TextAutoLanguage2_GetLanguage_mA69317E46E6A45650B6A58B0E162C35120B1BDE3(/*hidden argument*/NULL); if (L_0) { goto IL_0027; } } { // t.text = $"?{rankNum}?"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1 = ___t0; int32_t L_2 = __this->get_rankNum_0(); int32_t L_3 = L_2; RuntimeObject * L_4 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralB6639DD6EB173960F83B2AD61B5DBB3DADE89A54, L_4, /*hidden argument*/NULL); NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_1, L_5); // } else { goto IL_00cc; } IL_0027: { // string str = rankNum.ToString(); int32_t* L_6 = __this->get_address_of_rankNum_0(); String_t* L_7; L_7 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_6, /*hidden argument*/NULL); V_1 = L_7; // if (str.EndsWith("1")) t.text = $"{rankNum}st"; String_t* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_8, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { // if (str.EndsWith("1")) t.text = $"{rankNum}st"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_10 = ___t0; int32_t L_11 = __this->get_rankNum_0(); int32_t L_12 = L_11; RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); String_t* L_14; L_14 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral0BF8190B15542C09023A491F023ECEC12049DE7B, L_13, /*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_10, L_14); goto IL_00cc; } IL_005d: { // else if (str.EndsWith("2")) t.text = $"{rankNum}nd"; String_t* L_15 = V_1; NullCheck(L_15); bool L_16; L_16 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_15, _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2, /*hidden argument*/NULL); if (!L_16) { goto IL_0087; } } { // else if (str.EndsWith("2")) t.text = $"{rankNum}nd"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_17 = ___t0; int32_t L_18 = __this->get_rankNum_0(); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_19); String_t* L_21; L_21 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteralF00BE1B8F8F8704D8031CEEACFE9F693599E3465, L_20, /*hidden argument*/NULL); NullCheck(L_17); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_17, L_21); goto IL_00cc; } IL_0087: { // else if (str.EndsWith("3")) t.text = $"{rankNum}rd"; String_t* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = String_EndsWith_m9A6011FDF8EBFFD3BCB51FE5BE58BE265116DCBE(L_22, _stringLiteral2064F80F811DB79A33C4E51C10221454E30C74AE, /*hidden argument*/NULL); if (!L_23) { goto IL_00b1; } } { // else if (str.EndsWith("3")) t.text = $"{rankNum}rd"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_24 = ___t0; int32_t L_25 = __this->get_rankNum_0(); int32_t L_26 = L_25; RuntimeObject * L_27 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_26); String_t* L_28; L_28 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral6F0F7C9B972DC1657B1D16FFF28697B5CA49E1F0, L_27, /*hidden argument*/NULL); NullCheck(L_24); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_24, L_28); goto IL_00cc; } IL_00b1: { // else t.text = $"{rankNum}th"; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_29 = ___t0; int32_t L_30 = __this->get_rankNum_0(); int32_t L_31 = L_30; RuntimeObject * L_32 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_31); String_t* L_33; L_33 = String_Format_mB3D38E5238C3164DB4D7D29339D9E225A4496D17(_stringLiteral1FF411AC3D3E7626CF3BFA6A75BAB1B8850EC38B, L_32, /*hidden argument*/NULL); NullCheck(L_29); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_29, L_33); } IL_00cc: { // if (rankNum == 1) ColorUtility.TryParseHtmlString("#F0E68C", out outColor); int32_t L_34 = __this->get_rankNum_0(); if ((!(((uint32_t)L_34) == ((uint32_t)1)))) { goto IL_00e4; } } { // if (rankNum == 1) ColorUtility.TryParseHtmlString("#F0E68C", out outColor); bool L_35; L_35 = ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069(_stringLiteralB384C412A39CF3C07D3A589D45D4309322B078B7, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 *)(&V_0), /*hidden argument*/NULL); goto IL_0121; } IL_00e4: { // else if (rankNum == 2) ColorUtility.TryParseHtmlString("#E0FFFF", out outColor); int32_t L_36 = __this->get_rankNum_0(); if ((!(((uint32_t)L_36) == ((uint32_t)2)))) { goto IL_00fc; } } { // else if (rankNum == 2) ColorUtility.TryParseHtmlString("#E0FFFF", out outColor); bool L_37; L_37 = ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069(_stringLiteral5EAAD7A539D989BCAED72ABC6511FA0B03E91538, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 *)(&V_0), /*hidden argument*/NULL); goto IL_0121; } IL_00fc: { // else if (rankNum == 3) ColorUtility.TryParseHtmlString("#CD8162", out outColor); int32_t L_38 = __this->get_rankNum_0(); if ((!(((uint32_t)L_38) == ((uint32_t)3)))) { goto IL_0114; } } { // else if (rankNum == 3) ColorUtility.TryParseHtmlString("#CD8162", out outColor); bool L_39; L_39 = ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069(_stringLiteral35FFF9F8737B8B37DD3491AAF26E72FADC09E4E1, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 *)(&V_0), /*hidden argument*/NULL); goto IL_0121; } IL_0114: { // else ColorUtility.TryParseHtmlString("#EEE5DE", out outColor); bool L_40; L_40 = ColorUtility_TryParseHtmlString_m69BEFAF655920930399471B79CF668FC3BAD4069(_stringLiteralEC789006211AC85654D89988346DCA3D9D739333, (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 *)(&V_0), /*hidden argument*/NULL); } IL_0121: { // t.color = outColor; Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_41 = ___t0; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_42 = V_0; NullCheck(L_41); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_41, L_42); // }; 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 HomeView/d__23::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendBarU3Ed__23__ctor_mBA9B78C0FFF6FCAD307D15BC30C7878BCA4E0444 (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __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 HomeView/d__23::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendBarU3Ed__23_System_IDisposable_Dispose_mFFE74F643B708C361D7452AE54C76C9C1401A22C (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HomeView/d__23::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRefreshFriendBarU3Ed__23_MoveNext_m3E897DBC36D1CA6FB94F322D1E62C6CEA413455A (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_RenderFriendList_mE58961A2927D75B022F1D73C42711EF032DC4F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ED4D024536365D306310B21B75BF1729FDEE5CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35CA76C83FB219B005466C7A8485917AD028A014); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7162153471BFA28629CB10BF63932A9F7854859C); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * V_1 = NULL; Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * V_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009c; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // if (friendItemPrefab == null) { HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_4 = V_1; NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = L_4->get_friendItemPrefab_15(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0066; } } { // friendItemPrefab = transform.Find("FriendBar/Scroll View/Viewport/Content/Item").gameObject; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_7 = V_1; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_8 = V_1; NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteral35CA76C83FB219B005466C7A8485917AD028A014, /*hidden argument*/NULL); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_friendItemPrefab_15(L_11); // Destroy(friendItemPrefab.GetComponent()); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_12 = V_1; NullCheck(L_12); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = L_12->get_friendItemPrefab_15(); NullCheck(L_13); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_14; L_14 = GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D(L_13, /*hidden argument*/GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_14, /*hidden argument*/NULL); // friendItemPrefab.SetActive(false); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_15 = V_1; NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = L_15->get_friendItemPrefab_15(); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, (bool)0, /*hidden argument*/NULL); } IL_0066: { // if (friendBarContent == null) { HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_17 = V_1; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18 = L_17->get_friendBarContent_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_00a3; } } { // friendBarContent = transform.Find("FriendBar/Scroll View/Viewport/Content"); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_20 = V_1; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_21 = V_1; NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_21, /*hidden argument*/NULL); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_22, _stringLiteral0ED4D024536365D306310B21B75BF1729FDEE5CF, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_friendBarContent_16(L_23); goto IL_00a3; } IL_008c: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009c: { __this->set_U3CU3E1__state_0((-1)); } IL_00a3: { // while (LoginMgr.myUserInfo.id < 1) { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_24 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_24); int32_t L_25 = L_24->get_id_0(); if ((((int32_t)L_25) < ((int32_t)1))) { goto IL_008c; } } { // Action cb = RenderFriendList; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_26 = V_1; Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * L_27 = (Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E *)il2cpp_codegen_object_new(Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E_il2cpp_TypeInfo_var); Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299(L_27, L_26, (intptr_t)((intptr_t)HomeView_RenderFriendList_mE58961A2927D75B022F1D73C42711EF032DC4F70_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299_RuntimeMethod_var); V_2 = L_27; // UserPlayer.ins.call("friendComp.getMyFriends", null, cb); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_28 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * L_29 = V_2; NullCheck(L_28); bool L_30; L_30 = JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0(L_28, _stringLiteral7162153471BFA28629CB10BF63932A9F7854859C, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, L_29, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object HomeView/d__23::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRefreshFriendBarU3Ed__23_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mCEF72D04B01914A5F5A9278420535F2C2EB7DC02 (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HomeView/d__23::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendBarU3Ed__23_System_Collections_IEnumerator_Reset_m8FC82A8757C6E80CE1DF544D6F08BD96AE7ECD7F (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __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*)&U3CRefreshFriendBarU3Ed__23_System_Collections_IEnumerator_Reset_m8FC82A8757C6E80CE1DF544D6F08BD96AE7ECD7F_RuntimeMethod_var))); } } // System.Object HomeView/d__23::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRefreshFriendBarU3Ed__23_System_Collections_IEnumerator_get_Current_m37DD66D22AFD57030643EE3BE631866256DAD6A1 (U3CRefreshFriendBarU3Ed__23_t8F5981B22FA115BC458C51B6A61BC90D593AE73D * __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 HomeView/d__25::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendRankBarU3Ed__25__ctor_m5E0C9D29589E8E51B13C9129E6840ED9E3D5ADFF (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __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 HomeView/d__25::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendRankBarU3Ed__25_System_IDisposable_Dispose_mF38916D201FD87A94074046DA06C4133FE16885C (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HomeView/d__25::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRefreshFriendRankBarU3Ed__25_MoveNext_mF6F308FF5AF9EC9C79E8ECD27819572756B22A23 (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_RenderFriendRankList_m391BB3EAB465BD8F5DC1E39A2A0CEE156F3484CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0ED4D024536365D306310B21B75BF1729FDEE5CF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35CA76C83FB219B005466C7A8485917AD028A014); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9801CEC39D3E4780B31ABBE51981E93BDE0CEAA); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * V_1 = NULL; Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * V_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009c; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // if (friendItemPrefab == null) { HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_4 = V_1; NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = L_4->get_friendItemPrefab_15(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0066; } } { // friendItemPrefab = transform.Find("FriendBar/Scroll View/Viewport/Content/Item").gameObject; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_7 = V_1; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_8 = V_1; NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteral35CA76C83FB219B005466C7A8485917AD028A014, /*hidden argument*/NULL); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_friendItemPrefab_15(L_11); // Destroy(friendItemPrefab.GetComponent()); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_12 = V_1; NullCheck(L_12); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = L_12->get_friendItemPrefab_15(); NullCheck(L_13); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_14; L_14 = GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D(L_13, /*hidden argument*/GameObject_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m08E9D50CF81C1176D98860FE7038B9544046EB7D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_14, /*hidden argument*/NULL); // friendItemPrefab.SetActive(false); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_15 = V_1; NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = L_15->get_friendItemPrefab_15(); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, (bool)0, /*hidden argument*/NULL); } IL_0066: { // if (friendBarContent == null) { HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_17 = V_1; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18 = L_17->get_friendBarContent_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_00a3; } } { // friendBarContent = transform.Find("FriendBar/Scroll View/Viewport/Content"); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_20 = V_1; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_21 = V_1; NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_21, /*hidden argument*/NULL); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_22, _stringLiteral0ED4D024536365D306310B21B75BF1729FDEE5CF, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_friendBarContent_16(L_23); goto IL_00a3; } IL_008c: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009c: { __this->set_U3CU3E1__state_0((-1)); } IL_00a3: { // while (LoginMgr.myUserInfo.id < 1) { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_24 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_24); int32_t L_25 = L_24->get_id_0(); if ((((int32_t)L_25) < ((int32_t)1))) { goto IL_008c; } } { // Action cb = RenderFriendRankList; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_26 = V_1; Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * L_27 = (Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E *)il2cpp_codegen_object_new(Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E_il2cpp_TypeInfo_var); Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299(L_27, L_26, (intptr_t)((intptr_t)HomeView_RenderFriendRankList_m391BB3EAB465BD8F5DC1E39A2A0CEE156F3484CD_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_mF8E1A41CDFCDCFFBCEEFF1B956FF9527D9D4B299_RuntimeMethod_var); V_2 = L_27; // UserPlayer.ins.call("rankComp.getFriendRankList", null, cb); IL2CPP_RUNTIME_CLASS_INIT(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var); UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6 * L_28 = ((UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_StaticFields*)il2cpp_codegen_static_fields_for(UserPlayer_tD226DA6CEDDFA512953CC664B3E54C6B8C39DEB6_il2cpp_TypeInfo_var))->get_ins_5(); Action_1_t581AB6AE6836D02EB132CC2F8AE4109080B3474E * L_29 = V_2; NullCheck(L_28); bool L_30; L_30 = JCEntity_call_mDC6C6A555914CBC6119E4B0B08F5602CAD7693C0(L_28, _stringLiteralC9801CEC39D3E4780B31ABBE51981E93BDE0CEAA, (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)NULL, L_29, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object HomeView/d__25::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRefreshFriendRankBarU3Ed__25_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE3CB92DFDF24036BBD0DE6E2DE9D95DBBF25B9BF (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HomeView/d__25::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRefreshFriendRankBarU3Ed__25_System_Collections_IEnumerator_Reset_mCDED2CF1B81A3799A564F08F781B013754C779C1 (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __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*)&U3CRefreshFriendRankBarU3Ed__25_System_Collections_IEnumerator_Reset_mCDED2CF1B81A3799A564F08F781B013754C779C1_RuntimeMethod_var))); } } // System.Object HomeView/d__25::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRefreshFriendRankBarU3Ed__25_System_Collections_IEnumerator_get_Current_mB155B4939690701DF0405D690ADEE78CCF5B7B40 (U3CRefreshFriendRankBarU3Ed__25_tB2F8551F319E327157A4D270C3D9591D1B48AFAE * __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.SignalRCore.HubConnection/<>c__DisplayClass65_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass65_0__ctor_m9A26E7D0D27BB57DBCCC150AC9695530E3669357 (U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass65_0::b__0(BestHTTP.SignalRCore.Messages.Message) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass65_0_U3CSendU3Eb__0_m06043E0AD751ED83C81067D21C6883650EFAF231 (U3CU3Ec__DisplayClass65_0_tBE97F86740966EBE41DF81DF325E0E9745F6D631 * __this, Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 ___message0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // bool isSuccess = string.IsNullOrEmpty(message.error); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_0 = ___message0; String_t* L_1 = L_0.get_error_7(); bool L_2; L_2 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_1, /*hidden argument*/NULL); // if (isSuccess) if (!L_2) { goto IL_001a; } } { // future.Assign(true); Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * L_3 = __this->get_future_0(); NullCheck(L_3); Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE(L_3, (bool)1, /*hidden argument*/Future_1_Assign_m208312479CF463BF7D6084253C8161E83654E9FE_RuntimeMethod_var); return; } IL_001a: { // future.Fail(new Exception(message.error)); Future_1_t48E4045D391ABAEF2E458254C393193FF63184A7 * L_4 = __this->get_future_0(); Message_t7A5AEEC23C8151DAE56A0BF20600B63ED4BEB6D3 L_5 = ___message0; String_t* L_6 = L_5.get_error_7(); Exception_t * L_7 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(L_7, L_6, /*hidden argument*/NULL); NullCheck(L_4); Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8(L_4, L_7, /*hidden argument*/Future_1_Fail_m0E50EDD2FE1F08E292C6D25210A2A45353DD19A8_RuntimeMethod_var); // }); 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.SignalRCore.HubConnection/<>c__DisplayClass68_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass68_0__ctor_mFB29ADC90B47AEEFF7F8ACCAECE4CFA32FABA6AD (U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void BestHTTP.SignalRCore.HubConnection/<>c__DisplayClass68_0::b__0(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass68_0_U3COnU3Eb__0_m557DD528C5349F5E9886E19C57987688B05E299B (U3CU3Ec__DisplayClass68_0_t365D710C143C88C09DE0BA3876056BBEF9F0E408 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { { // On(methodName, null, (args) => callback()); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = __this->get_callback_0(); NullCheck(L_0); Action_Invoke_m3FFA5BE3D64F0FF8E1E1CB6F953913FADB5EB89E(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HuntGameSelectLevelView/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_mDB0B8A5DD1F73D78871D4592A6EBFD569A898993 (U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HuntGameSelectLevelView/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0_U3CStartU3Eb__0_m4FA3E3F22BAF820AF599EE578ACBF4A3FFE7B24F (U3CU3Ec__DisplayClass1_0_tB1FA3546388676BB9FA3A43333D8AA975CE71604 * __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*)&ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var); 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; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // ChallengeGameMode gameMode = (ChallengeGameMode) GameMgr.ins.gameMode; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_1 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_1); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_2 = L_1->get_gameMode_6(); // gameMode.SetLevel(levelRecord); ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * L_3 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)CastclassClass((RuntimeObject*)L_2, ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var)); int32_t L_4 = __this->get_levelRecord_0(); NullCheck(L_3); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void ChallengeGameMode::SetLevel(System.Int32) */, L_3, L_4); // gameMode.AddHuntGameView(); NullCheck(L_3); ChallengeGameMode_AddHuntGameView_mC6CC5267FBBC58D9F888E4224F29B1E057C023AC(L_3, /*hidden argument*/NULL); // Destroy(this.gameObject); HuntGameSelectLevelView_tF48527D1BDC166600A944D3999C465C2C5ABD768 * L_5 = __this->get_U3CU3E4__this_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); // }); 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 HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m03E6A0E1B332AF0E0F7F1A4D0A77A2A69D4F95E6 (U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HunterGamePlayerScoreCounter/<>c__DisplayClass2_0::<.ctor>b__0(TargetAnimal,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__0_mBD5CBA56970DCF7FE48FF701B0AF0E45BD450852 (U3CU3Ec__DisplayClass2_0_t42C070A176DD083DB50065DEDC04853CF98732A6 * __this, TargetAnimal_t90B2AB67B1B579964591B445CAF14122DB690D02 * ___a0, int32_t ___hurtValue1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // int playerIndex = gameModeLocalPK.GetCurrentPlayIndex(); RuntimeObject* L_0 = __this->get_gameModeLocalPK_0(); NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 ChallengeGameModeLocalPK::GetCurrentPlayIndex() */, ChallengeGameModeLocalPK_t1B4DC78B64AF43CD49C70ACD5204D88F13CA39B5_il2cpp_TypeInfo_var, L_0); V_0 = L_1; // hitScores[playerIndex] += hurtValue; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_2 = __this->get_U3CU3E4__this_1(); NullCheck(L_2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = L_2->get_hitScores_0(); int32_t L_4 = V_0; NullCheck(L_3); int32_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4))); int32_t L_6 = *((int32_t*)L_5); int32_t L_7 = ___hurtValue1; *((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)L_7)); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HunterGameSettleView/<>c__DisplayClass1_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0__ctor_m0A0E220C50450E5CD66C75B5C4B6DE9C0CA078E8 (U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HunterGameSettleView/<>c__DisplayClass1_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass1_0_U3CCheckOpenNextLevelBtnU3Eb__0_mE865AC0945CBAF12886EE0A8A347FD423D980874 (U3CU3Ec__DisplayClass1_0_t4D4E190D5CEDBC3D8BB0D3ADE156C8FDBCD0D665 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // ChallengeGameMode.enterNextLevel = (gameMode.currentlevel + 1).ToString(); ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B * L_0 = __this->get_gameMode_0(); NullCheck(L_0); int32_t L_1 = L_0->get_currentlevel_13(); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)); String_t* L_2; L_2 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_0), /*hidden argument*/NULL); ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_StaticFields*)il2cpp_codegen_static_fields_for(ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B_il2cpp_TypeInfo_var))->set_enterNextLevel_14(L_2); // TryAgain(); HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * L_3 = __this->get_U3CU3E4__this_1(); NullCheck(L_3); HunterGameSettleView_TryAgain_m992274A907595A666756D5404555AE38FC0F967A(L_3, /*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 HunterGameSettleView/<>c__DisplayClass3_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m0CDB6792AA79A20ED640D8BC60544417981317D4 (U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void HunterGameSettleView/<>c__DisplayClass3_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0_U3CTryAgainU3Eb__0_m4727485F518936A9F7C36167754E8DDD5928B66F (U3CU3Ec__DisplayClass3_0_tD8DE7B2EB6428778F00D98919A7B89F0D21897ED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HunterGameSettleView_GoHomeLogic_mC27EB96A483D814FCFE6613682A135402C664380_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // view.banBackBtnLogic = true; PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_0 = __this->get_view_1(); NullCheck(L_0); L_0->set_banBackBtnLogic_15((bool)1); // DoTweenUtil.CallDelay(2f, GoHomeLogic); HunterGameSettleView_tEAB6209843B41006A7DE8A79DEF3C811A71CE0D4 * L_1 = __this->get_U3CU3E4__this_0(); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_2 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_2, L_1, (intptr_t)((intptr_t)HunterGameSettleView_GoHomeLogic_mC27EB96A483D814FCFE6613682A135402C664380_RuntimeMethod_var), /*hidden argument*/NULL); DoTweenUtil_CallDelay_mC5557030978189F7F93173D4E6F513BFB7DE2C9A((2.0f), L_2, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HyperlinkText/HyperlinkInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HyperlinkInfo__ctor_mA55602091E73CD367BF140A9F971A4DB4837B075 (HyperlinkInfo_t8981D48F00CB630C131A0998BCA2B28FB00C8D25 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public List BoxList = new List(); List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE * L_0 = (List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE *)il2cpp_codegen_object_new(List_1_t7AFC5094F7C1D24DAAA8893B11B1743A7A0D2CFE_il2cpp_TypeInfo_var); List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621(L_0, /*hidden argument*/List_1__ctor_mDEA22BBC60302919E5165D1E9019B388E93FD621_RuntimeMethod_var); __this->set_BoxList_3(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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void InputFieldLayoutX/d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayGetKeyboardHeightU3Ed__14__ctor_m8D1429EC3FBBCC7C59A69AE79064B406881A96C9 (U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 * __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 InputFieldLayoutX/d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayGetKeyboardHeightU3Ed__14_System_IDisposable_Dispose_mB3AFF00ECFB524E09D25A34839C48DB054D4880C (U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean InputFieldLayoutX/d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayGetKeyboardHeightU3Ed__14_MoveNext_m742517C8E6093DCEFE94EED3D0E1AE1726557ABC (U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 * __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; InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * V_1 = NULL; float V_2 = 0.0f; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_0039; } case 2: { goto IL_0081; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0039: { __this->set_U3CU3E1__state_0((-1)); goto IL_0088; } IL_0042: { // float kb_height = GetKeyboardHeight(); InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * L_3 = V_1; NullCheck(L_3); float L_4; L_4 = InputFieldLayoutX_GetKeyboardHeight_m5422A7F961555C479AC73AC76EB22FAA67CBB617(L_3, /*hidden argument*/NULL); V_2 = L_4; // if(kb_height > 0 && kb_height != keyboardHeight_last) float L_5 = V_2; if ((!(((float)L_5) > ((float)(0.0f))))) { goto IL_0068; } } { float L_6 = V_2; InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_keyboardHeight_last_11(); if ((((float)L_6) == ((float)L_8))) { goto IL_0068; } } { // keyboardHeight_last = kb_height; InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * L_9 = V_1; float L_10 = V_2; NullCheck(L_9); L_9->set_keyboardHeight_last_11(L_10); // SetInputUIHeight(kb_height); InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * L_11 = V_1; float L_12 = V_2; NullCheck(L_11); InputFieldLayoutX_SetInputUIHeight_m0B6470C3B1BC19563B76928C199E8DA30E4B7E11(L_11, L_12, /*hidden argument*/NULL); } IL_0068: { // yield return new WaitForSecondsRealtime(0.333f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_13 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_13, (0.333000004f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_13); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0081: { __this->set_U3CU3E1__state_0((-1)); } IL_0088: { // while (inputField.isFocused) InputFieldLayoutX_t8701B4A6A80DFC34E6AC47AD7E66BAAAC0CC0192 * L_14 = V_1; NullCheck(L_14); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_15 = L_14->get_inputField_4(); NullCheck(L_15); bool L_16; L_16 = InputField_get_isFocused_m60B873B25A63045E65D55BDC90268C8623D7C418_inline(L_15, /*hidden argument*/NULL); if (L_16) { goto IL_0042; } } { // } return (bool)0; } } // System.Object InputFieldLayoutX/d__14::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayGetKeyboardHeightU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m615D4FBBF130DB4B25DA1915B77BAFAC65145AC0 (U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void InputFieldLayoutX/d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayGetKeyboardHeightU3Ed__14_System_Collections_IEnumerator_Reset_mBABF7BA5F9FC05FCE9F587C6C1C34AD2324D202E (U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 * __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*)&U3CDelayGetKeyboardHeightU3Ed__14_System_Collections_IEnumerator_Reset_mBABF7BA5F9FC05FCE9F587C6C1C34AD2324D202E_RuntimeMethod_var))); } } // System.Object InputFieldLayoutX/d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayGetKeyboardHeightU3Ed__14_System_Collections_IEnumerator_get_Current_mB7E08CBC3C38AB15A292A32584F9E1A0985C2553 (U3CDelayGetKeyboardHeightU3Ed__14_tB432A7E405DEAC3A8650DBE3E6CC6CEF14775999 * __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 LitJson.JsonMapper/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m44A435C77E976361EAAFA9C0694FBA90216C9677 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * L_0 = (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 *)il2cpp_codegen_object_new(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mE9E0D220B5D6287EEF17284922F2A76802593A68(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void LitJson.JsonMapper/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mE9E0D220B5D6287EEF17284922F2A76802593A68 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // LitJson.IJsonWrapper LitJson.JsonMapper/<>c::b__25_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CReadSkipU3Eb__25_0_m6FEB7F0D965965A9F14FB7FAB05D0A74698DF9F3 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // delegate { return new JsonMockWrapper (); }, reader); JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24 * L_0 = (JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24 *)il2cpp_codegen_object_new(JsonMockWrapper_tCCD1B9DAF40AF5D5CDB657BB1F4E6FE931E8CA24_il2cpp_TypeInfo_var); JsonMockWrapper__ctor_mF53990CB7535C9D24A1A36AD384483CE56640A6B(L_0, /*hidden argument*/NULL); return L_0; } } // System.Void LitJson.JsonMapper/<>c::b__26_0(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_0_m65DBB1C78BFDBEEA0F5B18812EBA5136DC6CFE23 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToInt32 ((byte) obj)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_m16B237FA188F31A702DA81BB98674A35EF58AE55(((*(uint8_t*)((uint8_t*)UnBox(L_1, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m520AAD327374986AC0A8B685CD066F7058E26C47(L_0, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_1(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_1_mA6AF7F05D38115C68CB69B6CCF002D9913B80EC8 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToString ((char) obj)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_2; L_2 = Convert_ToString_mE78FB58C17EA12F95381D5C746722C771BD0BFE7(((*(Il2CppChar*)((Il2CppChar*)UnBox(L_1, Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m1226D74904B33BC08C33A98D2C12DB0226F6131C(L_0, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_2(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_2_m36FAD15F97256C344EA9D44945E53BCCB3D840FF (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToString ((DateTime) obj, // datetime_format)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var))->get_datetime_format_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_3; L_3 = Convert_ToString_mB3626028A47845ACEE96260B096C91EA42D227B7(((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), L_2, /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m1226D74904B33BC08C33A98D2C12DB0226F6131C(L_0, L_3, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_3(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_3_mA76CF5C67B4BAF51D76D787EE0E21EB2F2A0EC69 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write ((decimal) obj); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; NullCheck(L_0); JsonWriter_Write_mAB1C85BDE0AD46830AC574F34B59598CB757DAE7(L_0, ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_1, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_4(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_4_mB12F5BE85941DFB6ABACC85896A07544BB48503E (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToInt32 ((sbyte) obj)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_mCCBE073FF85D0B92F38BF63334A42DB5BABA66C4(((*(int8_t*)((int8_t*)UnBox(L_1, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m520AAD327374986AC0A8B685CD066F7058E26C47(L_0, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_5(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_5_m56A41556B27F1F72A8B9B670880703A56C133EDF (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToInt32 ((short) obj)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_m1E275A2122DD929BC92E25F5E0B72355EA6378DE(((*(int16_t*)((int16_t*)UnBox(L_1, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m520AAD327374986AC0A8B685CD066F7058E26C47(L_0, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_6(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_6_m3C10C7A82FFC3E4625A54905631D86A6EBA8D720 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToInt32 ((ushort) obj)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_2; L_2 = Convert_ToInt32_mEE9189C38DB7737892F35EAE2FA183E918DC5C70(((*(uint16_t*)((uint16_t*)UnBox(L_1, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m520AAD327374986AC0A8B685CD066F7058E26C47(L_0, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_7(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_7_mB30D9177D4121E5A19915E7F08AFF98B7DEAC09B (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write (Convert.ToUInt64 ((uint) obj)); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_2; L_2 = Convert_ToUInt64_m7E663B2DD9A15D6F486B6C36A43751CBFC922CA4(((*(uint32_t*)((uint32_t*)UnBox(L_1, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); NullCheck(L_0); JsonWriter_Write_m6C70542008EB5A8A437EA966FD767093D9E18BCB(L_0, L_2, /*hidden argument*/NULL); // }; return; } } // System.Void LitJson.JsonMapper/<>c::b__26_8(System.Object,LitJson.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterBaseExportersU3Eb__26_8_mB48444FB56F525049BEB057EDC490F13708C654C (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___obj0, JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * ___writer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // writer.Write ((ulong) obj); JsonWriter_tE4E0A8D51FEAFA46BECDA611992E9234C897D09A * L_0 = ___writer1; RuntimeObject * L_1 = ___obj0; NullCheck(L_0); JsonWriter_Write_m6C70542008EB5A8A437EA966FD767093D9E18BCB(L_0, ((*(uint64_t*)((uint64_t*)UnBox(L_1, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); // }; return; } } // System.Object LitJson.JsonMapper/<>c::b__27_0(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_0_m1B52B0C2FED88A3CE73B78FB974A13BCAF60A5D2 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToByte ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_1; L_1 = Convert_ToByte_m63C698D88485EB4CAACA12EDFA17B0F894B2A66C(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_1(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_1_m6EE22BD7E8A6A30727EF1651DB2818AAF7322E95 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToUInt64 ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_1; L_1 = Convert_ToUInt64_m4E6CFEBFC620FD3705A52853CDAECC5F6AB5423F(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint64_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_2(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_2_mD94D45CC4C45C946AB061A716ECE9DD0361266D2 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToSByte ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_1; L_1 = Convert_ToSByte_m51258423AD29E21302EF937934744AFEAEAEA1F0(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); int8_t L_2 = L_1; RuntimeObject * L_3 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_3(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_3_m2F83441405759C02980B61D4421858D92FC9973C (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToInt16 ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_1; L_1 = Convert_ToInt16_m541B626F2506C13399245670B33C0387F4C92241(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_4(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_4_mF06A035412AC1A1159EB6AC7F97EB90F605E3B35 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToUInt16 ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_1; L_1 = Convert_ToUInt16_mD29FE8C80080BE4F1D7FA65A7589B9368150B3DC(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint16_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_5(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_5_m15E2C2163125791CC47190E283CF8093B3E43A79 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToUInt32 ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_mA38C43C03B8030EFE234825FC0D23E8B081089C9(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_6(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_6_m36AE8C041B7A472ADADD2252BE2A30EC98D540CC (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToSingle ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_1; L_1 = Convert_ToSingle_m370686073463D041429EEBF663C144744BE79668(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); float L_2 = L_1; RuntimeObject * L_3 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_7(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_7_mAC9BFC51C25E1729DC1EE1C34D409BD6BF7F4AE6 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToDouble ((int) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_1; L_1 = Convert_ToDouble_m71955B1BEF239B4ECC8868252DA082A38FD1E125(((*(int32_t*)((int32_t*)UnBox(L_0, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); double L_2 = L_1; RuntimeObject * L_3 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_8(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_8_m14BBCF6705ED098BFF3CFABAE0FAA1A51DD2DBAC (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToDecimal ((double) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1; L_1 = Convert_ToDecimal_mD729925F249653EF8DA34909561747DB117A4644(((*(double*)((double*)UnBox(L_0, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = L_1; RuntimeObject * L_3 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_9(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_9_m1AD16760D3E691E402A0D525FD7CAC1B0E2FFF79 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToUInt32 ((long) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_1; L_1 = Convert_ToUInt32_mD97A8501E8D2A539ADBD77E91629BADE142746E7(((*(int64_t*)((int64_t*)UnBox(L_0, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_10(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_10_m7ABF9F0DDC9F134F02FD5B4230DDFAEE969EB56A (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToChar ((string) input); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_1; L_1 = Convert_ToChar_mC70BDA16401A56AA014B84C16035328E533B9AF1(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Il2CppChar L_2 = L_1; RuntimeObject * L_3 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_2); return L_3; } } // System.Object LitJson.JsonMapper/<>c::b__27_11(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CU3Ec_U3CRegisterBaseImportersU3Eb__27_11_mA4A035F3FB771CAB37BB98CB6DDE696E18271657 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, RuntimeObject * ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Convert.ToDateTime ((string) input, datetime_format); RuntimeObject * L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_StaticFields*)il2cpp_codegen_static_fields_for(JsonMapper_tA04417DF2855139F8E6214DAE1241EF6D9E521C5_il2cpp_TypeInfo_var))->get_datetime_format_1(); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = Convert_ToDateTime_m2FA19E10818EF340AF19191C7E01F2632FAF3B2D(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3 = L_2; RuntimeObject * L_4 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_3); return L_4; } } // LitJson.IJsonWrapper LitJson.JsonMapper/<>c::b__32_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CToObjectU3Eb__32_0_m8C7E637DCAE84FB49AF7F853742294401C46BAE2 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // delegate { return new JsonData (); }, reader); JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 * L_0 = (JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 *)il2cpp_codegen_object_new(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var); JsonData__ctor_m7181AC7D06F226CD6AA677EECCA1BECCC0ED3422(L_0, /*hidden argument*/NULL); return L_0; } } // LitJson.IJsonWrapper LitJson.JsonMapper/<>c::b__33_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CToObjectU3Eb__33_0_mEE93C599633DAA7F99DDB30BFEF7BFAFA5F1C5A5 (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // delegate { return new JsonData (); }, json_reader); JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 * L_0 = (JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 *)il2cpp_codegen_object_new(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var); JsonData__ctor_m7181AC7D06F226CD6AA677EECCA1BECCC0ED3422(L_0, /*hidden argument*/NULL); return L_0; } } // LitJson.IJsonWrapper LitJson.JsonMapper/<>c::b__34_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CToObjectU3Eb__34_0_m043C3A7D95BD6CE729E9A7ED0F92ABF346CBEF0E (U3CU3Ec_t11C52A76F7A303927739AB645A073139A0A72318 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // delegate { return new JsonData (); }, json); JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 * L_0 = (JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514 *)il2cpp_codegen_object_new(JsonData_tEC3547D1018CC4298487EC54DD677C16BE61D514_il2cpp_TypeInfo_var); JsonData__ctor_m7181AC7D06F226CD6AA677EECCA1BECCC0ED3422(L_0, /*hidden argument*/NULL); 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 UnityStandardAssets.Utility.LerpControlledBob/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoBobCycleU3Ed__4__ctor_m00E3AA853E0C70833839BE6CF4B684C4CD33ED1A (U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Utility.LerpControlledBob/d__4::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoBobCycleU3Ed__4_System_IDisposable_Dispose_m041C249DCAD39D852D5D4C53AE74743B147C56C0 (U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Utility.LerpControlledBob/d__4::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDoBobCycleU3Ed__4_MoveNext_m8A21DA48C9B7B222CE8571687E5555EFB7A95C25 (U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_007f; } case 2: { goto IL_00ea; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // float t = 0f; __this->set_U3CtU3E5__2_3((0.0f)); goto IL_0086; } IL_0036: { // m_Offset = Mathf.Lerp(0f, BobAmount, t/BobDuration); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_3 = V_1; LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_BobAmount_1(); float L_6 = __this->get_U3CtU3E5__2_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_BobDuration_0(); float L_9; L_9 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616((0.0f), L_5, ((float)((float)L_6/(float)L_8)), /*hidden argument*/NULL); NullCheck(L_3); L_3->set_m_Offset_2(L_9); // t += Time.deltaTime; float L_10 = __this->get_U3CtU3E5__2_3(); float L_11; L_11 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_U3CtU3E5__2_3(((float)il2cpp_codegen_add((float)L_10, (float)L_11))); // yield return new WaitForFixedUpdate(); WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5 * L_12 = (WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5 *)il2cpp_codegen_object_new(WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5_il2cpp_TypeInfo_var); WaitForFixedUpdate__ctor_mB566493FB99A315BEF348791DE943A89E4B71F9C(L_12, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_12); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_007f: { __this->set_U3CU3E1__state_0((-1)); } IL_0086: { // while (t < BobDuration) float L_13 = __this->get_U3CtU3E5__2_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_BobDuration_0(); if ((((float)L_13) < ((float)L_15))) { goto IL_0036; } } { // t = 0f; __this->set_U3CtU3E5__2_3((0.0f)); goto IL_00f1; } IL_00a1: { // m_Offset = Mathf.Lerp(BobAmount, 0f, t/BobDuration); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_16 = V_1; LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_17 = V_1; NullCheck(L_17); float L_18 = L_17->get_BobAmount_1(); float L_19 = __this->get_U3CtU3E5__2_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_20 = V_1; NullCheck(L_20); float L_21 = L_20->get_BobDuration_0(); float L_22; L_22 = Mathf_Lerp_m8A2A50B945F42D579EDF44D5EE79E85A4DA59616(L_18, (0.0f), ((float)((float)L_19/(float)L_21)), /*hidden argument*/NULL); NullCheck(L_16); L_16->set_m_Offset_2(L_22); // t += Time.deltaTime; float L_23 = __this->get_U3CtU3E5__2_3(); float L_24; L_24 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_U3CtU3E5__2_3(((float)il2cpp_codegen_add((float)L_23, (float)L_24))); // yield return new WaitForFixedUpdate(); WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5 * L_25 = (WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5 *)il2cpp_codegen_object_new(WaitForFixedUpdate_t675FCE2AEFAC5C924A4020474C997FF2CDD3F4C5_il2cpp_TypeInfo_var); WaitForFixedUpdate__ctor_mB566493FB99A315BEF348791DE943A89E4B71F9C(L_25, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_25); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00ea: { __this->set_U3CU3E1__state_0((-1)); } IL_00f1: { // while (t < BobDuration) float L_26 = __this->get_U3CtU3E5__2_3(); LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_27 = V_1; NullCheck(L_27); float L_28 = L_27->get_BobDuration_0(); if ((((float)L_26) < ((float)L_28))) { goto IL_00a1; } } { // m_Offset = 0f; LerpControlledBob_t266AAC3351EC612AC34F2EDC5901F3610FFEC214 * L_29 = V_1; NullCheck(L_29); L_29->set_m_Offset_2((0.0f)); // } return (bool)0; } } // System.Object UnityStandardAssets.Utility.LerpControlledBob/d__4::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDoBobCycleU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9D01238FD70F51A1194ECCDADB610C047D3A5792 (U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Utility.LerpControlledBob/d__4::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDoBobCycleU3Ed__4_System_Collections_IEnumerator_Reset_m113C61E01B625F04FCDCB54A3F408E3BBDA8010C (U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 * __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*)&U3CDoBobCycleU3Ed__4_System_Collections_IEnumerator_Reset_m113C61E01B625F04FCDCB54A3F408E3BBDA8010C_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Utility.LerpControlledBob/d__4::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDoBobCycleU3Ed__4_System_Collections_IEnumerator_get_Current_m16E4E9B6268494FD6D8AB1355AB783480603ACEC (U3CDoBobCycleU3Ed__4_t413063C5990448FADF3496A6E10D92AAA1F94257 * __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 LitJson.Lexer/StateHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StateHandler__ctor_mC1FF77818E05666114CDE41B5E60BA6B7D479BD2 (StateHandler_t9C3187A8290AB1E5607D685377066D339F396F72 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Boolean LitJson.Lexer/StateHandler::Invoke(LitJson.FsmContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StateHandler_Invoke_m544D994323EF08633BA38526257DE953D715F119 (StateHandler_t9C3187A8290AB1E5607D685377066D339F396F72 * __this, FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 * ___ctx0, const RuntimeMethod* method) { bool result = false; DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!currentDelegate->get_method_is_virtual_10()) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef bool (*FunctionPointerType) (FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___ctx0, targetMethod); } else { // closed typedef bool (*FunctionPointerType) (void*, FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ctx0, targetMethod); } } else if (___parameterCount != 1) { // open if (currentDelegate->get_method_is_virtual_10()) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = GenericInterfaceFuncInvoker0< bool >::Invoke(targetMethod, ___ctx0); else result = GenericVirtualFuncInvoker0< bool >::Invoke(targetMethod, ___ctx0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) result = InterfaceFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___ctx0); else result = VirtualFuncInvoker0< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___ctx0); } } else { typedef bool (*FunctionPointerType) (FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___ctx0, targetMethod); } } else { // closed if (targetThis == NULL) { typedef bool (*FunctionPointerType) (FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(___ctx0, targetMethod); } else { typedef bool (*FunctionPointerType) (void*, FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 *, const RuntimeMethod*); result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___ctx0, targetMethod); } } } return result; } // System.IAsyncResult LitJson.Lexer/StateHandler::BeginInvoke(LitJson.FsmContext,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StateHandler_BeginInvoke_m750752C6E668FA5B4ECFAFBB9003920C69D104CC (StateHandler_t9C3187A8290AB1E5607D685377066D339F396F72 * __this, FsmContext_tE104D61BAAFA7B6F000FCC1D1C281359A2D3C5B0 * ___ctx0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___ctx0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Boolean LitJson.Lexer/StateHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StateHandler_EndInvoke_m56DE2474661F812099DA3A9D8951359AF1479EEC (StateHandler_t9C3187A8290AB1E5607D685377066D339F396F72 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); return *(bool*)UnBox ((RuntimeObject*)__result);; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m40B2A5F10B292186D840F86B59AE22059158E40C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * L_0 = (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 *)il2cpp_codegen_object_new(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m611392AD742F8252F2C7199B156485BEAAE53E5A(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m611392AD742F8252F2C7199B156485BEAAE53E5A (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Int64 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<.ctor>b__2_0(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t U3CU3Ec_U3C_ctorU3Eb__2_0_mC43BEDC8A9D2E05AC2F8C105902111B08C83BDD0 (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, int32_t ___input0, const RuntimeMethod* method) { { // LitJson.JsonMapper.RegisterImporter((input) => input); int32_t L_0 = ___input0; return ((int64_t)((int64_t)L_0)); } } // System.Int32 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<.ctor>b__2_1(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3C_ctorU3Eb__2_1_m63D5477C3BD2C99ECC6B840BEFF4F02818606EEC (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, int64_t ___input0, const RuntimeMethod* method) { { // LitJson.JsonMapper.RegisterImporter((input) => (int)input); int64_t L_0 = ___input0; return ((int32_t)((int32_t)L_0)); } } // System.Int32 BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<.ctor>b__2_2(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3C_ctorU3Eb__2_2_m7CA5DFDB77FD1B48F7F300CD1DD02DF28B725C4F (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, double ___input0, const RuntimeMethod* method) { { // LitJson.JsonMapper.RegisterImporter((input) => (int)(input + 0.5)); double L_0 = ___input0; return ((int32_t)((int32_t)((double)il2cpp_codegen_add((double)L_0, (double)(0.5))))); } } // System.DateTime BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<.ctor>b__2_3(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 U3CU3Ec_U3C_ctorU3Eb__2_3_m54AE4DAD43A47D8E48DAE90D5C27EE4884EFA44A (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); { // LitJson.JsonMapper.RegisterImporter((input) => Convert.ToDateTime((string)input).ToUniversalTime()); String_t* L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1; L_1 = Convert_ToDateTime_m08651A2284F866C061092CBEAD950A84EAFA1C26(L_0, /*hidden argument*/NULL); V_0 = L_1; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); return L_2; } } // System.Single BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<.ctor>b__2_4(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec_U3C_ctorU3Eb__2_4_m29042DB77AEF54ADC54A4863472EC48F6869866A (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, double ___input0, const RuntimeMethod* method) { { // LitJson.JsonMapper.RegisterImporter((input) => (float)input); double L_0 = ___input0; return ((float)((float)L_0)); } } // System.Byte[] BestHTTP.SignalRCore.Encoders.LitJsonEncoder/<>c::<.ctor>b__2_5(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* U3CU3Ec_U3C_ctorU3Eb__2_5_m734B4AA1178C8DC08297BC3BA12C5690B8C40571 (U3CU3Ec_t47697C9F1029F0C73ADAF78713D41F5198B6B8C1 * __this, String_t* ___input0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // LitJson.JsonMapper.RegisterImporter((input) => Convert.FromBase64String(input)); String_t* L_0 = ___input0; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1; L_1 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single JC.Unity.Picker.LocationPicker/ItemData::GetY() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ItemData_GetY_m01F9C7D5A0B0C9BDBBA83E6BD511063AC3493CC6 (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // return obj.GetComponent().localPosition.y; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_1, /*hidden argument*/NULL); float L_3 = L_2.get_y_3(); return L_3; } } // System.Void JC.Unity.Picker.LocationPicker/ItemData::SetY(System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetY_mCA3ADE0A5E1367D8588E8F4275E5C614CED6E0BA (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, float ___y0, bool ___plus1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * G_B2_0 = NULL; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * G_B1_0 = NULL; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * G_B3_0 = NULL; { // RectTransform rectTF = obj.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); // Vector3 pos = rectTF.localPosition; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_2 = L_1; NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_2, /*hidden argument*/NULL); V_0 = L_3; // if (plus) { bool L_4 = ___plus1; G_B1_0 = L_2; if (!L_4) { G_B2_0 = L_2; goto IL_0023; } } { // pos.y += y; float* L_5 = (&V_0)->get_address_of_y_3(); float* L_6 = L_5; float L_7 = *((float*)L_6); float L_8 = ___y0; *((float*)L_6) = (float)((float)il2cpp_codegen_add((float)L_7, (float)L_8)); // } else { G_B3_0 = G_B1_0; goto IL_002b; } IL_0023: { // pos.y = y; float L_9 = ___y0; (&V_0)->set_y_3(L_9); G_B3_0 = G_B2_0; } IL_002b: { // rectTF.localPosition = pos; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; NullCheck(G_B3_0); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(G_B3_0, L_10, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.Picker.LocationPicker/ItemData::SetText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetText_mD880ED74E3FA6DCDD2573A520D797751DD894CDE (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // obj.GetComponent().text = text; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528(L_0, /*hidden argument*/GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); String_t* L_2 = ___text0; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_1, L_2); // } return; } } // System.Void JC.Unity.Picker.LocationPicker/ItemData::SetColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetColor_m0B367555068FC367205ED0F1B7073A5C2137284E (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___color0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // obj.GetComponent().color = color; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_obj_0(); NullCheck(L_0); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_1; L_1 = GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528(L_0, /*hidden argument*/GameObject_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mBBB388BF3B565DBE642E7A820CF44C8C54422528_RuntimeMethod_var); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2 = ___color0; NullCheck(L_1); VirtualActionInvoker1< Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_1, L_2); // } return; } } // System.Void JC.Unity.Picker.LocationPicker/ItemData::SetSelected(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData_SetSelected_mE556298F74942B37DEA1DE83ED24FCEE52BD5D60 (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, bool ___val0, const RuntimeMethod* method) { ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * G_B2_0 = NULL; ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * G_B1_0 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * G_B3_1 = NULL; { // selected = val; bool L_0 = ___val0; __this->set_selected_2(L_0); // SetColor(selected ? Color.green : Color.grey); bool L_1 = __this->get_selected_2(); G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_0017; } } { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_2; L_2 = Color_get_grey_mB2E29B47327F20233856F933DC00ACADEBFDBDFA(/*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_001c; } IL_0017: { Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_3; L_3 = Color_get_green_mFF9BD42534D385A0717B1EAD083ADF08712984B9(/*hidden argument*/NULL); G_B3_0 = L_3; G_B3_1 = G_B2_0; } IL_001c: { NullCheck(G_B3_1); ItemData_SetColor_m0B367555068FC367205ED0F1B7073A5C2137284E(G_B3_1, G_B3_0, /*hidden argument*/NULL); // } return; } } // System.Void JC.Unity.Picker.LocationPicker/ItemData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ItemData__ctor_m29CFD2A3ECD173E01BD99F94438587969B68E0BF (ItemData_tB864F6362E025B4465B87D1886BD980078A05845 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void LoginController/d__3::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCompleteUserInfoU3Ed__3__ctor_m83DEC88768198A668F219E7F1E45BB64C5388E06 (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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 LoginController/d__3::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCompleteUserInfoU3Ed__3_System_IDisposable_Dispose_m702E89EEF4C7A1153D406D876E30ABF9CA60935D (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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) U3CCompleteUserInfoU3Ed__3_U3CU3Em__Finally1_m7552450883013E019FA048688B0E6CAF58D6F165(__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 LoginController/d__3::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCompleteUserInfoU3Ed__3_MoveNext_mEAEA8D5471635D836F4DCF57ECF7C5AF14AD8B80 (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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*)&_stringLiteral05C47B8A6EADEF8A33127130EC0A64A9A56446F9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40FF548DBB965EB00BD92A9B02345DD460753DDD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DC7AD3D2CD38331D8B163AC3CD3F6461654E577); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84A43E725862BD34ACE6D660A273D390F4CF154E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85EA23745BAB27C1CF9C76837E55332314BA92E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D7EFF3063C8C498DC4376D8A7C77CBD3894B949); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); 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_00ee; } } IL_0011: { V_0 = (bool)0; goto IL_013a; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/completeUserInfo"; 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, _stringLiteral4DC7AD3D2CD38331D8B163AC3CD3F6461654E577, /*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("username", username); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_username_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_7, /*hidden argument*/NULL); // form.AddField("password", password); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_password_3(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, L_9, /*hidden argument*/NULL); // form.AddField("nickname", nickname); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_10 = V_3; String_t* L_11 = __this->get_nickname_4(); NullCheck(L_10); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_10, _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C, L_11, /*hidden argument*/NULL); // form.AddField("gender", gender); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_12 = V_3; int32_t L_13 = __this->get_gender_5(); NullCheck(L_12); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_12, _stringLiteral85EA23745BAB27C1CF9C76837E55332314BA92E0, L_13, /*hidden argument*/NULL); // form.AddField("birthday", birthday); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_14 = V_3; String_t* L_15 = __this->get_birthday_6(); NullCheck(L_14); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_14, _stringLiteral9D7EFF3063C8C498DC4376D8A7C77CBD3894B949, L_15, /*hidden argument*/NULL); // form.AddField("countryCode", countryCode); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_16 = V_3; String_t* L_17 = __this->get_countryCode_7(); NullCheck(L_16); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_16, _stringLiteral05C47B8A6EADEF8A33127130EC0A64A9A56446F9, L_17, /*hidden argument*/NULL); // form.AddField("stateCode", stateCode); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_18 = V_3; String_t* L_19 = __this->get_stateCode_8(); NullCheck(L_18); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_18, _stringLiteral40FF548DBB965EB00BD92A9B02345DD460753DDD, L_19, /*hidden argument*/NULL); // form.AddField("cityCode", cityCode); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_20 = V_3; String_t* L_21 = __this->get_cityCode_9(); NullCheck(L_20); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_20, _stringLiteral84A43E725862BD34ACE6D660A273D390F4CF154E, L_21, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_22 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_23 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_24; L_24 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_22, L_23, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_11(L_24); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_25 = __this->get_U3CrequestU3E5__2_11(); NullCheck(L_25); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_26; L_26 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_25, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_26); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_013a; } IL_00ee: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_27 = __this->get_U3CrequestU3E5__2_11(); NullCheck(L_27); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_28; L_28 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_27, /*hidden argument*/NULL); NullCheck(L_28); String_t* L_29; L_29 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_30; L_30 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_29, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_30; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_31 = __this->get_callback_10(); if (!L_31) { goto IL_0122; } } IL_0115: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_32 = __this->get_callback_10(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_33 = V_4; NullCheck(L_32); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_32, L_33, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_0122: { // } U3CCompleteUserInfoU3Ed__3_U3CU3Em__Finally1_m7552450883013E019FA048688B0E6CAF58D6F165(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_11((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_013a; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_0133; } FAULT_0133: {// begin fault (depth: 1) U3CCompleteUserInfoU3Ed__3_System_IDisposable_Dispose_m702E89EEF4C7A1153D406D876E30ABF9CA60935D(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(307) }// end fault IL2CPP_CLEANUP(307) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_013a: { bool L_34 = V_0; return L_34; } } // System.Void LoginController/d__3::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCompleteUserInfoU3Ed__3_U3CU3Em__Finally1_m7552450883013E019FA048688B0E6CAF58D6F165 (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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_11(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_11(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__3::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCompleteUserInfoU3Ed__3_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m94588CFEA6F8E63520D34E0909CA456D889F8554 (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__3::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCompleteUserInfoU3Ed__3_System_Collections_IEnumerator_Reset_mE81D4B8C9D673D0C5CCF9BB3DFBFAA3BB9FA40CB (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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*)&U3CCompleteUserInfoU3Ed__3_System_Collections_IEnumerator_Reset_mE81D4B8C9D673D0C5CCF9BB3DFBFAA3BB9FA40CB_RuntimeMethod_var))); } } // System.Object LoginController/d__3::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCompleteUserInfoU3Ed__3_System_Collections_IEnumerator_get_Current_m81D9080F3267B121D7BA2FAF7014F1EC5499A403 (U3CCompleteUserInfoU3Ed__3_t873C0543F85B0B58BB8F0D24C47E4211EB07EF03 * __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 LoginController/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByEmailU3Ed__6__ctor_mDB8D9EA39E7D48628B9E19660F583BCE3E5AFEA2 (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __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 LoginController/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByEmailU3Ed__6_System_IDisposable_Dispose_mF506C45AE52D6B4B86804051F763C090DAA7C579 (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __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) U3CListUsernamesByEmailU3Ed__6_U3CU3Em__Finally1_m2FA29B1221B59E27CE499920C17433F4DD7ECCDE(__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 LoginController/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CListUsernamesByEmailU3Ed__6_MoveNext_mC6F11D8DB56829C033D9C64B02ADD34E224628FB (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B3C2DF9FE526FA2C8F0410AC5D59B401CE8E164); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294); 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_009e; } } IL_0011: { V_0 = (bool)0; goto IL_00ea; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/listUsernamesByEmail"; 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, _stringLiteral6B3C2DF9FE526FA2C8F0410AC5D59B401CE8E164, /*hidden argument*/NULL); V_2 = L_4; // WWWForm form = new WWWForm(); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_5 = (WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB *)il2cpp_codegen_object_new(WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); WWWForm__ctor_mA0987933892AF6FA9E01603B214E86EC52F6B055(L_5, /*hidden argument*/NULL); V_3 = L_5; // form.AddField("email", email); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_email_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C, L_7, /*hidden argument*/NULL); // form.AddField("timestamp", timestamp.ToString()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; int64_t* L_9 = __this->get_address_of_timestamp_3(); String_t* L_10; L_10 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)L_9, /*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294, L_10, /*hidden argument*/NULL); // form.AddField("sign", sign); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; String_t* L_12 = __this->get_sign_4(); NullCheck(L_11); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_11, _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900, L_12, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_13 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_14 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15; L_15 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_13, L_14, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6(L_15); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_16 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_16); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_17; L_17 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_16, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00ea; } IL_009e: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_18); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_19; L_19 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21; L_21 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_20, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_21; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_22 = __this->get_callback_5(); if (!L_22) { goto IL_00d2; } } IL_00c5: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_23 = __this->get_callback_5(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_24 = V_4; NullCheck(L_23); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_23, L_24, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00d2: { // } U3CListUsernamesByEmailU3Ed__6_U3CU3Em__Finally1_m2FA29B1221B59E27CE499920C17433F4DD7ECCDE(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00ea; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00e3; } FAULT_00e3: {// begin fault (depth: 1) U3CListUsernamesByEmailU3Ed__6_System_IDisposable_Dispose_mF506C45AE52D6B4B86804051F763C090DAA7C579(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(227) }// end fault IL2CPP_CLEANUP(227) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ea: { bool L_25 = V_0; return L_25; } } // System.Void LoginController/d__6::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByEmailU3Ed__6_U3CU3Em__Finally1_m2FA29B1221B59E27CE499920C17433F4DD7ECCDE (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __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 LoginController/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CListUsernamesByEmailU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m39FDE9810D48EC405B06434D83100242FB91C5BC (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByEmailU3Ed__6_System_Collections_IEnumerator_Reset_mEF4F02E82641883589BF9D7E1A99F9BE673EF15F (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __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*)&U3CListUsernamesByEmailU3Ed__6_System_Collections_IEnumerator_Reset_mEF4F02E82641883589BF9D7E1A99F9BE673EF15F_RuntimeMethod_var))); } } // System.Object LoginController/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CListUsernamesByEmailU3Ed__6_System_Collections_IEnumerator_get_Current_m0794D1BF02528C1FD931A59733E54DA0096F6AAA (U3CListUsernamesByEmailU3Ed__6_tD1BF85ACB1FC3C700BDD3EDA51DADE020CE7B349 * __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 LoginController/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByPhoneU3Ed__7__ctor_m7234CE05BBA5D069E24F35A9DAB5489BDAA485F4 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __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 LoginController/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByPhoneU3Ed__7_System_IDisposable_Dispose_m16C4DC92CBDA6A33C3B238F8C2A9CEDB1D217845 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __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) U3CListUsernamesByPhoneU3Ed__7_U3CU3Em__Finally1_mDDF47B8AF4C88A4869DB6759ABA9926B0509F7C9(__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 LoginController/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CListUsernamesByPhoneU3Ed__7_MoveNext_m436C02ED92392128A96FB3040F72825C5C50C1FC (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __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*)&_stringLiteralA6533995DE49B36655B6D07163A4B2986F864DA4); 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_009e; } } IL_0011: { V_0 = (bool)0; goto IL_00ea; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/listUsernamesByPhone"; 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, _stringLiteralA6533995DE49B36655B6D07163A4B2986F864DA4, /*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("phone", phone); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_phone_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145, L_7, /*hidden argument*/NULL); // form.AddField("timestamp", timestamp.ToString()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; int64_t* L_9 = __this->get_address_of_timestamp_3(); String_t* L_10; L_10 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)L_9, /*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294, L_10, /*hidden argument*/NULL); // form.AddField("sign", sign); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; String_t* L_12 = __this->get_sign_4(); NullCheck(L_11); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_11, _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900, L_12, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_13 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_14 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15; L_15 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_13, L_14, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6(L_15); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_16 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_16); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_17; L_17 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_16, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00ea; } IL_009e: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18 = __this->get_U3CrequestU3E5__2_6(); NullCheck(L_18); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_19; L_19 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21; L_21 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_20, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_21; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_22 = __this->get_callback_5(); if (!L_22) { goto IL_00d2; } } IL_00c5: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_23 = __this->get_callback_5(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_24 = V_4; NullCheck(L_23); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_23, L_24, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00d2: { // } U3CListUsernamesByPhoneU3Ed__7_U3CU3Em__Finally1_mDDF47B8AF4C88A4869DB6759ABA9926B0509F7C9(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_6((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00ea; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00e3; } FAULT_00e3: {// begin fault (depth: 1) U3CListUsernamesByPhoneU3Ed__7_System_IDisposable_Dispose_m16C4DC92CBDA6A33C3B238F8C2A9CEDB1D217845(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(227) }// end fault IL2CPP_CLEANUP(227) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00ea: { bool L_25 = V_0; return L_25; } } // System.Void LoginController/d__7::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByPhoneU3Ed__7_U3CU3Em__Finally1_mDDF47B8AF4C88A4869DB6759ABA9926B0509F7C9 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __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 LoginController/d__7::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CListUsernamesByPhoneU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mEEE70FC0247D39F5807548F3F58FEC2D92CD4C10 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__7::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CListUsernamesByPhoneU3Ed__7_System_Collections_IEnumerator_Reset_m395F61979DB591B70DBC8461085D81844E6B9EC0 (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __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*)&U3CListUsernamesByPhoneU3Ed__7_System_Collections_IEnumerator_Reset_m395F61979DB591B70DBC8461085D81844E6B9EC0_RuntimeMethod_var))); } } // System.Object LoginController/d__7::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CListUsernamesByPhoneU3Ed__7_System_Collections_IEnumerator_get_Current_m809C776F8934B44341396E90B5A86D800D3995AB (U3CListUsernamesByPhoneU3Ed__7_tBDA3B91495A7ACC7FB8510EBC2188EFC8111C96A * __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 LoginController/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByPhoneU3Ed__4__ctor_mD694105380E556642DF105015F33E17BE029D8CB (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __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 LoginController/d__4::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByPhoneU3Ed__4_System_IDisposable_Dispose_m9AD38C87C74E3635269D50B3006BBA513CDF96FC (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __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) U3CLoginByPhoneU3Ed__4_U3CU3Em__Finally1_mEF765EA26CA39E8F0FC4AFF5D1FCB44F7BB1BD21(__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 LoginController/d__4::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoginByPhoneU3Ed__4_MoveNext_m011089945ACA63CFBFE134A09631CBCD3055EE64 (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __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*)&_stringLiteral8110447F5990674C1ECE4CA69C2F9FE10BD042A3); 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_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0074; } } IL_000e: { V_0 = (bool)0; goto IL_00c0; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/loginByPhone"; 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, _stringLiteral8110447F5990674C1ECE4CA69C2F9FE10BD042A3, /*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("phone", phone); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_phone_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145, L_7, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_8 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_9 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_10; L_10 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_8, L_9, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4(L_10); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_11 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_11); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_12; L_12 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_11, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_12); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00c0; } IL_0074: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_13); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_14; L_14 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_13, /*hidden argument*/NULL); NullCheck(L_14); String_t* L_15; L_15 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_16; L_16 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_15, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_16; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_17 = __this->get_callback_3(); if (!L_17) { goto IL_00a8; } } IL_009b: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_18 = __this->get_callback_3(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_19 = V_4; NullCheck(L_18); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_18, L_19, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00a8: { // } U3CLoginByPhoneU3Ed__4_U3CU3Em__Finally1_mEF765EA26CA39E8F0FC4AFF5D1FCB44F7BB1BD21(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00c0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00b9; } FAULT_00b9: {// begin fault (depth: 1) U3CLoginByPhoneU3Ed__4_System_IDisposable_Dispose_m9AD38C87C74E3635269D50B3006BBA513CDF96FC(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(185) }// end fault IL2CPP_CLEANUP(185) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00c0: { bool L_20 = V_0; return L_20; } } // System.Void LoginController/d__4::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByPhoneU3Ed__4_U3CU3Em__Finally1_mEF765EA26CA39E8F0FC4AFF5D1FCB44F7BB1BD21 (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_4(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__4::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoginByPhoneU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBEF408DC7DDAB57C3C6A18A79A151DACB00307D4 (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__4::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByPhoneU3Ed__4_System_Collections_IEnumerator_Reset_mF9ABD47A010DC4D3637B2CE6C424F8516B3E61A5 (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __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*)&U3CLoginByPhoneU3Ed__4_System_Collections_IEnumerator_Reset_mF9ABD47A010DC4D3637B2CE6C424F8516B3E61A5_RuntimeMethod_var))); } } // System.Object LoginController/d__4::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoginByPhoneU3Ed__4_System_Collections_IEnumerator_get_Current_m9C4691B0DE55117EECDFF7D0B040E121E2AEADC3 (U3CLoginByPhoneU3Ed__4_t9384614F664BE807900AF12EA564266E726E226E * __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 LoginController/d__5::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByTokenU3Ed__5__ctor_m659DA87F3F2BEBCE317727A0C0D7E84ED44C05B1 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __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 LoginController/d__5::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByTokenU3Ed__5_System_IDisposable_Dispose_m1C6F704478F3BEE1158C258F64A0A5654B80DBC6 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __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) U3CLoginByTokenU3Ed__5_U3CU3Em__Finally1_m52E2D8764D0D7884BB1D632CCB9FE7D6CB4463B0(__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 LoginController/d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoginByTokenU3Ed__5_MoveNext_mA90813057A7CD8148490B0AB05DA08DD208FCF13 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __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*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03EBDCEC5A33D0F7AC3C9FFF97B84416FCA28E3C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral755A81F7438CD5911DA0D8CBBA6C5A14633BEE2D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; String_t* V_2 = NULL; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * V_3 = NULL; Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_4; memset((&V_4), 0, sizeof(V_4)); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * V_5 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try {// begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; 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_00a4; } } IL_0011: { V_0 = (bool)0; goto IL_00f0; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/loginByToken"; 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, _stringLiteral755A81F7438CD5911DA0D8CBBA6C5A14633BEE2D, /*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("sceneName", UnityEngine.SceneManagement.SceneManager.GetActiveScene().name); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_9; L_9 = SceneManager_GetActiveScene_mB9A5037FFB576B2432D0BFEF6A161B7C4C1921A4(/*hidden argument*/NULL); V_4 = L_9; String_t* L_10; L_10 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_4), /*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteral03EBDCEC5A33D0F7AC3C9FFF97B84416FCA28E3C, L_10, /*hidden argument*/NULL); // form.AddField("serverIndex", CommonConfig.serverIndex); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; int32_t L_12; L_12 = CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46(/*hidden argument*/NULL); NullCheck(L_11); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_11, _stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A, L_12, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_13 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_14 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15; L_15 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_13, L_14, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3(L_15); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_16 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_16); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_17; L_17 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_16, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00f0; } IL_00a4: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_18); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_19; L_19 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_18, /*hidden argument*/NULL); NullCheck(L_19); String_t* L_20; L_20 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21; L_21 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_20, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_5 = L_21; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_22 = __this->get_callback_2(); if (!L_22) { goto IL_00d8; } } IL_00cb: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_23 = __this->get_callback_2(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_24 = V_5; NullCheck(L_23); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_23, L_24, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00d8: { // } U3CLoginByTokenU3Ed__5_U3CU3Em__Finally1_m52E2D8764D0D7884BB1D632CCB9FE7D6CB4463B0(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_3((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00f0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00e9; } FAULT_00e9: {// begin fault (depth: 1) U3CLoginByTokenU3Ed__5_System_IDisposable_Dispose_m1C6F704478F3BEE1158C258F64A0A5654B80DBC6(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(233) }// end fault IL2CPP_CLEANUP(233) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00f0: { bool L_25 = V_0; return L_25; } } // System.Void LoginController/d__5::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByTokenU3Ed__5_U3CU3Em__Finally1_m52E2D8764D0D7884BB1D632CCB9FE7D6CB4463B0 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_3(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_3(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__5::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoginByTokenU3Ed__5_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5D85F37F13B3E349803D1A3676B7256D732B0400 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__5::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginByTokenU3Ed__5_System_Collections_IEnumerator_Reset_m5AA621761E5FE5B9C69B7B72C2EDDD49BD59C833 (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __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*)&U3CLoginByTokenU3Ed__5_System_Collections_IEnumerator_Reset_m5AA621761E5FE5B9C69B7B72C2EDDD49BD59C833_RuntimeMethod_var))); } } // System.Object LoginController/d__5::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoginByTokenU3Ed__5_System_Collections_IEnumerator_get_Current_mC0513FCC756436AADED485AFC1821C198D06D9FE (U3CLoginByTokenU3Ed__5_tE6E6134B8866FDE833454305D386CBBDC7EAA22D * __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 LoginController/d__0::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginNormalU3Ed__0__ctor_mC195EE3DE49D01503E2E3BAE48EC889CFC0CFFC8 (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __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 LoginController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginNormalU3Ed__0_System_IDisposable_Dispose_mF2B2D3C0B38086FE339551C05BD4CD62FC98DBCC (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __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) U3CLoginNormalU3Ed__0_U3CU3Em__Finally1_m071F83EF1FCB0B381C14D7555216239937A5C6FC(__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 LoginController/d__0::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoginNormalU3Ed__0_MoveNext_m1B9BC49A6BD70A66C93A810A30C9434AA9447CCF (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __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*)&_stringLiteralC9725C15C56428244E422C4E8B0BAD9CA7310D85); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A); 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_0098; } } IL_0011: { V_0 = (bool)0; goto IL_00e4; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/loginNormal"; 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, _stringLiteralC9725C15C56428244E422C4E8B0BAD9CA7310D85, /*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("username", username); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_username_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_7, /*hidden argument*/NULL); // form.AddField("password", password); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_password_3(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, L_9, /*hidden argument*/NULL); // form.AddField("serverIndex", CommonConfig.serverIndex); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_10 = V_3; int32_t L_11; L_11 = CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46(/*hidden argument*/NULL); NullCheck(L_10); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_10, _stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A, L_11, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_12 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_13 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_14; L_14 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_12, L_13, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5(L_14); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_15); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_16; L_16 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_15, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_16); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00e4; } IL_0098: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_17 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_17); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_18; L_18 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_20; L_20 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_19, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_20; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_21 = __this->get_callback_4(); if (!L_21) { goto IL_00cc; } } IL_00bf: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_22 = __this->get_callback_4(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_23 = V_4; NullCheck(L_22); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_22, L_23, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00cc: { // } U3CLoginNormalU3Ed__0_U3CU3Em__Finally1_m071F83EF1FCB0B381C14D7555216239937A5C6FC(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00e4; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00dd; } FAULT_00dd: {// begin fault (depth: 1) U3CLoginNormalU3Ed__0_System_IDisposable_Dispose_mF2B2D3C0B38086FE339551C05BD4CD62FC98DBCC(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(221) }// end fault IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e4: { bool L_24 = V_0; return L_24; } } // System.Void LoginController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginNormalU3Ed__0_U3CU3Em__Finally1_m071F83EF1FCB0B381C14D7555216239937A5C6FC (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_5(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__0::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoginNormalU3Ed__0_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mFE66BEFCAA94936D5F278F9741ECD4440AE27B62 (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__0::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoginNormalU3Ed__0_System_Collections_IEnumerator_Reset_m5A25D63F4780BC1D64BCEC40CC83553CFC63680E (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __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*)&U3CLoginNormalU3Ed__0_System_Collections_IEnumerator_Reset_m5A25D63F4780BC1D64BCEC40CC83553CFC63680E_RuntimeMethod_var))); } } // System.Object LoginController/d__0::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoginNormalU3Ed__0_System_Collections_IEnumerator_get_Current_m533604F3EAE155F89FE669E10A01208B519770DA (U3CLoginNormalU3Ed__0_tA3158EE34FC64E51D6D34BF10BEB5A17FD90A6D4 * __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 LoginController/d__2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegister2U3Ed__2__ctor_m1F1EED13E066E5D5285A9B55F1730B74905AFC6D (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __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 LoginController/d__2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegister2U3Ed__2_System_IDisposable_Dispose_mE4694730758DF1C0165177C39325339516D7CC2E (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __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) U3CRegister2U3Ed__2_U3CU3Em__Finally1_mF98B5F5464EC7103FF5F84C518B99185423448CB(__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 LoginController/d__2::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRegister2U3Ed__2_MoveNext_mE4FB99BD142F66A45F08C33D17B46C5ADE89DDB3 (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __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*)&_stringLiteral31D4D9FA062FFDA467977056DDAE85E18FDE7ECC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A); 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_00ba; } } IL_0011: { V_0 = (bool)0; goto IL_0106; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/register2"; 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, _stringLiteral31D4D9FA062FFDA467977056DDAE85E18FDE7ECC, /*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("username", username); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_username_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_7, /*hidden argument*/NULL); // form.AddField("password", password); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_password_3(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, L_9, /*hidden argument*/NULL); // form.AddField("email", email); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_10 = V_3; String_t* L_11 = __this->get_email_4(); NullCheck(L_10); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_10, _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C, L_11, /*hidden argument*/NULL); // form.AddField("phone", phone); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_12 = V_3; String_t* L_13 = __this->get_phone_5(); NullCheck(L_12); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_12, _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145, L_13, /*hidden argument*/NULL); // form.AddField("serverIndex", CommonConfig.serverIndex); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_14 = V_3; int32_t L_15; L_15 = CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46(/*hidden argument*/NULL); NullCheck(L_14); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_14, _stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A, L_15, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_16 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_17 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18; L_18 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_16, L_17, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_7(L_18); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_19 = __this->get_U3CrequestU3E5__2_7(); NullCheck(L_19); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_20; L_20 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_19, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_20); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0106; } IL_00ba: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_21 = __this->get_U3CrequestU3E5__2_7(); NullCheck(L_21); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_22; L_22 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_21, /*hidden argument*/NULL); NullCheck(L_22); String_t* L_23; L_23 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_24; L_24 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_23, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_24; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_25 = __this->get_callback_6(); if (!L_25) { goto IL_00ee; } } IL_00e1: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_26 = __this->get_callback_6(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_27 = V_4; NullCheck(L_26); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_26, L_27, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00ee: { // } U3CRegister2U3Ed__2_U3CU3Em__Finally1_mF98B5F5464EC7103FF5F84C518B99185423448CB(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_7((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_0106; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00ff; } FAULT_00ff: {// begin fault (depth: 1) U3CRegister2U3Ed__2_System_IDisposable_Dispose_mE4694730758DF1C0165177C39325339516D7CC2E(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(255) }// end fault IL2CPP_CLEANUP(255) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0106: { bool L_28 = V_0; return L_28; } } // System.Void LoginController/d__2::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegister2U3Ed__2_U3CU3Em__Finally1_mF98B5F5464EC7103FF5F84C518B99185423448CB (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __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_7(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_7(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__2::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRegister2U3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m88B5009DBF276A0C86BF9F8E33860A884155A89B (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__2::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegister2U3Ed__2_System_Collections_IEnumerator_Reset_mF02D1BF3521893231BE43C3634F0F8FC9586DAE2 (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __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*)&U3CRegister2U3Ed__2_System_Collections_IEnumerator_Reset_mF02D1BF3521893231BE43C3634F0F8FC9586DAE2_RuntimeMethod_var))); } } // System.Object LoginController/d__2::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRegister2U3Ed__2_System_Collections_IEnumerator_get_Current_m9A5BFD7AA868870E55F1FF4527C15BC282D9054F (U3CRegister2U3Ed__2_tCF324DBF2A82F267861FE6347985FB1F7356A7DB * __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 LoginController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegisterU3Ed__1__ctor_m84A67153ABC43DFE9BDEE377696EEB8D3DD9E27F (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __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 LoginController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegisterU3Ed__1_System_IDisposable_Dispose_m94A1DFE3DF92A98E92F6FAAD5238866D0F94CC1D (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __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) U3CRegisterU3Ed__1_U3CU3Em__Finally1_m9AB59237A5157A7CE6AA819452BFEEE0A9C49215(__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 LoginController/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRegisterU3Ed__1_MoveNext_mC8DFD4E588AFF7179C05C1DB7741DECE649AD88A (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __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*)&_stringLiteral5A9928CF7BED37BA099B3AE9299D629780B65DA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A); 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_0098; } } IL_0011: { V_0 = (bool)0; goto IL_00e4; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/register"; 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, _stringLiteral5A9928CF7BED37BA099B3AE9299D629780B65DA7, /*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("username", username); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_username_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_7, /*hidden argument*/NULL); // form.AddField("password", password); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_password_3(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, L_9, /*hidden argument*/NULL); // form.AddField("serverIndex", CommonConfig.serverIndex); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_10 = V_3; int32_t L_11; L_11 = CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46(/*hidden argument*/NULL); NullCheck(L_10); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_10, _stringLiteralFEF1A2016766AE23AEB7B71E7D8B7D471522448A, L_11, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_12 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_13 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_14; L_14 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_12, L_13, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5(L_14); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_15); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_16; L_16 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_15, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_16); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00e4; } IL_0098: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_17 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_17); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_18; L_18 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_17, /*hidden argument*/NULL); NullCheck(L_18); String_t* L_19; L_19 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_20; L_20 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_19, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_20; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_21 = __this->get_callback_4(); if (!L_21) { goto IL_00cc; } } IL_00bf: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_22 = __this->get_callback_4(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_23 = V_4; NullCheck(L_22); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_22, L_23, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00cc: { // } U3CRegisterU3Ed__1_U3CU3Em__Finally1_m9AB59237A5157A7CE6AA819452BFEEE0A9C49215(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00e4; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00dd; } FAULT_00dd: {// begin fault (depth: 1) U3CRegisterU3Ed__1_System_IDisposable_Dispose_m94A1DFE3DF92A98E92F6FAAD5238866D0F94CC1D(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(221) }// end fault IL2CPP_CLEANUP(221) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00e4: { bool L_24 = V_0; return L_24; } } // System.Void LoginController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegisterU3Ed__1_U3CU3Em__Finally1_m9AB59237A5157A7CE6AA819452BFEEE0A9C49215 (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_5(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m94408485EC8BDF5048271A995D4FA41EACE73A10 (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRegisterU3Ed__1_System_Collections_IEnumerator_Reset_m03BD78D74E2BC0DF7289F8D554C24E35E7B0A611 (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __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*)&U3CRegisterU3Ed__1_System_Collections_IEnumerator_Reset_m03BD78D74E2BC0DF7289F8D554C24E35E7B0A611_RuntimeMethod_var))); } } // System.Object LoginController/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRegisterU3Ed__1_System_Collections_IEnumerator_get_Current_m22825267568663C0225F1ABE173DC3C1D4D50305 (U3CRegisterU3Ed__1_tA36AB55DB55D46CEBAB3B2A3DE4B17F17BB284FD * __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 LoginController/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetPasswordU3Ed__8__ctor_m521AEDD49A5ED1FC958F31230263B1638CEB7648 (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __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 LoginController/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetPasswordU3Ed__8_System_IDisposable_Dispose_mA3F79472425472EA46844D1EFF3C67C0C84EC1CA (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __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) U3CResetPasswordU3Ed__8_U3CU3Em__Finally1_mE467BDABE487714D8EC7B07BFB1AA74653BD98C2(__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 LoginController/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CResetPasswordU3Ed__8_MoveNext_mCA080B6859287CAAAEBB3B1CF179A6D8052B7C33 (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __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*)&_stringLiteral4FB80EAFF42F312CFE40ABDE8B9FFC8C1EC8ABBE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73); 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_00af; } } IL_0011: { V_0 = (bool)0; goto IL_00fb; } IL_0018: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/gameLogin/resetPassword"; 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, _stringLiteral4FB80EAFF42F312CFE40ABDE8B9FFC8C1EC8ABBE, /*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("sign", sign); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_sign_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900, L_7, /*hidden argument*/NULL); // form.AddField("timestamp", timestamp.ToString()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; int64_t* L_9 = __this->get_address_of_timestamp_3(); String_t* L_10; L_10 = Int64_ToString_m8AAA883F340993DCDF339C208F3416C3BA82589F((int64_t*)L_9, /*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294, L_10, /*hidden argument*/NULL); // form.AddField("username", username); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; String_t* L_12 = __this->get_username_4(); NullCheck(L_11); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_11, _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735, L_12, /*hidden argument*/NULL); // form.AddField("password", password); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_13 = V_3; String_t* L_14 = __this->get_password_5(); NullCheck(L_13); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_13, _stringLiteralE8F97FBA9104D1EA5047948E6DFB67FACD9F5B73, 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_7(L_17); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_18 = __this->get_U3CrequestU3E5__2_7(); 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_00fb; } IL_00af: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_20 = __this->get_U3CrequestU3E5__2_7(); 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_6(); if (!L_24) { goto IL_00e3; } } IL_00d6: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_25 = __this->get_callback_6(); 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_00e3: { // } U3CResetPasswordU3Ed__8_U3CU3Em__Finally1_mE467BDABE487714D8EC7B07BFB1AA74653BD98C2(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_7((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00fb; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00f4; } FAULT_00f4: {// begin fault (depth: 1) U3CResetPasswordU3Ed__8_System_IDisposable_Dispose_mA3F79472425472EA46844D1EFF3C67C0C84EC1CA(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(244) }// end fault IL2CPP_CLEANUP(244) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00fb: { bool L_27 = V_0; return L_27; } } // System.Void LoginController/d__8::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetPasswordU3Ed__8_U3CU3Em__Finally1_mE467BDABE487714D8EC7B07BFB1AA74653BD98C2 (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __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_7(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_7(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object LoginController/d__8::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CResetPasswordU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5B48FE57936E9E5E05E8C035A2E62F972386B636 (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoginController/d__8::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetPasswordU3Ed__8_System_Collections_IEnumerator_Reset_m8BB286A3131BEE1D9DAED8F43F5164ADDFC1B585 (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __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*)&U3CResetPasswordU3Ed__8_System_Collections_IEnumerator_Reset_m8BB286A3131BEE1D9DAED8F43F5164ADDFC1B585_RuntimeMethod_var))); } } // System.Object LoginController/d__8::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CResetPasswordU3Ed__8_System_Collections_IEnumerator_get_Current_m61D2306001964865FB2F54707ABE657BB16C00EA (U3CResetPasswordU3Ed__8_t690FAAE894E7405BE218BC37E21D6079437FD7FF * __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 LoginView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7BC772F90EBD1DE1A3C87C8B1637C21D8816AA12 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * L_0 = (U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 *)il2cpp_codegen_object_new(U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_il2cpp_TypeInfo_var); U3CU3Ec__ctor_mD1FEA1F92583901437A27270B4B7BF8E97DC5183(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void LoginView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mD1FEA1F92583901437A27270B4B7BF8E97DC5183 (U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void LoginView/<>c::b__25_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CLoginNormalU3Eb__25_0_m0E26902F7038A552ED57CEC65EF81ED2B049B914 (U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * __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*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey(res.msg)); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_1 = ___res0; NullCheck(L_1); String_t* L_2 = L_1->get_msg_2(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(L_2, /*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_3, /*hidden argument*/NULL); // if (res.code == 0) { RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_4 = ___res0; NullCheck(L_4); int32_t L_5 = L_4->get_code_0(); if (L_5) { goto IL_0057; } } { // string loginToken = (string)res.data; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_6 = ___res0; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_data_1(); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); // CommonConfig.businessServerWsURL = loginToken.Split('&')[2]; String_t* L_8 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11; L_11 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_8, L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 2; String_t* L_13 = (L_11)->GetAt(static_cast(L_12)); 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_13); // PlayerPrefs.SetString(LoginMgr.LoginTokenKey, loginToken); String_t* L_14 = V_0; PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, L_14, /*hidden argument*/NULL); // SceneManager.LoadScene("Home", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, 0, /*hidden argument*/NULL); } IL_0057: { // } return; } } // System.Void LoginView/<>c::b__26_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CLoginByPhoneU3Eb__26_0_m7394A0C5BAD44BDE5F930E07C05B84848A589C9F (U3CU3Ec_t6277BC71B4A39F727BDB8FB315B96C7871DBAE87 * __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*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey(res.msg)); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_1 = ___res0; NullCheck(L_1); String_t* L_2 = L_1->get_msg_2(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(L_2, /*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_3, /*hidden argument*/NULL); // if (res.code == 0) { RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_4 = ___res0; NullCheck(L_4); int32_t L_5 = L_4->get_code_0(); if (L_5) { goto IL_0057; } } { // string loginToken = (string)res.data; RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_6 = ___res0; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_data_1(); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)); // CommonConfig.businessServerWsURL = loginToken.Split('&')[2]; String_t* L_8 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_9 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(0), (Il2CppChar)((int32_t)38)); NullCheck(L_8); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_11; L_11 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_8, L_10, /*hidden argument*/NULL); NullCheck(L_11); int32_t L_12 = 2; String_t* L_13 = (L_11)->GetAt(static_cast(L_12)); 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_13); // PlayerPrefs.SetString(LoginMgr.LoginTokenKey, loginToken); String_t* L_14 = V_0; PlayerPrefs_SetString_m94CD8FF45692553A5726DFADF74935F7E1D1C633(_stringLiteral4449ACB0BFC3E0D641040A6BA0A18150B9E92F09, L_14, /*hidden argument*/NULL); // SceneManager.LoadScene("Home", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral19E6F54B915CB01A74B7174DFEF8AC62E0C2BB5F, 0, /*hidden argument*/NULL); } IL_0057: { // } 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 LoginView/<>c__DisplayClass18_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0__ctor_m1A9A4E0103FBA7603C287743CD5E14B9FAE71EFF (U3CU3Ec__DisplayClass18_0_t949AB4747B8E2633EE729B8D829A716B793FFF0E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void LoginView/<>c__DisplayClass18_0::b__0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass18_0_U3CInitInputLimitU3Eb__0_m66DD5E28806C9D98F63A05A19C340F04A622BF1C (U3CU3Ec__DisplayClass18_0_t949AB4747B8E2633EE729B8D829A716B793FFF0E * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { // Match match = new Regex("[^A-Za-z0-9]").Match(text); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_0, _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41, /*hidden argument*/NULL); String_t* L_1 = ___text0; NullCheck(L_0); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_2; L_2 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (match.Success) { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { // inputField.text = text.Replace(match.Value, ""); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_5 = __this->get_inputField_0(); String_t* L_6 = ___text0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_6, L_8, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_5); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_5, L_9, /*hidden argument*/NULL); } IL_0035: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MeView/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_mA0A24DAF98A591177227D2C1380460091665FE79 (U3CU3Ec__DisplayClass10_0_tF81C5C21B43549873B19B968312773E044B4B7D3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean MeView/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass10_0_U3CExcuteLogic_SaveUserInfoU3Eb__0_m6632DDF8C6D920396A56FB5ECA01CE4419EE1EDC (U3CU3Ec__DisplayClass10_0_tF81C5C21B43549873B19B968312773E044B4B7D3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC77703C85D26BD8ACE24CD7C1F39C6792D57FF8E); s_Il2CppMethodInitialized = true; } { // if (string.IsNullOrEmpty(meUserInfo.nickname)) { MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * L_1 = L_0->get_meUserInfo_17(); NullCheck(L_1); String_t* L_2 = L_1->get_nickname_1(); bool L_3; L_3 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_002d; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_4; L_4 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_5; L_5 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteralC77703C85D26BD8ACE24CD7C1F39C6792D57FF8E, /*hidden argument*/NULL); NullCheck(L_4); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_4, L_5, /*hidden argument*/NULL); // return true; return (bool)1; } IL_002d: { // if (useThrottler && throttlerSave.CanPass() == false) { bool L_6 = __this->get_useThrottler_1(); if (!L_6) { goto IL_005d; } } { MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_7 = __this->get_U3CU3E4__this_0(); NullCheck(L_7); Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * L_8 = L_7->get_throttlerSave_9(); NullCheck(L_8); bool L_9; L_9 = Throttler_CanPass_m080D5F98049F0E4E2E401080CAB6AD14C50DF76C(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_005d; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_10; L_10 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_11; L_11 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C, /*hidden argument*/NULL); NullCheck(L_10); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_10, L_11, /*hidden argument*/NULL); // return true; return (bool)1; } IL_005d: { // return false; return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MeView/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m2BCF935AF3E4F33F89381EA79621E915E2E8204A (U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void MeView/<>c__DisplayClass13_0::b__0(System.String,System.Int64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3COnClick_BindPhoneU3Eb__0_m7E47907BAA2B479A80148FE95BE0DCB0AEF58D69 (U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * __this, String_t* ___a0, int64_t ___b1, String_t* ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_1_U3COnClick_BindPhoneU3Eb__1_m3A3EE1CAA6125B81EF94662B4A84BD5010E39710_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * V_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B2_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B1_0 = NULL; { U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * L_0 = (U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass13_1__ctor_m5CBDEF0234D2406F51C8B988F92ACEDF15DFBE79(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * L_1 = V_0; NullCheck(L_1); L_1->set_CSU24U3CU3E8__locals1_1(__this); U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * L_2 = V_0; String_t* L_3 = ___a0; NullCheck(L_2); L_2->set_a_0(L_3); // relateValidateView?.BanButtons(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_4 = __this->get_relateValidateView_0(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_5 = L_4; G_B1_0 = L_5; if (L_5) { G_B2_0 = L_5; goto IL_0020; } } { goto IL_0025; } IL_0020: { NullCheck(G_B2_0); RelateValidateView_BanButtons_m7141B0CCAC25F3932E623380D1947582BC1C69DB(G_B2_0, /*hidden argument*/NULL); } IL_0025: { // StartCoroutine(UserController.Instance.SavePhone(a, b, c, (res) => { // if (res.code == 0) { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass1")); // GetInputField(inputs.transform.GetChild(2)).text = LoginMgr.myUserInfo.phone = a; // relateValidateView?.CloseView(); // } // })); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_6 = __this->get_U3CU3E4__this_1(); UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * L_7; L_7 = Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5(/*hidden argument*/Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5_RuntimeMethod_var); U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = L_8->get_a_0(); int64_t L_10 = ___b1; String_t* L_11 = ___c2; U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * L_12 = V_0; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_13 = (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *)il2cpp_codegen_object_new(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass13_1_U3COnClick_BindPhoneU3Eb__1_m3A3EE1CAA6125B81EF94662B4A84BD5010E39710_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); NullCheck(L_7); RuntimeObject* L_14; L_14 = UserController_SavePhone_m79C254D698B47AE159FF280F42D897035115C61F(L_7, L_9, L_10, L_11, L_13, /*hidden argument*/NULL); NullCheck(L_6); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_15; L_15 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(L_6, L_14, /*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 MeView/<>c__DisplayClass13_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1__ctor_m5CBDEF0234D2406F51C8B988F92ACEDF15DFBE79 (U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void MeView/<>c__DisplayClass13_1::b__1(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_1_U3COnClick_BindPhoneU3Eb__1_m3A3EE1CAA6125B81EF94662B4A84BD5010E39710 (U3CU3Ec__DisplayClass13_1_tC66DF5205806BC4CF3737398D9E30CE086F82708 * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B3_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B2_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_0074; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass1")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2; L_2 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2, /*hidden argument*/NULL); NullCheck(L_2); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_2, L_3, /*hidden argument*/NULL); // GetInputField(inputs.transform.GetChild(2)).text = LoginMgr.myUserInfo.phone = a; U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * L_4 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_4); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_5 = L_4->get_U3CU3E4__this_1(); U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * L_6 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_6); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_7 = L_6->get_U3CU3E4__this_1(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = L_7->get_inputs_8(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_9, 2, /*hidden argument*/NULL); NullCheck(L_5); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_11; L_11 = MeView_GetInputField_m4ED8B35D79FC2FF5641B936CA8EE81C12E817F60(L_5, L_10, /*hidden argument*/NULL); 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(); String_t* L_13 = __this->get_a_0(); String_t* L_14 = L_13; V_0 = L_14; NullCheck(L_12); L_12->set_phone_4(L_14); String_t* L_15 = V_0; NullCheck(L_11); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_11, L_15, /*hidden argument*/NULL); // relateValidateView?.CloseView(); U3CU3Ec__DisplayClass13_0_tE0EE8BF5FE439E890CCA4F622DB3F25BBAFE0371 * L_16 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_16); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_17 = L_16->get_relateValidateView_0(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_18 = L_17; G_B2_0 = L_18; if (L_18) { G_B3_0 = L_18; goto IL_006f; } } { return; } IL_006f: { NullCheck(G_B3_0); RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B(G_B3_0, /*hidden argument*/NULL); } IL_0074: { // })); 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 MeView/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m242B10EBE78A0FF53835D6D34B79EDF01FFD93F1 (U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void MeView/<>c__DisplayClass14_0::b__0(System.String,System.Int64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3COnClick_BindEmailU3Eb__0_mDCC2D589CFF55A09CA0664C5F4CB6239710C0028 (U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * __this, String_t* ___a0, int64_t ___b1, String_t* ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_1_U3COnClick_BindEmailU3Eb__1_m6BADDED2F26975AAD061EAFD287E6A8453A6F144_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * V_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B2_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B1_0 = NULL; { U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * L_0 = (U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass14_1__ctor_mB1263BECACF2BB022FB9A6A45A4B2C035CB33F12(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * L_1 = V_0; NullCheck(L_1); L_1->set_CSU24U3CU3E8__locals1_1(__this); U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * L_2 = V_0; String_t* L_3 = ___a0; NullCheck(L_2); L_2->set_a_0(L_3); // relateValidateView?.BanButtons(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_4 = __this->get_relateValidateView_0(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_5 = L_4; G_B1_0 = L_5; if (L_5) { G_B2_0 = L_5; goto IL_0020; } } { goto IL_0025; } IL_0020: { NullCheck(G_B2_0); RelateValidateView_BanButtons_m7141B0CCAC25F3932E623380D1947582BC1C69DB(G_B2_0, /*hidden argument*/NULL); } IL_0025: { // StartCoroutine(UserController.Instance.SaveEmail(a, b, c, (res) => { // if (res.code == 0) { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass1")); // GetInputField(inputs.transform.GetChild(3)).text = LoginMgr.myUserInfo.email = a; // relateValidateView?.CloseView(); // } // })); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_6 = __this->get_U3CU3E4__this_1(); UserController_t6D30771D54BE8CC8D0F767B36D97E3C78ACF97A7 * L_7; L_7 = Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5(/*hidden argument*/Singleton_1_get_Instance_mDE5C10A87EE6E390EABD70BDE741D81123A17EC5_RuntimeMethod_var); U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * L_8 = V_0; NullCheck(L_8); String_t* L_9 = L_8->get_a_0(); int64_t L_10 = ___b1; String_t* L_11 = ___c2; U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * L_12 = V_0; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_13 = (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *)il2cpp_codegen_object_new(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass14_1_U3COnClick_BindEmailU3Eb__1_m6BADDED2F26975AAD061EAFD287E6A8453A6F144_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); NullCheck(L_7); RuntimeObject* L_14; L_14 = UserController_SaveEmail_mFAF0964C6B7A7D3C8229D58DD507FB3299C68A0D(L_7, L_9, L_10, L_11, L_13, /*hidden argument*/NULL); NullCheck(L_6); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_15; L_15 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(L_6, L_14, /*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 MeView/<>c__DisplayClass14_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1__ctor_mB1263BECACF2BB022FB9A6A45A4B2C035CB33F12 (U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void MeView/<>c__DisplayClass14_1::b__1(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_1_U3COnClick_BindEmailU3Eb__1_m6BADDED2F26975AAD061EAFD287E6A8453A6F144 (U3CU3Ec__DisplayClass14_1_t1778695D3797860B31D4E26C4F5E34946E703309 * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B3_0 = NULL; RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * G_B2_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_0074; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass1")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2; L_2 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2, /*hidden argument*/NULL); NullCheck(L_2); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_2, L_3, /*hidden argument*/NULL); // GetInputField(inputs.transform.GetChild(3)).text = LoginMgr.myUserInfo.email = a; U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * L_4 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_4); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_5 = L_4->get_U3CU3E4__this_1(); U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * L_6 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_6); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_7 = L_6->get_U3CU3E4__this_1(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = L_7->get_inputs_8(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_8, /*hidden argument*/NULL); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_9, 3, /*hidden argument*/NULL); NullCheck(L_5); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_11; L_11 = MeView_GetInputField_m4ED8B35D79FC2FF5641B936CA8EE81C12E817F60(L_5, L_10, /*hidden argument*/NULL); 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(); String_t* L_13 = __this->get_a_0(); String_t* L_14 = L_13; V_0 = L_14; NullCheck(L_12); L_12->set_email_5(L_14); String_t* L_15 = V_0; NullCheck(L_11); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_11, L_15, /*hidden argument*/NULL); // relateValidateView?.CloseView(); U3CU3Ec__DisplayClass14_0_t9003DC78FDD0DE13418A65267DE9DEAC9903D723 * L_16 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_16); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_17 = L_16->get_relateValidateView_0(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_18 = L_17; G_B2_0 = L_18; if (L_18) { G_B3_0 = L_18; goto IL_006f; } } { return; } IL_006f: { NullCheck(G_B3_0); RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B(G_B3_0, /*hidden argument*/NULL); } IL_0074: { // })); 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 MeView/<>c__DisplayClass24_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_0__ctor_mF80996EE88EB6847D61A4A605EBFBA2A63DF10AB (U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * __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 MeView/<>c__DisplayClass24_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_1__ctor_mCA54A48B99E1F1711F85EEE35A4942F315AC3717 (U3CU3Ec__DisplayClass24_1_t953389D610704DC9933CC4B6B777716D72418D72 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void MeView/<>c__DisplayClass24_1::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass24_1_U3CShowAvatarSelectViewU3Eb__0_mB5323A9A8C4892C37A579EFB5C1A7C087F47F3A0 (U3CU3Ec__DisplayClass24_1_t953389D610704DC9933CC4B6B777716D72418D72 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // curAvatarSelectID = aid; U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * L_1 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_1); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_2 = L_1->get_U3CU3E4__this_0(); int32_t L_3 = __this->get_aid_0(); NullCheck(L_2); L_2->set_curAvatarSelectID_16(L_3); // for (int i = 0; i < gridLayoutGroup.transform.childCount; i++) { V_0 = 0; goto IL_0076; } IL_0024: { // Transform item = gridLayoutGroup.transform.GetChild(i); U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * L_4 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_4); GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * L_5 = L_4->get_gridLayoutGroup_1(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); int32_t L_7 = V_0; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_6, L_7, /*hidden argument*/NULL); // int theAvatarID = int.Parse(item.gameObject.name); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = L_8; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_9, /*hidden argument*/NULL); NullCheck(L_10); String_t* L_11; L_11 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_10, /*hidden argument*/NULL); int32_t L_12; L_12 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_11, /*hidden argument*/NULL); V_1 = L_12; // item.Find("Check").gameObject.SetActive(theAvatarID == curAvatarSelectID); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_9, _stringLiteral8E528B3D59F4DF44EA6F2EFBE4003B6BBE14CAB2, /*hidden argument*/NULL); NullCheck(L_13); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14; L_14 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_13, /*hidden argument*/NULL); int32_t L_15 = V_1; U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * L_16 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_16); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_17 = L_16->get_U3CU3E4__this_0(); NullCheck(L_17); int32_t L_18 = L_17->get_curAvatarSelectID_16(); NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)((((int32_t)L_15) == ((int32_t)L_18))? 1 : 0), /*hidden argument*/NULL); // for (int i = 0; i < gridLayoutGroup.transform.childCount; i++) { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0076: { // for (int i = 0; i < gridLayoutGroup.transform.childCount; i++) { int32_t L_20 = V_0; U3CU3Ec__DisplayClass24_0_t48F3A734AF38A74C6FF674A380067E5A3AA1DF52 * L_21 = __this->get_CSU24U3CU3E8__locals1_1(); NullCheck(L_21); GridLayoutGroup_tE25FFEE93AF1291734B4EB8DA986D23A500E7C28 * L_22 = L_21->get_gridLayoutGroup_1(); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_22, /*hidden argument*/NULL); NullCheck(L_23); int32_t L_24; L_24 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_23, /*hidden argument*/NULL); if ((((int32_t)L_20) < ((int32_t)L_24))) { goto IL_0024; } } { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MeView/MeUserInfo::.ctor(MeView) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo__ctor_m9BF13D67A1D72FD919CD240B4CB9D682C9F9941B (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * ___context0, const RuntimeMethod* method) { { // public MeUserInfo(MeView context) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // m_context = context; MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_0 = ___context0; __this->set_m_context_0(L_0); // } return; } } // System.Void MeView/MeUserInfo::RefreshValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_RefreshValues_m86BCF11271A38C042F59F89235F9E0778CEBFF99 (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); s_Il2CppMethodInitialized = true; } StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* V_0 = NULL; int32_t V_1 = 0; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * V_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_3 = NULL; int32_t G_B4_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B4_1 = NULL; int32_t G_B3_0 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B3_1 = NULL; String_t* G_B5_0 = NULL; int32_t G_B5_1 = 0; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* G_B5_2 = NULL; { // string[] texts = new string[7]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)7); V_0 = L_0; // for (int i = 0; i < m_context.inputs.transform.childCount; i++) V_1 = 0; goto IL_0088; } IL_000b: { // if (i == 4) { int32_t L_1 = V_1; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0054; } } { // Transform toggleGroup = m_context.inputs.transform.GetChild(i).Find("ToggleGroup"); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_2 = __this->get_m_context_0(); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = L_2->get_inputs_8(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); int32_t L_5 = V_1; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_6, _stringLiteral1CF236655229A290E64EB6178CA50AACE3592E69, /*hidden argument*/NULL); V_3 = L_7; // texts[i] = toggleGroup.GetChild(0).GetComponent().isOn ? "1" : "2"; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = V_0; int32_t L_9 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = V_3; NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_10, 0, /*hidden argument*/NULL); NullCheck(L_11); Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * L_12; L_12 = Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844(L_11, /*hidden argument*/Component_GetComponent_TisToggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E_m544EDB55EC6C249F96B487032ECEB73B848CD844_RuntimeMethod_var); NullCheck(L_12); bool L_13; L_13 = Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline(L_12, /*hidden argument*/NULL); G_B3_0 = L_9; G_B3_1 = L_8; if (L_13) { G_B4_0 = L_9; G_B4_1 = L_8; goto IL_004c; } } { G_B5_0 = _stringLiteral21ED4C7AF50D987589A9029FC0422151BE3A0FC2; G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; goto IL_0051; } IL_004c: { G_B5_0 = _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; } IL_0051: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (String_t*)G_B5_0); // continue; goto IL_0084; } IL_0054: { // InputField inputField = m_context.GetInputField(m_context.inputs.transform.GetChild(i)); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_14 = __this->get_m_context_0(); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_15 = __this->get_m_context_0(); NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = L_15->get_inputs_8(); NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_16, /*hidden argument*/NULL); int32_t L_18 = V_1; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_17, L_18, /*hidden argument*/NULL); NullCheck(L_14); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_20; L_20 = MeView_GetInputField_m4ED8B35D79FC2FF5641B936CA8EE81C12E817F60(L_14, L_19, /*hidden argument*/NULL); V_2 = L_20; // texts[i] = inputField.text.Trim(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_21 = V_0; int32_t L_22 = V_1; InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_23 = V_2; NullCheck(L_23); String_t* L_24; L_24 = InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline(L_23, /*hidden argument*/NULL); NullCheck(L_24); String_t* L_25; L_25 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_24, /*hidden argument*/NULL); NullCheck(L_21); ArrayElementTypeCheck (L_21, L_25); (L_21)->SetAt(static_cast(L_22), (String_t*)L_25); } IL_0084: { // for (int i = 0; i < m_context.inputs.transform.childCount; i++) int32_t L_26 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)); } IL_0088: { // for (int i = 0; i < m_context.inputs.transform.childCount; i++) int32_t L_27 = V_1; MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_28 = __this->get_m_context_0(); NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = L_28->get_inputs_8(); NullCheck(L_29); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_29, /*hidden argument*/NULL); NullCheck(L_30); int32_t L_31; L_31 = Transform_get_childCount_mCBED4F6D3F6A7386C4D97C2C3FD25C383A0BCD05(L_30, /*hidden argument*/NULL); if ((((int32_t)L_27) < ((int32_t)L_31))) { goto IL_000b; } } { // this.nickname = texts[1]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_32 = V_0; NullCheck(L_32); int32_t L_33 = 1; String_t* L_34 = (L_32)->GetAt(static_cast(L_33)); __this->set_nickname_1(L_34); // this.gender = int.Parse(texts[4]); 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); __this->set_gender_2(L_38); // this.birthday = texts[5]; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_39 = V_0; NullCheck(L_39); int32_t L_40 = 5; String_t* L_41 = (L_39)->GetAt(static_cast(L_40)); __this->set_birthday_3(L_41); // this.country = m_context.countryCode; MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_42 = __this->get_m_context_0(); NullCheck(L_42); String_t* L_43 = L_42->get_countryCode_12(); __this->set_country_4(L_43); // this.state = m_context.stateCode; MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_44 = __this->get_m_context_0(); NullCheck(L_44); String_t* L_45 = L_44->get_stateCode_13(); __this->set_state_5(L_45); // this.city = m_context.cityCode; MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_46 = __this->get_m_context_0(); NullCheck(L_46); String_t* L_47 = L_46->get_cityCode_14(); __this->set_city_6(L_47); // } return; } } // System.Boolean MeView/MeUserInfo::Save(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_Save_m40D3C3A17BD9367EEAED6A632A98FD34E2A699A0 (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * ___interceptor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // RefreshValues(); MeUserInfo_RefreshValues_m86BCF11271A38C042F59F89235F9E0778CEBFF99(__this, /*hidden argument*/NULL); // if (interceptor != null) { Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_0 = ___interceptor0; if (!L_0) { goto IL_0013; } } { // if (interceptor.Invoke()) return false; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_1 = ___interceptor0; NullCheck(L_1); bool L_2; L_2 = Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79(L_1, /*hidden argument*/Func_1_Invoke_mCA605B0373C1EE39807AB82AEA983289D3F15C79_RuntimeMethod_var); if (!L_2) { goto IL_0013; } } { // if (interceptor.Invoke()) return false; return (bool)0; } IL_0013: { // LoginMgr.myUserInfo.nickname = this.nickname; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_3 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); String_t* L_4 = __this->get_nickname_1(); NullCheck(L_3); L_3->set_nickname_2(L_4); // LoginMgr.myUserInfo.gender = this.gender; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_5 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); int32_t L_6 = __this->get_gender_2(); NullCheck(L_5); L_5->set_gender_3(L_6); // LoginMgr.myUserInfo.birthday = this.birthday; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_7 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); String_t* L_8 = __this->get_birthday_3(); NullCheck(L_7); L_7->set_birthday_6(L_8); // LoginMgr.myUserInfo.country = this.country; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_9 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); String_t* L_10 = __this->get_country_4(); NullCheck(L_9); L_9->set_country_7(L_10); // LoginMgr.myUserInfo.state = this.state; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_11 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); String_t* L_12 = __this->get_state_5(); NullCheck(L_11); L_11->set_state_8(L_12); // LoginMgr.myUserInfo.city = this.city; UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_13 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); String_t* L_14 = __this->get_city_6(); NullCheck(L_13); L_13->set_city_9(L_14); // LoginMgr.myUserInfo.Save(); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_15 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_15); UserInfo_Save_m323F53BFDC5C16BF8EF60E7AC354D6A58B14C4E3(L_15, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Boolean MeView/MeUserInfo::IsEqualOrigin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_IsEqualOrigin_m36E50277F948B058B1FB6E7F459E5A1B537A05A4 (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return // LoginMgr.myUserInfo.nickname == this.nickname && // LoginMgr.myUserInfo.gender == this.gender && // LoginMgr.myUserInfo.birthday == this.birthday && // LoginMgr.myUserInfo.country == this.country && // LoginMgr.myUserInfo.state == this.state && // LoginMgr.myUserInfo.city == this.city; IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_0 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_0); String_t* L_1 = L_0->get_nickname_2(); String_t* L_2 = __this->get_nickname_1(); bool L_3; L_3 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(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); int32_t L_5 = L_4->get_gender_3(); int32_t L_6 = __this->get_gender_2(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_7 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_7); String_t* L_8 = L_7->get_birthday_6(); String_t* L_9 = __this->get_birthday_3(); bool L_10; L_10 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_11 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_11); String_t* L_12 = L_11->get_country_7(); String_t* L_13 = __this->get_country_4(); bool L_14; L_14 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_12, L_13, /*hidden argument*/NULL); if (!L_14) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_15 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_15); String_t* L_16 = L_15->get_state_8(); String_t* L_17 = __this->get_state_5(); bool L_18; L_18 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_16, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0084; } } { IL2CPP_RUNTIME_CLASS_INIT(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var); UserInfo_t43F9B6FBC4E83C2F47B7753EF8D9C81F0D26545F * L_19 = ((LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_StaticFields*)il2cpp_codegen_static_fields_for(LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_il2cpp_TypeInfo_var))->get_myUserInfo_6(); NullCheck(L_19); String_t* L_20 = L_19->get_city_9(); String_t* L_21 = __this->get_city_6(); bool L_22; L_22 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_20, L_21, /*hidden argument*/NULL); return L_22; } IL_0084: { return (bool)0; } } // System.Boolean MeView/MeUserInfo::ShowModalForSave() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MeUserInfo_ShowModalForSave_m6BA13D097EE21DE3196FF282BF26BC7E103593F9 (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m91223CB80F488E9CBB127B7457B1A2066C408E7B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeUserInfo_U3CShowModalForSaveU3Eb__12_1_m77CD53B7A53FCAA9E3C346642B6C29C0BE984B3D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDCF160F0C9991A2EEF7923C292DD01F9EF8AE496); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF670845214D31BAA1D7A0C05C8C5C3D23FB5E589); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF2E7A6136AC44D2366B770F6194566A67F6ECC1); s_Il2CppMethodInitialized = true; } { // RefreshValues(); MeUserInfo_RefreshValues_m86BCF11271A38C042F59F89235F9E0778CEBFF99(__this, /*hidden argument*/NULL); // if (IsEqualOrigin()) return false; bool L_0; L_0 = MeUserInfo_IsEqualOrigin_m36E50277F948B058B1FB6E7F459E5A1B537A05A4(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { // if (IsEqualOrigin()) return false; return (bool)0; } IL_0010: { // if (!modalViewForSave) { ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_1 = __this->get_modalViewForSave_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0086; } } { // modalViewForSave = ModalView.Show(); ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_3; L_3 = ModalView_Show_m134B5CE4B44DA6C193FC9C619568D7CD042CE36D(/*hidden argument*/NULL); __this->set_modalViewForSave_7(L_3); // modalViewForSave.textKey= "me_askSave"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_4 = __this->get_modalViewForSave_7(); NullCheck(L_4); L_4->set_textKey_5(_stringLiteralFF2E7A6136AC44D2366B770F6194566A67F6ECC1); // modalViewForSave.onAgreeTextKey = "common_yes"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_5 = __this->get_modalViewForSave_7(); NullCheck(L_5); L_5->set_onAgreeTextKey_8(_stringLiteralF670845214D31BAA1D7A0C05C8C5C3D23FB5E589); // modalViewForSave.onRejectTextKey = "common_no"; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_6 = __this->get_modalViewForSave_7(); NullCheck(L_6); L_6->set_onRejectTextKey_10(_stringLiteralDCF160F0C9991A2EEF7923C292DD01F9EF8AE496); // modalViewForSave.onAgree = () => { // bool res = m_context.ExcuteLogic_SaveUserInfo(false); // if (res) { // m_context.ExcuteLogic_Destroy(); // } // }; ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_7 = __this->get_modalViewForSave_7(); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_8 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_8, __this, (intptr_t)((intptr_t)MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m91223CB80F488E9CBB127B7457B1A2066C408E7B_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_7); L_7->set_onAgree_7(L_8); // modalViewForSave.onReject = () => m_context.ExcuteLogic_Destroy(); ModalView_t9B83CB8D1F9EB77ADD6979D124AEB4E25CB586FA * L_9 = __this->get_modalViewForSave_7(); UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_10 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_10, __this, (intptr_t)((intptr_t)MeUserInfo_U3CShowModalForSaveU3Eb__12_1_m77CD53B7A53FCAA9E3C346642B6C29C0BE984B3D_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_9); L_9->set_onReject_9(L_10); } IL_0086: { // return true; return (bool)1; } } // System.Void MeView/MeUserInfo::b__12_0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_U3CShowModalForSaveU3Eb__12_0_m91223CB80F488E9CBB127B7457B1A2066C408E7B (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, const RuntimeMethod* method) { { // bool res = m_context.ExcuteLogic_SaveUserInfo(false); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_0 = __this->get_m_context_0(); NullCheck(L_0); bool L_1; L_1 = MeView_ExcuteLogic_SaveUserInfo_mDD6E6C06CCB93C8E171F6E6BC12A6DF9F5AD0993(L_0, (bool)0, /*hidden argument*/NULL); // if (res) { if (!L_1) { goto IL_0019; } } { // m_context.ExcuteLogic_Destroy(); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_2 = __this->get_m_context_0(); NullCheck(L_2); MeView_ExcuteLogic_Destroy_m5AF0E0920E0F454AF46E6DB315F94BF4DB917635(L_2, /*hidden argument*/NULL); } IL_0019: { // }; return; } } // System.Void MeView/MeUserInfo::b__12_1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeUserInfo_U3CShowModalForSaveU3Eb__12_1_m77CD53B7A53FCAA9E3C346642B6C29C0BE984B3D (MeUserInfo_tAC1846C82B74BA3810EAF447334396317F2C346B * __this, const RuntimeMethod* method) { { // modalViewForSave.onReject = () => m_context.ExcuteLogic_Destroy(); MeView_t0A77A36644164073E24CC72636C76CF67E9B7F69 * L_0 = __this->get_m_context_0(); NullCheck(L_0); MeView_ExcuteLogic_Destroy_m5AF0E0920E0F454AF46E6DB315F94BF4DB917635(L_0, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NewUserGuider/d__14::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CExecuteConfigU3Ed__14__ctor_m9E24BAE3950F2E54DC7450C476AEE78CFA5836B2 (U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E * __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 NewUserGuider/d__14::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CExecuteConfigU3Ed__14_System_IDisposable_Dispose_m3BA2369D92A9A69328C39AB98002EFC7C2240B52 (U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean NewUserGuider/d__14::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CExecuteConfigU3Ed__14_MoveNext_mBFA6FEF4F35E20BF7181BF3064789B07618124DC (U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8D3F9AA396C9518477EAF82121FFB973E2E6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EDC31B46C4E1B7B125CEFD368219B096CCBDCAD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral179B01BAABFDDC8E9EAB673D256B24297CF9BB18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5E853077A4CDC46C2BE17673E20AC69ECC17B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD97B7130543EE542A2365AA6641D7774BE8B7F42); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4DF3C994A9BF2E6F997C530F2F0FA989DB8F264); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * V_1 = NULL; int32_t V_2 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); String_t* V_5 = NULL; Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * G_B9_0 = NULL; Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * G_B8_0 = NULL; Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * G_B55_0 = NULL; Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * G_B54_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_0064; } case 2: { goto IL_00ac; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // SetCanvasSortOrder(5); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = V_1; NullCheck(L_3); NewUserGuider_SetCanvasSortOrder_m6467F2F448E028FCB0F97C93B006280FA0C8F96C(L_3, 5, /*hidden argument*/NULL); // if (config.delayExecute) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = V_1; NullCheck(L_4); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_5 = L_4->get_config_8(); NullCheck(L_5); bool L_6 = L_5->get_delayExecute_15(); if (!L_6) { goto IL_0074; } } { // int waitFrameCount = 0; __this->set_U3CwaitFrameCountU3E5__2_3(0); } IL_0044: { // waitFrameCount++; int32_t L_7 = __this->get_U3CwaitFrameCountU3E5__2_3(); V_2 = L_7; int32_t L_8 = V_2; __this->set_U3CwaitFrameCountU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0064: { __this->set_U3CU3E1__state_0((-1)); // } while (waitFrameCount < 3); int32_t L_9 = __this->get_U3CwaitFrameCountU3E5__2_3(); if ((((int32_t)L_9) < ((int32_t)3))) { goto IL_0044; } } IL_0074: { // customPreparePass = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = V_1; NullCheck(L_10); L_10->set_customPreparePass_9((bool)1); goto IL_00b3; } IL_007d: { // config.onPrepare?.Invoke(this); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = V_1; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); NullCheck(L_12); Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * L_13 = L_12->get_onPrepare_13(); Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * L_14 = L_13; G_B8_0 = L_14; if (L_14) { G_B9_0 = L_14; goto IL_008e; } } { goto IL_0094; } IL_008e: { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_15 = V_1; NullCheck(G_B9_0); Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589(G_B9_0, L_15, /*hidden argument*/Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589_RuntimeMethod_var); } IL_0094: { // if (customPreparePass) break; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_16 = V_1; NullCheck(L_16); bool L_17 = L_16->get_customPreparePass_9(); if (L_17) { goto IL_00c0; } } { // else yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00ac: { __this->set_U3CU3E1__state_0((-1)); } IL_00b3: { // while (config.onPrepare != null) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_18 = V_1; NullCheck(L_18); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_19 = L_18->get_config_8(); NullCheck(L_19); Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * L_20 = L_19->get_onPrepare_13(); if (L_20) { goto IL_007d; } } IL_00c0: { // if (config.hitActive) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_21 = V_1; NullCheck(L_21); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_22 = L_21->get_config_8(); NullCheck(L_22); bool L_23 = L_22->get_hitActive_3(); if (!L_23) { goto IL_010e; } } { // if (config.hitPosType == 1) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_24 = V_1; NullCheck(L_24); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_25 = L_24->get_config_8(); NullCheck(L_25); int32_t L_26 = L_25->get_hitPosType_1(); if ((!(((uint32_t)L_26) == ((uint32_t)1)))) { goto IL_00f3; } } { // iconPointerHit.anchoredPosition = config.hitPos; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_27 = V_1; NullCheck(L_27); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_28 = L_27->get_iconPointerHit_5(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_29 = V_1; NullCheck(L_29); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_30 = L_29->get_config_8(); NullCheck(L_30); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_31 = L_30->get_hitPos_2(); NullCheck(L_28); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_28, L_31, /*hidden argument*/NULL); // } else { goto IL_010e; } IL_00f3: { // iconPointerHit.position = config.hitPos; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_32 = V_1; NullCheck(L_32); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = L_32->get_iconPointerHit_5(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_34 = V_1; NullCheck(L_34); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_35 = L_34->get_config_8(); NullCheck(L_35); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_36 = L_35->get_hitPos_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37; L_37 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_36, /*hidden argument*/NULL); NullCheck(L_33); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_33, L_37, /*hidden argument*/NULL); } IL_010e: { // iconPointerHit.gameObject.SetActive(config.hitActive); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_38 = V_1; NullCheck(L_38); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_39 = L_38->get_iconPointerHit_5(); NullCheck(L_39); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40; L_40 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_39, /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_41 = V_1; NullCheck(L_41); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_42 = L_41->get_config_8(); NullCheck(L_42); bool L_43 = L_42->get_hitActive_3(); NullCheck(L_40); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_40, L_43, /*hidden argument*/NULL); // if (config.pointerActive) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_44 = V_1; NullCheck(L_44); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_45 = L_44->get_config_8(); NullCheck(L_45); bool L_46 = L_45->get_pointerActive_7(); if (!L_46) { goto IL_01a7; } } { // iconPointer.rotation = iconPointer.rotation * Quaternion.AngleAxis(config.pointerRotZ, Vector3.forward); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_47 = V_1; NullCheck(L_47); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_48 = L_47->get_iconPointer_6(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_49 = V_1; NullCheck(L_49); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_50 = L_49->get_iconPointer_6(); NullCheck(L_50); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_51; L_51 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_50, /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_52 = V_1; NullCheck(L_52); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_53 = L_52->get_config_8(); NullCheck(L_53); float L_54 = L_53->get_pointerRotZ_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55; L_55 = Vector3_get_forward_m3082920F8A24AA02E4F542B6771EB0B63A91AC90(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_56; L_56 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(L_54, L_55, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_57; L_57 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_51, L_56, /*hidden argument*/NULL); NullCheck(L_48); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_48, L_57, /*hidden argument*/NULL); // if (config.pointerPosType == 1) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_58 = V_1; NullCheck(L_58); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_59 = L_58->get_config_8(); NullCheck(L_59); int32_t L_60 = L_59->get_pointerPosType_5(); if ((!(((uint32_t)L_60) == ((uint32_t)1)))) { goto IL_018c; } } { // iconPointer.anchoredPosition = config.pointerPos; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_61 = V_1; NullCheck(L_61); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_62 = L_61->get_iconPointer_6(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_63 = V_1; NullCheck(L_63); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_64 = L_63->get_config_8(); NullCheck(L_64); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_65 = L_64->get_pointerPos_6(); NullCheck(L_62); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_62, L_65, /*hidden argument*/NULL); // } else { goto IL_01a7; } IL_018c: { // iconPointer.position = config.pointerPos; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_66 = V_1; NullCheck(L_66); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_67 = L_66->get_iconPointer_6(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_68 = V_1; NullCheck(L_68); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_69 = L_68->get_config_8(); NullCheck(L_69); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_70 = L_69->get_pointerPos_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71; L_71 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_70, /*hidden argument*/NULL); NullCheck(L_67); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_67, L_71, /*hidden argument*/NULL); } IL_01a7: { // iconPointer.gameObject.SetActive(config.pointerActive); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_72 = V_1; NullCheck(L_72); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_73 = L_72->get_iconPointer_6(); NullCheck(L_73); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_74; L_74 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_73, /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_75 = V_1; NullCheck(L_75); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_76 = L_75->get_config_8(); NullCheck(L_76); bool L_77 = L_76->get_pointerActive_7(); NullCheck(L_74); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_74, L_77, /*hidden argument*/NULL); // if (seq1 != null && seq1.IsActive()) seq1.Kill(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_78 = V_1; NullCheck(L_78); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_79 = L_78->get_seq1_11(); if (!L_79) { goto IL_01e3; } } { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_80 = V_1; NullCheck(L_80); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_81 = L_80->get_seq1_11(); bool L_82; L_82 = TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2(L_81, /*hidden argument*/NULL); if (!L_82) { goto IL_01e3; } } { // if (seq1 != null && seq1.IsActive()) seq1.Kill(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_83 = V_1; NullCheck(L_83); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_84 = L_83->get_seq1_11(); TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10(L_84, (bool)0, /*hidden argument*/NULL); } IL_01e3: { // if (seq2 != null && seq2.IsActive()) seq2.Kill(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_85 = V_1; NullCheck(L_85); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_86 = L_85->get_seq2_12(); if (!L_86) { goto IL_0204; } } { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_87 = V_1; NullCheck(L_87); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_88 = L_87->get_seq2_12(); bool L_89; L_89 = TweenExtensions_IsActive_m19E1D79E2590A189C95DADED68FFDB43A7F3B2A2(L_88, /*hidden argument*/NULL); if (!L_89) { goto IL_0204; } } { // if (seq2 != null && seq2.IsActive()) seq2.Kill(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_90 = V_1; NullCheck(L_90); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_91 = L_90->get_seq2_12(); TweenExtensions_Kill_m8A79B9D5D31C46E9669C2EFEDF26BF4F7EB02D10(L_91, (bool)0, /*hidden argument*/NULL); } IL_0204: { // if (config.hitActive && config.pointerActive) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_92 = V_1; NullCheck(L_92); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_93 = L_92->get_config_8(); NullCheck(L_93); bool L_94 = L_93->get_hitActive_3(); if (!L_94) { goto IL_0324; } } { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_95 = V_1; NullCheck(L_95); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_96 = L_95->get_config_8(); NullCheck(L_96); bool L_97 = L_96->get_pointerActive_7(); if (!L_97) { goto IL_0324; } } { // seq1 = DOTween.Sequence(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_98 = V_1; IL2CPP_RUNTIME_CLASS_INIT(DOTween_t7BE7AEC9D5268B0C5F1193D8F20B01B7F18CC203_il2cpp_TypeInfo_var); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_99; L_99 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); NullCheck(L_98); L_98->set_seq1_11(L_99); // Vector3 oldPos = iconPointer.position; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_100 = V_1; NullCheck(L_100); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_101 = L_100->get_iconPointer_6(); NullCheck(L_101); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_102; L_102 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_101, /*hidden argument*/NULL); V_3 = L_102; // seq1.AppendInterval(1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_103 = V_1; NullCheck(L_103); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_104 = L_103->get_seq1_11(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_105; L_105 = TweenSettingsExtensions_AppendInterval_m20E76B7FD0B9E0FD85D5E55444177E412D2A39FE(L_104, (1.0f), /*hidden argument*/NULL); // seq1.Append(iconPointer.DOMove(iconPointerHit.position, 1)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_106 = V_1; NullCheck(L_106); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_107 = L_106->get_seq1_11(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_108 = V_1; NullCheck(L_108); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_109 = L_108->get_iconPointer_6(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_110 = V_1; NullCheck(L_110); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_111 = L_110->get_iconPointerHit_5(); NullCheck(L_111); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_112; L_112 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_111, /*hidden argument*/NULL); TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_113; L_113 = ShortcutExtensions_DOMove_m86E08B040E1D6678F9919EC35F2F6BA847E28EA4(L_109, L_112, (1.0f), (bool)0, /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_114; L_114 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_107, L_113, /*hidden argument*/NULL); // seq1.Append(iconPointer.DOMove(oldPos, 0.5f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_115 = V_1; NullCheck(L_115); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_116 = L_115->get_seq1_11(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_117 = V_1; NullCheck(L_117); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_118 = L_117->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_119 = V_3; TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_120; L_120 = ShortcutExtensions_DOMove_m86E08B040E1D6678F9919EC35F2F6BA847E28EA4(L_118, L_119, (0.5f), (bool)0, /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_121; L_121 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_116, L_120, /*hidden argument*/NULL); // seq1.SetLoops(-1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_122 = V_1; NullCheck(L_122); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_123 = L_122->get_seq1_11(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_124; L_124 = TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243(L_123, (-1), /*hidden argument*/TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243_RuntimeMethod_var); // seq1.SetUpdate(true); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_125 = V_1; NullCheck(L_125); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_126 = L_125->get_seq1_11(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_127; L_127 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_126, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); // seq2 = DOTween.Sequence(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_128 = V_1; Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_129; L_129 = DOTween_Sequence_m83221E315CE42CCE7B80D126A549114C86BC388D(/*hidden argument*/NULL); NullCheck(L_128); L_128->set_seq2_12(L_129); // Vector3 s = iconPointerHit.localScale; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_130 = V_1; NullCheck(L_130); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_131 = L_130->get_iconPointerHit_5(); NullCheck(L_131); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_132; L_132 = Transform_get_localScale_mD9DF6CA81108C2A6002B5EA2BE25A6CD2723D046(L_131, /*hidden argument*/NULL); V_4 = L_132; // seq2.Append(iconPointerHit.DOScale(s * 0.8f, 0.5f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_133 = V_1; NullCheck(L_133); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_134 = L_133->get_seq2_12(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_135 = V_1; NullCheck(L_135); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_136 = L_135->get_iconPointerHit_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_137 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_138; L_138 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_137, (0.800000012f), /*hidden argument*/NULL); TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_139; L_139 = ShortcutExtensions_DOScale_mAB4558078D35A3E4BD68E10E967CA63CF20BC73A(L_136, L_138, (0.5f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_140; L_140 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_134, L_139, /*hidden argument*/NULL); // seq2.Append(iconPointerHit.DOScale(s, 0.5f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_141 = V_1; NullCheck(L_141); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_142 = L_141->get_seq2_12(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_143 = V_1; NullCheck(L_143); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_144 = L_143->get_iconPointerHit_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_145 = V_4; TweenerCore_3_tEF2398744853D982DB885085C5B9A3AD4B0F84A4 * L_146; L_146 = ShortcutExtensions_DOScale_mAB4558078D35A3E4BD68E10E967CA63CF20BC73A(L_144, L_145, (0.5f), /*hidden argument*/NULL); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_147; L_147 = TweenSettingsExtensions_Append_m045B3A5C557D2007A05A55F1D5B86A26AA5F13D5(L_142, L_146, /*hidden argument*/NULL); // seq2.SetLoops(-1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_148 = V_1; NullCheck(L_148); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_149 = L_148->get_seq2_12(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_150; L_150 = TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243(L_149, (-1), /*hidden argument*/TweenSettingsExtensions_SetLoops_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_mC5016FDFBB7C672066775586775A7ECFE4E72243_RuntimeMethod_var); // seq2.SetUpdate(true); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_151 = V_1; NullCheck(L_151); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_152 = L_151->get_seq2_12(); Sequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E * L_153; L_153 = TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0(L_152, (bool)1, /*hidden argument*/TweenSettingsExtensions_SetUpdate_TisSequence_tE01FFFCA34A537CE2FF32EDAF451CDEC55A1399E_m919CA95D216B119B67D5C9C18F520957DC35BFC0_RuntimeMethod_var); } IL_0324: { // switch (config.frameTipPivot) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_154 = V_1; NullCheck(L_154); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_155 = L_154->get_config_8(); NullCheck(L_155); String_t* L_156 = L_155->get_frameTipPivot_8(); V_5 = L_156; String_t* L_157 = V_5; if (!L_157) { goto IL_0440; } } { String_t* L_158 = V_5; bool L_159; L_159 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_158, _stringLiteral35B44AA64754DEDC52915E7F763C081CF5B004D9, /*hidden argument*/NULL); if (L_159) { goto IL_0397; } } { String_t* L_160 = V_5; bool L_161; L_161 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_160, _stringLiteralD97B7130543EE542A2365AA6641D7774BE8B7F42, /*hidden argument*/NULL); if (L_161) { goto IL_03b6; } } { String_t* L_162 = V_5; bool L_163; L_163 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_162, _stringLiteral0EDC31B46C4E1B7B125CEFD368219B096CCBDCAD, /*hidden argument*/NULL); if (L_163) { goto IL_03d2; } } { String_t* L_164 = V_5; bool L_165; L_165 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_164, _stringLiteral179B01BAABFDDC8E9EAB673D256B24297CF9BB18, /*hidden argument*/NULL); if (L_165) { goto IL_03ee; } } { String_t* L_166 = V_5; bool L_167; L_167 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_166, _stringLiteralE4DF3C994A9BF2E6F997C530F2F0FA989DB8F264, /*hidden argument*/NULL); if (L_167) { goto IL_040a; } } { String_t* L_168 = V_5; bool L_169; L_169 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_168, _stringLiteral0BA8D3F9AA396C9518477EAF82121FFB973E2E6E, /*hidden argument*/NULL); if (L_169) { goto IL_0426; } } { goto IL_0440; } IL_0397: { // frameTip.pivot = new Vector2(0, 1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_170 = V_1; NullCheck(L_170); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_171 = L_170->get_frameTip_7(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_172; memset((&L_172), 0, sizeof(L_172)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_172), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_171); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_171, L_172, /*hidden argument*/NULL); // break; goto IL_0440; } IL_03b6: { // frameTip.pivot = new Vector2(1, 1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_173 = V_1; NullCheck(L_173); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_174 = L_173->get_frameTip_7(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_175; memset((&L_175), 0, sizeof(L_175)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_175), (1.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_174); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_174, L_175, /*hidden argument*/NULL); // break; goto IL_0440; } IL_03d2: { // frameTip.pivot = new Vector2(0, 0); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_176 = V_1; NullCheck(L_176); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_177 = L_176->get_frameTip_7(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_178; memset((&L_178), 0, sizeof(L_178)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_178), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_177); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_177, L_178, /*hidden argument*/NULL); // break; goto IL_0440; } IL_03ee: { // frameTip.pivot = new Vector2(1, 0); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_179 = V_1; NullCheck(L_179); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_180 = L_179->get_frameTip_7(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_181; memset((&L_181), 0, sizeof(L_181)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_181), (1.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_180); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_180, L_181, /*hidden argument*/NULL); // break; goto IL_0440; } IL_040a: { // frameTip.pivot = new Vector2(0.5f, 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_182 = V_1; NullCheck(L_182); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_183 = L_182->get_frameTip_7(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_184; memset((&L_184), 0, sizeof(L_184)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_184), (0.5f), (0.5f), /*hidden argument*/NULL); NullCheck(L_183); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_183, L_184, /*hidden argument*/NULL); // break; goto IL_0440; } IL_0426: { // frameTip.pivot = new Vector2(0, 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_185 = V_1; NullCheck(L_185); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_186 = L_185->get_frameTip_7(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_187; memset((&L_187), 0, sizeof(L_187)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_187), (0.0f), (0.5f), /*hidden argument*/NULL); NullCheck(L_186); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_186, L_187, /*hidden argument*/NULL); } IL_0440: { // if (config.frameTipPosType == 1) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_188 = V_1; NullCheck(L_188); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_189 = L_188->get_config_8(); NullCheck(L_189); int32_t L_190 = L_189->get_frameTipPosType_9(); if ((!(((uint32_t)L_190) == ((uint32_t)1)))) { goto IL_0466; } } { // frameTip.anchoredPosition = config.frameTipPos; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_191 = V_1; NullCheck(L_191); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_192 = L_191->get_frameTip_7(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_193 = V_1; NullCheck(L_193); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_194 = L_193->get_config_8(); NullCheck(L_194); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_195 = L_194->get_frameTipPos_10(); NullCheck(L_192); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_192, L_195, /*hidden argument*/NULL); // } else { goto IL_0481; } IL_0466: { // frameTip.position = config.frameTipPos; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_196 = V_1; NullCheck(L_196); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_197 = L_196->get_frameTip_7(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_198 = V_1; NullCheck(L_198); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_199 = L_198->get_config_8(); NullCheck(L_199); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_200 = L_199->get_frameTipPos_10(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_201; L_201 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_200, /*hidden argument*/NULL); NullCheck(L_197); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_197, L_201, /*hidden argument*/NULL); } IL_0481: { // if (config.frameTipText != null) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_202 = V_1; NullCheck(L_202); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_203 = L_202->get_config_8(); NullCheck(L_203); String_t* L_204 = L_203->get_frameTipText_11(); if (!L_204) { goto IL_04ab; } } { // frameTip.GetComponentInChildren().text = config.frameTipText; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_205 = V_1; NullCheck(L_205); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_206 = L_205->get_frameTip_7(); NullCheck(L_206); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_207; L_207 = Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E(L_206, /*hidden argument*/Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_208 = V_1; NullCheck(L_208); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_209 = L_208->get_config_8(); NullCheck(L_209); String_t* L_210 = L_209->get_frameTipText_11(); NullCheck(L_207); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_207, L_210); // } goto IL_0518; } IL_04ab: { // else if (config.frameTipTextKey != null) { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_211 = V_1; NullCheck(L_211); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_212 = L_211->get_config_8(); NullCheck(L_212); String_t* L_213 = L_212->get_frameTipTextKey_12(); if (!L_213) { goto IL_04e4; } } { // frameTip.Find("Text").gameObject.AddComponent().SetTextKey(config.frameTipTextKey); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_214 = V_1; NullCheck(L_214); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_215 = L_214->get_frameTip_7(); NullCheck(L_215); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_216; L_216 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_215, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, /*hidden argument*/NULL); NullCheck(L_216); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_217; L_217 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_216, /*hidden argument*/NULL); NullCheck(L_217); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_218; L_218 = GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9(L_217, /*hidden argument*/GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9_RuntimeMethod_var); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_219 = V_1; NullCheck(L_219); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_220 = L_219->get_config_8(); NullCheck(L_220); String_t* L_221 = L_220->get_frameTipTextKey_12(); NullCheck(L_218); TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34(L_218, L_221, /*hidden argument*/NULL); // } goto IL_0518; } IL_04e4: { // frameTip.Find("Text").gameObject.AddComponent().SetTextKey("new-user-guider_tip_" + config.key); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_222 = V_1; NullCheck(L_222); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_223 = L_222->get_frameTip_7(); NullCheck(L_223); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_224; L_224 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_223, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, /*hidden argument*/NULL); NullCheck(L_224); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_225; L_225 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_224, /*hidden argument*/NULL); NullCheck(L_225); TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE * L_226; L_226 = GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9(L_225, /*hidden argument*/GameObject_AddComponent_TisTextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_m4DFDFC622E8F746D82368AD10E71471913B231B9_RuntimeMethod_var); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_227 = V_1; NullCheck(L_227); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_228 = L_227->get_config_8(); NullCheck(L_228); String_t* L_229 = L_228->get_key_0(); String_t* L_230; L_230 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral7C5E853077A4CDC46C2BE17673E20AC69ECC17B3, L_229, /*hidden argument*/NULL); NullCheck(L_226); TextAutoLanguage2_SetTextKey_m49769AF96548F64A4286BBC488D59FA5806B4C34(L_226, L_230, /*hidden argument*/NULL); } IL_0518: { // frameTip.gameObject.SetActive(true); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_231 = V_1; NullCheck(L_231); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_232 = L_231->get_frameTip_7(); NullCheck(L_232); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_233; L_233 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_232, /*hidden argument*/NULL); NullCheck(L_233); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_233, (bool)1, /*hidden argument*/NULL); // GetMaskClickedEvent().AddListener(OnClick_ToNext); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_234 = V_1; NullCheck(L_234); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_235; L_235 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_234, /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_236 = V_1; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_237 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_237, L_236, (intptr_t)((intptr_t)NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_235); UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D(L_235, L_237, /*hidden argument*/NULL); // config.onStart?.Invoke(this); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_238 = V_1; NullCheck(L_238); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_239 = L_238->get_config_8(); NullCheck(L_239); Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * L_240 = L_239->get_onStart_14(); Action_1_tE09FC87CEC42299BA5717D1646CEB25188BE0344 * L_241 = L_240; G_B54_0 = L_241; if (L_241) { G_B55_0 = L_241; goto IL_0551; } } { goto IL_0557; } IL_0551: { NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_242 = V_1; NullCheck(G_B55_0); Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589(G_B55_0, L_242, /*hidden argument*/Action_1_Invoke_mBAE338445A0D925C176B09C9E08B0E7C39B4E589_RuntimeMethod_var); } IL_0557: { // } return (bool)0; } } // System.Object NewUserGuider/d__14::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteConfigU3Ed__14_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m7804F517B455189615AA9683F7E9FA5743BB5437 (U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void NewUserGuider/d__14::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CExecuteConfigU3Ed__14_System_Collections_IEnumerator_Reset_mF456519401972327EF6203A003B372C68C506E1C (U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E * __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*)&U3CExecuteConfigU3Ed__14_System_Collections_IEnumerator_Reset_mF456519401972327EF6203A003B372C68C506E1C_RuntimeMethod_var))); } } // System.Object NewUserGuider/d__14::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CExecuteConfigU3Ed__14_System_Collections_IEnumerator_get_Current_m1025CE435DB5BA6864C50E19E3E0254EC169202B (U3CExecuteConfigU3Ed__14_tDAA8144D3372CF80631C5BBF4884BBBA45C5065E * __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 NewUserGuiderManager/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5421215F0BFA681141033EDBD72A693FFF40BF19 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * L_0 = (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE *)il2cpp_codegen_object_new(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m19FCCD76F70B66A5487AD381BC7227FF8184E89D(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void NewUserGuiderManager/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m19FCCD76F70B66A5487AD381BC7227FF8184E89D (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c::b__10_0(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_0_m67CA1A988CFE33D977803BF9B291814D44E13DC3 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD3981512CDFC92BB6D68026F6C64F665919B5D3); s_Il2CppMethodInitialized = true; } { // RectTransform iconModule = g.transform.Find("IconModule") as RectTransform; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_1, _stringLiteralDD3981512CDFC92BB6D68026F6C64F665919B5D3, /*hidden argument*/NULL); // iconModule.anchoredPosition = new Vector2(-146, -39); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_2, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), (-146.0f), (-39.0f), /*hidden argument*/NULL); NullCheck(L_3); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_3, L_4, /*hidden argument*/NULL); // iconModule.gameObject.SetActive(true); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)1, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.2f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_6 = ___g0; NullCheck(L_6); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_6, (0.200000003f), /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_1(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_1_m080ADB9446B45A1FC1BD9E0BC4986DE8ADF128D9 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59666231AB74343A158F0FA99DEA125BB2E9B67A); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("HomeView/RenderBow/BtnConnectBLE").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral59666231AB74343A158F0FA99DEA125BB2E9B67A, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_5, (0.5f), /*hidden argument*/NULL); // g.config.hitPos = btn.position; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_6 = ___g0; NullCheck(L_6); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_7 = L_6->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_8 = V_0; NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_8, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; L_10 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_9, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_hitPos_2(L_10); // g.config.pointerPos = btn.position + RectTransformUtils.CanvasV3ToScreenV3(Vector3.up * 80f, btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_13, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_15, (80.0f), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_17 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_16, L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_14, L_18, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; L_20 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_19, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_pointerPos_6(L_20); // g.config.frameTipPos = btn.position + RectTransformUtils.CanvasV3ToScreenV3(Vector3.up * 150f, btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_21 = ___g0; NullCheck(L_21); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_22 = L_21->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_23 = V_0; NullCheck(L_23); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_23, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_25, (150.0f), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_26, L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_24, L_28, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_30; L_30 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_29, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_frameTipPos_10(L_30); // g.hollowOutMask.autoUpdate = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_31 = ___g0; NullCheck(L_31); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_32 = L_31->get_hollowOutMask_4(); NullCheck(L_32); L_32->set_autoUpdate_42((bool)1); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_2(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_2_m843252BE2F84141C98049B085D45FC2455A85A7A (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__32_mC3EBADB0F031F6226C4E39715DFD8A9162917E6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__33_mB47967E24E62AC8E295161BC19FA05CC0D0ED6D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__34_m515AA330871D6351F7E6EAD2CEB6F72F7DFDA5E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * V_0 = NULL; { U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_0 = (U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_0__ctor_m1B7A6442C8AFC2817E66BBE6CF28C24AA26D96D0(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // g.GetMaskClickedEvent().AddListener(() => { // if (BluetoothAim.ins.status == BluetoothStatusEnum.ConnectSuccess) { // g.OnClick_ToNext(); // } // }); U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_6 = V_0; NullCheck(L_6); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = L_6->get_g_0(); NullCheck(L_7); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_8; L_8 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_7, /*hidden argument*/NULL); U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_9 = V_0; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_10 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__32_mC3EBADB0F031F6226C4E39715DFD8A9162917E6B_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_8); UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D(L_8, L_10, /*hidden argument*/NULL); // Func action_DoConnectInterceptor = () => { // bool isConnected = BluetoothAim.ins.status == BluetoothStatusEnum.ConnectSuccess; // if (isConnected) { // g.OnClick_ToNext(); // } // return isConnected; // }; U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_11 = V_0; U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_12 = V_0; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_13 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)il2cpp_codegen_object_new(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__33_mB47967E24E62AC8E295161BC19FA05CC0D0ED6D1_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); NullCheck(L_11); L_11->set_action_DoConnectInterceptor_1(L_13); // BluetoothAim.ins.action_DoConnectInterceptor += action_DoConnectInterceptor; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_14 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_15 = L_14; NullCheck(L_15); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_16 = L_15->get_action_DoConnectInterceptor_19(); U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_17 = V_0; NullCheck(L_17); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_18 = L_17->get_action_DoConnectInterceptor_1(); Delegate_t * L_19; L_19 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_16, L_18, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_action_DoConnectInterceptor_19(((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)CastclassSealed((RuntimeObject*)L_19, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => BluetoothAim.ins.action_DoConnectInterceptor -= action_DoConnectInterceptor; U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_20 = V_0; NullCheck(L_20); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_21 = L_20->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_22 = L_21; NullCheck(L_22); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_23 = L_22->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * L_24 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_25 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_25, L_24, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__34_m515AA330871D6351F7E6EAD2CEB6F72F7DFDA5E7_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_26; L_26 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_23, L_25, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_26, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_3(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_3_m55F0CE2129E4E174C55B5CC0F65FCB62ED3D5678 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral749A60E7D124810CC2EC3F90C00F3B63915049CF); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("HomeView/RenderBow/BtnShowDetail").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral749A60E7D124810CC2EC3F90C00F3B63915049CF, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_6 = L_5->get_hollowOutMask_4(); NullCheck(L_6); L_6->set_isTargetRectCanThrough_41((bool)0); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_8 = L_7->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; L_10 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_10, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_9, L_11, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13; L_13 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_12, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_hitPos_2(L_13); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.8f, 0.7f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_14 = ___g0; NullCheck(L_14); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_15 = L_14->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_16 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; memset((&L_17), 0, sizeof(L_17)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_17), (0.800000012f), (0.699999988f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_16, L_17, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19; L_19 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_18, /*hidden argument*/NULL); NullCheck(L_15); L_15->set_pointerPos_6(L_19); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.8f, 0.5f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_20 = ___g0; NullCheck(L_20); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_21 = L_20->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_22 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; memset((&L_23), 0, sizeof(L_23)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_23), (0.800000012f), (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_22, L_23, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; L_25 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_frameTipPos_10(L_25); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_4(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_4_mE1BD8575D75879AA609894AC8C2D5BC004BF8475 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&U3CU3Ec__DisplayClass10_1_U3CInitConfigsU3Eb__35_m4317FD1F4A4A2B9FA3E3FC3CA0307DCA46D2DD91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * V_0 = NULL; { U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * L_0 = (U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_1__ctor_m606FC9524B6BDCCCAEF31B7CB38998D3565F89DF(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // g.GetNewUserGuiderButton().onClick += () => { // HomeView.ins.OnClick_ShowDeviceView(); // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * L_6 = V_0; NullCheck(L_6); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = L_6->get_g_0(); NullCheck(L_7); NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * L_8; L_8 = NewUserGuider_GetNewUserGuiderButton_m42555C428C697851AE754E88C1F3482E803F11CF(L_7, /*hidden argument*/NULL); NewUserGuiderButton_t1D42666ECB8DCE43A03B21DDA281F1FB58DA52A7 * L_9 = L_8; NullCheck(L_9); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_10 = L_9->get_onClick_4(); U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * L_11 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_12 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_12, L_11, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_1_U3CInitConfigsU3Eb__35_m4317FD1F4A4A2B9FA3E3FC3CA0307DCA46D2DD91_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_13; L_13 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_10, L_12, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_onClick_4(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_13, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_5(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_5_mBCBD965567E74334254FC901DF712610E5BD4A5F (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA7297FFFFFD99033E53D9E667DF6A2360248026); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // if (!DeviceView.ins) { DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_0 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // g.customPreparePass = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); L_2->set_customPreparePass_9((bool)0); // return; return; } IL_0014: { // g.customPreparePass = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = ___g0; NullCheck(L_3); L_3->set_customPreparePass_9((bool)1); // RectTransform btn = DeviceView.ins.transform.Find("ItemInfo/BowOptions/GyrCalibrate") as RectTransform; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_4 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralAA7297FFFFFD99033E53D9E667DF6A2360248026, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_10, (0.800000012f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_14, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_13, L_15, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; L_17 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_16, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_hitPos_2(L_17); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_18 = ___g0; NullCheck(L_18); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_19 = L_18->get_config_8(); NullCheck(L_19); L_19->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(-0.1f, 0.2f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_20 = ___g0; NullCheck(L_20); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_21 = L_20->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_22 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; memset((&L_23), 0, sizeof(L_23)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_23), (-0.100000001f), (0.200000003f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_22, L_23, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; L_25 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_pointerPos_6(L_25); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.3f, 0)) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.down * 80f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_26 = ___g0; NullCheck(L_26); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_27 = L_26->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_28 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_29; memset((&L_29), 0, sizeof(L_29)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_29), (0.300000012f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_28, L_29, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_31, (80.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_33 = ___g0; NullCheck(L_33); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_34 = L_33->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_32, L_34, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_30, L_35, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_37; L_37 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_36, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_frameTipPos_10(L_37); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_6(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_6_mBD212C438E1B84A47FAEBE28BC36F07C5508FD25 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__36_mAA6CC0F1921A93F91888211EF9038C569EA06EA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__37_m6DD28F549B5F523BC8832B93EF3F07316C0125BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * V_0 = NULL; { U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_0 = (U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_2__ctor_m3F167E50CEB221EA33630AF377549A57E2E0BF4E(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action onclickTarget = () => { // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_6 = V_0; U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_7 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__36_mAA6CC0F1921A93F91888211EF9038C569EA06EA9_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); L_6->set_onclickTarget_1(L_8); // DeviceView.ins.action_OnClickGyr += onclickTarget; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_9 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_10 = L_9; NullCheck(L_10); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = L_10->get_action_OnClickGyr_9(); U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_12 = V_0; NullCheck(L_12); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = L_12->get_onclickTarget_1(); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_13, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_action_OnClickGyr_9(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_14, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => DeviceView.ins.action_OnClickGyr -= onclickTarget; U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_15 = V_0; NullCheck(L_15); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_16 = L_15->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = L_16; NullCheck(L_17); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = L_17->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * L_19 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__37_m6DD28F549B5F523BC8832B93EF3F07316C0125BC_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_21; L_21 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_21, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_7(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_7_m01983C6CDE8E9086BAB96C563BCFC2E21949AA19 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE78E54733A28E05A3C2235069433EA02B56D5DFC); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // g.SetCanvasSortOrder(DeviceCalibrateView.ins.GetComponent().sortingOrder + 1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_1 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_1); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_2; L_2 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(L_1, /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4(L_2, /*hidden argument*/NULL); NullCheck(L_0); NewUserGuider_SetCanvasSortOrder_m6467F2F448E028FCB0F97C93B006280FA0C8F96C(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); // RectTransform btn = DeviceCalibrateView.ins.transform.Find("Gyr/Button") as RectTransform; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_4 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralE78E54733A28E05A3C2235069433EA02B56D5DFC, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_10, (0.800000012f), /*hidden argument*/NULL); // g.SetMaskOpacity(0.33f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuider_SetMaskOpacity_m2C9BEDE14E94B5D9FA6A198A99A597429061C4A9(L_11, (0.330000013f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_12 = ___g0; NullCheck(L_12); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_13 = L_12->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_14 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_15, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_14, L_16, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18; L_18 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_17, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_hitPos_2(L_18); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_19 = ___g0; NullCheck(L_19); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_20 = L_19->get_config_8(); NullCheck(L_20); L_20->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(-0.1f, 0.2f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_21 = ___g0; NullCheck(L_21); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_22 = L_21->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_23 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_24; memset((&L_24), 0, sizeof(L_24)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_24), (-0.100000001f), (0.200000003f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_23, L_24, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_26; L_26 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_25, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_pointerPos_6(L_26); // g.frameTip.gameObject.SetActive(false); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_27 = ___g0; NullCheck(L_27); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_28 = L_27->get_frameTip_7(); NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_29, (bool)0, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_8(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_8_m39931F915CC6795CDBD106C6AB818A89070BC134 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitConfigsU3Eb__10_38_mB16075AF8E80799D193A880AEFF4F01457323184_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__39_m9CEDC74929CA6C1D4060A5FD3C3C534E386370A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__40_m5C46103986CAB9321890C83B3A5B28D8110E3EB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__41_mC8BBD3876B0DDD8223D9121C97ACDF06FEC23C8C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * V_0 = NULL; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B2_0 = NULL; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * G_B2_1 = NULL; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B1_0 = NULL; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * G_B1_1 = NULL; { U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_0 = (U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_3__ctor_m019847AD45B375E087274CC7B26342D871655242(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // g.action_Update += () => { // bool doing = DeviceCalibrateView.ins.gyrCalibrating; // g.iconPointer.gameObject.SetActive(!doing); // g.iconPointerHit.gameObject.SetActive(!doing); // }; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_6 = V_0; NullCheck(L_6); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = L_6->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = L_7; NullCheck(L_8); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = L_8->get_action_Update_13(); U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_10 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__40_m5C46103986CAB9321890C83B3A5B28D8110E3EB3_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_12; L_12 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_11, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_action_Update_13(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_12, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // Func interceptor = () => { // return DeviceCalibrateView.ins.gyrCalibrating; // }; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_14 = ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->get_U3CU3E9__10_38_9(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_15 = L_14; G_B1_0 = L_15; G_B1_1 = L_13; if (L_15) { G_B2_0 = L_15; G_B2_1 = L_13; goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * L_16 = ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_17 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)il2cpp_codegen_object_new(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9(L_17, L_16, (intptr_t)((intptr_t)U3CU3Ec_U3CInitConfigsU3Eb__10_38_mB16075AF8E80799D193A880AEFF4F01457323184_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_18 = L_17; ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->set_U3CU3E9__10_38_9(L_18); G_B2_0 = L_18; G_B2_1 = G_B1_1; } IL_0064: { NullCheck(G_B2_1); G_B2_1->set_interceptor_1(G_B2_0); // Action operateFinished = () => { // g.hollowOutMask.isTargetRectCanThrough = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_19 = V_0; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_20 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__39_m9CEDC74929CA6C1D4060A5FD3C3C534E386370A1_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_19); L_19->set_operateFinished_2(L_21); // DeviceCalibrateView.ins.action_OnClickGyrCalibrateInterceptor += interceptor; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_22 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_23 = L_22; NullCheck(L_23); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_24 = L_23->get_action_OnClickGyrCalibrateInterceptor_26(); U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_25 = V_0; NullCheck(L_25); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_26 = L_25->get_interceptor_1(); Delegate_t * L_27; L_27 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_24, L_26, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_action_OnClickGyrCalibrateInterceptor_26(((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)CastclassSealed((RuntimeObject*)L_27, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var))); // DeviceCalibrateView.ins.action_GyrCalibarateOperateAndFinish += operateFinished; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_28 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_29 = L_28; NullCheck(L_29); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_30 = L_29->get_action_GyrCalibarateOperateAndFinish_25(); U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_31 = V_0; NullCheck(L_31); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_32 = L_31->get_operateFinished_2(); Delegate_t * L_33; L_33 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_30, L_32, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_action_GyrCalibarateOperateAndFinish_25(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_33, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => { // DeviceCalibrateView.ins.action_OnClickGyrCalibrateInterceptor -= interceptor; // DeviceCalibrateView.ins.action_GyrCalibarateOperateAndFinish -= operateFinished; // }; U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_34 = V_0; NullCheck(L_34); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_35 = L_34->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_36 = L_35; NullCheck(L_36); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_37 = L_36->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * L_38 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_39 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_39, L_38, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__41_mC8BBD3876B0DDD8223D9121C97ACDF06FEC23C8C_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_40; L_40 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_37, L_39, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_40, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Boolean NewUserGuiderManager/<>c::b__10_38() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CInitConfigsU3Eb__10_38_mB16075AF8E80799D193A880AEFF4F01457323184 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return DeviceCalibrateView.ins.gyrCalibrating; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_0 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_0); bool L_1 = L_0->get_gyrCalibrating_27(); return L_1; } } // System.Void NewUserGuiderManager/<>c::b__10_9(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_9_mFA6B0FC74B5AC809C6AFD49D17DCD2B80A3D1F0E (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D44F5993CB2873BD4CD17589E7236B50A6EC150); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // g.SetCanvasSortOrder(DeviceCalibrateView.ins.GetComponent().sortingOrder + 1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_1 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_1); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_2; L_2 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(L_1, /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4(L_2, /*hidden argument*/NULL); NullCheck(L_0); NewUserGuider_SetCanvasSortOrder_m6467F2F448E028FCB0F97C93B006280FA0C8F96C(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); // RectTransform btn = DeviceCalibrateView.ins.transform.Find("BtnFinish") as RectTransform; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_4 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteral9D44F5993CB2873BD4CD17589E7236B50A6EC150, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_10, (0.800000012f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_14, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_13, L_15, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; L_17 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_16, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_hitPos_2(L_17); // g.config.pointerRotZ = 120; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_18 = ___g0; NullCheck(L_18); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_19 = L_18->get_config_8(); NullCheck(L_19); L_19->set_pointerRotZ_4((120.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(-0.2f, 1.2f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_20 = ___g0; NullCheck(L_20); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_21 = L_20->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_22 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; memset((&L_23), 0, sizeof(L_23)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_23), (-0.200000003f), (1.20000005f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_22, L_23, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; L_25 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_pointerPos_6(L_25); // g.frameTip.gameObject.SetActive(false); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_26 = ___g0; NullCheck(L_26); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = L_26->get_frameTip_7(); NullCheck(L_27); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28; L_28 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_27, /*hidden argument*/NULL); NullCheck(L_28); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_28, (bool)0, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_10(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_10_m2EB5E47B193DC7CBF870E03F4BBF12BDDB00789B (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_4_U3CInitConfigsU3Eb__42_m3A1CF75E1EB4D1044EB6590CC2A53E93C584E8B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_0 = NULL; { U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C * L_0 = (U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_4__ctor_m7971D1404A81C60C0AA18CEB749D94E32611A18B(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C * L_1 = L_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C * L_3 = L_1; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action operateFinished = () => { // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_6, L_3, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_4_U3CInitConfigsU3Eb__42_m3A1CF75E1EB4D1044EB6590CC2A53E93C584E8B0_RuntimeMethod_var), /*hidden argument*/NULL); V_0 = L_6; // DeviceCalibrateView.ins.action_OnDestroy += operateFinished; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_7 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_8 = L_7; NullCheck(L_8); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = L_8->get_action_OnDestroy_13(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_10 = V_0; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_action_OnDestroy_13(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_11, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_11(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_11_mC3E4E9AABCC91909572EEC9DC306749F5131A889 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE83DD086DADB7392E73F9296DA1B2936D7CA7E03); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // if (!DeviceView.ins) { DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_0 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // g.customPreparePass = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); L_2->set_customPreparePass_9((bool)0); // return; return; } IL_0014: { // g.customPreparePass = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = ___g0; NullCheck(L_3); L_3->set_customPreparePass_9((bool)1); // RectTransform btn = DeviceView.ins.transform.Find("ItemInfo/BowOptions/MagCalibrate") as RectTransform; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_4 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralE83DD086DADB7392E73F9296DA1B2936D7CA7E03, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_10, (0.800000012f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_14, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_13, L_15, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; L_17 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_16, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_hitPos_2(L_17); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_18 = ___g0; NullCheck(L_18); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_19 = L_18->get_config_8(); NullCheck(L_19); L_19->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(-0.1f, 0.2f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_20 = ___g0; NullCheck(L_20); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_21 = L_20->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_22 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; memset((&L_23), 0, sizeof(L_23)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_23), (-0.100000001f), (0.200000003f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_22, L_23, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; L_25 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_pointerPos_6(L_25); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.3f, 0)) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.down * 45f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_26 = ___g0; NullCheck(L_26); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_27 = L_26->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_28 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_29; memset((&L_29), 0, sizeof(L_29)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_29), (0.300000012f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_28, L_29, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_31, (45.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_33 = ___g0; NullCheck(L_33); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_34 = L_33->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_32, L_34, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_30, L_35, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_37; L_37 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_36, /*hidden argument*/NULL); NullCheck(L_27); L_27->set_frameTipPos_10(L_37); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_12(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_12_m75F6681458917962E97E202BF5C99E9EA3B8913A (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__43_mF4860C63DD46BD3601097A71C598AB56E7E85479_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__44_m5BF33A302EBC5B954C706AA3BB26E3C44C6C2D41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * V_0 = NULL; { U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_0 = (U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_5__ctor_m796E1798F3B64F41B4C494B09C4D34F374A3927E(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action onclickTarget = () => { // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_6 = V_0; U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_7 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__43_mF4860C63DD46BD3601097A71C598AB56E7E85479_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); L_6->set_onclickTarget_1(L_8); // DeviceView.ins.action_OnClickMag += onclickTarget; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_9 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_10 = L_9; NullCheck(L_10); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = L_10->get_action_OnClickMag_10(); U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_12 = V_0; NullCheck(L_12); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = L_12->get_onclickTarget_1(); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_13, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_action_OnClickMag_10(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_14, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => DeviceView.ins.action_OnClickMag -= onclickTarget; U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_15 = V_0; NullCheck(L_15); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_16 = L_15->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = L_16; NullCheck(L_17); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = L_17->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * L_19 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__44_m5BF33A302EBC5B954C706AA3BB26E3C44C6C2D41_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_21; L_21 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_21, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_13(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_13_mE8B17AF369538CAE65C08CDB66A227DFE292674A (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1B82FEFD2BACE794C802C79DAE3304CC0B833C3); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // g.SetCanvasSortOrder(DeviceCalibrateView.ins.GetComponent().sortingOrder + 1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_1 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_1); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_2; L_2 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(L_1, /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4(L_2, /*hidden argument*/NULL); NullCheck(L_0); NewUserGuider_SetCanvasSortOrder_m6467F2F448E028FCB0F97C93B006280FA0C8F96C(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); // RectTransform btn = DeviceCalibrateView.ins.transform.Find("Mag/MagReset") as RectTransform; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_4 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralF1B82FEFD2BACE794C802C79DAE3304CC0B833C3, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_10, (0.800000012f), /*hidden argument*/NULL); // g.SetMaskOpacity(0.33f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuider_SetMaskOpacity_m2C9BEDE14E94B5D9FA6A198A99A597429061C4A9(L_11, (0.330000013f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_12 = ___g0; NullCheck(L_12); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_13 = L_12->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_14 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_15, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_14, L_16, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18; L_18 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_17, /*hidden argument*/NULL); NullCheck(L_13); L_13->set_hitPos_2(L_18); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_19 = ___g0; NullCheck(L_19); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_20 = L_19->get_config_8(); NullCheck(L_20); L_20->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(-0.1f, 0.2f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_21 = ___g0; NullCheck(L_21); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_22 = L_21->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_23 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_24; memset((&L_24), 0, sizeof(L_24)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_24), (-0.100000001f), (0.200000003f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_23, L_24, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_26; L_26 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_25, /*hidden argument*/NULL); NullCheck(L_22); L_22->set_pointerPos_6(L_26); // g.frameTip.gameObject.SetActive(false); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_27 = ___g0; NullCheck(L_27); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_28 = L_27->get_frameTip_7(); NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_29, (bool)0, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_14(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_14_mB68444FB4CC0C327BBAE9FE540A372918DBA5385 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInitConfigsU3Eb__10_45_mEA2AAD52E586E49879A168B62129C2F0D54D21A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__46_m822BF72D7C550ADBEC866FE1C1C285CF629028D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__47_m1292939354B39F32198B7A488BBACB74AEB4DCC2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__48_mE6F322E7E3BF8F255347A0AAEBB096F343185F92_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * V_0 = NULL; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B2_0 = NULL; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * G_B2_1 = NULL; Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * G_B1_0 = NULL; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * G_B1_1 = NULL; { U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_0 = (U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_6__ctor_mF80C6B6E438992D9BFE39C395AC2F89E42C74C40(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // g.action_Update += () => { // bool doing = DeviceCalibrateView.ins.calibrateMagDoing; // g.iconPointer.gameObject.SetActive(!doing); // g.iconPointerHit.gameObject.SetActive(!doing); // }; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_6 = V_0; NullCheck(L_6); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = L_6->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = L_7; NullCheck(L_8); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = L_8->get_action_Update_13(); U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_10 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__47_m1292939354B39F32198B7A488BBACB74AEB4DCC2_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_12; L_12 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_11, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_action_Update_13(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_12, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // Func interceptor = () => { // return DeviceCalibrateView.ins.calibrateMagDoing; // }; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_13 = V_0; IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_14 = ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->get_U3CU3E9__10_45_16(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_15 = L_14; G_B1_0 = L_15; G_B1_1 = L_13; if (L_15) { G_B2_0 = L_15; G_B2_1 = L_13; goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var); U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * L_16 = ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->get_U3CU3E9_0(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_17 = (Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)il2cpp_codegen_object_new(Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9(L_17, L_16, (intptr_t)((intptr_t)U3CU3Ec_U3CInitConfigsU3Eb__10_45_mEA2AAD52E586E49879A168B62129C2F0D54D21A9_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m16429CB52E95263F4C11AB13CF51474AFB25D1B9_RuntimeMethod_var); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_18 = L_17; ((U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE_il2cpp_TypeInfo_var))->set_U3CU3E9__10_45_16(L_18); G_B2_0 = L_18; G_B2_1 = G_B1_1; } IL_0064: { NullCheck(G_B2_1); G_B2_1->set_interceptor_1(G_B2_0); // Action operateFinished = () => { // g.hollowOutMask.isTargetRectCanThrough = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_19 = V_0; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_20 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_21 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__46_m822BF72D7C550ADBEC866FE1C1C285CF629028D7_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_19); L_19->set_operateFinished_2(L_21); // DeviceCalibrateView.ins.action_OnClickMagCalibrateInterceptor += interceptor; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_22 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_23 = L_22; NullCheck(L_23); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_24 = L_23->get_action_OnClickMagCalibrateInterceptor_23(); U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_25 = V_0; NullCheck(L_25); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_26 = L_25->get_interceptor_1(); Delegate_t * L_27; L_27 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_24, L_26, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_action_OnClickMagCalibrateInterceptor_23(((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)CastclassSealed((RuntimeObject*)L_27, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var))); // DeviceCalibrateView.ins.action_MagCalibarateOperateAndFinish += operateFinished; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_28 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_29 = L_28; NullCheck(L_29); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_30 = L_29->get_action_MagCalibarateOperateAndFinish_22(); U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_31 = V_0; NullCheck(L_31); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_32 = L_31->get_operateFinished_2(); Delegate_t * L_33; L_33 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_30, L_32, /*hidden argument*/NULL); NullCheck(L_29); L_29->set_action_MagCalibarateOperateAndFinish_22(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_33, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => { // DeviceCalibrateView.ins.action_OnClickMagCalibrateInterceptor -= interceptor; // DeviceCalibrateView.ins.action_MagCalibarateOperateAndFinish -= operateFinished; // }; U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_34 = V_0; NullCheck(L_34); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_35 = L_34->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_36 = L_35; NullCheck(L_36); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_37 = L_36->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * L_38 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_39 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_39, L_38, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__48_mE6F322E7E3BF8F255347A0AAEBB096F343185F92_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_40; L_40 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_37, L_39, /*hidden argument*/NULL); NullCheck(L_36); L_36->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_40, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Boolean NewUserGuiderManager/<>c::b__10_45() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CInitConfigsU3Eb__10_45_mEA2AAD52E586E49879A168B62129C2F0D54D21A9 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return DeviceCalibrateView.ins.calibrateMagDoing; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_0 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_0); bool L_1 = L_0->get_calibrateMagDoing_19(); return L_1; } } // System.Void NewUserGuiderManager/<>c::b__10_15(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_15_m4FE08FCE92381E16F70A2927BCA11FFACC49C292 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D44F5993CB2873BD4CD17589E7236B50A6EC150); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // g.SetCanvasSortOrder(DeviceCalibrateView.ins.GetComponent().sortingOrder + 1); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_1 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_1); Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * L_2; L_2 = Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9(L_1, /*hidden argument*/Component_GetComponent_TisCanvas_t2B7E56B7BDC287962E092755372E214ACB6393EA_mCB8218C63057F5D49EA4BA643AB4BECE0DB291F9_RuntimeMethod_var); NullCheck(L_2); int32_t L_3; L_3 = Canvas_get_sortingOrder_m2024155C98059AE97E268327C71E33F1444F8FC4(L_2, /*hidden argument*/NULL); NullCheck(L_0); NewUserGuider_SetCanvasSortOrder_m6467F2F448E028FCB0F97C93B006280FA0C8F96C(L_0, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)), /*hidden argument*/NULL); // RectTransform btn = DeviceCalibrateView.ins.transform.Find("BtnFinish") as RectTransform; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_4 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteral9D44F5993CB2873BD4CD17589E7236B50A6EC150, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_10, (0.800000012f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_14, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_13, L_15, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; L_17 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_16, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_hitPos_2(L_17); // g.config.pointerRotZ = 120; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_18 = ___g0; NullCheck(L_18); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_19 = L_18->get_config_8(); NullCheck(L_19); L_19->set_pointerRotZ_4((120.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(-0.2f, 1.2f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_20 = ___g0; NullCheck(L_20); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_21 = L_20->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_22 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; memset((&L_23), 0, sizeof(L_23)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_23), (-0.200000003f), (1.20000005f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_22, L_23, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; L_25 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_pointerPos_6(L_25); // g.frameTip.gameObject.SetActive(false); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_26 = ___g0; NullCheck(L_26); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = L_26->get_frameTip_7(); NullCheck(L_27); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28; L_28 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_27, /*hidden argument*/NULL); NullCheck(L_28); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_28, (bool)0, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_16(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_16_m79FA8022D9371AF7280C3F451530B8E04E0CE033 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_7_U3CInitConfigsU3Eb__49_mD21FD601C9AB4C872EB5F2BCE3B3905D2523A728_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_0 = NULL; { U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E * L_0 = (U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_7__ctor_mB33786A76209025688C8D1217A5AD73880E9911B(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E * L_1 = L_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E * L_3 = L_1; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action operateFinished = () => { // FindObjectOfType()?.OnClick_Back(); // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_6, L_3, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_7_U3CInitConfigsU3Eb__49_mD21FD601C9AB4C872EB5F2BCE3B3905D2523A728_RuntimeMethod_var), /*hidden argument*/NULL); V_0 = L_6; // DeviceCalibrateView.ins.action_OnDestroy += operateFinished; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_7 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_8 = L_7; NullCheck(L_8); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = L_8->get_action_OnDestroy_13(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_10 = V_0; Delegate_t * L_11; L_11 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_action_OnDestroy_13(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_11, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_17(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_17_mCA0C21F47A3480D9AD2DFA762E5F2A6CDC77F8AB (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81DDB3C987F5AC5B2469E44331262251A71550EB); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("TopBarView/TopBar/IconSetUp").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral81DDB3C987F5AC5B2469E44331262251A71550EB, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_6 = L_5->get_hollowOutMask_4(); NullCheck(L_6); L_6->set_isTargetRectCanThrough_41((bool)0); // g.SetIconPointerHitOpacity(0.6f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_7, (0.600000024f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = ___g0; NullCheck(L_8); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_9 = L_8->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_11, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_10, L_12, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_13, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_hitPos_2(L_14); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_15 = ___g0; NullCheck(L_15); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_16 = L_15->get_config_8(); NullCheck(L_16); L_16->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * -0.1f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = ___g0; NullCheck(L_17); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_18 = L_17->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; L_20 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21; L_21 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_20, (-0.100000001f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_19, L_21, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; L_23 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_22, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_pointerPos_6(L_23); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.zero) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.down * 80f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_24 = ___g0; NullCheck(L_24); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_25 = L_24->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_26 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_27; L_27 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_26, L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_29, (80.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_31 = ___g0; NullCheck(L_31); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_32 = L_31->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_30, L_32, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_28, L_33, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_35; L_35 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_34, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_frameTipPos_10(L_35); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_18(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_18_m998313F342142A6425A4C8EE114CB60489A17BEE (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD502B45ADED04BC657D718D474FBEAA443A1571B); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("TopBarView/TopBar/IconShop").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralD502B45ADED04BC657D718D474FBEAA443A1571B, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_6 = L_5->get_hollowOutMask_4(); NullCheck(L_6); L_6->set_isTargetRectCanThrough_41((bool)0); // g.SetIconPointerHitOpacity(0.6f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_7, (0.600000024f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = ___g0; NullCheck(L_8); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_9 = L_8->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_11, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_10, L_12, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_13, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_hitPos_2(L_14); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_15 = ___g0; NullCheck(L_15); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_16 = L_15->get_config_8(); NullCheck(L_16); L_16->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * -0.1f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = ___g0; NullCheck(L_17); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_18 = L_17->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; L_20 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_21; L_21 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_20, (-0.100000001f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_19, L_21, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; L_23 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_22, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_pointerPos_6(L_23); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.zero) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.down * 80f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_24 = ___g0; NullCheck(L_24); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_25 = L_24->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_26 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_27; L_27 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_26, L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_get_down_mFA85B870E184121D30F66395BB183ECAB9DD8629(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_29, (80.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_31 = ___g0; NullCheck(L_31); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_32 = L_31->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_30, L_32, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_28, L_33, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_35; L_35 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_34, /*hidden argument*/NULL); NullCheck(L_25); L_25->set_frameTipPos_10(L_35); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_19(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_19_m0885DE1F8D61598A8D04D737AC5D9259C1DBD7B1 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE785894E8E51103FC877761B304C91B5208DFC1); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("HomeView/FriendBar/FrameBtnTop").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralCE785894E8E51103FC877761B304C91B5208DFC1, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_6 = L_5->get_hollowOutMask_4(); NullCheck(L_6); L_6->set_isTargetRectCanThrough_41((bool)0); // g.SetIconPointerHitOpacity(0.6f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_7, (0.600000024f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = ___g0; NullCheck(L_8); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_9 = L_8->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_11, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_10, L_12, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_13, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_hitPos_2(L_14); // g.config.pointerRotZ = -30; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_15 = ___g0; NullCheck(L_15); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_16 = L_15->get_config_8(); NullCheck(L_16); L_16->set_pointerRotZ_4((-30.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(1.2f, 0.9f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = ___g0; NullCheck(L_17); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_18 = L_17->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; memset((&L_20), 0, sizeof(L_20)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_20), (1.20000005f), (0.899999976f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_19, L_20, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; L_22 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_21, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_pointerPos_6(L_22); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(1.2f, 0)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_23 = ___g0; NullCheck(L_23); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_24 = L_23->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_25 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_26; memset((&L_26), 0, sizeof(L_26)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_26), (1.20000005f), (0.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_25, L_26, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_28; L_28 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_27, /*hidden argument*/NULL); NullCheck(L_24); L_24->set_frameTipPos_10(L_28); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_20(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_20_m231D7220EE053F7F62BBEB3A992F3765A67EEADC (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C1A11425370B31958F836A32701B561EC88678C); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("HomeView/FriendBar/FrameBtnBottom").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteral7C1A11425370B31958F836A32701B561EC88678C, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_6 = L_5->get_hollowOutMask_4(); NullCheck(L_6); L_6->set_isTargetRectCanThrough_41((bool)0); // g.SetIconPointerHitOpacity(0.8f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); NewUserGuider_SetIconPointerHitOpacity_mB46EB130C4E5C10287F33A3C5938C3BD13ACC2AE(L_7, (0.800000012f), /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = ___g0; NullCheck(L_8); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_9 = L_8->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11; L_11 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_11, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_10, L_12, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_13, /*hidden argument*/NULL); NullCheck(L_9); L_9->set_hitPos_2(L_14); // g.config.pointerRotZ = -30; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_15 = ___g0; NullCheck(L_15); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_16 = L_15->get_config_8(); NullCheck(L_16); L_16->set_pointerRotZ_4((-30.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(1, 0.9f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = ___g0; NullCheck(L_17); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_18 = L_17->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; memset((&L_20), 0, sizeof(L_20)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_20), (1.0f), (0.899999976f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_19, L_20, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; L_22 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_21, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_pointerPos_6(L_22); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(1.5f, 0.5f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_23 = ___g0; NullCheck(L_23); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_24 = L_23->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_25 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_26; memset((&L_26), 0, sizeof(L_26)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_26), (1.5f), (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_25, L_26, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_28; L_28 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_27, /*hidden argument*/NULL); NullCheck(L_24); L_24->set_frameTipPos_10(L_28); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_21(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_21_m9B9B6BB39FFED98B0E839854D31F5E8733153239 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF7ECE42663E22F8CF76EAAF109DE42E9A8673F0); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("HomeView/RightPanel/Item (1)").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralEF7ECE42663E22F8CF76EAAF109DE42E9A8673F0, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_6 = L_5->get_hollowOutMask_4(); NullCheck(L_6); L_6->set_isTargetRectCanThrough_41((bool)0); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.5f, 0.6f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_8 = L_7->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; memset((&L_10), 0, sizeof(L_10)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_10), (0.5f), (0.600000024f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_9, L_10, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_12; L_12 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_11, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_hitPos_2(L_12); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.8f, 0.9f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_13 = ___g0; NullCheck(L_13); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_14 = L_13->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_15 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; memset((&L_16), 0, sizeof(L_16)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_16), (0.800000012f), (0.899999976f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_15, L_16, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18; L_18 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_17, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_pointerPos_6(L_18); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.zero) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.left * 150f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_19 = ___g0; NullCheck(L_19); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_20 = L_19->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_21 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; L_22 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_21, L_22, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_get_left_mDAB848C352B9D30E2DDDA7F56308ABC32A4315A5(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_24, (150.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_26 = ___g0; NullCheck(L_26); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = L_26->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_25, L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_23, L_28, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_30; L_30 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_29, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_frameTipPos_10(L_30); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_22(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_22_m1C6C8FEBAE38CBB72CFE06C700502AF5DF50A39D (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE176632DE607455D8EC21A4989B680B276323C0); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // RectTransform btn = GameObject.Find("HomeView/RightPanel/Item").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = GameObject_Find_m20157C941F1A9DA0E33E0ACA1324FAA41C2B199B(_stringLiteralEE176632DE607455D8EC21A4989B680B276323C0, /*hidden argument*/NULL); NullCheck(L_0); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_1; L_1 = GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00(L_0, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_m1B327975BFAB070F4A1332784FFE80A1EECFBF00_RuntimeMethod_var); V_0 = L_1; // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_3 = L_2->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_4 = V_0; NullCheck(L_3); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_3, L_4, /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.5f, 0.6f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_6 = L_5->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_7 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; memset((&L_8), 0, sizeof(L_8)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_8), (0.5f), (0.600000024f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_7, L_8, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_10; L_10 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_9, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_hitPos_2(L_10); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.8f, 0.9f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_11 = ___g0; NullCheck(L_11); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_12 = L_11->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_13 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; memset((&L_14), 0, sizeof(L_14)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_14), (0.800000012f), (0.899999976f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_13, L_14, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_15, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_pointerPos_6(L_16); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.zero) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.left * 150f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = ___g0; NullCheck(L_17); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_18 = L_17->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_19 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_20; L_20 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_19, L_20, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_get_left_mDAB848C352B9D30E2DDDA7F56308ABC32A4315A5(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_22, (150.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_24 = ___g0; NullCheck(L_24); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_25 = L_24->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_23, L_25, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_21, L_26, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_28; L_28 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_27, /*hidden argument*/NULL); NullCheck(L_18); L_18->set_frameTipPos_10(L_28); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_23(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_23_m5E4A204CEB97E3D33B6B3C7C0C5FA905D1EE38D6 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__50_mC63740D68B70CFFBD2008CD89F1F6BEBF24D7E95_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__51_mE8ED2CC1014B5CBF2D73F6235F06003E82C61F8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * V_0 = NULL; { U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_0 = (U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_8__ctor_m5D00FF7DE7F8F7EAF12EB23767B3664A8B6FA123(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action onClickTarget = () => { // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_6 = V_0; U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_7 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__50_mC63740D68B70CFFBD2008CD89F1F6BEBF24D7E95_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); L_6->set_onClickTarget_1(L_8); // HomeView.ins.action_OnClickStartGame += onClickTarget; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_9 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_10 = L_9; NullCheck(L_10); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = L_10->get_action_OnClickStartGame_14(); U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_12 = V_0; NullCheck(L_12); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = L_12->get_onClickTarget_1(); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_13, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_action_OnClickStartGame_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_14, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => HomeView.ins.action_OnClickStartGame -= onClickTarget; U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_15 = V_0; NullCheck(L_15); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_16 = L_15->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = L_16; NullCheck(L_17); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = L_17->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * L_19 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__51_mE8ED2CC1014B5CBF2D73F6235F06003E82C61F8F_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_21; L_21 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_21, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_24(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_24_mCF19D1C02B69A1360DE60D7C47F959F97515F1C2 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8026C551838811FF903F96C4CAD2B20A0E253CC); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // if (!GameStartView.ins) { GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 * L_0 = ((GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_StaticFields*)il2cpp_codegen_static_fields_for(GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_il2cpp_TypeInfo_var))->get_ins_6(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0014; } } { // g.customPreparePass = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_2); L_2->set_customPreparePass_9((bool)0); // return; return; } IL_0014: { // g.customPreparePass = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = ___g0; NullCheck(L_3); L_3->set_customPreparePass_9((bool)1); // RectTransform btn = GameStartView.ins.transform.Find("EntryList/Item (1)") as RectTransform; GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9 * L_4 = ((GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_StaticFields*)il2cpp_codegen_static_fields_for(GameStartView_tD34042B68A104884B63E931C803C50D8E7F6C0D9_il2cpp_TypeInfo_var))->get_ins_6(); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_5, _stringLiteralE8026C551838811FF903F96C4CAD2B20A0E253CC, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_6, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = ___g0; NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_0; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_10 = ___g0; NullCheck(L_10); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_11 = L_10->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_12 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_13; L_13 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14; L_14 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_13, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_12, L_14, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_15, /*hidden argument*/NULL); NullCheck(L_11); L_11->set_hitPos_2(L_16); // g.config.pointerRotZ = 180; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = ___g0; NullCheck(L_17); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_18 = L_17->get_config_8(); NullCheck(L_18); L_18->set_pointerRotZ_4((180.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.2f, 0.3f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_19 = ___g0; NullCheck(L_19); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_20 = L_19->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_21 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; memset((&L_22), 0, sizeof(L_22)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_22), (0.200000003f), (0.300000012f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_21, L_22, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_24; L_24 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_23, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_pointerPos_6(L_24); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.4f, 0.15f)) // + RectTransformUtils.CanvasV3ToScreenV3(Vector3.left * 150f, g.iconPointer); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_25 = ___g0; NullCheck(L_25); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_26 = L_25->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_28; memset((&L_28), 0, sizeof(L_28)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_28), (0.400000006f), (0.150000006f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_27, L_28, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Vector3_get_left_mDAB848C352B9D30E2DDDA7F56308ABC32A4315A5(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_30, (150.0f), /*hidden argument*/NULL); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_32 = ___g0; NullCheck(L_32); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = L_32->get_iconPointer_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_31, L_33, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_29, L_34, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_36; L_36 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_frameTipPos_10(L_36); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_25(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_25_mDB470E41BA20384C84CB2F23FA6EA0A4FC5D2C4A (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { { // g.GetMaskClickedEvent().RemoveAllListeners(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; NullCheck(L_0); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_1; L_1 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_0, /*hidden argument*/NULL); NullCheck(L_1); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_1, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_26(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_26_mBB8C370F4054EFC52D5763F1BBD5E4F60CF546A6 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B4F015C49A39AA9983102779D04099BCCF9F892); s_Il2CppMethodInitialized = true; } RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_0 = NULL; { // if (g.hollowOutMask.enabled) g.hollowOutMask.enabled = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = ___g0; NullCheck(L_0); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_1 = L_0->get_hollowOutMask_4(); NullCheck(L_1); bool L_2; L_2 = Behaviour_get_enabled_m08077AB79934634E1EAE909C2B482BEF4C15A800(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0019; } } { // if (g.hollowOutMask.enabled) g.hollowOutMask.enabled = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = ___g0; NullCheck(L_3); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_4 = L_3->get_hollowOutMask_4(); NullCheck(L_4); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_4, (bool)0, /*hidden argument*/NULL); } IL_0019: { // g.ActiveBtnSkip(false); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_5 = ___g0; NullCheck(L_5); NewUserGuider_ActiveBtnSkip_mC503A1C9CEFAFA3339688A5078F03EE2771FA72F(L_5, (bool)0, /*hidden argument*/NULL); // if (!TimeLimitGameDistanceSelectView.ins) { TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_6 = ((TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields*)il2cpp_codegen_static_fields_for(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_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_0034; } } { // g.customPreparePass = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_8 = ___g0; NullCheck(L_8); L_8->set_customPreparePass_9((bool)0); // return; return; } IL_0034: { // LayoutRebuilder.ForceRebuildLayoutImmediate(TimeLimitGameDistanceSelectView.ins.transform.Find("Layout") as RectTransform); TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_9 = ((TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields*)il2cpp_codegen_static_fields_for(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_9); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_9, /*hidden argument*/NULL); NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_10, _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_tE88B8B9EA50644E438123BDCE2BC2A3287E07585_il2cpp_TypeInfo_var); LayoutRebuilder_ForceRebuildLayoutImmediate_mD06D080BA3FC8111AF814FA67ED8764F8CFECC2C(((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_11, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // g.customPreparePass = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_12 = ___g0; NullCheck(L_12); L_12->set_customPreparePass_9((bool)1); // g.hollowOutMask.enabled = true; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_13 = ___g0; NullCheck(L_13); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_14 = L_13->get_hollowOutMask_4(); NullCheck(L_14); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_14, (bool)1, /*hidden argument*/NULL); // g.ActiveBtnSkip(true); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_15 = ___g0; NullCheck(L_15); NewUserGuider_ActiveBtnSkip_mC503A1C9CEFAFA3339688A5078F03EE2771FA72F(L_15, (bool)1, /*hidden argument*/NULL); // RectTransform btn = TimeLimitGameDistanceSelectView.ins.transform.Find("Layout/Item") as RectTransform; TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_16 = ((TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields*)il2cpp_codegen_static_fields_for(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_16); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_16, /*hidden argument*/NULL); NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_18; L_18 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_17, _stringLiteral8B4F015C49A39AA9983102779D04099BCCF9F892, /*hidden argument*/NULL); V_0 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_18, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_19 = ___g0; NullCheck(L_19); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_20 = L_19->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_21 = V_0; NullCheck(L_20); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_20, L_21, /*hidden argument*/NULL); // g.config.hitPos = RectTransformUtils.GetPositionByPivot(btn, Vector2.one * 0.5f); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_22 = ___g0; NullCheck(L_22); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_23 = L_22->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_24 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_25; L_25 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_26; L_26 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_25, (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_24, L_26, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_28; L_28 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_27, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_hitPos_2(L_28); // g.config.pointerRotZ = -30; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_29 = ___g0; NullCheck(L_29); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_30 = L_29->get_config_8(); NullCheck(L_30); L_30->set_pointerRotZ_4((-30.0f)); // g.config.pointerPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(0.85f, 0.5f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_31 = ___g0; NullCheck(L_31); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_32 = L_31->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_33 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_34; memset((&L_34), 0, sizeof(L_34)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_34), (0.850000024f), (0.5f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_33, L_34, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_36; L_36 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_35, /*hidden argument*/NULL); NullCheck(L_32); L_32->set_pointerPos_6(L_36); // g.config.frameTipPos = RectTransformUtils.GetPositionByPivot(btn, new Vector2(1.15f, 0.4f)); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_37 = ___g0; NullCheck(L_37); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_38 = L_37->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_39 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_40; memset((&L_40), 0, sizeof(L_40)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_40), (1.14999998f), (0.400000006f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = RectTransformUtils_GetPositionByPivot_mA58E4A82A9E13080D2C862736799C163A62F50BA(L_39, L_40, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_42; L_42 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_41, /*hidden argument*/NULL); NullCheck(L_38); L_38->set_frameTipPos_10(L_42); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_27(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_27_m8F6691D77F7C3F162C5777DE8BC325E5D72B8DAC (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__52_m3996D31116514D7E38D8C7833542BE99D0058600_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__53_mD28A70DC82766BB32384CDF79BFF5D1E77B10819_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * V_0 = NULL; { U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_0 = (U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_9__ctor_m44BE83A571004B59D232FF8B54534C0710EC9E5B(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action onClickTarget = () => { // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_6 = V_0; U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_7 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__52_m3996D31116514D7E38D8C7833542BE99D0058600_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); L_6->set_onClickTarget_1(L_8); // TimeLimitGameDistanceSelectView.ins.action_OnClickSelectDistance += onClickTarget; TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_9 = ((TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields*)il2cpp_codegen_static_fields_for(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var))->get_ins_4(); TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_10 = L_9; NullCheck(L_10); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = L_10->get_action_OnClickSelectDistance_5(); U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_12 = V_0; NullCheck(L_12); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = L_12->get_onClickTarget_1(); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_13, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_action_OnClickSelectDistance_5(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_14, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => { // if (!TimeLimitGameDistanceSelectView.ins) return; // TimeLimitGameDistanceSelectView.ins.action_OnClickSelectDistance -= onClickTarget; // }; U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_15 = V_0; NullCheck(L_15); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_16 = L_15->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = L_16; NullCheck(L_17); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = L_17->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * L_19 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__53_mD28A70DC82766BB32384CDF79BFF5D1E77B10819_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_21; L_21 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_21, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_28(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_28_m4611D39AA9CE3CCA90F1F1ADD1491E38613EFC02 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeLimitGameMode_tADB7075906DA98505AB851F538D7AC8A48F5B500_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_10_U3CInitConfigsU3Eb__54_m077A6EEC4E4CC0D251FFEC3E7F8C5B30FA407ACE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF44CE0944F48F254620D59BD7FD3C5034276BE0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC03AFCC04F597D440D4CAA85BBBC4BED32615E2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8EA9923B74BD243E764B8F9D62174B9D637CB97); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * V_0 = NULL; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_1 = NULL; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * V_2 = NULL; { U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_0 = (U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_10__ctor_m610D3E8F0B3B39270B1BF641DC2B99F85DB381A6(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_1(L_2); // RectTransform btn4 = GameAssistUI.ins.transform.Find("Button4") as RectTransform; IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_3 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_3, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_4, _stringLiteralCC03AFCC04F597D440D4CAA85BBBC4BED32615E2, /*hidden argument*/NULL); V_1 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_5, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.hollowOutMask.SetTarget(btn4); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_6 = V_0; NullCheck(L_6); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_7 = L_6->get_g_1(); NullCheck(L_7); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_8 = L_7->get_hollowOutMask_4(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_9 = V_1; NullCheck(L_8); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_8, L_9, /*hidden argument*/NULL); // RectTransform btn4_img = btn4.Find("Image") as RectTransform; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_10 = V_1; NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_10, _stringLiteralD8EA9923B74BD243E764B8F9D62174B9D637CB97, /*hidden argument*/NULL); V_2 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_11, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); // g.config.hitPos = btn4_img.position; U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_12 = V_0; NullCheck(L_12); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_13 = L_12->get_g_1(); NullCheck(L_13); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_14 = L_13->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_15 = V_2; NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_15, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_17; L_17 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_16, /*hidden argument*/NULL); NullCheck(L_14); L_14->set_hitPos_2(L_17); // g.config.pointerRotZ = 120; U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_18 = V_0; NullCheck(L_18); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_19 = L_18->get_g_1(); NullCheck(L_19); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_20 = L_19->get_config_8(); NullCheck(L_20); L_20->set_pointerRotZ_4((120.0f)); // g.config.pointerPos = btn4_img.position + RectTransformUtils.CanvasV3ToScreenV3(new Vector3(-60, 60), btn4); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_21 = V_0; NullCheck(L_21); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_22 = L_21->get_g_1(); NullCheck(L_22); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_23 = L_22->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_24 = V_2; NullCheck(L_24); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; L_25 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_24, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; memset((&L_26), 0, sizeof(L_26)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_26), (-60.0f), (60.0f), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_27 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_26, L_27, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_25, L_28, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_30; L_30 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_29, /*hidden argument*/NULL); NullCheck(L_23); L_23->set_pointerPos_6(L_30); // g.config.frameTipPos = btn4_img.position + RectTransformUtils.CanvasV3ToScreenV3(new Vector3(-120, 120), btn4); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_31 = V_0; NullCheck(L_31); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_32 = L_31->get_g_1(); NullCheck(L_32); NewUserGuiderConfig_t1382314D4F01D3C85358BAEF2646D97552F4ADA1 * L_33 = L_32->get_config_8(); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_34 = V_2; NullCheck(L_34); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_34, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; memset((&L_36), 0, sizeof(L_36)); Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline((&L_36), (-120.0f), (120.0f), /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_37 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = RectTransformUtils_CanvasV3ToScreenV3_m73D519B8754B8CC4AA19368311777AF9CAB32779(L_36, L_37, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Vector3_op_Addition_mEE4F672B923CCB184C39AABCA33443DB218E50E0_inline(L_35, L_38, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_40; L_40 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_39, /*hidden argument*/NULL); NullCheck(L_33); L_33->set_frameTipPos_10(L_40); // RectTransform iconHumanShoot = g.transform.Find("IconHumanShoot") as RectTransform; U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_41 = V_0; NullCheck(L_41); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_42 = L_41->get_g_1(); NullCheck(L_42); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_43; L_43 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_42, /*hidden argument*/NULL); NullCheck(L_43); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_43, _stringLiteralAF44CE0944F48F254620D59BD7FD3C5034276BE0, /*hidden argument*/NULL); // iconHumanShoot.pivot = Vector2.one * 0.5f; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_45 = ((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_44, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_46; L_46 = Vector2_get_one_m9B2AFD26404B6DD0F520D19FC7F79371C5C18B42(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_47; L_47 = Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline(L_46, (0.5f), /*hidden argument*/NULL); NullCheck(L_45); RectTransform_set_pivot_m94F32EF88DC4EC9CA96721F8EDD8BFBC4FD07335(L_45, L_47, /*hidden argument*/NULL); // iconHumanShoot.anchoredPosition = new Vector2(-350, -85); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_48 = L_45; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_49; memset((&L_49), 0, sizeof(L_49)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_49), (-350.0f), (-85.0f), /*hidden argument*/NULL); NullCheck(L_48); RectTransform_set_anchoredPosition_m8143009B7D2B786DF8309D1D319F2212EFD24905(L_48, L_49, /*hidden argument*/NULL); // iconHumanShoot.gameObject.SetActive(true); NullCheck(L_48); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_50; L_50 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_48, /*hidden argument*/NULL); NullCheck(L_50); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_50, (bool)1, /*hidden argument*/NULL); // GameMode gameMode = GameMgr.ins.gameMode; U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_51 = V_0; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_52 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_52); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_53 = L_52->get_gameMode_6(); NullCheck(L_51); L_51->set_gameMode_0(L_53); // if (gameMode.GetType().Equals(typeof(TimeLimitGameMode))) { U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_54 = V_0; NullCheck(L_54); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_55 = L_54->get_gameMode_0(); NullCheck(L_55); Type_t * L_56; L_56 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_55, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (TimeLimitGameMode_tADB7075906DA98505AB851F538D7AC8A48F5B500_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_57, /*hidden argument*/NULL); NullCheck(L_56); bool L_59; L_59 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(124 /* System.Boolean System.Type::Equals(System.Type) */, L_56, L_58); if (!L_59) { goto IL_0196; } } { // gameMode.PauseTimeCounting(g); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_60 = V_0; NullCheck(L_60); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_61 = L_60->get_gameMode_0(); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_62 = V_0; NullCheck(L_62); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_63 = L_62->get_g_1(); NullCheck(L_61); GameMode_PauseTimeCounting_m98E3FFF196DF9472BEAC2F29E64017A66A58B3F2(L_61, L_63, /*hidden argument*/NULL); // g.action_OnDestroy += () => gameMode.ResumeTimeCounting(g); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_64 = V_0; NullCheck(L_64); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_65 = L_64->get_g_1(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_66 = L_65; NullCheck(L_66); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_67 = L_66->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * L_68 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_69 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_69, L_68, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_10_U3CInitConfigsU3Eb__54_m077A6EEC4E4CC0D251FFEC3E7F8C5B30FA407ACE_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_70; L_70 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_67, L_69, /*hidden argument*/NULL); NullCheck(L_66); L_66->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_70, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); } IL_0196: { // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_29(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_29_m91A45F01D879722152CE59B0D9098E9EFD79384C (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__55_m133426DAD1C08EAB8BE26C2130B7C335F9E34934_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__57_m9463D1CF4DA6F50869E0F1AAB645956E66B36871_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * V_0 = NULL; { U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_0 = (U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_11__ctor_m1975577CEFCC3A8350321CCD15F2E661F674AFF6(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_0(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_0(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // Action onClickTarget = () => { // g.gameObject.SetActive(false); // AutoResetView.ins.action_OnDestroy += () => { // if (!g) return; // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; // }; U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_6 = V_0; U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_7 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__55_m133426DAD1C08EAB8BE26C2130B7C335F9E34934_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_6); L_6->set_onClickTarget_1(L_8); // GameAssistUI.ins.action_OnClickBtnIdentity += onClickTarget; IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_9 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_10 = L_9; NullCheck(L_10); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_11 = L_10->get_action_OnClickBtnIdentity_9(); U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_12 = V_0; NullCheck(L_12); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_13 = L_12->get_onClickTarget_1(); Delegate_t * L_14; L_14 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_11, L_13, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_action_OnClickBtnIdentity_9(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_14, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => GameAssistUI.ins.action_OnClickBtnIdentity -= onClickTarget; U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_15 = V_0; NullCheck(L_15); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_16 = L_15->get_g_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_17 = L_16; NullCheck(L_17); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_18 = L_17->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * L_19 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_20 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_20, L_19, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__57_m9463D1CF4DA6F50869E0F1AAB645956E66B36871_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_21; L_21 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_18, L_20, /*hidden argument*/NULL); NullCheck(L_17); L_17->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_21, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c::b__10_30(NewUserGuider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CInitConfigsU3Eb__10_30_m62262312EF9D7EB58F16F9AA9535447EBB873B62 (U3CU3Ec_t3B52978F579C4EFC2F7149B5B697ECC7DEAA7EBE * __this, NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * ___g0, 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*)&CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeLimitGameMode_tADB7075906DA98505AB851F538D7AC8A48F5B500_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__58_m2723BCCDA5D4E2AAE46E5475F01C102EBBB37E9C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__59_mF957D654F7164E5B353EBE1AB1D1AAD55C33A924_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__60_mCC5605E54DA019A43BC9ADCA70A2CCBB9FC7AFC5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__61_m90BF3C9F048509141864F7A7523F37A7B93D6E16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18A06C0D7E3D76AB60F1231483152BAE5B1B8DF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39567DEA1EBD573FA5C700FD437C5A280927902E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral408CFA0CA3328888CE37B1F15ABA394B6EF3C97B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * V_0 = NULL; { U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_0 = (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_12__ctor_mD45C43DA49DFFDFCC343345DDE7CAF75B0C4F841(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_1 = V_0; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = ___g0; NullCheck(L_1); L_1->set_g_1(L_2); // g.GetMaskClickedEvent().RemoveAllListeners(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_3 = V_0; NullCheck(L_3); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_4 = L_3->get_g_1(); NullCheck(L_4); ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * L_5; L_5 = NewUserGuider_GetMaskClickedEvent_mCDC2B979C6A66826BDC0314B962D0DB42A0BDB01(L_4, /*hidden argument*/NULL); NullCheck(L_5); UnityEventBase_RemoveAllListeners_m934834C85F5CFE62BEDA9CF4DE9C5B8B5470F1D9(L_5, /*hidden argument*/NULL); // GameMode gameMode = GameMgr.ins.gameMode; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_7 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_ins_8(); NullCheck(L_7); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_8 = L_7->get_gameMode_6(); NullCheck(L_6); L_6->set_gameMode_0(L_8); // if (gameMode.GetType().Equals(typeof(TimeLimitGameMode))) { U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_9 = V_0; NullCheck(L_9); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_10 = L_9->get_gameMode_0(); NullCheck(L_10); Type_t * L_11; L_11 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_10, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (TimeLimitGameMode_tADB7075906DA98505AB851F538D7AC8A48F5B500_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_0081; } } { // gameMode.PauseTimeCounting(g); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_15 = V_0; NullCheck(L_15); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_16 = L_15->get_gameMode_0(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_17 = V_0; NullCheck(L_17); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_18 = L_17->get_g_1(); NullCheck(L_16); GameMode_PauseTimeCounting_m98E3FFF196DF9472BEAC2F29E64017A66A58B3F2(L_16, L_18, /*hidden argument*/NULL); // g.action_OnDestroy += () => gameMode.ResumeTimeCounting(g); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_19 = V_0; NullCheck(L_19); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_20 = L_19->get_g_1(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_21 = L_20; NullCheck(L_21); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_22 = L_21->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_23 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_24 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_24, L_23, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__59_mF957D654F7164E5B353EBE1AB1D1AAD55C33A924_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_25; L_25 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_22, L_24, /*hidden argument*/NULL); NullCheck(L_21); L_21->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_25, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); } IL_0081: { // RectTransform iconRect = g.transform.Find("IconRect") as RectTransform; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_26 = V_0; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_27 = V_0; NullCheck(L_27); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_28 = L_27->get_g_1(); NullCheck(L_28); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_28, /*hidden argument*/NULL); NullCheck(L_29); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30; L_30 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_29, _stringLiteral408CFA0CA3328888CE37B1F15ABA394B6EF3C97B, /*hidden argument*/NULL); NullCheck(L_26); L_26->set_iconRect_4(((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_30, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var))); // iconRect.gameObject.SetActive(true); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_31 = V_0; NullCheck(L_31); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_32 = L_31->get_iconRect_4(); NullCheck(L_32); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33; L_33 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_32, /*hidden argument*/NULL); NullCheck(L_33); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_33, (bool)1, /*hidden argument*/NULL); // g.hollowOutMask.isTargetRectCanThrough = false; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_34 = V_0; NullCheck(L_34); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_35 = L_34->get_g_1(); NullCheck(L_35); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_36 = L_35->get_hollowOutMask_4(); NullCheck(L_36); L_36->set_isTargetRectCanThrough_41((bool)0); // g.hollowOutMask.SetTarget(iconRect); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_37 = V_0; NullCheck(L_37); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_38 = L_37->get_g_1(); NullCheck(L_38); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_39 = L_38->get_hollowOutMask_4(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_40 = V_0; NullCheck(L_40); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_41 = L_40->get_iconRect_4(); NullCheck(L_39); HollowOutMask_SetTarget_m9AA8AB2376F52E53EC4CCC2D2F4A69654CEB8445(L_39, L_41, /*hidden argument*/NULL); // Transform centerPoint = TargetBody.ins.transform.Find("CenterPoint"); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_42 = V_0; TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_43 = ((TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields*)il2cpp_codegen_static_fields_for(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var))->get_ins_6(); NullCheck(L_43); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_43, /*hidden argument*/NULL); NullCheck(L_44); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_44, _stringLiteralC0B3429D31AD4CFDB88B8A7E92706E8295C792C0, /*hidden argument*/NULL); NullCheck(L_42); L_42->set_centerPoint_2(L_45); // Transform sidePoint = TargetBody.ins.transform.Find("SidePoint"); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_46 = V_0; TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_47 = ((TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_StaticFields*)il2cpp_codegen_static_fields_for(TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D_il2cpp_TypeInfo_var))->get_ins_6(); NullCheck(L_47); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_48; L_48 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_47, /*hidden argument*/NULL); NullCheck(L_48); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_49; L_49 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_48, _stringLiteral18A06C0D7E3D76AB60F1231483152BAE5B1B8DF7, /*hidden argument*/NULL); NullCheck(L_46); L_46->set_sidePoint_3(L_49); // RectTransform crossHairLight = g.transform.Find("CrossHair-Light") as RectTransform; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_50 = V_0; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_51 = V_0; NullCheck(L_51); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_52 = L_51->get_g_1(); NullCheck(L_52); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_53; L_53 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_52, /*hidden argument*/NULL); NullCheck(L_53); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_53, _stringLiteral39567DEA1EBD573FA5C700FD437C5A280927902E, /*hidden argument*/NULL); NullCheck(L_50); L_50->set_crossHairLight_6(((RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 *)IsInstSealed((RuntimeObject*)L_54, RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var))); // crossHairLight.gameObject.SetActive(true); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_55 = V_0; NullCheck(L_55); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_56 = L_55->get_crossHairLight_6(); NullCheck(L_56); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_57; L_57 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_56, /*hidden argument*/NULL); NullCheck(L_57); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_57, (bool)1, /*hidden argument*/NULL); // float countDown = 5; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_58 = V_0; NullCheck(L_58); L_58->set_countDown_5((5.0f)); // g.action_Update += () => { // Vector3 centerPos = RectTransformUtility.WorldToScreenPoint(Camera.main, centerPoint.position); // Vector3 sidePos = RectTransformUtility.WorldToScreenPoint(Camera.main, sidePoint.position); // float sizeLen = Mathf.Abs(centerPos.x - sidePos.x) * 2; // iconRect.position = centerPos; // iconRect.sizeDelta = JCUnityLib.RectTransformUtils.ScreenV3ToCanvasV3(Vector3.one * sizeLen, iconRect); // g.hollowOutMask.RefreshViewImmediate(); // countDown -= Time.deltaTime; // if (countDown <= 0) { // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // } // }; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_59 = V_0; NullCheck(L_59); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_60 = L_59->get_g_1(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_61 = L_60; NullCheck(L_61); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_62 = L_61->get_action_Update_13(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_63 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_64 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_64, L_63, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__60_mCC5605E54DA019A43BC9ADCA70A2CCBB9FC7AFC5_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_65; L_65 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_62, L_64, /*hidden argument*/NULL); NullCheck(L_61); L_61->set_action_Update_13(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_65, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // Action a_updateCrossHair = () => { // crossHairLight.position = CrossHair.ins.transform.position; // }; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_66 = V_0; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_67 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_68 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_68, L_67, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__58_m2723BCCDA5D4E2AAE46E5475F01C102EBBB37E9C_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_66); L_66->set_a_updateCrossHair_7(L_68); // CrossHair.ins.action_UpdatePostionWhenFixedCamera += a_updateCrossHair; CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_69 = ((CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields*)il2cpp_codegen_static_fields_for(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var))->get_ins_4(); CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_70 = L_69; NullCheck(L_70); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_71 = L_70->get_action_UpdatePostionWhenFixedCamera_11(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_72 = V_0; NullCheck(L_72); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_73 = L_72->get_a_updateCrossHair_7(); Delegate_t * L_74; L_74 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_71, L_73, /*hidden argument*/NULL); NullCheck(L_70); L_70->set_action_UpdatePostionWhenFixedCamera_11(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_74, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // g.action_OnDestroy += () => { // if (CrossHair.ins) CrossHair.ins.action_UpdatePostionWhenFixedCamera -= a_updateCrossHair; // }; U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_75 = V_0; NullCheck(L_75); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_76 = L_75->get_g_1(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_77 = L_76; NullCheck(L_77); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_78 = L_77->get_action_OnDestroy_14(); U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * L_79 = V_0; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_80 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_80, L_79, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__61_m90BF3C9F048509141864F7A7523F37A7B93D6E16_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_81; L_81 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_78, L_80, /*hidden argument*/NULL); NullCheck(L_77); L_77->set_action_OnDestroy_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_81, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; 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 NewUserGuiderManager/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m1B7A6442C8AFC2817E66BBE6CF28C24AA26D96D0 (U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_0::b__32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__32_mC3EBADB0F031F6226C4E39715DFD8A9162917E6B (U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (BluetoothAim.ins.status == BluetoothStatusEnum.ConnectSuccess) { IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_0); int32_t L_1 = L_0->get_status_11(); if ((!(((uint32_t)L_1) == ((uint32_t)3)))) { goto IL_0018; } } { // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_2, /*hidden argument*/NULL); } IL_0018: { // }); return; } } // System.Boolean NewUserGuiderManager/<>c__DisplayClass10_0::b__33() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__33_mB47967E24E62AC8E295161BC19FA05CC0D0ED6D1 (U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; { // bool isConnected = BluetoothAim.ins.status == BluetoothStatusEnum.ConnectSuccess; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); NullCheck(L_0); int32_t L_1 = L_0->get_status_11(); // if (isConnected) { int32_t L_2 = ((((int32_t)L_1) == ((int32_t)3))? 1 : 0); G_B1_0 = L_2; if (!L_2) { G_B2_0 = L_2; goto IL_001b; } } { // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = __this->get_g_0(); NullCheck(L_3); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_3, /*hidden argument*/NULL); G_B2_0 = G_B1_0; } IL_001b: { // return isConnected; return (bool)G_B2_0; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_0::b__34() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CInitConfigsU3Eb__34_m515AA330871D6351F7E6EAD2CEB6F72F7DFDA5E7 (U3CU3Ec__DisplayClass10_0_tAF7EEEC3FBF91FE691F85C9335A0684CACFCAC0B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // g.action_OnDestroy += () => BluetoothAim.ins.action_DoConnectInterceptor -= action_DoConnectInterceptor; IL2CPP_RUNTIME_CLASS_INIT(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_0 = ((BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_StaticFields*)il2cpp_codegen_static_fields_for(BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243_il2cpp_TypeInfo_var))->get_ins_16(); BluetoothAim_tEF6C72190267D01352BCD3C18F40FF81C32E9243 * L_1 = L_0; NullCheck(L_1); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_2 = L_1->get_action_DoConnectInterceptor_19(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_3 = __this->get_action_DoConnectInterceptor_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_DoConnectInterceptor_19(((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)CastclassSealed((RuntimeObject*)L_4, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var))); 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 NewUserGuiderManager/<>c__DisplayClass10_1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_1__ctor_m606FC9524B6BDCCCAEF31B7CB38998D3565F89DF (U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_1::b__35() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_1_U3CInitConfigsU3Eb__35_m4317FD1F4A4A2B9FA3E3FC3CA0307DCA46D2DD91 (U3CU3Ec__DisplayClass10_1_t17284E7A3B6369559B41185D498BD4F8AC12A043 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // HomeView.ins.OnClick_ShowDeviceView(); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_0 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); NullCheck(L_0); HomeView_OnClick_ShowDeviceView_mF24AB279734E3AB59F96E48A49990CE70E86DD46(L_0, /*hidden argument*/NULL); // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_0(); NullCheck(L_1); L_1->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_2, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NewUserGuiderManager/<>c__DisplayClass10_10::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_10__ctor_m610D3E8F0B3B39270B1BF641DC2B99F85DB381A6 (U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_10::b__54() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_10_U3CInitConfigsU3Eb__54_m077A6EEC4E4CC0D251FFEC3E7F8C5B30FA407ACE (U3CU3Ec__DisplayClass10_10_tA38FA9560A34C7900E3D7E8E51B230F2AC758878 * __this, const RuntimeMethod* method) { { // g.action_OnDestroy += () => gameMode.ResumeTimeCounting(g); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_0 = __this->get_gameMode_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_1(); NullCheck(L_0); GameMode_ResumeTimeCounting_mB3BAE4649B333B7912E3927BBEAD32B04A2116A9(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NewUserGuiderManager/<>c__DisplayClass10_11::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_11__ctor_m1975577CEFCC3A8350321CCD15F2E661F674AFF6 (U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_11::b__55() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__55_m133426DAD1C08EAB8BE26C2130B7C335F9E34934 (U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__56_m3111216874721B4AA769D9FF3A651DA38CD5B061_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * V_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B2_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B2_1 = NULL; AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * G_B2_2 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B1_0 = NULL; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * G_B1_1 = NULL; AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * G_B1_2 = NULL; { // g.gameObject.SetActive(false); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)0, /*hidden argument*/NULL); // AutoResetView.ins.action_OnDestroy += () => { // if (!g) return; // g.clickedWillPlayAudioBtn = false; // g.OnClick_ToNext(); // }; AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * L_2 = ((AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_StaticFields*)il2cpp_codegen_static_fields_for(AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2_il2cpp_TypeInfo_var))->get_ins_4(); AutoResetView_t7C07A057668B79AC405E06EEE58AEEAF316A24C2 * L_3 = L_2; NullCheck(L_3); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_4 = L_3->get_action_OnDestroy_5(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = __this->get_U3CU3E9__56_2(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_6 = L_5; G_B1_0 = L_6; G_B1_1 = L_4; G_B1_2 = L_3; if (L_6) { G_B2_0 = L_6; G_B2_1 = L_4; G_B2_2 = L_3; goto IL_003b; } } { Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_7, __this, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__56_m3111216874721B4AA769D9FF3A651DA38CD5B061_RuntimeMethod_var), /*hidden argument*/NULL); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = L_7; V_0 = L_8; __this->set_U3CU3E9__56_2(L_8); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_9 = V_0; G_B2_0 = L_9; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; } IL_003b: { Delegate_t * L_10; L_10 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(G_B2_1, G_B2_0, /*hidden argument*/NULL); NullCheck(G_B2_2); G_B2_2->set_action_OnDestroy_5(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_10, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_11::b__56() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__56_m3111216874721B4AA769D9FF3A651DA38CD5B061 (U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!g) return; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000e; } } { // if (!g) return; return; } IL_000e: { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); L_2->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = __this->get_g_0(); NullCheck(L_3); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_3, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_11::b__57() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_11_U3CInitConfigsU3Eb__57_m9463D1CF4DA6F50869E0F1AAB645956E66B36871 (U3CU3Ec__DisplayClass10_11_t6ACD5CE3F10099EB297147A29524D77F01D35051 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // g.action_OnDestroy += () => GameAssistUI.ins.action_OnClickBtnIdentity -= onClickTarget; IL2CPP_RUNTIME_CLASS_INIT(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_0 = ((GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_StaticFields*)il2cpp_codegen_static_fields_for(GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75_il2cpp_TypeInfo_var))->get_ins_10(); GameAssistUI_t08BFBC197518FB5D1C5F28B396A7D619BD9A6E75 * L_1 = L_0; NullCheck(L_1); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = L_1->get_action_OnClickBtnIdentity_9(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_onClickTarget_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_OnClickBtnIdentity_9(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_4, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); 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 NewUserGuiderManager/<>c__DisplayClass10_12::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_12__ctor_mD45C43DA49DFFDFCC343345DDE7CAF75B0C4F841 (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_12::b__59() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__59_mF957D654F7164E5B353EBE1AB1D1AAD55C33A924 (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * __this, const RuntimeMethod* method) { { // g.action_OnDestroy += () => gameMode.ResumeTimeCounting(g); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_0 = __this->get_gameMode_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_1(); NullCheck(L_0); GameMode_ResumeTimeCounting_mB3BAE4649B333B7912E3927BBEAD32B04A2116A9(L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_12::b__60() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__60_mCC5605E54DA019A43BC9ADCA70A2CCBB9FC7AFC5 (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; { // Vector3 centerPos = RectTransformUtility.WorldToScreenPoint(Camera.main, centerPoint.position); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_0; L_0 = Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C(/*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_centerPoint_2(); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t829C94C0D38759683C2BED9FCE244D5EA9842396_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3; L_3 = RectTransformUtility_WorldToScreenPoint_m92E801861EE14D73219C34A6175847C4A46105E1(L_0, L_2, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; // Vector3 sidePos = RectTransformUtility.WorldToScreenPoint(Camera.main, sidePoint.position); Camera_tC44E094BAB53AFC8A014C6F9CFCE11F4FC38006C * L_5; L_5 = Camera_get_main_mC337C621B91591CEF89504C97EF64D717C12871C(/*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = __this->get_sidePoint_3(); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8; L_8 = RectTransformUtility_WorldToScreenPoint_m92E801861EE14D73219C34A6175847C4A46105E1(L_5, L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline(L_8, /*hidden argument*/NULL); V_1 = L_9; // float sizeLen = Mathf.Abs(centerPos.x - sidePos.x) * 2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; float L_11 = L_10.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_1; float L_13 = L_12.get_x_2(); float L_14; L_14 = fabsf(((float)il2cpp_codegen_subtract((float)L_11, (float)L_13))); V_2 = ((float)il2cpp_codegen_multiply((float)L_14, (float)(2.0f))); // iconRect.position = centerPos; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_15 = __this->get_iconRect_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_0; NullCheck(L_15); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_15, L_16, /*hidden argument*/NULL); // iconRect.sizeDelta = JCUnityLib.RectTransformUtils.ScreenV3ToCanvasV3(Vector3.one * sizeLen, iconRect); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_17 = __this->get_iconRect_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_get_one_m9CDE5C456038B133ED94402673859EC37B1C1CCB(/*hidden argument*/NULL); float L_19 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_op_Multiply_m9EA3D18290418D7B410C7D11C4788C13BFD2C30A_inline(L_18, L_19, /*hidden argument*/NULL); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_21 = __this->get_iconRect_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = RectTransformUtils_ScreenV3ToCanvasV3_m4A848A9AB30AD8C23748BD574D6D5FC37EDBDB5D(L_20, L_21, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_23; L_23 = Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline(L_22, /*hidden argument*/NULL); NullCheck(L_17); RectTransform_set_sizeDelta_m61943618442E31C6FF0556CDFC70940AE7AD04D0(L_17, L_23, /*hidden argument*/NULL); // g.hollowOutMask.RefreshViewImmediate(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_24 = __this->get_g_1(); NullCheck(L_24); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_25 = L_24->get_hollowOutMask_4(); NullCheck(L_25); HollowOutMask_RefreshViewImmediate_mC48424942C0098C7464AABBEB3BA00BB779B741F(L_25, /*hidden argument*/NULL); // countDown -= Time.deltaTime; float L_26 = __this->get_countDown_5(); float L_27; L_27 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_countDown_5(((float)il2cpp_codegen_subtract((float)L_26, (float)L_27))); // if (countDown <= 0) { float L_28 = __this->get_countDown_5(); if ((!(((float)L_28) <= ((float)(0.0f))))) { goto IL_00c7; } } { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_29 = __this->get_g_1(); NullCheck(L_29); L_29->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_30 = __this->get_g_1(); NullCheck(L_30); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_30, /*hidden argument*/NULL); } IL_00c7: { // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_12::b__58() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__58_m2723BCCDA5D4E2AAE46E5475F01C102EBBB37E9C (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // crossHairLight.position = CrossHair.ins.transform.position; RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_0 = __this->get_crossHairLight_6(); CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_1 = ((CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields*)il2cpp_codegen_static_fields_for(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_1, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); NullCheck(L_0); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_0, L_3, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_12::b__61() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_12_U3CInitConfigsU3Eb__61_m90BF3C9F048509141864F7A7523F37A7B93D6E16 (U3CU3Ec__DisplayClass10_12_t5D71378CBB2027B199E1F5C84C1B1E33ADDEA97C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (CrossHair.ins) CrossHair.ins.action_UpdatePostionWhenFixedCamera -= a_updateCrossHair; CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_0 = ((CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields*)il2cpp_codegen_static_fields_for(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_002c; } } { // if (CrossHair.ins) CrossHair.ins.action_UpdatePostionWhenFixedCamera -= a_updateCrossHair; CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_2 = ((CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_StaticFields*)il2cpp_codegen_static_fields_for(CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA_il2cpp_TypeInfo_var))->get_ins_4(); CrossHair_tB905E9CB9A875E3E562AEDDA18276F0575AE13FA * L_3 = L_2; NullCheck(L_3); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_4 = L_3->get_action_UpdatePostionWhenFixedCamera_11(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = __this->get_a_updateCrossHair_7(); Delegate_t * L_6; L_6 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_action_UpdatePostionWhenFixedCamera_11(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_6, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); } IL_002c: { // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NewUserGuiderManager/<>c__DisplayClass10_13::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_13__ctor_mF06FA03176055CA73DA40AF91CFDE8C4E43E9C3A (U3CU3Ec__DisplayClass10_13_t45D43CFAC627061B890D50C84F1D98DDF9F9C76A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_13::b__63() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_13_U3CInitConfigsU3Eb__63_mCD2D0CBAAE2B36F69BBA5D7BA8A9567FE729C4A9 (U3CU3Ec__DisplayClass10_13_t45D43CFAC627061B890D50C84F1D98DDF9F9C76A * __this, const RuntimeMethod* method) { { // g.action_OnDestroy += () => gameMode.ResumeTimeCounting(g); GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 * L_0 = __this->get_gameMode_0(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_1(); NullCheck(L_0); GameMode_ResumeTimeCounting_mB3BAE4649B333B7912E3927BBEAD32B04A2116A9(L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void NewUserGuiderManager/<>c__DisplayClass10_2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_2__ctor_m3F167E50CEB221EA33630AF377549A57E2E0BF4E (U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_2::b__36() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__36_mAA6CC0F1921A93F91888211EF9038C569EA06EA9 (U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * __this, const RuntimeMethod* method) { { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); L_0->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_0(); NullCheck(L_1); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_1, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_2::b__37() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_2_U3CInitConfigsU3Eb__37_m6DD28F549B5F523BC8832B93EF3F07316C0125BC (U3CU3Ec__DisplayClass10_2_tF320AEBC974DEBB18C51D50C4A9425A48AC69F5E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // g.action_OnDestroy += () => DeviceView.ins.action_OnClickGyr -= onclickTarget; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_0 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_1 = L_0; NullCheck(L_1); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = L_1->get_action_OnClickGyr_9(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_onclickTarget_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_OnClickGyr_9(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_4, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); 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 NewUserGuiderManager/<>c__DisplayClass10_3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_3__ctor_m019847AD45B375E087274CC7B26342D871655242 (U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_3::b__40() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__40_m5C46103986CAB9321890C83B3A5B28D8110E3EB3 (U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // bool doing = DeviceCalibrateView.ins.gyrCalibrating; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_0 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_0); bool L_1 = L_0->get_gyrCalibrating_27(); V_0 = L_1; // g.iconPointer.gameObject.SetActive(!doing); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = L_2->get_iconPointer_6(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); bool L_5 = V_0; NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // g.iconPointerHit.gameObject.SetActive(!doing); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_6 = __this->get_g_0(); NullCheck(L_6); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_7 = L_6->get_iconPointerHit_5(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); bool L_9 = V_0; NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_3::b__39() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__39_m9CEDC74929CA6C1D4060A5FD3C3C534E386370A1 (U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * __this, const RuntimeMethod* method) { { // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_1 = L_0->get_hollowOutMask_4(); NullCheck(L_1); L_1->set_isTargetRectCanThrough_41((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_2, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_3::b__41() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_3_U3CInitConfigsU3Eb__41_mC8BBD3876B0DDD8223D9121C97ACDF06FEC23C8C (U3CU3Ec__DisplayClass10_3_t3C9C8B6BF25DF24D7775AB5DB6FB94F19E4D16ED * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DeviceCalibrateView.ins.action_OnClickGyrCalibrateInterceptor -= interceptor; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_0 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_1 = L_0; NullCheck(L_1); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_2 = L_1->get_action_OnClickGyrCalibrateInterceptor_26(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_3 = __this->get_interceptor_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_OnClickGyrCalibrateInterceptor_26(((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)CastclassSealed((RuntimeObject*)L_4, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var))); // DeviceCalibrateView.ins.action_GyrCalibarateOperateAndFinish -= operateFinished; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_5 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_6 = L_5; NullCheck(L_6); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = L_6->get_action_GyrCalibarateOperateAndFinish_25(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = __this->get_operateFinished_2(); Delegate_t * L_9; L_9 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_action_GyrCalibarateOperateAndFinish_25(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_9, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; 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 NewUserGuiderManager/<>c__DisplayClass10_4::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_4__ctor_m7971D1404A81C60C0AA18CEB749D94E32611A18B (U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_4::b__42() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_4_U3CInitConfigsU3Eb__42_m3A1CF75E1EB4D1044EB6590CC2A53E93C584E8B0 (U3CU3Ec__DisplayClass10_4_tE90064286665147EE45C490362DF910785C5C47C * __this, const RuntimeMethod* method) { { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); L_0->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_0(); NullCheck(L_1); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(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 NewUserGuiderManager/<>c__DisplayClass10_5::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_5__ctor_m796E1798F3B64F41B4C494B09C4D34F374A3927E (U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_5::b__43() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__43_mF4860C63DD46BD3601097A71C598AB56E7E85479 (U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * __this, const RuntimeMethod* method) { { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); L_0->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_0(); NullCheck(L_1); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_1, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_5::b__44() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_5_U3CInitConfigsU3Eb__44_m5BF33A302EBC5B954C706AA3BB26E3C44C6C2D41 (U3CU3Ec__DisplayClass10_5_t828AC834A4F029424C8409142664D62C6C11A507 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // g.action_OnDestroy += () => DeviceView.ins.action_OnClickMag -= onclickTarget; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_0 = ((DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_StaticFields*)il2cpp_codegen_static_fields_for(DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_il2cpp_TypeInfo_var))->get_ins_8(); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_1 = L_0; NullCheck(L_1); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = L_1->get_action_OnClickMag_10(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_onclickTarget_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_OnClickMag_10(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_4, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); 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 NewUserGuiderManager/<>c__DisplayClass10_6::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_6__ctor_mF80C6B6E438992D9BFE39C395AC2F89E42C74C40 (U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_6::b__47() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__47_m1292939354B39F32198B7A488BBACB74AEB4DCC2 (U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // bool doing = DeviceCalibrateView.ins.calibrateMagDoing; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_0 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); NullCheck(L_0); bool L_1 = L_0->get_calibrateMagDoing_19(); V_0 = L_1; // g.iconPointer.gameObject.SetActive(!doing); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_3 = L_2->get_iconPointer_6(); NullCheck(L_3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4; L_4 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_3, /*hidden argument*/NULL); bool L_5 = V_0; NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // g.iconPointerHit.gameObject.SetActive(!doing); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_6 = __this->get_g_0(); NullCheck(L_6); RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * L_7 = L_6->get_iconPointerHit_5(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); bool L_9 = V_0; NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)((((int32_t)L_9) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_6::b__46() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__46_m822BF72D7C550ADBEC866FE1C1C285CF629028D7 (U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * __this, const RuntimeMethod* method) { { // g.hollowOutMask.isTargetRectCanThrough = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); HollowOutMask_t276C4D8FA378C62B867250BA9CA95FBEF97EA37B * L_1 = L_0->get_hollowOutMask_4(); NullCheck(L_1); L_1->set_isTargetRectCanThrough_41((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_2, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_6::b__48() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_6_U3CInitConfigsU3Eb__48_mE6F322E7E3BF8F255347A0AAEBB096F343185F92 (U3CU3Ec__DisplayClass10_6_tE01AE09858E0AF992F76B35E241EA732CFB0B841 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DeviceCalibrateView.ins.action_OnClickMagCalibrateInterceptor -= interceptor; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_0 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_1 = L_0; NullCheck(L_1); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_2 = L_1->get_action_OnClickMagCalibrateInterceptor_23(); Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F * L_3 = __this->get_interceptor_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_OnClickMagCalibrateInterceptor_23(((Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F *)CastclassSealed((RuntimeObject*)L_4, Func_1_t76FCDA5C58178ED310C472967481FDE5F47DCF0F_il2cpp_TypeInfo_var))); // DeviceCalibrateView.ins.action_MagCalibarateOperateAndFinish -= operateFinished; DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_5 = ((DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_StaticFields*)il2cpp_codegen_static_fields_for(DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9_il2cpp_TypeInfo_var))->get_ins_18(); DeviceCalibrateView_t237775A939C6CCCF1BCB88189C03F8C9F679DCC9 * L_6 = L_5; NullCheck(L_6); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_7 = L_6->get_action_MagCalibarateOperateAndFinish_22(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_8 = __this->get_operateFinished_2(); Delegate_t * L_9; L_9 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); L_6->set_action_MagCalibarateOperateAndFinish_22(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_9, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; 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 NewUserGuiderManager/<>c__DisplayClass10_7::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_7__ctor_mB33786A76209025688C8D1217A5AD73880E9911B (U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_7::b__49() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_7_U3CInitConfigsU3Eb__49_mD21FD601C9AB4C872EB5F2BCE3B3905D2523A728 (U3CU3Ec__DisplayClass10_7_t37252C74A1EB116E0E21357A2E5DE9D13641603E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_m23A953919D738C214021CAC5B5F3494CC502938E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * G_B2_0 = NULL; DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * G_B1_0 = NULL; { // FindObjectOfType()?.OnClick_Back(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_0; L_0 = Object_FindObjectOfType_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_m23A953919D738C214021CAC5B5F3494CC502938E(/*hidden argument*/Object_FindObjectOfType_TisDeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79_m23A953919D738C214021CAC5B5F3494CC502938E_RuntimeMethod_var); DeviceView_t539DDC5762677B8200236E80EEFF3B1761ABDC79 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { goto IL_0010; } IL_000b: { NullCheck(G_B2_0); DeviceView_OnClick_Back_mEDD124EBF8A2EA8A0DC3CC925567367B1D456959(G_B2_0, /*hidden argument*/NULL); } IL_0010: { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_2 = __this->get_g_0(); NullCheck(L_2); L_2->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_3 = __this->get_g_0(); NullCheck(L_3); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_3, /*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 NewUserGuiderManager/<>c__DisplayClass10_8::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_8__ctor_m5D00FF7DE7F8F7EAF12EB23767B3664A8B6FA123 (U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_8::b__50() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__50_mC63740D68B70CFFBD2008CD89F1F6BEBF24D7E95 (U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * __this, const RuntimeMethod* method) { { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); L_0->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_0(); NullCheck(L_1); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_1, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_8::b__51() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_8_U3CInitConfigsU3Eb__51_mE8ED2CC1014B5CBF2D73F6235F06003E82C61F8F (U3CU3Ec__DisplayClass10_8_t465E4042837345AE07C51AE6663FBB6937BFDA24 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // g.action_OnDestroy += () => HomeView.ins.action_OnClickStartGame -= onClickTarget; HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_0 = ((HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_StaticFields*)il2cpp_codegen_static_fields_for(HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041_il2cpp_TypeInfo_var))->get_ins_12(); HomeView_tC8AD054A0D266667E7C91CABA62180A92CA54041 * L_1 = L_0; NullCheck(L_1); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = L_1->get_action_OnClickStartGame_14(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = __this->get_onClickTarget_1(); Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_action_OnClickStartGame_14(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_4, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); 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 NewUserGuiderManager/<>c__DisplayClass10_9::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_9__ctor_m44BE83A571004B59D232FF8B54534C0710EC9E5B (U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_9::b__52() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__52_m3996D31116514D7E38D8C7833542BE99D0058600 (U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * __this, const RuntimeMethod* method) { { // g.clickedWillPlayAudioBtn = false; NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_0 = __this->get_g_0(); NullCheck(L_0); L_0->set_clickedWillPlayAudioBtn_10((bool)0); // g.OnClick_ToNext(); NewUserGuider_t3AD8DE0BB2A750E3CB9A55489381D615AA8E279D * L_1 = __this->get_g_0(); NullCheck(L_1); NewUserGuider_OnClick_ToNext_mE340E20A951E7B48F99036BA618E984FE9A02345(L_1, /*hidden argument*/NULL); // }; return; } } // System.Void NewUserGuiderManager/<>c__DisplayClass10_9::b__53() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_9_U3CInitConfigsU3Eb__53_mD28A70DC82766BB32384CDF79BFF5D1E77B10819 (U3CU3Ec__DisplayClass10_9_t9E86A4F60B07D5209762B1B6102895AB00AC1895 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!TimeLimitGameDistanceSelectView.ins) return; TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_0 = ((TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields*)il2cpp_codegen_static_fields_for(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var))->get_ins_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_000d; } } { // if (!TimeLimitGameDistanceSelectView.ins) return; return; } IL_000d: { // TimeLimitGameDistanceSelectView.ins.action_OnClickSelectDistance -= onClickTarget; TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_2 = ((TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_StaticFields*)il2cpp_codegen_static_fields_for(TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C_il2cpp_TypeInfo_var))->get_ins_4(); TimeLimitGameDistanceSelectView_tCDB0241E7BD07436685E68056140019D49E09F5C * L_3 = L_2; NullCheck(L_3); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_4 = L_3->get_action_OnClickSelectDistance_5(); Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_5 = __this->get_onClickTarget_1(); Delegate_t * L_6; L_6 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_4, L_5, /*hidden argument*/NULL); NullCheck(L_3); L_3->set_action_OnClickSelectDistance_5(((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)CastclassSealed((RuntimeObject*)L_6, Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var))); // }; 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 UnityStandardAssets.Utility.ObjectResetter/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetCoroutineU3Ed__6__ctor_mEA1307100A79B77AF1A76D2FEB010AC0F398D1D8 (U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Utility.ObjectResetter/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetCoroutineU3Ed__6_System_IDisposable_Dispose_m3ED64FE685800880DBFC70D40D2E100D99300FFA (U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Utility.ObjectResetter/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CResetCoroutineU3Ed__6_MoveNext_m5843875165FBE55EC671EB15BAD223C27EDE181C (U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m8B77ED14B17BE64014C609EC70C3827526114016_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m44554B314D1CD00702F1B4283F3795F7A0BE7010_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * V_1 = NULL; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* V_2 = NULL; int32_t V_3 = 0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_4 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_1 = __this->get_U3CU3E4__this_3(); 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(delay); float L_4 = __this->get_delay_2(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_5 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // foreach (var t in GetComponentsInChildren()) ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_6 = V_1; NullCheck(L_6); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_7; L_7 = Component_GetComponentsInChildren_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m8B77ED14B17BE64014C609EC70C3827526114016(L_6, /*hidden argument*/Component_GetComponentsInChildren_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m8B77ED14B17BE64014C609EC70C3827526114016_RuntimeMethod_var); V_2 = L_7; V_3 = 0; goto IL_006a; } IL_004a: { // foreach (var t in GetComponentsInChildren()) TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_8 = V_2; int32_t L_9 = V_3; NullCheck(L_8); int32_t L_10 = L_9; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11 = (L_8)->GetAt(static_cast(L_10)); V_4 = L_11; // if (!originalStructure.Contains(t)) ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_12 = V_1; NullCheck(L_12); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_13 = L_12->get_originalStructure_6(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = V_4; NullCheck(L_13); bool L_15; L_15 = List_1_Contains_m44554B314D1CD00702F1B4283F3795F7A0BE7010(L_13, L_14, /*hidden argument*/List_1_Contains_m44554B314D1CD00702F1B4283F3795F7A0BE7010_RuntimeMethod_var); if (L_15) { goto IL_0066; } } { // t.parent = null; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16 = V_4; NullCheck(L_16); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_16, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, /*hidden argument*/NULL); } IL_0066: { int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_006a: { // foreach (var t in GetComponentsInChildren()) int32_t L_18 = V_3; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_19 = V_2; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_004a; } } { // transform.position = originalPosition; ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_20 = V_1; NullCheck(L_20); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_20, /*hidden argument*/NULL); ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_22 = V_1; NullCheck(L_22); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = L_22->get_originalPosition_4(); NullCheck(L_21); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_21, L_23, /*hidden argument*/NULL); // transform.rotation = originalRotation; ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_24 = V_1; NullCheck(L_24); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25; L_25 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_24, /*hidden argument*/NULL); ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_26 = V_1; NullCheck(L_26); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27 = L_26->get_originalRotation_5(); NullCheck(L_25); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_25, L_27, /*hidden argument*/NULL); // if (Rigidbody) ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_28 = V_1; NullCheck(L_28); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_29 = L_28->get_Rigidbody_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_30; L_30 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00bf; } } { // Rigidbody.velocity = Vector3.zero; ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_31 = V_1; NullCheck(L_31); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_32 = L_31->get_Rigidbody_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); NullCheck(L_32); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_32, L_33, /*hidden argument*/NULL); // Rigidbody.angularVelocity = Vector3.zero; ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_34 = V_1; NullCheck(L_34); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_35 = L_34->get_Rigidbody_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); NullCheck(L_35); Rigidbody_set_angularVelocity_m3A40B7F195E9E217AE29A0964D7E7540E2E23080(L_35, L_36, /*hidden argument*/NULL); } IL_00bf: { // SendMessage("Reset"); ObjectResetter_tB54DE807305CAB533B4C9907033C03E50A6477B2 * L_37 = V_1; NullCheck(L_37); Component_SendMessage_m3B002D579E5933EEFCA4024A1845CACB4FBBC208(L_37, _stringLiteralA74ACAA1F61DE0EB348EC03946685B0B6270CB36, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UnityStandardAssets.Utility.ObjectResetter/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CResetCoroutineU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5975A6D04132F784A7EA073D5C53A9718D70F21A (U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Utility.ObjectResetter/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResetCoroutineU3Ed__6_System_Collections_IEnumerator_Reset_m149B3BE7E2CC36FE99172D68509239A467DC5D62 (U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 * __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*)&U3CResetCoroutineU3Ed__6_System_Collections_IEnumerator_Reset_m149B3BE7E2CC36FE99172D68509239A467DC5D62_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Utility.ObjectResetter/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CResetCoroutineU3Ed__6_System_Collections_IEnumerator_get_Current_mDC979ABAC9337C102E679D1336D55DCE1CF725F6 (U3CResetCoroutineU3Ed__6_t95FF313F1A8D6BCC3A25F2F9F7A20CF59FAC8608 * __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.Ocsp.OcspReqGenerator/RequestObject::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestObject__ctor_mBBBEE8B79D4F035DC39C2F54CF705E142F3C81AA (RequestObject_t0CC769F9527A3BDD1C2E04C21AC4A3D47EF03C80 * __this, CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * ___certId0, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___extensions1, const RuntimeMethod* method) { { // public RequestObject( // CertificateID certId, // X509Extensions extensions) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.certId = certId; CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = ___certId0; __this->set_certId_0(L_0); // this.extensions = extensions; X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_1 = ___extensions1; __this->set_extensions_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspReqGenerator/RequestObject::ToRequest() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * RequestObject_ToRequest_m0BB2D5C32AA2F92330844B0F7AAB2CD67DDE6EB2 (RequestObject_t0CC769F9527A3BDD1C2E04C21AC4A3D47EF03C80 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Request_t9690867C80FEF7D79870C9664E24F3292D17EC55_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new Request(certId.ToAsn1Object(), extensions); CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * L_0 = __this->get_certId_0(); NullCheck(L_0); CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_1; L_1 = CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32_inline(L_0, /*hidden argument*/NULL); X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * L_2 = __this->get_extensions_1(); Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * L_3 = (Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 *)il2cpp_codegen_object_new(Request_t9690867C80FEF7D79870C9664E24F3292D17EC55_il2cpp_TypeInfo_var); Request__ctor_m5C40B4E59ADA6F4CA00AC1A34A24919DA3C77499(L_3, L_1, L_2, /*hidden argument*/NULL); return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKComp/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m15D8DC5D23BD27290B896B932C0013B260C0AEAC (U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKComp/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3ConInviteOtherTryAgainGamePKU3Eb__0_mDE8491ED4192CFBD51A8D02E74B592E0695990F0 (U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73C106B09B640EAB86C56CE8454F8A1EF88D5E87); s_Il2CppMethodInitialized = true; } { // if (CanShowTryAgainInviteOrMatch(matchPlayerInfo)) { PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * L_0 = __this->get_U3CU3E4__this_0(); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_1 = __this->get_matchPlayerInfo_1(); NullCheck(L_0); bool L_2; L_2 = PKComp_CanShowTryAgainInviteOrMatch_m523AD7AA9ACA314AC602C8124A80D6B8A94C9ADD(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_003c; } } { // PKMatchingView view = PKMatchingView.Create(); PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_3; L_3 = PKMatchingView_Create_m05C72114145A9B423ED9171972E459EA7D8C8A8D(/*hidden argument*/NULL); // view.isTryAgainInvitee = true; PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_4 = L_3; NullCheck(L_4); L_4->set_isTryAgainInvitee_13((bool)1); // view.targetJoinTryAgainRoomKey = roomKey; String_t* L_5 = __this->get_roomKey_2(); NullCheck(L_4); L_4->set_targetJoinTryAgainRoomKey_12(L_5); // GlobalData.pkMatchType = PKMatchType.OnlinePK; IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_pkMatchType_0(2); // GlobalData.matchGameType = gameType; int32_t L_6 = __this->get_gameType_3(); ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_matchGameType_3(L_6); // } else { return; } IL_003c: { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("??????????????")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_7; L_7 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_8; L_8 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral73C106B09B640EAB86C56CE8454F8A1EF88D5E87, /*hidden argument*/NULL); NullCheck(L_7); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_7, L_8, /*hidden argument*/NULL); // }; return; } } // System.Void PKComp/<>c__DisplayClass10_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3ConInviteOtherTryAgainGamePKU3Eb__1_mA8A2A074FA2E5DE4DFB52DBFDF1EEC8DBE3BFE54 (U3CU3Ec__DisplayClass10_0_t49B2E711C0151457FA918B2A05F0DD76E9EA5BA8 * __this, const RuntimeMethod* method) { { // rejectPKInvite(roomKey); PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * L_0 = __this->get_U3CU3E4__this_0(); String_t* L_1 = __this->get_roomKey_2(); NullCheck(L_0); PKComp_rejectPKInvite_m5FD8D32E46FB0797B074025F428D11590282F38E(L_0, L_1, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKComp/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m52C723D341B82BB35EE94FC1319FE83F7600C238 (U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKComp/<>c__DisplayClass9_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3ConInviteFriendGamePKU3Eb__0_m806A058F64E9B11F506ED1A5A0A3E8AB8C95137C (U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52E965903A37AAD9B3654A4D19786F70B32896C3); s_Il2CppMethodInitialized = true; } { // if (CanShowFriendInviteOrMatch()) { PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); bool L_1; L_1 = PKComp_CanShowFriendInviteOrMatch_m5F2DA517916487AB8C729A1F81AE77FB68316757(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0036; } } { // PKMatchingView view = PKMatchingView.Create(); PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_2; L_2 = PKMatchingView_Create_m05C72114145A9B423ED9171972E459EA7D8C8A8D(/*hidden argument*/NULL); // view.isFriendPKInvitee = true; PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_3 = L_2; NullCheck(L_3); L_3->set_isFriendPKInvitee_10((bool)1); // view.targetJoinRoomKey = roomKey; String_t* L_4 = __this->get_roomKey_1(); NullCheck(L_3); L_3->set_targetJoinRoomKey_9(L_4); // GlobalData.pkMatchType = PKMatchType.OnlinePK; IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_pkMatchType_0(2); // GlobalData.matchGameType = gameType; int32_t L_5 = __this->get_gameType_2(); ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->set_matchGameType_3(L_5); // } else if (PKMatchingView.ins) { return; } IL_0036: { // } else if (PKMatchingView.ins) { PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_6 = ((PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_StaticFields*)il2cpp_codegen_static_fields_for(PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC_il2cpp_TypeInfo_var))->get_ins_14(); 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_0056; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey("????????????????PK???")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_8; L_8 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_9; L_9 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(_stringLiteral52E965903A37AAD9B3654A4D19786F70B32896C3, /*hidden argument*/NULL); NullCheck(L_8); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_8, L_9, /*hidden argument*/NULL); } IL_0056: { // }; return; } } // System.Void PKComp/<>c__DisplayClass9_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3ConInviteFriendGamePKU3Eb__1_m9F6CA3CAF72751A5FFF6B168D95C449CEA25A8DB (U3CU3Ec__DisplayClass9_0_tE99D41C7427891C8CDD0828473AEDFCED7FF3872 * __this, const RuntimeMethod* method) { { // rejectPKInvite(roomKey); PKComp_tA0C9C4D558D10014550E9600A43518E23C496F71 * L_0 = __this->get_U3CU3E4__this_0(); String_t* L_1 = __this->get_roomKey_1(); NullCheck(L_0); PKComp_rejectPKInvite_m5FD8D32E46FB0797B074025F428D11590282F38E(L_0, L_1, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKGameMode_OnlinePK/GameDisplay::Update(PKGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameDisplay_Update_m51558E813FDDCFD3529223D98011487D5D2DB7B7 (GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D * __this, PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * ___gm0, 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*)&BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_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*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6DA7514EEABEB71E05B337D3DFF25CEF890B488); s_Il2CppMethodInitialized = true; } Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC V_0; memset((&V_0), 0, sizeof(V_0)); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * V_1 = NULL; UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (round != gm.gameLogic.round) { int32_t L_0 = __this->get_round_3(); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_1 = ___gm0; NullCheck(L_1); GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * L_2 = L_1->get_gameLogic_13(); NullCheck(L_2); int32_t L_3 = L_2->get_round_3(); if ((((int32_t)L_0) == ((int32_t)L_3))) { goto IL_003e; } } { // round = gm.gameLogic.round; PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_4 = ___gm0; NullCheck(L_4); GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * L_5 = L_4->get_gameLogic_13(); NullCheck(L_5); int32_t L_6 = L_5->get_round_3(); __this->set_round_3(L_6); // gm.targetBody.SetDistance(targetDistancesOnRound[round - 1]); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_7 = ___gm0; NullCheck(L_7); TargetBody_t6E7BBE108A6A731439FA465338CC657FC854634D * L_8 = L_7->get_targetBody_6(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_9 = __this->get_targetDistancesOnRound_0(); int32_t L_10 = __this->get_round_3(); NullCheck(L_9); int32_t L_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)); float L_12 = (L_9)->GetAt(static_cast(L_11)); NullCheck(L_8); TargetBody_SetDistance_m7F76F16F5D339F26A72A1A7BCEAFB2970168C8FC(L_8, L_12, /*hidden argument*/NULL); } IL_003e: { // if (nextPlayerExcuteID != gm.gameLogic.nextPlayerExcuteID) { int32_t L_13 = __this->get_nextPlayerExcuteID_4(); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_14 = ___gm0; NullCheck(L_14); GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * L_15 = L_14->get_gameLogic_13(); NullCheck(L_15); int32_t L_16 = L_15->get_nextPlayerExcuteID_14(); if ((((int32_t)L_13) == ((int32_t)L_16))) { goto IL_00c1; } } { // nextPlayerExcuteID = gm.gameLogic.nextPlayerExcuteID; PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_17 = ___gm0; NullCheck(L_17); GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * L_18 = L_17->get_gameLogic_13(); NullCheck(L_18); int32_t L_19 = L_18->get_nextPlayerExcuteID_14(); __this->set_nextPlayerExcuteID_4(L_19); // gm.BanBowReady(); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_20 = ___gm0; NullCheck(L_20); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(L_20, /*hidden argument*/NULL); // gm.AddReadyView(); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_21 = ___gm0; NullCheck(L_21); PKGameMode_OnlinePK_AddReadyView_m9FD36FFDD4139BE59720B5A3C073302B3E629B91(L_21, /*hidden argument*/NULL); // foreach (var arrow in Arrow.arrowSet) { IL2CPP_RUNTIME_CLASS_INIT(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var); HashSet_1_tC5715D3475135D0E978BA6BA299F273B6823EA1C * L_22 = ((Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_StaticFields*)il2cpp_codegen_static_fields_for(Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A_il2cpp_TypeInfo_var))->get_arrowSet_18(); NullCheck(L_22); Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC L_23; L_23 = HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC(L_22, /*hidden argument*/HashSet_1_GetEnumerator_m04E259BC9138A6460B2DBB42542A0BAC350B87FC_RuntimeMethod_var); V_0 = L_23; } IL_0079: try {// begin try (depth: 1) { goto IL_00a8; } IL_007b: { // foreach (var arrow in Arrow.arrowSet) { Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_24; L_24 = Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_inline((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_0), /*hidden argument*/Enumerator_get_Current_mF80CF48AAE4B209C20B9FC4E0E10A265CB74F916_RuntimeMethod_var); V_1 = L_24; } IL_0083: try {// begin try (depth: 2) // GameObject.Destroy(arrow.gameObject); Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A * L_25 = V_1; NullCheck(L_25); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_25, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_26, /*hidden argument*/NULL); // } catch (UnityException e) { goto IL_00a8; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0090; } throw e; } CATCH_0090: {// begin catch(UnityEngine.UnityException) // } catch (UnityException e) { V_2 = ((UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)IL2CPP_GET_ACTIVE_EXCEPTION(UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 *)); // Debug.Log("Delete Arrow Error\n" + e.Message); UnityException_t5BD9575D9E8FC894770E16640BBC9C2A3DF40101 * L_27 = V_2; NullCheck(L_27); String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_27); String_t* L_29; L_29 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A789CF5944C6764121283956EAF076E7BCB6C13)), L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var))); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_29, /*hidden argument*/NULL); // } IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00a8; }// end catch (depth: 2) IL_00a8: { // foreach (var arrow in Arrow.arrowSet) { bool L_30; L_30 = Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m45CB106E2A297CEEEA689E3707E236C26E68DB0E_RuntimeMethod_var); if (L_30) { goto IL_007b; } } IL_00b1: { IL2CPP_LEAVE(0xC1, FINALLY_00b3); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b3; } FINALLY_00b3: {// begin finally (depth: 1) Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41((Enumerator_t4C791373C9443EF8411D9243706043DFB5EB57CC *)(&V_0), /*hidden argument*/Enumerator_Dispose_mA018D167FFAF1C60D41C72B5159608D33104BD41_RuntimeMethod_var); IL2CPP_END_FINALLY(179) }// end finally (depth: 1) IL2CPP_CLEANUP(179) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC1, IL_00c1) } IL_00c1: { // if (!gameEnd && gm.gameLogic.gameEnd) { bool L_31 = __this->get_gameEnd_5(); if (L_31) { goto IL_00f8; } } { PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_32 = ___gm0; NullCheck(L_32); GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * L_33 = L_32->get_gameLogic_13(); NullCheck(L_33); bool L_34 = L_33->get_gameEnd_11(); if (!L_34) { goto IL_00f8; } } { // gameEnd = true; __this->set_gameEnd_5((bool)1); // gm.gameMgr.StopGame(); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_35 = ___gm0; NullCheck(L_35); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_36 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_35)->get_gameMgr_0(); NullCheck(L_36); GameMgr_StopGame_m284C488FDF43081AE811DE8C0F86C26522B6494E(L_36, /*hidden argument*/NULL); // GameObject view = Resources.Load("Prefabs/Views/PKGameSettleView"); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37; L_37 = Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6(_stringLiteralC6DA7514EEABEB71E05B337D3DFF25CEF890B488, /*hidden argument*/Resources_Load_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mC871EF6B25D0F9AEDCB7D64F3A113DDB587A49D6_RuntimeMethod_var); // GameObject.Instantiate(view); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_38; L_38 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85(L_37, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_m85FD3AD1E7C2C143E7D5491BBB781F1C3DA22B85_RuntimeMethod_var); } IL_00f8: { // if (!gm.IsMyPlayerRunning() && gm.hasBowTargBtQua) { PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_39 = ___gm0; NullCheck(L_39); bool L_40; L_40 = PKGameMode_OnlinePK_IsMyPlayerRunning_m9286D7C819F83152296FF7168A0C565A61959BCC(L_39, /*hidden argument*/NULL); if (L_40) { goto IL_013c; } } { PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_41 = ___gm0; NullCheck(L_41); bool L_42 = L_41->get_hasBowTargBtQua_5(); if (!L_42) { goto IL_013c; } } { // BowCamera.ins.transform.rotation = Quaternion.Lerp(BowCamera.ins.transform.rotation, gm.bowTargetQua, Time.deltaTime * 12); IL2CPP_RUNTIME_CLASS_INIT(BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9_il2cpp_TypeInfo_var); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_43; L_43 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_43); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_43, /*hidden argument*/NULL); BowCamera_t7AA7E1A3AE4107303360B6EC9EC72E5F762D0FF9 * L_45; L_45 = BowCamera_get_ins_mC3CB758EB6C5364605C848756097413F5A3D1547(/*hidden argument*/NULL); NullCheck(L_45); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_46; L_46 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_45, /*hidden argument*/NULL); NullCheck(L_46); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_47; L_47 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_46, /*hidden argument*/NULL); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_48 = ___gm0; NullCheck(L_48); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_49 = L_48->get_bowTargetQua_4(); float L_50; L_50 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_51; L_51 = Quaternion_Lerp_mBFA4C4D2574C8140AA840273D3E6565D66F6F261(L_47, L_49, ((float)il2cpp_codegen_multiply((float)L_50, (float)(12.0f))), /*hidden argument*/NULL); NullCheck(L_44); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_44, L_51, /*hidden argument*/NULL); } IL_013c: { // } return; } } // System.Void PKGameMode_OnlinePK/GameDisplay::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameDisplay__ctor_m4F6390EEFDD44973A857ED74A23E6C82E16345C1 (GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D * __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*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137_FieldInfo_var); s_Il2CppMethodInitialized = true; } { // readonly float[] targetDistancesOnRound = {10, 20, 30, 50, 70, 70}; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)6); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_t6BC7664D9CD46304D39A7D175BB8FFBE0B9F4528____78F6DA256B470C65DC4A98A23DC5F1FBF7ED3CCDE0E93EA0D97363328810055D_137_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); __this->set_targetDistancesOnRound_0(L_1); // public int[] playerRoleIDs = {1, 2}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(0), (int32_t)1); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(1), (int32_t)2); __this->set_playerRoleIDs_1(L_5); 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 PKGameMode_OnlinePK/GameLogic::InitAppearPlayerIndexes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_InitAppearPlayerIndexes_mEE81DAA9B4D8515C440EB935894FE1C8C2ACD08A (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __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*)&List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (round >= 2) int32_t L_0 = __this->get_round_3(); if ((((int32_t)L_0) < ((int32_t)2))) { goto IL_004f; } } { // if (totalScores[0] < totalScores[1]) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_1 = __this->get_totalScores_1(); NullCheck(L_1); int32_t L_2 = 0; int32_t L_3 = (L_1)->GetAt(static_cast(L_2)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_4 = __this->get_totalScores_1(); NullCheck(L_4); int32_t L_5 = 1; int32_t L_6 = (L_4)->GetAt(static_cast(L_5)); if ((((int32_t)L_3) >= ((int32_t)L_6))) { goto IL_002d; } } { // sequencePlayerIndexes = new int[]{0, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (int32_t)1); __this->set_sequencePlayerIndexes_13(L_8); // } goto IL_004f; } IL_002d: { // else if (totalScores[1] < totalScores[0]) Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_9 = __this->get_totalScores_1(); NullCheck(L_9); int32_t L_10 = 1; int32_t L_11 = (L_9)->GetAt(static_cast(L_10)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_12 = __this->get_totalScores_1(); NullCheck(L_12); int32_t L_13 = 0; int32_t L_14 = (L_12)->GetAt(static_cast(L_13)); if ((((int32_t)L_11) >= ((int32_t)L_14))) { goto IL_004f; } } { // sequencePlayerIndexes = new int[]{1, 0}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_15 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (int32_t)1); __this->set_sequencePlayerIndexes_13(L_16); } IL_004f: { // for (int i = 0; i < maxShootCount; i++) { V_0 = 0; goto IL_007d; } IL_0053: { // appearPlayerIndexes.Add(sequencePlayerIndexes[0]); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_17 = __this->get_appearPlayerIndexes_12(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get_sequencePlayerIndexes_13(); NullCheck(L_18); int32_t L_19 = 0; int32_t L_20 = (L_18)->GetAt(static_cast(L_19)); NullCheck(L_17); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_17, L_20, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); // appearPlayerIndexes.Add(sequencePlayerIndexes[1]); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_21 = __this->get_appearPlayerIndexes_12(); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_22 = __this->get_sequencePlayerIndexes_13(); NullCheck(L_22); int32_t L_23 = 1; int32_t L_24 = (L_22)->GetAt(static_cast(L_23)); NullCheck(L_21); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_21, L_24, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); // for (int i = 0; i < maxShootCount; i++) { int32_t L_25 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1)); } IL_007d: { // for (int i = 0; i < maxShootCount; i++) { int32_t L_26 = V_0; int32_t L_27 = __this->get_maxShootCount_6(); if ((((int32_t)L_26) < ((int32_t)L_27))) { goto IL_0053; } } { // } return; } } // System.Void PKGameMode_OnlinePK/GameLogic::SetCurrentPlayerIndexToNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_SetCurrentPlayerIndexToNext_m3EF5ADF1545567719785B246CC6BC50705139A90 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // currentPlayerIndex = appearPlayerIndexes[0]; appearPlayerIndexes.RemoveAt(0); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_0 = __this->get_appearPlayerIndexes_12(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_inline(L_0, 0, /*hidden argument*/List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_RuntimeMethod_var); __this->set_currentPlayerIndex_0(L_1); // currentPlayerIndex = appearPlayerIndexes[0]; appearPlayerIndexes.RemoveAt(0); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_2 = __this->get_appearPlayerIndexes_12(); NullCheck(L_2); List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221(L_2, 0, /*hidden argument*/List_1_RemoveAt_m4A6ABD183823501A4F9A6082D9EDC589029AD221_RuntimeMethod_var); // nextPlayerExcuteID++; int32_t L_3 = __this->get_nextPlayerExcuteID_14(); __this->set_nextPlayerExcuteID_14(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))); // } return; } } // System.Void PKGameMode_OnlinePK/GameLogic::Update(PKGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_Update_m32054E9BB9F3FCBDFB8F38E2C3F1B5C1D5F2AF89 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * ___gm0, const RuntimeMethod* method) { { // if (singleShootTimeRunning && !gm.pauseTimeCounting) { bool L_0 = __this->get_singleShootTimeRunning_9(); if (!L_0) { goto IL_0054; } } { PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_1 = ___gm0; NullCheck(L_1); bool L_2; L_2 = GameMode_get_pauseTimeCounting_mA658E4A5B5E237CAE4627B5550C8B68E99850E35(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0054; } } { // singleShootReadyTime -= Time.deltaTime; float L_3 = __this->get_singleShootReadyTime_7(); float L_4; L_4 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); __this->set_singleShootReadyTime_7(((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))); // if (singleShootReadyTime <= 0) { float L_5 = __this->get_singleShootReadyTime_7(); if ((!(((float)L_5) <= ((float)(0.0f))))) { goto IL_0054; } } { // singleShootReadyTime = 0; __this->set_singleShootReadyTime_7((0.0f)); // singleShootTimeRunning = false; __this->set_singleShootTimeRunning_9((bool)0); // HitTarget(0); GameLogic_HitTarget_m66BC8633C1423B64DB0E9A5ADC2FD81178229D90(__this, (0.0f), /*hidden argument*/NULL); // DoNextShoot(gm); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_6 = ___gm0; bool L_7; L_7 = GameLogic_DoNextShoot_mE93FECEE29200341696C73D43D32FFD4696AD712(__this, L_6, /*hidden argument*/NULL); } IL_0054: { // } return; } } // System.Void PKGameMode_OnlinePK/GameLogic::HitTarget(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic_HitTarget_m66BC8633C1423B64DB0E9A5ADC2FD81178229D90 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, float ___score0, const RuntimeMethod* method) { { // currentScores[currentPlayerIndex] += score; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_0 = __this->get_currentScores_2(); int32_t L_1 = __this->get_currentPlayerIndex_0(); NullCheck(L_0); float* L_2 = ((L_0)->GetAddressAt(static_cast(L_1))); float L_3 = *((float*)L_2); float L_4 = ___score0; *((float*)L_2) = (float)((float)il2cpp_codegen_add((float)L_3, (float)L_4)); // shootCount[currentPlayerIndex]++; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_5 = __this->get_shootCount_5(); int32_t L_6 = __this->get_currentPlayerIndex_0(); NullCheck(L_5); int32_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6))); int32_t L_8 = *((int32_t*)L_7); *((int32_t*)L_7) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); // } return; } } // System.Boolean PKGameMode_OnlinePK/GameLogic::DoNextShoot(PKGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameLogic_DoNextShoot_mE93FECEE29200341696C73D43D32FFD4696AD712 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __this, PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * ___gm0, 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*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589); s_Il2CppMethodInitialized = true; } bool V_0 = false; float V_1 = 0.0f; { // if (gm.gameMgr.gameOver) return false; PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_0 = ___gm0; NullCheck(L_0); GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950 * L_1 = ((GameMode_t3635427B8DF6A50F9EAE8955955887AD0D098C82 *)L_0)->get_gameMgr_0(); NullCheck(L_1); bool L_2 = L_1->get_gameOver_7(); if (!L_2) { goto IL_000f; } } { // if (gm.gameMgr.gameOver) return false; return (bool)0; } IL_000f: { // bool nextRound = false; V_0 = (bool)0; // if (shootCount[0] == maxShootCount && shootCount[1] == maxShootCount ) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_3 = __this->get_shootCount_5(); NullCheck(L_3); int32_t L_4 = 0; int32_t L_5 = (L_3)->GetAt(static_cast(L_4)); int32_t L_6 = __this->get_maxShootCount_6(); if ((!(((uint32_t)L_5) == ((uint32_t)L_6)))) { goto IL_01ac; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = __this->get_shootCount_5(); NullCheck(L_7); int32_t L_8 = 1; int32_t L_9 = (L_7)->GetAt(static_cast(L_8)); int32_t L_10 = __this->get_maxShootCount_6(); if ((!(((uint32_t)L_9) == ((uint32_t)L_10)))) { goto IL_01ac; } } { // shootCount = new int[]{0, 0}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_11 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_shootCount_5(L_11); // nextRound = true; V_0 = (bool)1; // if (currentScores[0] == currentScores[1]) { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_12 = __this->get_currentScores_2(); NullCheck(L_12); int32_t L_13 = 0; float L_14 = (L_12)->GetAt(static_cast(L_13)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_15 = __this->get_currentScores_2(); NullCheck(L_15); int32_t L_16 = 1; float L_17 = (L_15)->GetAt(static_cast(L_16)); if ((!(((float)L_14) == ((float)L_17)))) { goto IL_007b; } } { // totalScores[0] += 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_18 = __this->get_totalScores_1(); NullCheck(L_18); int32_t* L_19 = ((L_18)->GetAddressAt(static_cast(0))); int32_t L_20 = *((int32_t*)L_19); *((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); // totalScores[1] += 1; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_21 = __this->get_totalScores_1(); NullCheck(L_21); int32_t* L_22 = ((L_21)->GetAddressAt(static_cast(1))); int32_t L_23 = *((int32_t*)L_22); *((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); // } else if (currentScores[0] > currentScores[1]) { goto IL_00c3; } IL_007b: { // } else if (currentScores[0] > currentScores[1]) { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_24 = __this->get_currentScores_2(); NullCheck(L_24); int32_t L_25 = 0; float L_26 = (L_24)->GetAt(static_cast(L_25)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_27 = __this->get_currentScores_2(); NullCheck(L_27); int32_t L_28 = 1; float L_29 = (L_27)->GetAt(static_cast(L_28)); if ((!(((float)L_26) > ((float)L_29)))) { goto IL_00a0; } } { // totalScores[0] += 2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_30 = __this->get_totalScores_1(); NullCheck(L_30); int32_t* L_31 = ((L_30)->GetAddressAt(static_cast(0))); int32_t L_32 = *((int32_t*)L_31); *((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2)); // } else if (currentScores[0] < currentScores[1]) { goto IL_00c3; } IL_00a0: { // } else if (currentScores[0] < currentScores[1]) { SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_33 = __this->get_currentScores_2(); NullCheck(L_33); int32_t L_34 = 0; float L_35 = (L_33)->GetAt(static_cast(L_34)); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_36 = __this->get_currentScores_2(); NullCheck(L_36); int32_t L_37 = 1; float L_38 = (L_36)->GetAt(static_cast(L_37)); if ((!(((float)L_35) < ((float)L_38)))) { goto IL_00c3; } } { // totalScores[1] += 2; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_39 = __this->get_totalScores_1(); NullCheck(L_39); int32_t* L_40 = ((L_39)->GetAddressAt(static_cast(1))); int32_t L_41 = *((int32_t*)L_40); *((int32_t*)L_40) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2)); } IL_00c3: { // if (totalScores[0] == totalScores[1]) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_42 = __this->get_totalScores_1(); NullCheck(L_42); int32_t L_43 = 0; int32_t L_44 = (L_42)->GetAt(static_cast(L_43)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_45 = __this->get_totalScores_1(); NullCheck(L_45); int32_t L_46 = 1; int32_t L_47 = (L_45)->GetAt(static_cast(L_46)); if ((!(((uint32_t)L_44) == ((uint32_t)L_47)))) { goto IL_012a; } } { // if (round == maxRound) { int32_t L_48 = __this->get_round_3(); int32_t L_49 = __this->get_maxRound_4(); if ((!(((uint32_t)L_48) == ((uint32_t)L_49)))) { goto IL_01ac; } } { // if (round == 5) { int32_t L_50 = __this->get_round_3(); if ((!(((uint32_t)L_50) == ((uint32_t)5)))) { goto IL_0102; } } { // maxShootCount = 1; __this->set_maxShootCount_6(1); // maxRound = 6; __this->set_maxRound_4(6); // } else { goto IL_01ac; } IL_0102: { // gameEnd = true; __this->set_gameEnd_11((bool)1); // gameRes = new string[]{"??", "??"}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_51 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_52 = L_51; NullCheck(L_52); ArrayElementTypeCheck (L_52, _stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); (L_52)->SetAt(static_cast(0), (String_t*)_stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_53 = L_52; NullCheck(L_53); ArrayElementTypeCheck (L_53, _stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); (L_53)->SetAt(static_cast(1), (String_t*)_stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); __this->set_gameRes_10(L_53); // } else if (totalScores[0] >= 6 && totalScores[0] > totalScores[1]) { goto IL_01ac; } IL_012a: { // } else if (totalScores[0] >= 6 && totalScores[0] > totalScores[1]) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_54 = __this->get_totalScores_1(); NullCheck(L_54); int32_t L_55 = 0; int32_t L_56 = (L_54)->GetAt(static_cast(L_55)); if ((((int32_t)L_56) < ((int32_t)6))) { goto IL_016c; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_57 = __this->get_totalScores_1(); NullCheck(L_57); int32_t L_58 = 0; int32_t L_59 = (L_57)->GetAt(static_cast(L_58)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_60 = __this->get_totalScores_1(); NullCheck(L_60); int32_t L_61 = 1; int32_t L_62 = (L_60)->GetAt(static_cast(L_61)); if ((((int32_t)L_59) <= ((int32_t)L_62))) { goto IL_016c; } } { // gameEnd = true; __this->set_gameEnd_11((bool)1); // gameRes = new string[]{"??", "??"}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_63 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_64 = L_63; NullCheck(L_64); ArrayElementTypeCheck (L_64, _stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589); (L_64)->SetAt(static_cast(0), (String_t*)_stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_65 = L_64; NullCheck(L_65); ArrayElementTypeCheck (L_65, _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); (L_65)->SetAt(static_cast(1), (String_t*)_stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); __this->set_gameRes_10(L_65); // } else if (totalScores[1] >= 6 && totalScores[1] > totalScores[0]) { goto IL_01ac; } IL_016c: { // } else if (totalScores[1] >= 6 && totalScores[1] > totalScores[0]) { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_66 = __this->get_totalScores_1(); NullCheck(L_66); int32_t L_67 = 1; int32_t L_68 = (L_66)->GetAt(static_cast(L_67)); if ((((int32_t)L_68) < ((int32_t)6))) { goto IL_01ac; } } { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_69 = __this->get_totalScores_1(); NullCheck(L_69); int32_t L_70 = 1; int32_t L_71 = (L_69)->GetAt(static_cast(L_70)); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_72 = __this->get_totalScores_1(); NullCheck(L_72); int32_t L_73 = 0; int32_t L_74 = (L_72)->GetAt(static_cast(L_73)); if ((((int32_t)L_71) <= ((int32_t)L_74))) { goto IL_01ac; } } { // gameEnd = true; __this->set_gameEnd_11((bool)1); // gameRes = new string[]{"??", "??"}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_75 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_76 = L_75; NullCheck(L_76); ArrayElementTypeCheck (L_76, _stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); (L_76)->SetAt(static_cast(0), (String_t*)_stringLiteralC73995D1603E83396B3B11A3781474865F7B5F12); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_77 = L_76; NullCheck(L_77); ArrayElementTypeCheck (L_77, _stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589); (L_77)->SetAt(static_cast(1), (String_t*)_stringLiteralCF35AAB75ADEAB2A6BEA36DDCA64F7D95AC01589); __this->set_gameRes_10(L_77); } IL_01ac: { // if (gameEnd) { bool L_78 = __this->get_gameEnd_11(); if (!L_78) { goto IL_01b6; } } { // return false; return (bool)0; } IL_01b6: { // if (nextRound) { bool L_79 = V_0; if (!L_79) { goto IL_01e5; } } { // round++; int32_t L_80 = __this->get_round_3(); __this->set_round_3(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)1))); // currentScores[0] = currentScores[1] = 0; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_81 = __this->get_currentScores_2(); SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_82 = __this->get_currentScores_2(); float L_83 = (0.0f); V_1 = L_83; NullCheck(L_82); (L_82)->SetAt(static_cast(1), (float)L_83); float L_84 = V_1; NullCheck(L_81); (L_81)->SetAt(static_cast(0), (float)L_84); // InitAppearPlayerIndexes(); GameLogic_InitAppearPlayerIndexes_mEE81DAA9B4D8515C440EB935894FE1C8C2ACD08A(__this, /*hidden argument*/NULL); } IL_01e5: { // SetCurrentPlayerIndexToNext(); GameLogic_SetCurrentPlayerIndexToNext_m3EF5ADF1545567719785B246CC6BC50705139A90(__this, /*hidden argument*/NULL); // gm.BanBowReady(); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_85 = ___gm0; NullCheck(L_85); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(L_85, /*hidden argument*/NULL); // return true; return (bool)1; } } // System.Void PKGameMode_OnlinePK/GameLogic::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameLogic__ctor_m17D04AC55E649E0A8681C9CA5C36EAC6BDF3A7B3 (GameLogic_tC432126FA8D465488964FE77BD7C4F1F7C14136D * __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*)&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*)&SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); s_Il2CppMethodInitialized = true; } { // public int[] totalScores = {0, 0}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_0 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_totalScores_1(L_0); // public float[] currentScores = {0, 0}; SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* L_1 = (SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA*)SZArrayNew(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_currentScores_2(L_1); // public int round = 1; __this->set_round_3(1); // public int maxRound = 5; __this->set_maxRound_4(5); // public int[] shootCount = {0, 0}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); __this->set_shootCount_5(L_2); // public int maxShootCount = 3; __this->set_maxShootCount_6(3); // public float singleShootReadyTime = 20; __this->set_singleShootReadyTime_7((20.0f)); // public float singleShootReadyMaxTime = 20; __this->set_singleShootReadyMaxTime_8((20.0f)); // public string[] gameRes = {"??", "??"}; StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); (L_4)->SetAt(static_cast(0), (String_t*)_stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); (L_5)->SetAt(static_cast(1), (String_t*)_stringLiteral9381BC8AD78A2A2A5CDB746A5707E9E9D8B68B0B); __this->set_gameRes_10(L_5); // public List appearPlayerIndexes = new List(); //????Queue????IL2CPP???json?????? List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_6 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_6, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); __this->set_appearPlayerIndexes_12(L_6); // public int[] sequencePlayerIndexes = new int[]{0, 1}; Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_7 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)SZArrayNew(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32_il2cpp_TypeInfo_var, (uint32_t)2); Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(1), (int32_t)1); __this->set_sequencePlayerIndexes_13(L_8); 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 PKGameReadyView/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_mFBBE9C7A061144F47AF8087DD032261188A41400 (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKGameReadyView/<>c__DisplayClass9_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CRunAnimationU3Eb__0_m3AAAE764B9D4B95A2ABADFA68EBB520D812EC7EB (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { { // pKGameMode.showRoundValue = roundNum; PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); PKGameMode_tFCD484617BA195F4A95C535B1A795F03C0568356 * L_1 = L_0->get_pKGameMode_4(); int32_t L_2 = __this->get_roundNum_1(); NullCheck(L_1); L_1->set_showRoundValue_6(L_2); // }; return; } } // System.Void PKGameReadyView/<>c__DisplayClass9_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CRunAnimationU3Eb__1_mC0870D5AB5B01A7A95D39E0620AA12FD3C2167AA (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { { // pKGameMode_OnlinePK.gameDisplay.showRoundValueOnReadyView = roundNum; PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); PKGameMode_OnlinePK_t4E0283F7C47FE0DBFA0015E27B6EA029E31E353F * L_1 = L_0->get_pKGameMode_OnlinePK_5(); NullCheck(L_1); GameDisplay_tCCD06018CA070EB60AED759C1F303B3A8A39159D * L_2 = L_1->get_gameDisplay_14(); int32_t L_3 = __this->get_roundNum_1(); NullCheck(L_2); L_2->set_showRoundValueOnReadyView_2(L_3); // }; return; } } // System.Void PKGameReadyView/<>c__DisplayClass9_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CRunAnimationU3Eb__2_mF17A80F8CB23EAAFD0D15AD64729C3DABD07DA65 (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // round.textFormatArgs = new string[]{roundNum.ToString()}; TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_0 = __this->get_round_2(); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_2 = L_1; int32_t* L_3 = __this->get_address_of_roundNum_1(); String_t* L_4; L_4 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)L_3, /*hidden argument*/NULL); NullCheck(L_2); ArrayElementTypeCheck (L_2, L_4); (L_2)->SetAt(static_cast(0), (String_t*)L_4); NullCheck(L_0); L_0->set_textFormatArgs_9(L_2); // round.transform.localScale = new Vector3(0, 0, 0); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_5 = __this->get_round_2(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_5, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; memset((&L_7), 0, sizeof(L_7)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_7), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localScale_mF4D1611E48D1BA7566A1E166DC2DACF3ADD8BA3A(L_6, L_7, /*hidden argument*/NULL); // round.gameObject.SetActive(true); TextAutoLanguage_tC0C9D03521C02BBD98728E5E2BA591CDAC275CA1 * L_8 = __this->get_round_2(); NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9; L_9 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_8, /*hidden argument*/NULL); NullCheck(L_9); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_9, (bool)1, /*hidden argument*/NULL); // }); return; } } // System.Void PKGameReadyView/<>c__DisplayClass9_0::b__3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CRunAnimationU3Eb__3_mCE2B9BBBB6EA137C890EBA5B710E0AA5507E22C3 (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { { // mask.gameObject.SetActive(true); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_mask_3(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)1, /*hidden argument*/NULL); // }); return; } } // System.Void PKGameReadyView/<>c__DisplayClass9_0::b__4() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CRunAnimationU3Eb__4_m7BF60599BB4DA36AB8C4F95CD12724DF35C2305F (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { { // panel.gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_panel_4(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)1, /*hidden argument*/NULL); // }); return; } } // System.Void PKGameReadyView/<>c__DisplayClass9_0::b__5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CRunAnimationU3Eb__5_m8CD30214DB1FD98E7E052CE780C43E8EC99E4E3D (U3CU3Ec__DisplayClass9_0_tB2A739A997D905786A2D6D2A09928B204ACA471E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Destroy(this.gameObject); PKGameReadyView_t56BB70C84AF8D6CEFEB17A9FF274F9A10457D810 * L_0 = __this->get_U3CU3E4__this_0(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_1, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKGameReadyView_Challenge/<>c__DisplayClass7_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m9496570175D71B67E9C4875BF6FF3AF406161004 (U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKGameReadyView_Challenge/<>c__DisplayClass7_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_U3CRunAnimationU3Eb__0_m0ACA45ADA5D3CD299D75F0640A8B772608565C0B (U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8 * __this, const RuntimeMethod* method) { { // mask.gameObject.SetActive(true); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_0 = __this->get_mask_0(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)1, /*hidden argument*/NULL); // }); return; } } // System.Void PKGameReadyView_Challenge/<>c__DisplayClass7_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_U3CRunAnimationU3Eb__1_m4142104112438A3F5D630B9E2945527A94E6749B (U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8 * __this, const RuntimeMethod* method) { { // panel.gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_panel_1(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)1, /*hidden argument*/NULL); // }); return; } } // System.Void PKGameReadyView_Challenge/<>c__DisplayClass7_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_U3CRunAnimationU3Eb__2_m533ACA31E39D7DBDD7E108D34A9CA237EA616D86 (U3CU3Ec__DisplayClass7_0_t93D42185ABE8908C28967DF18AE87CBF9EA8A1E8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Destroy(this.gameObject); PKGameReadyView_Challenge_t422FE0ED7612BCE36D96961918D3245CA322AB93 * L_0 = __this->get_U3CU3E4__this_2(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_1, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKGameSettleView/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m736523AFF1AB8A418A86A46D8A04C6223C90BB9A (U3CU3Ec__DisplayClass4_0_t861A88D0EB53E7CE60A92AC46B5B1C567D22A1F9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKGameSettleView/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3COnClick_AgainU3Eb__0_m02117382ECB1BCB5C47D4F74F84339A27A42A86C (U3CU3Ec__DisplayClass4_0_t861A88D0EB53E7CE60A92AC46B5B1C567D22A1F9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PKGameSettleView_GoHomeLogic_m1546755EF68F70DBA368B6A557ECEAFC753E21D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // view.banBackBtnLogic = true; PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_0 = __this->get_view_1(); NullCheck(L_0); L_0->set_banBackBtnLogic_15((bool)1); // DoTweenUtil.CallDelay(2f, GoHomeLogic); PKGameSettleView_t54E2A56AD6FD26F099214E86C7D9CD3171E218A1 * L_1 = __this->get_U3CU3E4__this_0(); TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB * L_2 = (TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB *)il2cpp_codegen_object_new(TweenCallback_tCAA7F86252EC47FCDD15C81B4AEE6EEA72DC15CB_il2cpp_TypeInfo_var); TweenCallback__ctor_m595231CFB0B8CD35F6377EA2A88CB98A8E905662(L_2, L_1, (intptr_t)((intptr_t)PKGameSettleView_GoHomeLogic_m1546755EF68F70DBA368B6A557ECEAFC753E21D2_RuntimeMethod_var), /*hidden argument*/NULL); DoTweenUtil_CallDelay_mC5557030978189F7F93173D4E6F513BFB7DE2C9A((2.0f), L_2, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKMatchView/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_mD8872F42D9E5BC4CBB006ED84DD424D2DFEC399B (U3CU3Ec__DisplayClass12_0_t0808778C9D250AA21471B8E1B7AB32F9B76BE72E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKMatchView/<>c__DisplayClass12_0::b__2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CInitU3Eb__2_mC9E9F0CD60A0EF5423AA2F4F1B857003AF7598A8 (U3CU3Ec__DisplayClass12_0_t0808778C9D250AA21471B8E1B7AB32F9B76BE72E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Destroy(pkMatchingView.gameObject); PKMatchingView_t37BF69E7319D3F5821660A26222F7775D880C6DC * L_0 = __this->get_pkMatchingView_0(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_1, /*hidden argument*/NULL); // }; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKMatchView/<>c__DisplayClass23_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass23_0__ctor_m7577936D11AA9C7E914D59AD56A586407E7B9A79 (U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKMatchView/<>c__DisplayClass23_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass23_0_U3CEnterFriendSelectViewU3Eb__1_mA0AC879B5A2495EA50C2CCE6A8A14A0F7CF99698 (U3CU3Ec__DisplayClass23_0_t243B9E36E0887C950FE6CAD5A3A88898A1F36C02 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // btnEvent_CloseFriendSelectView(); PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * L_0 = __this->get_U3CU3E4__this_3(); NullCheck(L_0); PKMatchView_btnEvent_CloseFriendSelectView_m11899295134DD0370E0390D90918C6272CE176D2(L_0, /*hidden argument*/NULL); // selectedFriendInfo = new MatchPlayerInfo(friendID, avatarID, nickname); PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * L_1 = __this->get_U3CU3E4__this_3(); int32_t L_2 = __this->get_friendID_0(); int32_t L_3 = __this->get_avatarID_1(); String_t* L_4 = __this->get_nickname_2(); MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B * L_5 = (MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B *)il2cpp_codegen_object_new(MatchPlayerInfo_t7DBA49CACCC8CD6A896F0565AA725D0B15660B1B_il2cpp_TypeInfo_var); MatchPlayerInfo__ctor_m32416911BB5A5A7515FFA9F04B91B7F3C70E5FC5(L_5, L_2, L_3, L_4, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_selectedFriendInfo_11(L_5); // RefreshBtnMatch(); PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * L_6 = __this->get_U3CU3E4__this_3(); NullCheck(L_6); PKMatchView_RefreshBtnMatch_m8286967886D6191D7263C42B3D32CB5E229FE13D(L_6, /*hidden argument*/NULL); // RefreshOtherPlayerInfoRender(); PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * L_7 = __this->get_U3CU3E4__this_3(); NullCheck(L_7); PKMatchView_RefreshOtherPlayerInfoRender_mE52AE5AFE214172F001F2DCB3775FEEC7B4C9A15(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 PKMatchView/<>c__DisplayClass7_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0__ctor_m2AD2DFBE9548B90722DB2F44422DDB080FDD0595 (U3CU3Ec__DisplayClass7_0_t34E9A84088E2404BAB57A321F67C2F2329F3D460 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PKMatchView/<>c__DisplayClass7_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass7_0_U3CInitBtnTabsU3Eb__0_mA0F70A6682C36865EDC4FF73CA847BDEAA778D62 (U3CU3Ec__DisplayClass7_0_t34E9A84088E2404BAB57A321F67C2F2329F3D460 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // if (!IsBtnTabSelected(btnTab)) { PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * L_1 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_2 = __this->get_btnTab_0(); NullCheck(L_1); bool L_3; L_3 = PKMatchView_IsBtnTabSelected_mCD10DF5478D585017AB3D0BBDC95E41AC986D183(L_1, L_2, /*hidden argument*/NULL); if (L_3) { goto IL_002e; } } { // SetBtnTabSelected(btnTab); PKMatchView_t3A59FFBF055205335CF79B44C04B7B35BED17260 * L_4 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_5 = __this->get_btnTab_0(); NullCheck(L_4); PKMatchView_SetBtnTabSelected_mD458B285AF935CFEEC6011AEF122FE9EC7696A1A(L_4, L_5, /*hidden argument*/NULL); } IL_002e: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PKMatchingView/d__18::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadSceneOnEnterGameU3Ed__18__ctor_m054484D9719DDCE2373C901127CAA2FB15C3C205 (U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 * __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 PKMatchingView/d__18::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadSceneOnEnterGameU3Ed__18_System_IDisposable_Dispose_mC277BCDD40077DE26E2E9E84F810CC0EABF0E8CC (U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean PKMatchingView/d__18::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadSceneOnEnterGameU3Ed__18_MoveNext_m1EEF96B88449B6EB1D137923C1B6408FC84879AF (U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 * __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*)&GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral079998E3393B6BDC1FAFFA63A54F724488AE5306); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0030; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(1); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_3 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_3, (1.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); // GameMgr.gameType = GlobalData.matchGameType; IL2CPP_RUNTIME_CLASS_INIT(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var); int32_t L_4 = ((GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_StaticFields*)il2cpp_codegen_static_fields_for(GlobalData_t3244B5104126591A1D30C1EC109CBA9FFEDC1425_il2cpp_TypeInfo_var))->get_matchGameType_3(); IL2CPP_RUNTIME_CLASS_INIT(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var); ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->set_gameType_5(L_4); // if (GameMgr.gameType == 9) { int32_t L_5 = ((GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_StaticFields*)il2cpp_codegen_static_fields_for(GameMgr_tE3D60AE9C96D966787437C5F15D3477A9E948950_il2cpp_TypeInfo_var))->get_gameType_5(); if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)9))))) { goto IL_0057; } } { // SceneManager.LoadScene("Game", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral079998E3393B6BDC1FAFFA63A54F724488AE5306, 0, /*hidden argument*/NULL); // } else { goto IL_0062; } IL_0057: { // SceneManager.LoadScene("GameChallenge", LoadSceneMode.Single); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6B3C9B5DDE6CDE2A041D05C4F3BE4A3D3D745B70(_stringLiteral70F7614A48C8C3AA87B473A1FDE12A8847CAF0F4, 0, /*hidden argument*/NULL); } IL_0062: { // } return (bool)0; } } // System.Object PKMatchingView/d__18::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadSceneOnEnterGameU3Ed__18_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m785C6A429538A8DCDE1B4082618349CC82376822 (U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void PKMatchingView/d__18::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadSceneOnEnterGameU3Ed__18_System_Collections_IEnumerator_Reset_mB18419DB7E527F662FDF9144029839CA1E69924C (U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 * __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*)&U3CLoadSceneOnEnterGameU3Ed__18_System_Collections_IEnumerator_Reset_mB18419DB7E527F662FDF9144029839CA1E69924C_RuntimeMethod_var))); } } // System.Object PKMatchingView/d__18::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadSceneOnEnterGameU3Ed__18_System_Collections_IEnumerator_get_Current_mFD44D567334D2543947B3ABB653A35FCE085E7E3 (U3CLoadSceneOnEnterGameU3Ed__18_t8BE64A7603E0040EF86A4AB3CCAC66168B03A864 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoParticleSystem__ctor_mA046B73C934441755CA5D57991D7C453645AD8CE (DemoParticleSystem_t6F0E4F45BF28278B96F760E47CFDF17FA7F76C2B * __this, const RuntimeMethod* method) { { // public int camOffset = 15; __this->set_camOffset_5(((int32_t)15)); 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 UnityStandardAssets.SceneUtils.ParticleSceneControls/DemoParticleSystemList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DemoParticleSystemList__ctor_mAFBB16272EB2E695826211DD030553401DF6E83B (DemoParticleSystemList_t3885BBD1CA5C4C983B20441E24226833802CD01E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4__ctor_m75C35393971810AEBA21CC290AAA4CC49495E255 (U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4_System_IDisposable_Dispose_m30657DE1BBA6F01F5956D1E956F93FC6FB95E903 (U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartU3Ed__4_MoveNext_m8F48483D8702D87182DDF114056160A982938E6F (U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320E615ACBF6C20581547142E87C7F15192C284E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral886D451FEE0B74B41A884D708F8D40636E12BBE3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * V_1 = NULL; ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* V_2 = NULL; int32_t V_3 = 0; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * V_4 = NULL; MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B V_5; memset((&V_5), 0, sizeof(V_5)); MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD V_6; memset((&V_6), 0, sizeof(V_6)); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D V_7; memset((&V_7), 0, sizeof(V_7)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_00a8; } case 2: { goto IL_0126; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // var systems = GetComponentsInChildren(); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_3 = V_1; NullCheck(L_3); ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_4; L_4 = Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B(L_3, /*hidden argument*/Component_GetComponentsInChildren_TisParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E_mDAF9A5D8D4A04ACDD64E45F3932B39273E855E3B_RuntimeMethod_var); __this->set_U3CsystemsU3E5__2_3(L_4); // foreach (var system in systems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_5 = __this->get_U3CsystemsU3E5__2_3(); V_2 = L_5; V_3 = 0; goto IL_0073; } IL_0040: { // foreach (var system in systems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_6 = V_2; int32_t L_7 = V_3; NullCheck(L_6); int32_t L_8 = L_7; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_9 = (L_6)->GetAt(static_cast(L_8)); V_4 = L_9; // m_MaxLifetime = Mathf.Max(system.main.startLifetime.constant, m_MaxLifetime); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_10 = V_1; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_11 = V_4; NullCheck(L_11); MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B L_12; L_12 = ParticleSystem_get_main_m8F17DCC63679B15CE548BE83332FDB6635AE74A0(L_11, /*hidden argument*/NULL); V_5 = L_12; MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_13; L_13 = MainModule_get_startLifetime_m5E45F78E690E61E6FC758FA927E0743FFC3262FA((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)(&V_5), /*hidden argument*/NULL); V_6 = L_13; float L_14; L_14 = MinMaxCurve_get_constant_mBC0C29DF6F1C6C999931E28BC1F8DD26BD3BB624((MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD *)(&V_6), /*hidden argument*/NULL); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_15 = V_1; NullCheck(L_15); float L_16 = L_15->get_m_MaxLifetime_6(); float L_17; L_17 = Mathf_Max_m4CE510E1F1013B33275F01543731A51A58BA0775(L_14, L_16, /*hidden argument*/NULL); NullCheck(L_10); L_10->set_m_MaxLifetime_6(L_17); int32_t L_18 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)); } IL_0073: { // foreach (var system in systems) int32_t L_19 = V_3; ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_20 = V_2; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_0040; } } { // float stopTime = Time.time + Random.Range(minDuration, maxDuration); float L_21; L_21 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_22 = V_1; NullCheck(L_22); float L_23 = L_22->get_minDuration_4(); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_24 = V_1; NullCheck(L_24); float L_25 = L_24->get_maxDuration_5(); float L_26; L_26 = Random_Range_mC15372D42A9ABDCAC3DE82E114D60A40C9C311D2(L_23, L_25, /*hidden argument*/NULL); __this->set_U3CstopTimeU3E5__3_4(((float)il2cpp_codegen_add((float)L_21, (float)L_26))); goto IL_00af; } IL_0098: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00a8: { __this->set_U3CU3E1__state_0((-1)); } IL_00af: { // while (Time.time < stopTime && !m_EarlyStop) float L_27; L_27 = Time_get_time_m1A186074B1FCD448AB13A4B9D715AB9ED0B40844(/*hidden argument*/NULL); float L_28 = __this->get_U3CstopTimeU3E5__3_4(); if ((!(((float)L_27) < ((float)L_28)))) { goto IL_00c4; } } { ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_29 = V_1; NullCheck(L_29); bool L_30 = L_29->get_m_EarlyStop_7(); if (!L_30) { goto IL_0098; } } IL_00c4: { // Debug.Log("stopping " + name); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_31 = V_1; NullCheck(L_31); String_t* L_32; L_32 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_31, /*hidden argument*/NULL); String_t* L_33; L_33 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral886D451FEE0B74B41A884D708F8D40636E12BBE3, L_32, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8(L_33, /*hidden argument*/NULL); // foreach (var system in systems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_34 = __this->get_U3CsystemsU3E5__2_3(); V_2 = L_34; V_3 = 0; goto IL_00fa; } IL_00e4: { // foreach (var system in systems) ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_35 = V_2; int32_t L_36 = V_3; NullCheck(L_35); int32_t L_37 = L_36; ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * L_38 = (L_35)->GetAt(static_cast(L_37)); // var emission = system.emission; NullCheck(L_38); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D L_39; L_39 = ParticleSystem_get_emission_m0BAA1EDF775A8712DA7D62BF3C42A2B1A6C96CA1(L_38, /*hidden argument*/NULL); V_7 = L_39; // emission.enabled = false; EmissionModule_set_enabled_mD9FD50C9F5EECD04B22D03E5C00C7DD64D2AC1F1((EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D *)(&V_7), (bool)0, /*hidden argument*/NULL); int32_t L_40 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)1)); } IL_00fa: { // foreach (var system in systems) int32_t L_41 = V_3; ParticleSystemU5BU5D_t9786AE8909F75284FDCB6BAD155E24AAFDB88CC7* L_42 = V_2; NullCheck(L_42); if ((((int32_t)L_41) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))) { goto IL_00e4; } } { // BroadcastMessage("Extinguish", SendMessageOptions.DontRequireReceiver); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_43 = V_1; NullCheck(L_43); Component_BroadcastMessage_m96C3AD7C97CC435E02425F91EE4521AF83931001(L_43, _stringLiteral320E615ACBF6C20581547142E87C7F15192C284E, 1, /*hidden argument*/NULL); // yield return new WaitForSeconds(m_MaxLifetime); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_44 = V_1; NullCheck(L_44); float L_45 = L_44->get_m_MaxLifetime_6(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_46 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_46, L_45, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_46); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0126: { __this->set_U3CU3E1__state_0((-1)); // Destroy(gameObject); ParticleSystemDestroyer_tC58A4B7AC857DA72A8B30F56BAD2C04BF9A1221D * L_47 = V_1; NullCheck(L_47); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_48; L_48 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_47, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_48, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__4_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m518B488D36CA8433355D9D9E5C7FF56414206FF3 (U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m809AC76CDDA11F1B03907A7BF03939F0645577C0 (U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartU3Ed__4_System_Collections_IEnumerator_Reset_m809AC76CDDA11F1B03907A7BF03939F0645577C0_RuntimeMethod_var))); } } // System.Object UnityStandardAssets.Utility.ParticleSystemDestroyer/d__4::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartU3Ed__4_System_Collections_IEnumerator_get_Current_m710D2045FB130B25C4B8911F951D2FB0BA9050D8 (U3CStartU3Ed__4_tA78F17B2ACCCF6A6521A65728EC2957F6A742934 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PhoneValidateController/d__0::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendPhoneValidateCodeU3Ed__0__ctor_m9D0AF2BF13AD3000DC288A571824A9CFF000402A (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __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 PhoneValidateController/d__0::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendPhoneValidateCodeU3Ed__0_System_IDisposable_Dispose_m2A9A15E6E845E312770FB0FD243C84E2E653FBF6 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __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) U3CSendPhoneValidateCodeU3Ed__0_U3CU3Em__Finally1_m3E7DD318EC56F97FCEB50AB578A598FD79E91DF8(__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 PhoneValidateController/d__0::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSendPhoneValidateCodeU3Ed__0_MoveNext_mFAE428AE9ABB459687693733D57A45771DEFC423 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7066FF1E0EAA9E444B1D683F8523EB0DF3715A4C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D); 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_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0084; } } IL_000e: { V_0 = (bool)0; goto IL_00d0; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/phoneValidate/sendPhoneValidateCode"; 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, _stringLiteral7066FF1E0EAA9E444B1D683F8523EB0DF3715A4C, /*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("phone", phone); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_phone_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145, L_7, /*hidden argument*/NULL); // form.AddField("language", (int)TextAutoLanguage2.GetLanguage()); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); int32_t L_9; L_9 = TextAutoLanguage2_GetLanguage_mA69317E46E6A45650B6A58B0E162C35120B1BDE3(/*hidden argument*/NULL); NullCheck(L_8); WWWForm_AddField_m20BED9E7C237D585E5D040A5D815D9C7DC16990C(L_8, _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D, L_9, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_10 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_12; L_12 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_10, L_11, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4(L_12); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_13); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_14; L_14 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_13, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00d0; } IL_0084: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_15); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_16; L_16 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_18; L_18 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_17, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_18; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_19 = __this->get_callback_3(); if (!L_19) { goto IL_00b8; } } IL_00ab: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_20 = __this->get_callback_3(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21 = V_4; NullCheck(L_20); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_20, L_21, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00b8: { // } U3CSendPhoneValidateCodeU3Ed__0_U3CU3Em__Finally1_m3E7DD318EC56F97FCEB50AB578A598FD79E91DF8(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_4((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00d0; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00c9; } FAULT_00c9: {// begin fault (depth: 1) U3CSendPhoneValidateCodeU3Ed__0_System_IDisposable_Dispose_m2A9A15E6E845E312770FB0FD243C84E2E653FBF6(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(201) }// end fault IL2CPP_CLEANUP(201) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d0: { bool L_22 = V_0; return L_22; } } // System.Void PhoneValidateController/d__0::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendPhoneValidateCodeU3Ed__0_U3CU3Em__Finally1_m3E7DD318EC56F97FCEB50AB578A598FD79E91DF8 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_4(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_4(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object PhoneValidateController/d__0::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSendPhoneValidateCodeU3Ed__0_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE6FDD99BB9AC313410C620F3367DD21735A88597 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void PhoneValidateController/d__0::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSendPhoneValidateCodeU3Ed__0_System_Collections_IEnumerator_Reset_mE9BA96F78D375D00072B8FE4B5E30960CEF098C4 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __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*)&U3CSendPhoneValidateCodeU3Ed__0_System_Collections_IEnumerator_Reset_mE9BA96F78D375D00072B8FE4B5E30960CEF098C4_RuntimeMethod_var))); } } // System.Object PhoneValidateController/d__0::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSendPhoneValidateCodeU3Ed__0_System_Collections_IEnumerator_get_Current_mBDFE7798F25C701F0D284E3B526DE9E67787FDD2 (U3CSendPhoneValidateCodeU3Ed__0_t7C1E4C5AF66CCCAD9A58992933A5C16AD4519C8D * __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 PhoneValidateController/d__1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidatePhoneU3Ed__1__ctor_m73B1251D3449D93A6515C2A343F5E30F84D59212 (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __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 PhoneValidateController/d__1::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidatePhoneU3Ed__1_System_IDisposable_Dispose_mD9F84B650D0513CDFF5431F0EA80D5954AE741AA (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __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) U3CValidatePhoneU3Ed__1_U3CU3Em__Finally1_m89216D17F86C376CC61DDE734118A7AF71D75F52(__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 PhoneValidateController/d__1::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CValidatePhoneU3Ed__1_MoveNext_m1557E0C508027C19A2A33C1DDA5C5758A162AC51 (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __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*)&_stringLiteral4CE6FED92FD53C17E1E5F08D5537049CBF85D402); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC); 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_0015; } } IL_000a: { int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0085; } } IL_000e: { V_0 = (bool)0; goto IL_00d1; } IL_0015: { __this->set_U3CU3E1__state_0((-1)); // string url = CommonConfig.gateServerURL + "/phoneValidate/validatePhone"; 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, _stringLiteral4CE6FED92FD53C17E1E5F08D5537049CBF85D402, /*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("phone", phone); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_6 = V_3; String_t* L_7 = __this->get_phone_2(); NullCheck(L_6); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_6, _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145, L_7, /*hidden argument*/NULL); // form.AddField("code", code); WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_8 = V_3; String_t* L_9 = __this->get_code_3(); NullCheck(L_8); WWWForm_AddField_m8ACDB7B2124FA6EAD7FC120BB469C6352C7B7696(L_8, _stringLiteral60A2E461CC4A1D49199A67B5216F128319CE63CC, L_9, /*hidden argument*/NULL); // using (UnityWebRequest request = UnityWebRequest.Post(url, form)) { String_t* L_10 = V_2; WWWForm_t078274293DA1BDA9AB5689AF8BCBF0EE17A2BABB * L_11 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_12; L_12 = UnityWebRequest_Post_m5F29B83B6FEDEAEAAC938DD26AE484A2750DB646(L_10, L_11, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5(L_12); __this->set_U3CU3E1__state_0(((int32_t)-3)); // yield return request.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_13 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_13); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_14; L_14 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_13, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_00d1; } IL_0085: { __this->set_U3CU3E1__state_0(((int32_t)-3)); // RequestResult requestResult = JsonConvert.DeserializeObject(request.downloadHandler.text); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_15 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_15); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_16; L_16 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_15, /*hidden argument*/NULL); NullCheck(L_16); String_t* L_17; L_17 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_18; L_18 = JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D(L_17, /*hidden argument*/JsonConvert_DeserializeObject_TisRequestResult_tCE96198172C7000A24026429191217E64CDA9DFB_m6C978C9F81338799130B67C0A4271283B4270C2D_RuntimeMethod_var); V_4 = L_18; // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_19 = __this->get_callback_4(); if (!L_19) { goto IL_00b9; } } IL_00ac: { // if (callback != null) callback(requestResult); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_20 = __this->get_callback_4(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_21 = V_4; NullCheck(L_20); Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8(L_20, L_21, /*hidden argument*/Action_1_Invoke_m0B63FE68526422E7D81F44E747733E95817AB0C8_RuntimeMethod_var); } IL_00b9: { // } U3CValidatePhoneU3Ed__1_U3CU3Em__Finally1_m89216D17F86C376CC61DDE734118A7AF71D75F52(__this, /*hidden argument*/NULL); __this->set_U3CrequestU3E5__2_5((UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E *)NULL); // } V_0 = (bool)0; goto IL_00d1; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_00ca; } FAULT_00ca: {// begin fault (depth: 1) U3CValidatePhoneU3Ed__1_System_IDisposable_Dispose_mD9F84B650D0513CDFF5431F0EA80D5954AE741AA(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(202) }// end fault IL2CPP_CLEANUP(202) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_00d1: { bool L_22 = V_0; return L_22; } } // System.Void PhoneValidateController/d__1::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidatePhoneU3Ed__1_U3CU3Em__Finally1_m89216D17F86C376CC61DDE734118A7AF71D75F52 (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_0 = __this->get_U3CrequestU3E5__2_5(); if (!L_0) { goto IL_001a; } } { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_1 = __this->get_U3CrequestU3E5__2_5(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_1); } IL_001a: { return; } } // System.Object PhoneValidateController/d__1::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CValidatePhoneU3Ed__1_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC1B90584E72E61F2D492AB74C3B140B460C3C7CB (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void PhoneValidateController/d__1::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CValidatePhoneU3Ed__1_System_Collections_IEnumerator_Reset_mC6F4C38731394E303BAD9CA37774A9D24914C2C0 (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __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*)&U3CValidatePhoneU3Ed__1_System_Collections_IEnumerator_Reset_mC6F4C38731394E303BAD9CA37774A9D24914C2C0_RuntimeMethod_var))); } } // System.Object PhoneValidateController/d__1::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CValidatePhoneU3Ed__1_System_Collections_IEnumerator_get_Current_m28BED0385E939814566292C3E0E847EFAD023745 (U3CValidatePhoneU3Ed__1_tBDF5E824FED560BB85676093E3AD634B57756DEE * __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.Pkcs.Pkcs12Store/CertId::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertId__ctor_mD8BE5818AD99A6436DE70DAF8EF1923353A8D075 (CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * __this, AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___pubKey0, const RuntimeMethod* method) { { // internal CertId( // AsymmetricKeyParameter pubKey) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.id = CreateSubjectKeyID(pubKey).GetKeyIdentifier(); AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * L_0 = ___pubKey0; SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * L_1; L_1 = Pkcs12Store_CreateSubjectKeyID_m9B09EAD2242D13A684C9D2A351303EFFBE224C64(L_0, /*hidden argument*/NULL); NullCheck(L_1); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2; L_2 = SubjectKeyIdentifier_GetKeyIdentifier_m502BB5B30C0817ECCB75870AF8E69C76E795709F_inline(L_1, /*hidden argument*/NULL); __this->set_id_0(L_2); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertId__ctor_mE836584189B9FF8C6DB964B82E0D46844B79AC18 (CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___id0, const RuntimeMethod* method) { { // internal CertId( // byte[] id) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.id = id; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___id0; __this->set_id_0(L_0); // } return; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId::get_Id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* CertId_get_Id_mB30D6B973A11B1BC595194D877E1566C5294FDDE (CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * __this, const RuntimeMethod* method) { { // get { return id; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_id_0(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CertId_GetHashCode_mA41B7D44D790EAF7530C99ED5700886E81B98FFD (CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Arrays.GetHashCode(id); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_id_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); int32_t L_1; L_1 = Arrays_GetHashCode_m8261AF075350B6360081F547285B872E81168C25(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/CertId::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CertId_Equals_m877EA8E5A3369DC681AA5F6C91A31D94E19E56E8 (CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * V_0 = NULL; { // if (obj == this) RuntimeObject * L_0 = ___obj0; if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 *)__this)))) { goto IL_0006; } } { // return true; return (bool)1; } IL_0006: { // CertId other = obj as CertId; RuntimeObject * L_1 = ___obj0; V_0 = ((CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 *)IsInstClass((RuntimeObject*)L_1, CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9_il2cpp_TypeInfo_var)); // if (other == null) CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * L_2 = V_0; if (L_2) { goto IL_0012; } } { // return false; return (bool)0; } IL_0012: { // return Arrays.AreEqual(id, other.id); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3 = __this->get_id_0(); CertId_t7E95DE6D107D879D5D6408D4CE8AF103660ED6D9 * L_4 = V_0; NullCheck(L_4); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = L_4->get_id_0(); IL2CPP_RUNTIME_CLASS_INIT(Arrays_t7CFD09DA7425047721E193958DAC5AB0FCFF67BF_il2cpp_TypeInfo_var); bool L_6; L_6 = Arrays_AreEqual_mA5503C81863BC5B4F26A66569A45A9B855ED2246(L_3, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoresCaseHashtable_Clear_mE22ACC692BB441E723293BB1C34F708A9F39283F (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // orig.Clear(); RuntimeObject* L_0 = __this->get_orig_0(); NullCheck(L_0); InterfaceActionInvoker0::Invoke(6 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); // keys.Clear(); RuntimeObject* L_1 = __this->get_keys_1(); NullCheck(L_1); InterfaceActionInvoker0::Invoke(6 /* System.Void System.Collections.IDictionary::Clear() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_1); // } return; } } // System.Collections.IEnumerator BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IgnoresCaseHashtable_GetEnumerator_m33747776AFCBDA81F7A27813E9072C46EBD334A5 (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return orig.GetEnumerator(); RuntimeObject* L_0 = __this->get_orig_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(9 /* System.Collections.IDictionaryEnumerator System.Collections.IDictionary::GetEnumerator() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IgnoresCaseHashtable_get_Keys_mEB2496919C0920BB3B4540F13A08DBFA4F49EF5C (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return orig.Keys; } RuntimeObject* L_0 = __this->get_orig_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IgnoresCaseHashtable_Remove_mA7E1AD67EFC067AEA713554EAD0620041EA14004 (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, String_t* ___alias0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string upper = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(alias); String_t* L_0 = ___alias0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_0, /*hidden argument*/NULL); V_0 = L_1; // string k = (string)keys[upper]; RuntimeObject* L_2 = __this->get_keys_1(); String_t* L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (k == null) String_t* L_5 = V_1; if (L_5) { goto IL_001e; } } { // return null; return NULL; } IL_001e: { // keys.Remove(upper); RuntimeObject* L_6 = __this->get_keys_1(); String_t* L_7 = V_0; NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, L_7); // object o = orig[k]; RuntimeObject* L_8 = __this->get_orig_0(); String_t* L_9 = V_1; NullCheck(L_8); RuntimeObject * L_10; L_10 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_8, L_9); // orig.Remove(k); RuntimeObject* L_11 = __this->get_orig_0(); String_t* L_12 = V_1; NullCheck(L_11); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_11, L_12); // return o; return L_10; } } // System.Object BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IgnoresCaseHashtable_get_Item_mEEE323E228A2B1F4327CD09851F6FBE227EB47DD (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, String_t* ___alias0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string upper = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(alias); String_t* L_0 = ___alias0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_0, /*hidden argument*/NULL); V_0 = L_1; // string k = (string)keys[upper]; RuntimeObject* L_2 = __this->get_keys_1(); String_t* L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (k == null) String_t* L_5 = V_1; if (L_5) { goto IL_001e; } } { // return null; return NULL; } IL_001e: { // return orig[k]; RuntimeObject* L_6 = __this->get_orig_0(); String_t* L_7 = V_1; NullCheck(L_6); RuntimeObject * L_8; L_8 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, L_7); return L_8; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::set_Item(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoresCaseHashtable_set_Item_m07F587EEC89409BA45FC78FC1054269DB8304504 (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, String_t* ___alias0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { // string upper = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.ToUpperInvariant(alias); String_t* L_0 = ___alias0; IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Platform_ToUpperInvariant_m306E35263EC9F3B4FE0722C3173BAAFDB1B3E158(L_0, /*hidden argument*/NULL); V_0 = L_1; // string k = (string)keys[upper]; RuntimeObject* L_2 = __this->get_keys_1(); String_t* L_3 = V_0; NullCheck(L_2); RuntimeObject * L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_2, L_3); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)); // if (k != null) String_t* L_5 = V_1; if (!L_5) { goto IL_0028; } } { // orig.Remove(k); RuntimeObject* L_6 = __this->get_orig_0(); String_t* L_7 = V_1; NullCheck(L_6); InterfaceActionInvoker1< RuntimeObject * >::Invoke(10 /* System.Void System.Collections.IDictionary::Remove(System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_6, L_7); } IL_0028: { // keys[upper] = alias; RuntimeObject* L_8 = __this->get_keys_1(); String_t* L_9 = V_0; String_t* L_10 = ___alias0; NullCheck(L_8); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_8, L_9, L_10); // orig[alias] = value; RuntimeObject* L_11 = __this->get_orig_0(); String_t* L_12 = ___alias0; RuntimeObject * L_13 = ___value1; NullCheck(L_11); InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(1 /* System.Void System.Collections.IDictionary::set_Item(System.Object,System.Object) */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_11, L_12, L_13); // } return; } } // System.Collections.ICollection BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IgnoresCaseHashtable_get_Values_m9ACDF5B9AFAC5ED36EEAFB6CB789F3298C10B100 (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return orig.Values; } RuntimeObject* L_0 = __this->get_orig_0(); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* System.Collections.ICollection System.Collections.IDictionary::get_Values() */, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Pkcs.Pkcs12Store/IgnoresCaseHashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IgnoresCaseHashtable__ctor_m4B90C650D5012535804EFC00C029770ED382521D (IgnoresCaseHashtable_t1FE3ECBA3A977156B90D9257F58CF048D28B2CEE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private readonly IDictionary orig = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); IL2CPP_RUNTIME_CLASS_INIT(Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var); RuntimeObject* L_0; L_0 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set_orig_0(L_0); // private readonly IDictionary keys = BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform.CreateHashtable(); RuntimeObject* L_1; L_1 = Platform_CreateHashtable_mC95944AF156429BA5DCBC1173539FC65A7782B06(/*hidden argument*/NULL); __this->set_keys_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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PointCorrector/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_m2ECF7A6A38C1301D956495835620BD8F49630B23 (U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Boolean PointCorrector/<>c__DisplayClass8_0::b__0(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass8_0_U3CUpdateU3Eb__0_m24540495B203A790A00A704AE2BA8CB241C8FFC3 (U3CU3Ec__DisplayClass8_0_tF320D0498ADDA5C8728BC5ADA64A56D5ECE56E0A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___p0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m52B7F20227C5A4F6E219C0BE93823539D7387C70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_m4F44877F7F8BBE94CFB06206CB404FF4DC882967_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); String_t* V_1 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // Vector3 angle = Quaternion.LookRotation(p - centerPoint, Vector3.up).eulerAngles; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___p0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = __this->get_centerPoint_0(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Subtraction_m2725C96965D5C0B1F9715797E51762B13A5FED58_inline(L_0, L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Quaternion_LookRotation_m8A7DB5BDBC361586191AB67ACF857F46160EE3F1(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_2), /*hidden argument*/NULL); V_0 = L_5; // string key = Mathf.FloorToInt(angle.x / angleDivisionValue) + "_" + Mathf.FloorToInt(angle.y / angleDivisionValue); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = V_0; float L_7 = L_6.get_x_2(); PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * L_8 = __this->get_U3CU3E4__this_1(); NullCheck(L_8); int32_t L_9 = L_8->get_angleDivisionValue_4(); int32_t L_10; L_10 = Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E(((float)((float)L_7/(float)((float)((float)L_9)))), /*hidden argument*/NULL); V_3 = L_10; String_t* L_11; L_11 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = V_0; float L_13 = L_12.get_y_3(); PointCorrector_t42AFA2E1ED7193C3E2F330D9F8CB6443143528F8 * L_14 = __this->get_U3CU3E4__this_1(); NullCheck(L_14); int32_t L_15 = L_14->get_angleDivisionValue_4(); int32_t L_16; L_16 = Mathf_FloorToInt_m9164D538D17B8C3C8A6C4E4FA95032F757D9091E(((float)((float)L_13/(float)((float)((float)L_15)))), /*hidden argument*/NULL); V_3 = L_16; String_t* L_17; L_17 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_3), /*hidden argument*/NULL); String_t* L_18; L_18 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_11, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, L_17, /*hidden argument*/NULL); V_1 = L_18; // if (angleSet.Contains(key)) { HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * L_19 = __this->get_angleSet_2(); String_t* L_20 = V_1; NullCheck(L_19); bool L_21; L_21 = HashSet_1_Contains_m4F44877F7F8BBE94CFB06206CB404FF4DC882967(L_19, L_20, /*hidden argument*/HashSet_1_Contains_m4F44877F7F8BBE94CFB06206CB404FF4DC882967_RuntimeMethod_var); if (!L_21) { goto IL_007a; } } { // return true; return (bool)1; } IL_007a: { // angleSet.Add(key); HashSet_1_t45F75268054D01D9E70EB33D7F6D2FA609DB9229 * L_22 = __this->get_angleSet_2(); String_t* L_23 = V_1; NullCheck(L_22); bool L_24; L_24 = HashSet_1_Add_m52B7F20227C5A4F6E219C0BE93823539D7387C70(L_22, L_23, /*hidden argument*/HashSet_1_Add_m52B7F20227C5A4F6E219C0BE93823539D7387C70_RuntimeMethod_var); // return false; return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PopupMgr/<>c__DisplayClass10_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_m12AC3EA36F090261672BC746C6302023A253D475 (U3CU3Ec__DisplayClass10_0_t12140C3F334E4B4AA865BC7C15226063461AD3D7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PopupMgr/<>c__DisplayClass10_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CShowBGTipU3Eb__0_mEDBD1472515A7E382B8B39599571B4CDD1C70097 (U3CU3Ec__DisplayClass10_0_t12140C3F334E4B4AA865BC7C15226063461AD3D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // GameObject.Destroy(o); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_o_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void PopupMgr/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_mB01CBC5DEC4DE4A0722CDC6DD7226C62789DD3C6 (U3CU3Ec__DisplayClass12_0_t5E91E122899C651E14C1B7E86C6C513EDE76A905 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PopupMgr/<>c__DisplayClass12_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CShowTipTopU3Eb__0_mA4CBC3E6B370EC1747B62B7740BDFC82B4AE2F43 (U3CU3Ec__DisplayClass12_0_t5E91E122899C651E14C1B7E86C6C513EDE76A905 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (tipObj) { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_tipObj_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0018; } } { // Destroy(tipObj); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_tipObj_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_2, /*hidden argument*/NULL); } IL_0018: { // }); 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 PopupMgr/<>c__DisplayClass6_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0__ctor_mAB29FD41A0375F85F31DFA65728275C15C03C77D (U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PopupMgr/<>c__DisplayClass6_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CShowTipU3Eb__0_mF473117AA3C15CF7105D7162B253E6BE4AF824D5 (U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885 * __this, const RuntimeMethod* method) { { // HideTip(tipObj); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0 = __this->get_U3CU3E4__this_0(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_tipObj_1(); NullCheck(L_0); PopupMgr_HideTip_m8E3BA479EEB127335015930D20D54AED696F8766(L_0, L_1, /*hidden argument*/NULL); // FadeOutTip(tipObj); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2 = __this->get_U3CU3E4__this_0(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_tipObj_1(); NullCheck(L_2); PopupMgr_FadeOutTip_mA557B5857FD78E0AD3A397BC3B8A33D4A74B1AF5(L_2, L_3, /*hidden argument*/NULL); // }); return; } } // System.Void PopupMgr/<>c__DisplayClass6_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass6_0_U3CShowTipU3Eb__1_m721073BB629E458E0F0348676172D3C23C769680 (U3CU3Ec__DisplayClass6_0_t5FA3C49AA5824C65F9A3D6D1911DA219F2992885 * __this, const RuntimeMethod* method) { { // HideTip(tipObj); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0 = __this->get_U3CU3E4__this_0(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_tipObj_1(); NullCheck(L_0); PopupMgr_HideTip_m8E3BA479EEB127335015930D20D54AED696F8766(L_0, L_1, /*hidden argument*/NULL); // FadeOutTip(tipObj); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2 = __this->get_U3CU3E4__this_0(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_tipObj_1(); NullCheck(L_2); PopupMgr_FadeOutTip_mA557B5857FD78E0AD3A397BC3B8A33D4A74B1AF5(L_2, L_3, /*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 PopupMgr/<>c__DisplayClass9_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m810B6A851842F7409F2B15CC29CB5A4717EB72AC (U3CU3Ec__DisplayClass9_0_tA633CDAB24BE289DF8C371F0DDC96FBF76763A90 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void PopupMgr/<>c__DisplayClass9_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CFadeOutTipU3Eb__0_m5FDFF2EBFF1BE975BF67B9B84E547BAF98029BE9 (U3CU3Ec__DisplayClass9_0_tA633CDAB24BE289DF8C371F0DDC96FBF76763A90 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Destroy(tipObj); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_tipObj_0(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_0, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::ProbablyPrime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * MROutput_ProbablyPrime_m3D7DDA63F586A4BF121489CADAF5B68A9381EBE3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new MROutput(false, null); MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * L_0 = (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 *)il2cpp_codegen_object_new(MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var); MROutput__ctor_m8FF3A55022F26C0D38F014D34B8199B968BE95F8(L_0, (bool)0, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, /*hidden argument*/NULL); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::ProvablyCompositeWithFactor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * MROutput_ProvablyCompositeWithFactor_m0542AED452011C6FC4CE7FF56C97E2936B41ECEB (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___factor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new MROutput(true, factor); BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___factor0; MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * L_1 = (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 *)il2cpp_codegen_object_new(MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var); MROutput__ctor_m8FF3A55022F26C0D38F014D34B8199B968BE95F8(L_1, (bool)1, L_0, /*hidden argument*/NULL); return L_1; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::ProvablyCompositeNotPrimePower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * MROutput_ProvablyCompositeNotPrimePower_m0114E42CE52E01AEAB135ABC4B0F2AA023180E47 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return new MROutput(true, null); MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * L_0 = (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 *)il2cpp_codegen_object_new(MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637_il2cpp_TypeInfo_var); MROutput__ctor_m8FF3A55022F26C0D38F014D34B8199B968BE95F8(L_0, (bool)1, (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)NULL, /*hidden argument*/NULL); return L_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::.ctor(System.Boolean,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MROutput__ctor_m8FF3A55022F26C0D38F014D34B8199B968BE95F8 (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * __this, bool ___provablyComposite0, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___factor1, const RuntimeMethod* method) { { // private MROutput(bool provablyComposite, BigInteger factor) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mProvablyComposite = provablyComposite; bool L_0 = ___provablyComposite0; __this->set_mProvablyComposite_0(L_0); // this.mFactor = factor; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = ___factor1; __this->set_mFactor_1(L_1); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::get_Factor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * MROutput_get_Factor_m8788A9CA1232AE9A117DF7E12DBA8D5F2DC82C10 (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * __this, const RuntimeMethod* method) { { // get { return mFactor; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_mFactor_1(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::get_IsProvablyComposite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MROutput_get_IsProvablyComposite_m8C4B21AA0D3D506D4CC93D9163146EFE6098ABF8 (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * __this, const RuntimeMethod* method) { { // get { return mProvablyComposite; } bool L_0 = __this->get_mProvablyComposite_0(); return L_0; } } // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/MROutput::get_IsNotPrimePower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MROutput_get_IsNotPrimePower_m0229011F9BDED740B815AA0A6D2168125000A854 (MROutput_t19D2214BB0F6191B31991EF7F3127F47EF6D0637 * __this, const RuntimeMethod* method) { { // get { return mProvablyComposite && mFactor == null; } bool L_0 = __this->get_mProvablyComposite_0(); if (!L_0) { goto IL_0012; } } { BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_1 = __this->get_mFactor_1(); return (bool)((((RuntimeObject*)(BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void STOutput__ctor_mF2D91D773C24CA85459C04616C7F904FD347D1E3 (STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5 * __this, BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * ___prime0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___primeSeed1, int32_t ___primeGenCounter2, const RuntimeMethod* method) { { // internal STOutput(BigInteger prime, byte[] primeSeed, int primeGenCounter) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.mPrime = prime; BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = ___prime0; __this->set_mPrime_0(L_0); // this.mPrimeSeed = primeSeed; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___primeSeed1; __this->set_mPrimeSeed_1(L_1); // this.mPrimeGenCounter = primeGenCounter; int32_t L_2 = ___primeGenCounter2; __this->set_mPrimeGenCounter_2(L_2); // } return; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::get_Prime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * STOutput_get_Prime_m5DC5368585122542252A81856EC8AB3AFAFB51C9 (STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5 * __this, const RuntimeMethod* method) { { // get { return mPrime; } BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * L_0 = __this->get_mPrime_0(); return L_0; } } // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::get_PrimeSeed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* STOutput_get_PrimeSeed_m781B85FAB00D6CA73C281182DFE5DD4CD954895A (STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5 * __this, const RuntimeMethod* method) { { // get { return mPrimeSeed; } ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_mPrimeSeed_1(); return L_0; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.Primes/STOutput::get_PrimeGenCounter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t STOutput_get_PrimeGenCounter_m0C518E8C7231CB7B5F3281A2F57BC5D6DCC987F3 (STOutput_t3C55144BA92012B8236E9FC59E90C3041D1958C5 * __this, const RuntimeMethod* method) { { // get { return mPrimeGenCounter; } int32_t L_0 = __this->get_mPrimeGenCounter_2(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer::Compare(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RayHitComparer_Compare_m58E06CAB53C50F64CD9BC9C64050BAF4E5E9354D (RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; { // return ((RaycastHit) x).distance.CompareTo(((RaycastHit) y).distance); RuntimeObject * L_0 = ___x0; V_0 = ((*(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)UnBox(L_0, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89_il2cpp_TypeInfo_var)))); float L_1; L_1 = RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); V_1 = L_1; RuntimeObject * L_2 = ___y1; V_0 = ((*(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)UnBox(L_2, RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89_il2cpp_TypeInfo_var)))); float L_3; L_3 = RaycastHit_get_distance_m85FCA98D7957C3BF1D449CA1B48C116CCD6226FA((RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 *)(&V_0), /*hidden argument*/NULL); int32_t L_4; L_4 = Single_CompareTo_m80B5B5A70A2343C3A8673F35635EBED4458109B4((float*)(&V_1), L_3, /*hidden argument*/NULL); return L_4; } } // System.Void UnityStandardAssets.Cameras.ProtectCameraFromWallClip/RayHitComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RayHitComparer__ctor_mE0506654EA6FCFED553243206FF268F188737B00 (RayHitComparer_t298EF93A8FC51892A7BBC81789DDA289F9B92D44 * __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 RabbitHuntGameMode_OnlinePK/OnlineHelper::.ctor(RabbitHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper__ctor_m6064F50F17560B13E05DAA69D55CFBC9B0EF7DC8 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___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_mCF2B7BD619BEB1C899699C6E4E4BD294F965EA2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4_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_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_2 = (Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 *)il2cpp_codegen_object_new(Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4_il2cpp_TypeInfo_var); Dictionary_2__ctor_mCF2B7BD619BEB1C899699C6E4E4BD294F965EA2E(L_2, /*hidden argument*/Dictionary_2__ctor_mCF2B7BD619BEB1C899699C6E4E4BD294F965EA2E_RuntimeMethod_var); __this->set_animalSyncMap_10(L_2); // public OnlineHelper(RabbitHuntGameMode_OnlinePK gameMode) { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.gameMode = gameMode; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_3 = ___gameMode0; __this->set_gameMode_0(L_3); // } return; } } // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerInited() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerInited_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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 RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMyPlayerRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMyPlayerRunning_mA787701B03D4FC207AB195187FE6F3CE20FB68CE (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method) { { // return myPlayerIndex == gameMode.currentPlayerIndex; int32_t L_0 = __this->get_myPlayerIndex_2(); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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 RabbitHuntGameMode_OnlinePK/OnlineHelper::IsMainHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsMainHost_mD1E300A78CB8C4CD89E5CD86B31E3FE41A9916C1 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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 RabbitHuntGameMode_OnlinePK/OnlineHelper::IsCopyHost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCopyHost_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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 RabbitHuntGameMode_OnlinePK/OnlineHelper::InitSocketPlayer(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_InitSocketPlayer_mB884C9BF3F01704791EB9762655B053DC1B8442D (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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_m8D524DDF15DAD6B46B8E3C7C47A5868687C17C3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_U3CInitSocketPlayerU3Eb__0_m0E2DD79337D60BFB99C5F41E986F74CC3C3A7BED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * V_0 = NULL; { U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * L_0 = (U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass10_0__ctor_mC654995F2A39BA2150A48230FDEE8B43CDE278F2(L_0, /*hidden argument*/NULL); V_0 = L_0; U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * L_1 = V_0; NullCheck(L_1); L_1->set_U3CU3E4__this_0(__this); U3CU3Ec__DisplayClass10_0_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * 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_t006D34A2325D030CF0A66A59431BBA16AB7E4CB0 * 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_m0E2DD79337D60BFB99C5F41E986F74CC3C3A7BED_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_m8D524DDF15DAD6B46B8E3C7C47A5868687C17C3F_RuntimeMethod_var), /*hidden argument*/Action_2__ctor_mCB5558EB94AA4CA964F6ABE3341822F1A9980C8E_RuntimeMethod_var); NullCheck(L_8); L_8->set_onReceivePKGameData_10(L_9); // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m0CF5EE9314E6F45BDCAB991E4563A4C155E787A9(__this, /*hidden argument*/NULL); // JCUnityLib.CoroutineStarter.Start(CheckAndUpload()); RuntimeObject* L_10; L_10 = OnlineHelper_CheckAndUpload_m0ACA214537F18CFBD0AE858C916726485304161E(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_11; L_11 = CoroutineStarter_Start_mE4CE5D6D054BE5D28D32E50837CD9CEE247E9670(L_10, /*hidden argument*/NULL); // } return; } } // System.Boolean RabbitHuntGameMode_OnlinePK/OnlineHelper::IsCanUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnlineHelper_IsCanUpload_m4CA256099B00053B598E8E2583E6AE28B0528F12 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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(); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; } } { RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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 RabbitHuntGameMode_OnlinePK/OnlineHelper::CheckAndUpload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnlineHelper_CheckAndUpload_m0ACA214537F18CFBD0AE858C916726485304161E (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * L_0 = (U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 *)il2cpp_codegen_object_new(U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5_il2cpp_TypeInfo_var); U3CCheckAndUploadU3Ed__13__ctor_m38C06A2CF95268EA5886E7D230D75764F4688090(L_0, 0, /*hidden argument*/NULL); U3CCheckAndUploadU3Ed__13_t7436B99389EFA3DA8016B79DAFCFC192EED030B5 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::onReceivePKGameData(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_onReceivePKGameData_m8D524DDF15DAD6B46B8E3C7C47A5868687C17C3F (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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_m6B4B1A29C7421E5798EB7161D59CE1787962457F_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_m17F84A4DAB52CBC00403CE783107A8481E585D16_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_m76DA1CA772747AADD061168D13ED7F0213E6855D_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_m5A17FB104B4A7E02B08FBEE10F3407C7EAD9D7BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m8F224C4E825FECB1619E310C75653C37B42976CB_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_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4_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_mA95AE07AB1D9B534F695BD1A033B28EF6E4984B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m2D731B79390C49767D6253F03C341DD8C100898E_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_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mCD48B60A599296E13C5E5DD6B546BEC593606DF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_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_m161B3A7FA010BCF050729128637E193524AF64A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_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_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_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_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_t8E3A10B51FC368DC36294228845D2A24E3C121F1_mC8F289B07A8A063ACD77146B622DABA0D380CFA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_DeserializeObject_TisSyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_m565E5A350A86E250989B57449CA078F3441822ED_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_m82E47575854CCC74D41782C1CA6B4C699FB2385E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_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_mA9020F21C3D9183B9D91179674C08C4598980E67_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*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_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_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * V_13 = NULL; List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * V_14 = NULL; Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 V_15; memset((&V_15), 0, sizeof(V_15)); KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 V_16; memset((&V_16), 0, sizeof(V_16)); Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 V_17; memset((&V_17), 0, sizeof(V_17)); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * V_18 = NULL; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * V_19 = NULL; KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 V_20; memset((&V_20), 0, sizeof(V_20)); int32_t V_21 = 0; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * V_22 = NULL; int32_t V_23 = 0; String_t* V_24 = NULL; Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 V_25; memset((&V_25), 0, sizeof(V_25)); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * 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_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB(__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_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * L_4; L_4 = JsonConvert_DeserializeObject_TisSyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_m565E5A350A86E250989B57449CA078F3441822ED(L_3, /*hidden argument*/JsonConvert_DeserializeObject_TisSyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_m565E5A350A86E250989B57449CA078F3441822ED_RuntimeMethod_var); // syncLogicData.Output(this.gameMode); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_5 = __this->get_gameMode_0(); NullCheck(L_4); SyncLogicData_Output_mC91A40E1E59E708D73C2D14D9E459CBA17910638(L_4, L_5, /*hidden argument*/NULL); // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m0CF5EE9314E6F45BDCAB991E4563A4C155E787A9(__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_mA787701B03D4FC207AB195187FE6F3CE20FB68CE(__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(); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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_04a3; } } { // List syncDataList = JsonConvert.DeserializeObject>(data); String_t* L_116 = ___data1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * L_117; L_117 = JsonConvert_DeserializeObject_TisList_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_mC8F289B07A8A063ACD77146B622DABA0D380CFA7(L_116, /*hidden argument*/JsonConvert_DeserializeObject_TisList_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_mC8F289B07A8A063ACD77146B622DABA0D380CFA7_RuntimeMethod_var); V_13 = L_117; // foreach (var item in animalSyncMap) { Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_118 = __this->get_animalSyncMap_10(); NullCheck(L_118); Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 L_119; L_119 = Dictionary_2_GetEnumerator_m6B4B1A29C7421E5798EB7161D59CE1787962457F(L_118, /*hidden argument*/Dictionary_2_GetEnumerator_m6B4B1A29C7421E5798EB7161D59CE1787962457F_RuntimeMethod_var); V_15 = L_119; } IL_02e9: try {// begin try (depth: 1) { goto IL_0301; } IL_02eb: { // foreach (var item in animalSyncMap) { KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 L_120; L_120 = Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_inline((Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *)(&V_15), /*hidden argument*/Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_RuntimeMethod_var); V_16 = L_120; // item.Value.isInvalid = true; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_121; L_121 = KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_inline((KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 *)(&V_16), /*hidden argument*/KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_RuntimeMethod_var); NullCheck(L_121); L_121->set_isInvalid_18((bool)1); } IL_0301: { // foreach (var item in animalSyncMap) { bool L_122; L_122 = Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300((Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *)(&V_15), /*hidden argument*/Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300_RuntimeMethod_var); if (L_122) { goto IL_02eb; } } IL_030a: { IL2CPP_LEAVE(0x31A, FINALLY_030c); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_030c; } FINALLY_030c: {// begin finally (depth: 1) Enumerator_Dispose_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4((Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *)(&V_15), /*hidden argument*/Enumerator_Dispose_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4_RuntimeMethod_var); IL2CPP_END_FINALLY(780) }// end finally (depth: 1) IL2CPP_CLEANUP(780) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x31A, IL_031a) } IL_031a: { // foreach (var item in syncDataList) { List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * L_123 = V_13; NullCheck(L_123); Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 L_124; L_124 = List_1_GetEnumerator_mA9020F21C3D9183B9D91179674C08C4598980E67(L_123, /*hidden argument*/List_1_GetEnumerator_mA9020F21C3D9183B9D91179674C08C4598980E67_RuntimeMethod_var); V_17 = L_124; } IL_0323: try {// begin try (depth: 1) { goto IL_03bb; } IL_0328: { // foreach (var item in syncDataList) { RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_125; L_125 = Enumerator_get_Current_m161B3A7FA010BCF050729128637E193524AF64A7_inline((Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 *)(&V_17), /*hidden argument*/Enumerator_get_Current_m161B3A7FA010BCF050729128637E193524AF64A7_RuntimeMethod_var); V_18 = L_125; // animalSyncMap.TryGetValue(item.id, out animalSync); Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_126 = __this->get_animalSyncMap_10(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_127 = V_18; NullCheck(L_127); int32_t L_128 = L_127->get_id_0(); NullCheck(L_126); bool L_129; L_129 = Dictionary_2_TryGetValue_m76DA1CA772747AADD061168D13ED7F0213E6855D(L_126, L_128, (Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 **)(&V_19), /*hidden argument*/Dictionary_2_TryGetValue_m76DA1CA772747AADD061168D13ED7F0213E6855D_RuntimeMethod_var); // if (animalSync == null) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_130 = V_19; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_131; L_131 = Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54(L_130, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_131) { goto IL_03aa; } } IL_0350: { // GameObject animalObject = GameObject.Instantiate(gameMode.animalPrefab, Vector3.zero, Quaternion.identity, gameMode.animalsBaseT); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_132 = __this->get_gameMode_0(); NullCheck(L_132); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_133 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_132)->get_animalPrefab_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_134; L_134 = Vector3_get_zero_m1A8F7993167785F750B6B01762D22C2597C84EF6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_135; L_135 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_136 = __this->get_gameMode_0(); NullCheck(L_136); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_137 = ((ChallengeGameMode_tBEE3EA8F275D49B06B7D5E9743E0F17CF4F0418B *)L_136)->get_animalsBaseT_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_138; L_138 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21(L_133, L_134, L_135, L_137, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mBD93211DA0D7B29006CFA30014093BAFEFB1BA21_RuntimeMethod_var); // animalSync = animalObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_139 = L_138; NullCheck(L_139); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_140; L_140 = GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C(L_139, /*hidden argument*/GameObject_GetComponent_TisRabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_m945DC1376821BBA76F0E1F2E19E2D733B081783C_RuntimeMethod_var); V_19 = L_140; // animalSync.isMirror = true; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_141 = V_19; NullCheck(L_141); L_141->set_isMirror_12((bool)1); // animalSync.inputSyncData = item; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_142 = V_19; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_143 = V_18; NullCheck(L_142); Rabbit_set_inputSyncData_m8769C5C93685BB2FCD6D2666CA89D2BCFA78955C(L_142, L_143, /*hidden argument*/NULL); // animalObject.SetActive(true); NullCheck(L_139); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_139, (bool)1, /*hidden argument*/NULL); // animalSyncMap[item.id] = animalSync; Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_144 = __this->get_animalSyncMap_10(); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_145 = V_18; NullCheck(L_145); int32_t L_146 = L_145->get_id_0(); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_147 = V_19; NullCheck(L_144); Dictionary_2_set_Item_m8F224C4E825FECB1619E310C75653C37B42976CB(L_144, L_146, L_147, /*hidden argument*/Dictionary_2_set_Item_m8F224C4E825FECB1619E310C75653C37B42976CB_RuntimeMethod_var); // } else { goto IL_03b3; } IL_03aa: { // animalSync.inputSyncData = item; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_148 = V_19; RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_149 = V_18; NullCheck(L_148); Rabbit_set_inputSyncData_m8769C5C93685BB2FCD6D2666CA89D2BCFA78955C(L_148, L_149, /*hidden argument*/NULL); } IL_03b3: { // animalSync.isInvalid = false; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_150 = V_19; NullCheck(L_150); L_150->set_isInvalid_18((bool)0); } IL_03bb: { // foreach (var item in syncDataList) { bool L_151; L_151 = Enumerator_MoveNext_m2D731B79390C49767D6253F03C341DD8C100898E((Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 *)(&V_17), /*hidden argument*/Enumerator_MoveNext_m2D731B79390C49767D6253F03C341DD8C100898E_RuntimeMethod_var); if (L_151) { goto IL_0328; } } IL_03c7: { IL2CPP_LEAVE(0x3D7, FINALLY_03c9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03c9; } FINALLY_03c9: {// begin finally (depth: 1) Enumerator_Dispose_mA95AE07AB1D9B534F695BD1A033B28EF6E4984B4((Enumerator_tC878C68C355D877BA3126E5DF87FEBB154A61091 *)(&V_17), /*hidden argument*/Enumerator_Dispose_mA95AE07AB1D9B534F695BD1A033B28EF6E4984B4_RuntimeMethod_var); IL2CPP_END_FINALLY(969) }// end finally (depth: 1) IL2CPP_CLEANUP(969) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D7, IL_03d7) } IL_03d7: { // List removeIDs = null; V_14 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)NULL; // foreach (var item in animalSyncMap) { Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_152 = __this->get_animalSyncMap_10(); NullCheck(L_152); Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 L_153; L_153 = Dictionary_2_GetEnumerator_m6B4B1A29C7421E5798EB7161D59CE1787962457F(L_152, /*hidden argument*/Dictionary_2_GetEnumerator_m6B4B1A29C7421E5798EB7161D59CE1787962457F_RuntimeMethod_var); V_15 = L_153; } IL_03e7: try {// begin try (depth: 1) { goto IL_0419; } IL_03e9: { // foreach (var item in animalSyncMap) { KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 L_154; L_154 = Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_inline((Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *)(&V_15), /*hidden argument*/Enumerator_get_Current_m1E4B8569A212EAF116905684F438173EE2240326_RuntimeMethod_var); V_20 = L_154; // if (item.Value.isInvalid) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_155; L_155 = KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_inline((KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 *)(&V_20), /*hidden argument*/KeyValuePair_2_get_Value_m36BBB13B47A0631423B5C18DC768CC040CBB4CD8_RuntimeMethod_var); NullCheck(L_155); bool L_156 = L_155->get_isInvalid_18(); if (!L_156) { goto IL_0419; } } IL_0400: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_157 = V_14; if (L_157) { goto IL_040b; } } IL_0404: { // if (removeIDs == null) removeIDs = new List(); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_158 = (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 *)il2cpp_codegen_object_new(List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7_il2cpp_TypeInfo_var); List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD(L_158, /*hidden argument*/List_1__ctor_m45E78772E9157F6CD684A69AAB07CE4082FE5FFD_RuntimeMethod_var); V_14 = L_158; } IL_040b: { // removeIDs.Add(item.Key); List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_159 = V_14; int32_t L_160; L_160 = KeyValuePair_2_get_Key_m82E47575854CCC74D41782C1CA6B4C699FB2385E_inline((KeyValuePair_2_tC98A371E9C21B5FC8E1BE5622E36F67D06DF4BE9 *)(&V_20), /*hidden argument*/KeyValuePair_2_get_Key_m82E47575854CCC74D41782C1CA6B4C699FB2385E_RuntimeMethod_var); NullCheck(L_159); List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F(L_159, L_160, /*hidden argument*/List_1_Add_m415CDDDC44D8102E7E71D9EA0A853D7BBE6F469F_RuntimeMethod_var); } IL_0419: { // foreach (var item in animalSyncMap) { bool L_161; L_161 = Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300((Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *)(&V_15), /*hidden argument*/Enumerator_MoveNext_mD5E8848148D23F4D3D5DD9541882D9C8729D7300_RuntimeMethod_var); if (L_161) { goto IL_03e9; } } IL_0422: { IL2CPP_LEAVE(0x432, FINALLY_0424); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0424; } FINALLY_0424: {// begin finally (depth: 1) Enumerator_Dispose_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4((Enumerator_tAA2A3453FE294C1492650296F9D6BCF903B293A1 *)(&V_15), /*hidden argument*/Enumerator_Dispose_m41D6FAB1B8F404AA30FA00570CA3CF68560901E4_RuntimeMethod_var); IL2CPP_END_FINALLY(1060) }// end finally (depth: 1) IL2CPP_CLEANUP(1060) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x432, IL_0432) } IL_0432: { // if (removeIDs != null) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_162 = V_14; if (!L_162) { goto IL_04a3; } } { // foreach (var id in removeIDs) { List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * L_163 = V_14; NullCheck(L_163); Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C L_164; L_164 = List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175(L_163, /*hidden argument*/List_1_GetEnumerator_mD396EA185003D66D9F0425A2C98D23F6A1624175_RuntimeMethod_var); V_10 = L_164; } IL_043f: try {// begin try (depth: 1) { goto IL_048a; } IL_0441: { // foreach (var id in removeIDs) { int32_t L_165; L_165 = Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_inline((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_get_Current_m376883DE8D9B9C406BEA9E5A0DB2F132FE4B7FDA_RuntimeMethod_var); V_21 = L_165; // Rabbit animalSync = animalSyncMap[id]; Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_166 = __this->get_animalSyncMap_10(); int32_t L_167 = V_21; NullCheck(L_166); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_168; L_168 = Dictionary_2_get_Item_m5A17FB104B4A7E02B08FBEE10F3407C7EAD9D7BC(L_166, L_167, /*hidden argument*/Dictionary_2_get_Item_m5A17FB104B4A7E02B08FBEE10F3407C7EAD9D7BC_RuntimeMethod_var); V_22 = L_168; // animalSyncMap.Remove(id); Dictionary_2_t2E6C8D53FA43584A2FDC684CFA89540862ACF1B4 * L_169 = __this->get_animalSyncMap_10(); int32_t L_170 = V_21; NullCheck(L_169); bool L_171; L_171 = Dictionary_2_Remove_m17F84A4DAB52CBC00403CE783107A8481E585D16(L_169, L_170, /*hidden argument*/Dictionary_2_Remove_m17F84A4DAB52CBC00403CE783107A8481E585D16_RuntimeMethod_var); // if (animalSync && animalSync.gameObject) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_172 = V_22; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_173; L_173 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_172, /*hidden argument*/NULL); if (!L_173) { goto IL_048a; } } IL_0470: { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_174 = V_22; NullCheck(L_174); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_175; L_175 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_174, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_176; L_176 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_175, /*hidden argument*/NULL); if (!L_176) { goto IL_048a; } } IL_047e: { // GameObject.Destroy(animalSync.gameObject); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_177 = V_22; NullCheck(L_177); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_178; L_178 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_177, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30(L_178, /*hidden argument*/NULL); } IL_048a: { // foreach (var id in removeIDs) { bool L_179; L_179 = Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_MoveNext_m40FD166B6757334A2BBCF67238EFDF70D727A4A6_RuntimeMethod_var); if (L_179) { goto IL_0441; } } IL_0493: { IL2CPP_LEAVE(0x4A3, FINALLY_0495); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0495; } FINALLY_0495: {// begin finally (depth: 1) Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86((Enumerator_t7BA00929E14A2F2A62CE085585044A3FEB2C5F3C *)(&V_10), /*hidden argument*/Enumerator_Dispose_m0F4FCA57A586D78D592E624FE089FC61DF99EF86_RuntimeMethod_var); IL2CPP_END_FINALLY(1173) }// end finally (depth: 1) IL2CPP_CLEANUP(1173) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4A3, IL_04a3) } IL_04a3: { // if (key == "RUpdate") { String_t* L_180 = ___key0; bool L_181; L_181 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_180, _stringLiteral96836619721662F00C6D3D49CE881E9C4CB15294, /*hidden argument*/NULL); if (!L_181) { goto IL_04d5; } } { // if (int.Parse(data) == roundID) { String_t* L_182 = ___data1; int32_t L_183; L_183 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_182, /*hidden argument*/NULL); int32_t L_184 = __this->get_roundID_3(); if ((!(((uint32_t)L_183) == ((uint32_t)L_184)))) { goto IL_04d5; } } { // gameMode.OnUpdate(uploadOnceTime.waitTime, false); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_185 = __this->get_gameMode_0(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_186 = __this->get_uploadOnceTime_5(); NullCheck(L_186); float L_187; L_187 = WaitForSecondsRealtime_get_waitTime_m04ED4EACCB01E49DEC7E0E5A83789068A3525BC2_inline(L_186, /*hidden argument*/NULL); NullCheck(L_185); RabbitHuntGameMode_OnlinePK_OnUpdate_mE43C81714ECC7B00B50046411120A49F00372C5E(L_185, L_187, (bool)0, /*hidden argument*/NULL); } IL_04d5: { // if (key == "OnHit") { String_t* L_188 = ___key0; bool L_189; L_189 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_188, _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA, /*hidden argument*/NULL); if (!L_189) { goto IL_0548; } } { // string[] dataSplits = data.Split(','); String_t* L_190 = ___data1; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_191 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_192 = L_191; NullCheck(L_192); (L_192)->SetAt(static_cast(0), (Il2CppChar)((int32_t)44)); NullCheck(L_190); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_193; L_193 = String_Split_m2C74DC2B85B322998094BEDE787C378822E1F28B(L_190, L_192, /*hidden argument*/NULL); // int uid = int.Parse(dataSplits[0]); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_194 = L_193; NullCheck(L_194); int32_t L_195 = 0; String_t* L_196 = (L_194)->GetAt(static_cast(L_195)); int32_t L_197; L_197 = Int32_Parse_mE5D220FEA7F0BFB1B220B2A30797D7DD83ACF22C(L_196, /*hidden argument*/NULL); V_23 = L_197; // string partName = dataSplits[1]; NullCheck(L_194); int32_t L_198 = 1; String_t* L_199 = (L_194)->GetAt(static_cast(L_198)); V_24 = L_199; // foreach (var item in Rabbit.rabbitSet) { IL2CPP_RUNTIME_CLASS_INIT(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_200 = ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->get_rabbitSet_10(); NullCheck(L_200); Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 L_201; L_201 = HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565(L_200, /*hidden argument*/HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); V_25 = L_201; } IL_050d: try {// begin try (depth: 1) { goto IL_052f; } IL_050f: { // foreach (var item in Rabbit.rabbitSet) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_202; L_202 = Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_inline((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_25), /*hidden argument*/Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); V_26 = L_202; // if (item.uid == uid) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_203 = V_26; NullCheck(L_203); int32_t L_204 = L_203->get_uid_11(); int32_t L_205 = V_23; if ((!(((uint32_t)L_204) == ((uint32_t)L_205)))) { goto IL_052f; } } IL_0523: { // item.OnHitLogic(null, partName); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_206 = V_26; String_t* L_207 = V_24; NullCheck(L_206); Rabbit_OnHitLogic_mB440FE47FFA18CC1FF9050C8B6736E590E00319A(L_206, (Arrow_t98BA45BD73ADFAD1B38830B6D6D48588A96AC86A *)NULL, L_207, /*hidden argument*/NULL); // break; //???break???1?????ID,????????????2???????????????????????Set?????+1????????modifyException IL2CPP_LEAVE(0x548, FINALLY_053a); } IL_052f: { // foreach (var item in Rabbit.rabbitSet) { bool L_208; L_208 = Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_25), /*hidden argument*/Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); if (L_208) { goto IL_050f; } } IL_0538: { IL2CPP_LEAVE(0x548, FINALLY_053a); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_053a; } FINALLY_053a: {// begin finally (depth: 1) Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_25), /*hidden argument*/Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); IL2CPP_END_FINALLY(1338) }// end finally (depth: 1) IL2CPP_CLEANUP(1338) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x548, IL_0548) } IL_0548: { // } return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::AutoSwitchBanUserControlBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_AutoSwitchBanUserControlBow_m0CF5EE9314E6F45BDCAB991E4563A4C155E787A9 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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_mA787701B03D4FC207AB195187FE6F3CE20FB68CE(__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 RabbitHuntGameMode_OnlinePK/OnlineHelper::OnFrameUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_OnFrameUpdate_m0A9DB3F995AA603143D010EA4F00E710542E0F42 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // AutoSwitchBanUserControlBow(); OnlineHelper_AutoSwitchBanUserControlBow_m0CF5EE9314E6F45BDCAB991E4563A4C155E787A9(__this, /*hidden argument*/NULL); // if (!IsMyPlayerRunning() && hasBowTargBtQua) { bool L_1; L_1 = OnlineHelper_IsMyPlayerRunning_mA787701B03D4FC207AB195187FE6F3CE20FB68CE(__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(); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_14 = __this->get_gameMode_0(); NullCheck(L_14); GameMode_BanBowReady_m57C84639E4B8C579B98D72BD5E4A4E6A84EF2948(L_14, /*hidden argument*/NULL); // gameMode.AddReadyView(); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_15 = __this->get_gameMode_0(); NullCheck(L_15); RabbitHuntGameMode_OnlinePK_AddReadyView_mC19A7AA12C577ADDF0C2C7119D17446D304EE081(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; } } { RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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(); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_20 = __this->get_gameMode_0(); NullCheck(L_20); ChallengeGameMode_AnnounceGameOver_mD74B0505B1B30B98B1C3F93235436F03F3788264(L_20, /*hidden argument*/NULL); } IL_00a8: { // } return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::Upload() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_Upload_mDC730B2862BBC24262C554D711CCE1EF516B939E (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method) { { // if (!IsMyPlayerInited()) return; bool L_0; L_0 = OnlineHelper_IsMyPlayerInited_mEB22E2C42E1467F511EB915116C9FA63BCAB57DB(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMyPlayerInited()) return; return; } IL_0009: { // UploadLogic(); OnlineHelper_UploadLogic_m2C56065D0D18E97A940B42AAF533FD32DBDB4F64(__this, /*hidden argument*/NULL); // UploadBow(); OnlineHelper_UploadBow_m071F8F38BD3123FF364C67913BB55F13A17A061B(__this, /*hidden argument*/NULL); // UploadArrows(); OnlineHelper_UploadArrows_mA7C215436B8455F58A1A8C9AAC51313B37C819D2(__this, /*hidden argument*/NULL); // UploadAnimals(); OnlineHelper_UploadAnimals_mF0E7B77F2C48F30B4EB6561DFDEAA275801CBDF0(__this, /*hidden argument*/NULL); // UploadRequestUpdate(); OnlineHelper_UploadRequestUpdate_m763B7865D84271061FE7CF02B41F7FE0B4180400(__this, /*hidden argument*/NULL); // UploadOnHit(); OnlineHelper_UploadOnHit_m0B8EBCA00EFCD3940DB780EBEB718139C2959871(__this, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadLogic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadLogic_m2C56065D0D18E97A940B42AAF533FD32DBDB4F64 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3); s_Il2CppMethodInitialized = true; } SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * V_0 = NULL; { // if (!IsMainHost()) return; bool L_0; L_0 = OnlineHelper_IsMainHost_mD1E300A78CB8C4CD89E5CD86B31E3FE41A9916C1(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMainHost()) return; return; } IL_0009: { // SyncLogicData data = new SyncLogicData().Input(this.gameMode); SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * L_1 = (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB *)il2cpp_codegen_object_new(SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB_il2cpp_TypeInfo_var); SyncLogicData__ctor_mF90B817DE272F49C1EB3570A5CBAC7A02B02FE0A(L_1, /*hidden argument*/NULL); RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_2 = __this->get_gameMode_0(); NullCheck(L_1); SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * L_3; L_3 = SyncLogicData_Input_m1F48841A618030796F4E03E88BD8AEB112410F0E(L_1, L_2, /*hidden argument*/NULL); V_0 = L_3; // socketPlayer.UploadPKGameData("logic", data); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_4 = __this->get_socketPlayer_1(); SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * L_5 = V_0; NullCheck(L_4); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_4, _stringLiteral74A52D19FC85488D2A9920E54A1801BE9FCD8FE3, L_5, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadBow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadBow_m071F8F38BD3123FF364C67913BB55F13A17A061B (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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_mA787701B03D4FC207AB195187FE6F3CE20FB68CE(__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 RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadArrows() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadArrows_mA7C215436B8455F58A1A8C9AAC51313B37C819D2 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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 RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadAnimals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadAnimals_mF0E7B77F2C48F30B4EB6561DFDEAA275801CBDF0 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mDE3A5DB690237CEDBB962EC25C7C5FD3C5128540_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBC75B55423D7AF5FCC2854732D959C9733316C5C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC); s_Il2CppMethodInitialized = true; } List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * V_0 = NULL; Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 V_1; memset((&V_1), 0, sizeof(V_1)); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (!IsMainHost()) return; bool L_0; L_0 = OnlineHelper_IsMainHost_mD1E300A78CB8C4CD89E5CD86B31E3FE41A9916C1(__this, /*hidden argument*/NULL); if (L_0) { goto IL_0009; } } { // if (!IsMainHost()) return; return; } IL_0009: { // List syncDataList = new List(); List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * L_1 = (List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 *)il2cpp_codegen_object_new(List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1_il2cpp_TypeInfo_var); List_1__ctor_mBC75B55423D7AF5FCC2854732D959C9733316C5C(L_1, /*hidden argument*/List_1__ctor_mBC75B55423D7AF5FCC2854732D959C9733316C5C_RuntimeMethod_var); V_0 = L_1; // foreach (var item in Rabbit.rabbitSet) { IL2CPP_RUNTIME_CLASS_INIT(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_2 = ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->get_rabbitSet_10(); NullCheck(L_2); Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 L_3; L_3 = HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565(L_2, /*hidden argument*/HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); V_1 = L_3; } IL_001a: try {// begin try (depth: 1) { goto IL_0038; } IL_001c: { // foreach (var item in Rabbit.rabbitSet) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_4; L_4 = Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_inline((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_1), /*hidden argument*/Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); V_2 = L_4; // if (item.outputSyncData == null) continue; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_5 = V_2; NullCheck(L_5); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_6 = L_5->get_outputSyncData_13(); if (!L_6) { goto IL_0038; } } IL_002c: { // syncDataList.Add(item.outputSyncData); List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * L_7 = V_0; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_8 = V_2; NullCheck(L_8); RabbitSyncData_t12C37AE095760E2894F7C8E14919549F0D410B80 * L_9 = L_8->get_outputSyncData_13(); NullCheck(L_7); List_1_Add_mDE3A5DB690237CEDBB962EC25C7C5FD3C5128540(L_7, L_9, /*hidden argument*/List_1_Add_mDE3A5DB690237CEDBB962EC25C7C5FD3C5128540_RuntimeMethod_var); } IL_0038: { // foreach (var item in Rabbit.rabbitSet) { bool L_10; L_10 = Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); if (L_10) { goto IL_001c; } } IL_0041: { IL2CPP_LEAVE(0x51, FINALLY_0043); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: {// begin finally (depth: 1) Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); IL2CPP_END_FINALLY(67) }// end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x51, IL_0051) } IL_0051: { // socketPlayer.UploadPKGameData("animals", syncDataList); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_11 = __this->get_socketPlayer_1(); List_1_t8E3A10B51FC368DC36294228845D2A24E3C121F1 * L_12 = V_0; NullCheck(L_11); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_11, _stringLiteral18F7F68A5BBDAE7F86482D7055AA84F8FDF547FC, L_12, /*hidden argument*/NULL); // } return; } } // System.Void RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadRequestUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadRequestUpdate_m763B7865D84271061FE7CF02B41F7FE0B4180400 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __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_m2FAA6EADC55B815BEC4874E00C00AAF0482FD47B(__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_mA787701B03D4FC207AB195187FE6F3CE20FB68CE(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0012; } } { // if (!IsMyPlayerRunning()) return; return; } IL_0012: { // if (gameMode.pauseTimeCounting) return; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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 RabbitHuntGameMode_OnlinePK/OnlineHelper::UploadOnHit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnlineHelper_UploadOnHit_m0B8EBCA00EFCD3940DB780EBEB718139C2959871 (OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA); s_Il2CppMethodInitialized = true; } Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 V_0; memset((&V_0), 0, sizeof(V_0)); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (var item in Rabbit.rabbitSet) { IL2CPP_RUNTIME_CLASS_INIT(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var); HashSet_1_tD0E9C1D0A74BC9453DB93447CE44B8FE4051E423 * L_0 = ((Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_StaticFields*)il2cpp_codegen_static_fields_for(Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788_il2cpp_TypeInfo_var))->get_rabbitSet_10(); NullCheck(L_0); Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 L_1; L_1 = HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565(L_0, /*hidden argument*/HashSet_1_GetEnumerator_m55ADD83AD60825040F28D95B387FD727D49AB565_RuntimeMethod_var); V_0 = L_1; } IL_000b: try {// begin try (depth: 1) { goto IL_003a; } IL_000d: { // foreach (var item in Rabbit.rabbitSet) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_2; L_2 = Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_inline((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m0612EF5596C46564D310139AFE11B8D14DDE264B_RuntimeMethod_var); V_1 = L_2; // if (item.onHitData != null) { Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_3 = V_1; NullCheck(L_3); String_t* L_4 = L_3->get_onHitData_19(); if (!L_4) { goto IL_003a; } } IL_001d: { // socketPlayer.UploadPKGameData("OnHit", item.onHitData); SocketPlayer_t3D341EF990F6F99AFA174DF42451ECD05E909D29 * L_5 = __this->get_socketPlayer_1(); Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_6 = V_1; NullCheck(L_6); String_t* L_7 = L_6->get_onHitData_19(); NullCheck(L_5); SocketPlayer_UploadPKGameData_m1BCE80C56A4293EE2C50D3606091DE4E101AE921(L_5, _stringLiteral092974159CE1F1442B5DED8E26FAD27DDF888AFA, L_7, /*hidden argument*/NULL); // item.onHitData = null; Rabbit_tC941061F8D3EBB60A105E66B67D46EE50F21C788 * L_8 = V_1; NullCheck(L_8); L_8->set_onHitData_19((String_t*)NULL); } IL_003a: { // foreach (var item in Rabbit.rabbitSet) { bool L_9; L_9 = Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m8A337659FB75A8933C13A17924DD33F83D2FDDC4_RuntimeMethod_var); if (L_9) { goto IL_000d; } } IL_0043: { IL2CPP_LEAVE(0x53, FINALLY_0045); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0045; } FINALLY_0045: {// begin finally (depth: 1) Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596((Enumerator_t2BC46272CD3F8888C885E71B58EEED6D61322162 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mFEF0F8C3736F63274C9F0747715D4F18B9BEF596_RuntimeMethod_var); IL2CPP_END_FINALLY(69) }// end finally (depth: 1) IL2CPP_CLEANUP(69) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x53, IL_0053) } IL_0053: { // } 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 // RabbitHuntGameMode_OnlinePK/SyncLogicData RabbitHuntGameMode_OnlinePK/SyncLogicData::Input(RabbitHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * SyncLogicData_Input_m1F48841A618030796F4E03E88BD8AEB112410F0E (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * __this, RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___src0, const RuntimeMethod* method) { { // roundID = src.onlineHelper.roundID; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_0 = ___src0; NullCheck(L_0); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_3 = ___src0; NullCheck(L_3); int32_t L_4 = L_3->get_currentPlayerIndex_22(); __this->set_currentPlayerIndex_1(L_4); // singleShootReadyTime = src.singleShootReadyTime; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_5 = ___src0; NullCheck(L_5); float L_6 = L_5->get_singleShootReadyTime_23(); __this->set_singleShootReadyTime_2(L_6); // animalCount = src.animalCount; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_13 = ___src0; NullCheck(L_13); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_14; L_14 = RabbitHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m9FFF10494613B6EF9C7A1328B8914AD66EF05436_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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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 RabbitHuntGameMode_OnlinePK/SyncLogicData::Output(RabbitHuntGameMode_OnlinePK) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData_Output_mC91A40E1E59E708D73C2D14D9E459CBA17910638 (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * __this, RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * ___dest0, const RuntimeMethod* method) { { // dest.onlineHelper.roundID = roundID; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_0 = ___dest0; NullCheck(L_0); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_3 = ___dest0; int32_t L_4 = __this->get_currentPlayerIndex_1(); NullCheck(L_3); L_3->set_currentPlayerIndex_22(L_4); // dest.singleShootReadyTime = singleShootReadyTime; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_5 = ___dest0; float L_6 = __this->get_singleShootReadyTime_2(); NullCheck(L_5); L_5->set_singleShootReadyTime_23(L_6); // dest.animalCount = animalCount; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * 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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_13 = ___dest0; NullCheck(L_13); HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_14; L_14 = RabbitHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m9FFF10494613B6EF9C7A1328B8914AD66EF05436_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; RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * L_16 = ___dest0; NullCheck(L_16); OnlineHelper_t162C1DC30FB69A479C4ED4581BAE9C4A084367C6 * 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 RabbitHuntGameMode_OnlinePK/SyncLogicData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyncLogicData__ctor_mF90B817DE272F49C1EB3570A5CBAC7A02B02FE0A (SyncLogicData_t7233F2F806A9469CF4B766D8E0286EF4A0ADC0EB * __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 // System.Void RankView/<>c__DisplayClass12_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_m4C9D9147FD58D941505E1E73D94949236A555111 (U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RankView/<>c__DisplayClass12_0::b__0(Newtonsoft.Json.Linq.JArray,Newtonsoft.Json.Linq.JArray) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CEnterRankListBoxU3Eb__0_m4FF05A7100AA962DA4B0F29C6C0EA570110AD8CF (U3CU3Ec__DisplayClass12_0_tA4EEB683BA33D69053AB34B0412C536C9A035452 * __this, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___rankList0, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * ___myRank1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0845DF86379C78B39D7D03A6782508DC0AEC1C7A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2607412F085B12473B36A86BA67BA176951B3924); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral336B029D04847DC4F36985E1B89D1A0B11D299A3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47C0B8D38D66D57F6A3945081F42420A064655FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA47A168D660B942A0E4EFA75F386C8669267074D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC059FC8B15E140DEDD1ADFB2EB1A527996F6853B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC0E2DE04AE40B3B0493F0F846F34B279C6D44FE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF35DC6ECAD41882934D1BF34A7616611907207EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4267D5792649FC3A00D3C51057DF44A9487EA73); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF7F2EA94F25E42499DF1BBEA8E07B2BB10492332); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; String_t* V_4 = NULL; String_t* V_5 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; String_t* V_10 = NULL; String_t* V_11 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_12 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // if (rankArea_copy != rankArea || rankGameType_copy != rankGameType) return; int32_t L_0 = __this->get_rankArea_copy_0(); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_1 = __this->get_U3CU3E4__this_1(); NullCheck(L_1); int32_t L_2 = L_1->get_rankArea_7(); if ((!(((uint32_t)L_0) == ((uint32_t)L_2)))) { goto IL_0026; } } { int32_t L_3 = __this->get_rankGameType_copy_2(); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_4 = __this->get_U3CU3E4__this_1(); NullCheck(L_4); int32_t L_5 = L_4->get_rankGameType_8(); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_0027; } } IL_0026: { // if (rankArea_copy != rankArea || rankGameType_copy != rankGameType) return; return; } IL_0027: { // GetMyRankItem().SetActive(false); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_6 = __this->get_U3CU3E4__this_1(); NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = RankView_GetMyRankItem_mC8D2A2E602AD6A071B93072EC9BC92F227B4D213(L_6, /*hidden argument*/NULL); NullCheck(L_7); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_7, (bool)0, /*hidden argument*/NULL); // ClearRankList(); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_8 = __this->get_U3CU3E4__this_1(); NullCheck(L_8); RankView_ClearRankList_m46254A7D15D40E8537F03408A848D23ABF470241(L_8, /*hidden argument*/NULL); // foreach (var itemInfo in rankList) { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_9 = ___rankList0; NullCheck(L_9); RuntimeObject* L_10; L_10 = JArray_GetEnumerator_mB043EF6F59968E82C71A04BBEBD78A0224AFB024(L_9, /*hidden argument*/NULL); V_0 = L_10; } IL_004a: try {// begin try (depth: 1) { goto IL_0214; } IL_004f: { // foreach (var itemInfo in rankList) { RuntimeObject* L_11 = V_0; NullCheck(L_11); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_12; L_12 = InterfaceFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94_il2cpp_TypeInfo_var, L_11); // int rankNum = itemInfo.Value("rankNum"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = L_12; NullCheck(L_13); int32_t L_14; L_14 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_13, _stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0); V_1 = L_14; // int userID = itemInfo.Value("userID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15 = L_13; NullCheck(L_15); int32_t L_16; L_16 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_15, _stringLiteralF7F2EA94F25E42499DF1BBEA8E07B2BB10492332); // int score = itemInfo.Value("score"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17 = L_15; NullCheck(L_17); int32_t L_18; L_18 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_17, _stringLiteralC0E2DE04AE40B3B0493F0F846F34B279C6D44FE9); V_2 = L_18; // int avatarID = itemInfo.Value("avatarID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = L_17; NullCheck(L_19); int32_t L_20; L_20 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_19, _stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); V_3 = L_20; // string nickname = itemInfo.Value("nickname"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = L_19; NullCheck(L_21); String_t* L_22; L_22 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_21, _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); V_4 = L_22; // string country = itemInfo.Value("country"); NullCheck(L_21); String_t* L_23; L_23 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_21, _stringLiteralA47A168D660B942A0E4EFA75F386C8669267074D); V_5 = L_23; // GameObject o = GameObject.Instantiate(GetRankListItemPrefab(), GetRankListItemParent()); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_24 = __this->get_U3CU3E4__this_1(); NullCheck(L_24); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_25; L_25 = RankView_GetRankListItemPrefab_mFB9970C3E7CF537978A3F2E9D557A4ABAB19B9C0(L_24, /*hidden argument*/NULL); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_26 = __this->get_U3CU3E4__this_1(); NullCheck(L_26); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = RankView_GetRankListItemParent_m75388EE615C938CA1646B2EA8261386DD37639EA(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_28; L_28 = Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC(L_25, L_27, /*hidden argument*/Object_Instantiate_TisGameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319_mACEFD07C5A0FE9C85BC165DF1E4A825675719EAC_RuntimeMethod_var); V_6 = L_28; // o.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29 = V_6; NullCheck(L_29); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_29, (bool)1, /*hidden argument*/NULL); // o.transform.Find("Rank1").gameObject.SetActive(rankNum == 1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = V_6; NullCheck(L_30); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_30, /*hidden argument*/NULL); NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_31, _stringLiteralF35DC6ECAD41882934D1BF34A7616611907207EA, /*hidden argument*/NULL); NullCheck(L_32); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33; L_33 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_32, /*hidden argument*/NULL); int32_t L_34 = V_1; NullCheck(L_33); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_33, (bool)((((int32_t)L_34) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); // o.transform.Find("Rank2").gameObject.SetActive(rankNum == 2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35 = V_6; NullCheck(L_35); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_36; L_36 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_35, /*hidden argument*/NULL); NullCheck(L_36); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_36, _stringLiteral2607412F085B12473B36A86BA67BA176951B3924, /*hidden argument*/NULL); NullCheck(L_37); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_38; L_38 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_37, /*hidden argument*/NULL); int32_t L_39 = V_1; NullCheck(L_38); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_38, (bool)((((int32_t)L_39) == ((int32_t)2))? 1 : 0), /*hidden argument*/NULL); // o.transform.Find("Rank3").gameObject.SetActive(rankNum == 3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40 = V_6; NullCheck(L_40); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_41; L_41 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_40, /*hidden argument*/NULL); NullCheck(L_41); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42; L_42 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_41, _stringLiteralC059FC8B15E140DEDD1ADFB2EB1A527996F6853B, /*hidden argument*/NULL); NullCheck(L_42); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_43; L_43 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_42, /*hidden argument*/NULL); int32_t L_44 = V_1; NullCheck(L_43); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_43, (bool)((((int32_t)L_44) == ((int32_t)3))? 1 : 0), /*hidden argument*/NULL); // o.transform.Find("RankNum").gameObject.SetActive(rankNum >= 4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_45 = V_6; NullCheck(L_45); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_46; L_46 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_45, /*hidden argument*/NULL); NullCheck(L_46); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_47; L_47 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_46, _stringLiteralF4267D5792649FC3A00D3C51057DF44A9487EA73, /*hidden argument*/NULL); NullCheck(L_47); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_48; L_48 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_47, /*hidden argument*/NULL); int32_t L_49 = V_1; NullCheck(L_48); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_48, (bool)((((int32_t)((((int32_t)L_49) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // if (rankNum >= 4) { int32_t L_50 = V_1; if ((((int32_t)L_50) < ((int32_t)4))) { goto IL_0168; } } IL_0146: { // o.transform.Find("RankNum").GetComponent().text = rankNum.ToString(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_51 = V_6; NullCheck(L_51); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_52; L_52 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_51, /*hidden argument*/NULL); NullCheck(L_52); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_53; L_53 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_52, _stringLiteralF4267D5792649FC3A00D3C51057DF44A9487EA73, /*hidden argument*/NULL); NullCheck(L_53); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_54; L_54 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_53, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_55; L_55 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_1), /*hidden argument*/NULL); NullCheck(L_54); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_54, L_55); } IL_0168: { // o.transform.Find("Avatar/Sprite").GetComponent().sprite = RoleMgr.GetAvatar(avatarID); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_56 = V_6; NullCheck(L_56); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_57; L_57 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_56, /*hidden argument*/NULL); NullCheck(L_57); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_58; L_58 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_57, _stringLiteral47C0B8D38D66D57F6A3945081F42420A064655FC, /*hidden argument*/NULL); NullCheck(L_58); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_59; L_59 = Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D(L_58, /*hidden argument*/Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); int32_t L_60 = V_3; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_61; L_61 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_60, /*hidden argument*/NULL); NullCheck(L_59); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_59, L_61, /*hidden argument*/NULL); // o.transform.Find("Name").GetComponent().text = nickname; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_62 = V_6; NullCheck(L_62); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_63; L_63 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_62, /*hidden argument*/NULL); NullCheck(L_63); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_64; L_64 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_63, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, /*hidden argument*/NULL); NullCheck(L_64); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_65; L_65 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_64, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_66 = V_4; NullCheck(L_65); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_65, L_66); // o.transform.Find("Score").GetComponent().text = score.ToString(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_67 = V_6; NullCheck(L_67); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_68; L_68 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_67, /*hidden argument*/NULL); NullCheck(L_68); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_69; L_69 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_68, _stringLiteral336B029D04847DC4F36985E1B89D1A0B11D299A3, /*hidden argument*/NULL); NullCheck(L_69); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_70; L_70 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_69, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_71; L_71 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); NullCheck(L_70); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_70, L_71); // if (rankArea == 0) { RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_72 = __this->get_U3CU3E4__this_1(); NullCheck(L_72); int32_t L_73 = L_72->get_rankArea_7(); if (L_73) { goto IL_01f4; } } IL_01d5: { // o.transform.Find("Country").GetComponent().text = country; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_74 = V_6; NullCheck(L_74); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_75; L_75 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_74, /*hidden argument*/NULL); NullCheck(L_75); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_76; L_76 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_75, _stringLiteral0845DF86379C78B39D7D03A6782508DC0AEC1C7A, /*hidden argument*/NULL); NullCheck(L_76); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_77; L_77 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_76, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_78 = V_5; NullCheck(L_77); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_77, L_78); // } else { goto IL_0214; } IL_01f4: { // o.transform.Find("Country").GetComponent().text = ""; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_79 = V_6; NullCheck(L_79); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_80; L_80 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_79, /*hidden argument*/NULL); NullCheck(L_80); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_81; L_81 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_80, _stringLiteral0845DF86379C78B39D7D03A6782508DC0AEC1C7A, /*hidden argument*/NULL); NullCheck(L_81); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_82; L_82 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_81, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); NullCheck(L_82); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_82, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); } IL_0214: { // foreach (var itemInfo in rankList) { RuntimeObject* L_83 = V_0; NullCheck(L_83); bool L_84; L_84 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_83); if (L_84) { goto IL_004f; } } IL_021f: { IL2CPP_LEAVE(0x22B, FINALLY_0221); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0221; } FINALLY_0221: {// begin finally (depth: 1) { RuntimeObject* L_85 = V_0; if (!L_85) { goto IL_022a; } } IL_0224: { RuntimeObject* L_86 = V_0; NullCheck(L_86); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_86); } IL_022a: { IL2CPP_END_FINALLY(545) } }// end finally (depth: 1) IL2CPP_CLEANUP(545) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x22B, IL_022b) } IL_022b: { // if (myRank.Count > 0) { JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_87 = ___myRank1; NullCheck(L_87); int32_t L_88; L_88 = JContainer_get_Count_m7BE891DAF5EFE794306F13D1A35164AA28287ABD(L_87, /*hidden argument*/NULL); if ((((int32_t)L_88) <= ((int32_t)0))) { goto IL_03f5; } } { // JToken itemInfo = myRank[0]; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_89 = ___myRank1; NullCheck(L_89); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_90; L_90 = JArray_get_Item_m181FAC862BC79F68F7712C837E37016B91AF9EA6(L_89, 0, /*hidden argument*/NULL); // int rankNum = itemInfo.Value("rankNum"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_91 = L_90; NullCheck(L_91); int32_t L_92; L_92 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_91, _stringLiteral476FE113C7A37A67418AFDED11F8BD9167FADCF0); V_7 = L_92; // int userID = itemInfo.Value("userID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_93 = L_91; NullCheck(L_93); int32_t L_94; L_94 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_93, _stringLiteralF7F2EA94F25E42499DF1BBEA8E07B2BB10492332); // int score = itemInfo.Value("score"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_95 = L_93; NullCheck(L_95); int32_t L_96; L_96 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_95, _stringLiteralC0E2DE04AE40B3B0493F0F846F34B279C6D44FE9); V_8 = L_96; // int avatarID = itemInfo.Value("avatarID"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_97 = L_95; NullCheck(L_97); int32_t L_98; L_98 = GenericVirtualFuncInvoker1< int32_t, RuntimeObject * >::Invoke(JToken_Value_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mF61E1C098BC8259FDB8C49928430973276CB8C7A_RuntimeMethod_var, L_97, _stringLiteral2C8E537CD95EB01511379C9AD67BC901600B5326); V_9 = L_98; // string nickname = itemInfo.Value("nickname"); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_99 = L_97; NullCheck(L_99); String_t* L_100; L_100 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_99, _stringLiteralFCD76A19655E5002F5066B778397EFE3453FD66C); V_10 = L_100; // string country = itemInfo.Value("country"); NullCheck(L_99); String_t* L_101; L_101 = GenericVirtualFuncInvoker1< String_t*, RuntimeObject * >::Invoke(JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var, L_99, _stringLiteralA47A168D660B942A0E4EFA75F386C8669267074D); V_11 = L_101; // GameObject o = GetMyRankItem(); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_102 = __this->get_U3CU3E4__this_1(); NullCheck(L_102); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_103; L_103 = RankView_GetMyRankItem_mC8D2A2E602AD6A071B93072EC9BC92F227B4D213(L_102, /*hidden argument*/NULL); V_12 = L_103; // o.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_104 = V_12; NullCheck(L_104); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_104, (bool)1, /*hidden argument*/NULL); // o.transform.Find("Rank1").gameObject.SetActive(rankNum == 1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_105 = V_12; NullCheck(L_105); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_106; L_106 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_105, /*hidden argument*/NULL); NullCheck(L_106); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_107; L_107 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_106, _stringLiteralF35DC6ECAD41882934D1BF34A7616611907207EA, /*hidden argument*/NULL); NullCheck(L_107); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_108; L_108 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_107, /*hidden argument*/NULL); int32_t L_109 = V_7; NullCheck(L_108); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_108, (bool)((((int32_t)L_109) == ((int32_t)1))? 1 : 0), /*hidden argument*/NULL); // o.transform.Find("Rank2").gameObject.SetActive(rankNum == 2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_110 = V_12; NullCheck(L_110); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_111; L_111 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_110, /*hidden argument*/NULL); NullCheck(L_111); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_112; L_112 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_111, _stringLiteral2607412F085B12473B36A86BA67BA176951B3924, /*hidden argument*/NULL); NullCheck(L_112); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_113; L_113 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_112, /*hidden argument*/NULL); int32_t L_114 = V_7; NullCheck(L_113); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_113, (bool)((((int32_t)L_114) == ((int32_t)2))? 1 : 0), /*hidden argument*/NULL); // o.transform.Find("Rank3").gameObject.SetActive(rankNum == 3); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_115 = V_12; NullCheck(L_115); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_116; L_116 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_115, /*hidden argument*/NULL); NullCheck(L_116); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_117; L_117 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_116, _stringLiteralC059FC8B15E140DEDD1ADFB2EB1A527996F6853B, /*hidden argument*/NULL); NullCheck(L_117); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_118; L_118 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_117, /*hidden argument*/NULL); int32_t L_119 = V_7; NullCheck(L_118); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_118, (bool)((((int32_t)L_119) == ((int32_t)3))? 1 : 0), /*hidden argument*/NULL); // o.transform.Find("RankNum").gameObject.SetActive(rankNum >= 4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_120 = V_12; NullCheck(L_120); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_121; L_121 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_120, /*hidden argument*/NULL); NullCheck(L_121); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_122; L_122 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_121, _stringLiteralF4267D5792649FC3A00D3C51057DF44A9487EA73, /*hidden argument*/NULL); NullCheck(L_122); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_123; L_123 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_122, /*hidden argument*/NULL); int32_t L_124 = V_7; NullCheck(L_123); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_123, (bool)((((int32_t)((((int32_t)L_124) < ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // if (rankNum >= 4) { int32_t L_125 = V_7; if ((((int32_t)L_125) < ((int32_t)4))) { goto IL_0349; } } { // o.transform.Find("RankNum").GetComponent().text = rankNum.ToString(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_126 = V_12; NullCheck(L_126); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_127; L_127 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_126, /*hidden argument*/NULL); NullCheck(L_127); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_128; L_128 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_127, _stringLiteralF4267D5792649FC3A00D3C51057DF44A9487EA73, /*hidden argument*/NULL); NullCheck(L_128); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_129; L_129 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_128, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_130; L_130 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_7), /*hidden argument*/NULL); NullCheck(L_129); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_129, L_130); } IL_0349: { // o.transform.Find("Avatar/Sprite").GetComponent().sprite = RoleMgr.GetAvatar(avatarID); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_131 = V_12; NullCheck(L_131); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_132; L_132 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_131, /*hidden argument*/NULL); NullCheck(L_132); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_133; L_133 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_132, _stringLiteral47C0B8D38D66D57F6A3945081F42420A064655FC, /*hidden argument*/NULL); NullCheck(L_133); Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * L_134; L_134 = Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D(L_133, /*hidden argument*/Component_GetComponent_TisImage_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C_m5D5D0C1BB7E1E67F46C955DA2861E7B83FC7301D_RuntimeMethod_var); int32_t L_135 = V_9; IL2CPP_RUNTIME_CLASS_INIT(RoleMgr_t12999A5A712E0FA535E5987BEBDBB403D452E0EA_il2cpp_TypeInfo_var); Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9 * L_136; L_136 = RoleMgr_GetAvatar_m00BD9EB1217DB54B7B324F9A78DEB486E9070B0F(L_135, /*hidden argument*/NULL); NullCheck(L_134); Image_set_sprite_m55C50F18ABA0A98E926FC777F7D07FA18A7D04E4(L_134, L_136, /*hidden argument*/NULL); // o.transform.Find("Name").GetComponent().text = nickname; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_137 = V_12; NullCheck(L_137); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_138; L_138 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_137, /*hidden argument*/NULL); NullCheck(L_138); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_139; L_139 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_138, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, /*hidden argument*/NULL); NullCheck(L_139); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_140; L_140 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_139, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_141 = V_10; NullCheck(L_140); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_140, L_141); // o.transform.Find("Score").GetComponent().text = score.ToString(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_142 = V_12; NullCheck(L_142); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_143; L_143 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_142, /*hidden argument*/NULL); NullCheck(L_143); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_144; L_144 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_143, _stringLiteral336B029D04847DC4F36985E1B89D1A0B11D299A3, /*hidden argument*/NULL); NullCheck(L_144); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_145; L_145 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_144, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_146; L_146 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_8), /*hidden argument*/NULL); NullCheck(L_145); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_145, L_146); // if (rankArea == 0) { RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_147 = __this->get_U3CU3E4__this_1(); NullCheck(L_147); int32_t L_148 = L_147->get_rankArea_7(); if (L_148) { goto IL_03d5; } } { // o.transform.Find("Country").GetComponent().text = country; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_149 = V_12; NullCheck(L_149); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_150; L_150 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_149, /*hidden argument*/NULL); NullCheck(L_150); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_151; L_151 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_150, _stringLiteral0845DF86379C78B39D7D03A6782508DC0AEC1C7A, /*hidden argument*/NULL); NullCheck(L_151); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_152; L_152 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_151, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); String_t* L_153 = V_11; NullCheck(L_152); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_152, L_153); // } else { return; } IL_03d5: { // o.transform.Find("Country").GetComponent().text = ""; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_154 = V_12; NullCheck(L_154); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_155; L_155 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_154, /*hidden argument*/NULL); NullCheck(L_155); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_156; L_156 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_155, _stringLiteral0845DF86379C78B39D7D03A6782508DC0AEC1C7A, /*hidden argument*/NULL); NullCheck(L_156); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_157; L_157 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_156, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); NullCheck(L_157); VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_157, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); } IL_03f5: { // }; 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 RankView/<>c__DisplayClass16_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0__ctor_m49E3D2E88714503F7BF7D5AE50AF8B1A089CBD9D (U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RankView/<>c__DisplayClass16_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass16_0_U3CInitBtnTabs1U3Eb__0_m893DE0C2AAEB40C1E0624D136803AC820F692E45 (U3CU3Ec__DisplayClass16_0_tD125A3968A2FD90C7D6C0957E23CEB0B103C96D5 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (AudioMgr.ins) AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { // if (AudioMgr.ins) AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_2 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_2); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_2, /*hidden argument*/NULL); } IL_0016: { // if (!IsBtnTabSelected1(btnTab)) { RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_3 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_4 = __this->get_btnTab_0(); NullCheck(L_3); bool L_5; L_5 = RankView_IsBtnTabSelected1_mA6B8F47179B4A1400C392873E0D219546FB6C3CC(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003a; } } { // SetBtnTabSelected1(btnTab); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_6 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_7 = __this->get_btnTab_0(); NullCheck(L_6); RankView_SetBtnTabSelected1_m5E07B98EF43F74659174226D2A574BEFBCE79EF2(L_6, L_7, /*hidden argument*/NULL); } IL_003a: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RankView/<>c__DisplayClass22_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_m6627E56EACFE1BAA1753250D3C2A7AA629850228 (U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RankView/<>c__DisplayClass22_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3CInitBtnTabsU3Eb__0_m7C0C0755606908CB49483B661F7307B64D1BBE5B (U3CU3Ec__DisplayClass22_0_t7D21B16BAD8C87BD46399CC958BAA9EEA82D831E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (AudioMgr.ins) AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_mC8214E4F028CC2F036CC82BDB81D102A02893499(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0016; } } { // if (AudioMgr.ins) AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_2 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_2); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_2, /*hidden argument*/NULL); } IL_0016: { // if (!IsBtnTabSelected(btnTab)) { RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_3 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_4 = __this->get_btnTab_0(); NullCheck(L_3); bool L_5; L_5 = RankView_IsBtnTabSelected_m20A9D3DDEEAC543E713D8E6CFE646C85164B43C8(L_3, L_4, /*hidden argument*/NULL); if (L_5) { goto IL_003a; } } { // SetBtnTabSelected(btnTab); RankView_tE5C219F6182DB522063A069F5DC912015E58128E * L_6 = __this->get_U3CU3E4__this_1(); Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * L_7 = __this->get_btnTab_0(); NullCheck(L_6); RankView_SetBtnTabSelected_mCE5559EE478DE12ADB75DEAF39D6F7233F2BA166(L_6, L_7, /*hidden argument*/NULL); } IL_003a: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.Forms.RawJsonForm/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m502280C8E60B8576946E2475ADC8CE691E7EF39A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * L_0 = (U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 *)il2cpp_codegen_object_new(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m45C249DC29B1716436F7E72D03AD31B1F71F7682(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void BestHTTP.Forms.RawJsonForm/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m45C249DC29B1716436F7E72D03AD31B1F71F7682 (U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.String BestHTTP.Forms.RawJsonForm/<>c::b__2_0(BestHTTP.Forms.HTTPFieldData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CGetDataU3Eb__2_0_m97940847A3CAD47F70E654B4B4A831DBC70DB1C4 (U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * __this, HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * ___x0, const RuntimeMethod* method) { { // Dictionary dict = Fields.ToDictionary(x => x.Name, x => x.Text); HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_0 = ___x0; NullCheck(L_0); String_t* L_1; L_1 = HTTPFieldData_get_Name_mDC8897581119ADA3E58A77E3A9A62A8D0A05897E_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.String BestHTTP.Forms.RawJsonForm/<>c::b__2_1(BestHTTP.Forms.HTTPFieldData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CGetDataU3Eb__2_1_m62D8FD0A2E3E6F07D117941BF0B00D9A3552983D (U3CU3Ec_t676F442D86892365BD8C09E3739673B2D07C14A2 * __this, HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * ___x0, const RuntimeMethod* method) { { // Dictionary dict = Fields.ToDictionary(x => x.Name, x => x.Text); HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * L_0 = ___x0; NullCheck(L_0); String_t* L_1; L_1 = HTTPFieldData_get_Text_mBCE863EAE635EB857A05D4C81607D469C28C4713_inline(L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeHashUpdateStream__ctor_mD8F70BBDC112EE85EAAEB8EE985265643E7FAE4C (HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932 * __this, RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * ___mOuter0, const RuntimeMethod* method) { { // public HandshakeHashUpdateStream(RecordStream mOuter) BaseOutputStream__ctor_m7802B08CCF6C19EE509CD8CD10D98142DC57C993(__this, /*hidden argument*/NULL); // this.mOuter = mOuter; RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * L_0 = ___mOuter0; __this->set_mOuter_6(L_0); // } return; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/HandshakeHashUpdateStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandshakeHashUpdateStream_Write_m8C1F7D5A956E54E22AD84ABAC46187FAF4CB8602 (HandshakeHashUpdateStream_tD3B3B444D044EC45B2EB971473974FDC73989932 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf0, int32_t ___off1, int32_t ___len2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // mOuter.mHandshakeHash.BlockUpdate(buf, off, len); RecordStream_t7C44C947EB6F1ED4E1EE3A0869D4D9542A6D6C3E * L_0 = __this->get_mOuter_6(); NullCheck(L_0); RuntimeObject* L_1 = L_0->get_mHandshakeHash_17(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = ___buf0; int32_t L_3 = ___off1; int32_t L_4 = ___len2; NullCheck(L_1); InterfaceActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(4 /* System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.IDigest::BlockUpdate(System.Byte[],System.Int32,System.Int32) */, IDigest_tB278FE56BD588CA024BB5476E2A7468F836C78C6_il2cpp_TypeInfo_var, L_1, L_2, L_3, L_4); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::NextValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SequenceNumber_NextValue_mA534FD7CC3A45D42778260080B5EC2B62AA75CAE (SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * __this, uint8_t ___alertDescription0, const RuntimeMethod* method) { int64_t V_0 = 0; int64_t G_B4_0 = 0; int64_t G_B3_0 = 0; { // if (exhausted) bool L_0 = __this->get_exhausted_1(); if (!L_0) { goto IL_000f; } } { // throw new TlsFatalAlert(alertDescription); uint8_t L_1 = ___alertDescription0; TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 * L_2 = (TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TlsFatalAlert_t0276C80DB71173ABBF3DD2ED80381B2C93500946_il2cpp_TypeInfo_var))); TlsFatalAlert__ctor_m5E60530B7A2FB64D19A7635CCBBB4873940F48C5(L_2, L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SequenceNumber_NextValue_mA534FD7CC3A45D42778260080B5EC2B62AA75CAE_RuntimeMethod_var))); } IL_000f: { // long result = value; int64_t L_3 = __this->get_value_0(); // if (++value == 0) int64_t L_4 = __this->get_value_0(); V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, (int64_t)((int64_t)((int64_t)1)))); int64_t L_5 = V_0; __this->set_value_0(L_5); int64_t L_6 = V_0; G_B3_0 = L_3; if (L_6) { G_B4_0 = L_3; goto IL_0030; } } { // exhausted = true; __this->set_exhausted_1((bool)1); G_B4_0 = G_B3_0; } IL_0030: { // return result; return G_B4_0; } } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.Tls.RecordStream/SequenceNumber::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNumber__ctor_mBAD5010842B967501D6AE231655C37D1A1E57838 (SequenceNumber_t3A86B85D034EB1D898C53B257FBB18A25618A175 * __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 RegisterView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m05F4A8890D177EBA5E7DB61EBF9D24C2BDCB80EE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * L_0 = (U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 *)il2cpp_codegen_object_new(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m6E16BEA4BC79E30B4FC9DEC4AEE8C8654092FB61(L_0, /*hidden argument*/NULL); ((U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void RegisterView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6E16BEA4BC79E30B4FC9DEC4AEE8C8654092FB61 (U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RegisterView/<>c::b__28_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRegisterSaveU3Eb__28_0_m1955593B5D5392DAF8520E9701E8BCD319C7E280 (U3CU3Ec_tC28E8B5AF827D2A3CF9D40F511AF3AFA15ED9EF7 * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByCNKey(res.msg)); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_1 = ___res0; NullCheck(L_1); String_t* L_2 = L_1->get_msg_2(); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByCNKey_mE3F0235831425C99213D5478DA4778B2ED9E087E(L_2, /*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_3, /*hidden argument*/NULL); // if (res.code == 0) { RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_4 = ___res0; NullCheck(L_4); int32_t L_5 = L_4->get_code_0(); if (L_5) { goto IL_0027; } } { // GameObject.FindObjectOfType().showLoginView(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 * L_6; L_6 = Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB(/*hidden argument*/Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB_RuntimeMethod_var); NullCheck(L_6); LoginMgr_showLoginView_m13F9517718C5312DBC0646D10D7D104C0B81BB46(L_6, /*hidden argument*/NULL); } IL_0027: { // } 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 RegisterView/<>c__DisplayClass13_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m4FE4F0641DA3E40BEA0F960A164587686371A6C3 (U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RegisterView/<>c__DisplayClass13_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3COnEnableU3Eb__0_mF86ED26B38806EF21C37858DA5AEF716573E53B5 (U3CU3Ec__DisplayClass13_0_t32C6496BC7AE1430C05FE489429B09FAE4E1B438 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // agreementPopup.onDisagree = null; AgreementPopup_tCC38F433C4A11AEF6FBB883ACABC611A73F4B3E6 * L_0 = __this->get_agreementPopup_0(); NullCheck(L_0); L_0->set_onDisagree_4((Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)NULL); // GameObject.FindObjectOfType().showLoginView(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); LoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404 * L_1; L_1 = Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB(/*hidden argument*/Object_FindObjectOfType_TisLoginMgr_t8D340F9A8A8027CEBE3696757458524F722D0404_mA71CC596B3C760E34E38EDB9378B968F269EE4CB_RuntimeMethod_var); NullCheck(L_1); LoginMgr_showLoginView_m13F9517718C5312DBC0646D10D7D104C0B81BB46(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 RegisterView/<>c__DisplayClass15_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_m6DAED9FD6F718F4E78770FB1581393A5AC382692 (U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RegisterView/<>c__DisplayClass15_0::b__0(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CInitInputLimitU3Eb__0_mD380BF63C33BBC61CE84CE1F6031001E978A0596 (U3CU3Ec__DisplayClass15_0_t8EB7D058A396BFC3361D885BB235029FE4CBFCDC * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { // Match match = new Regex("[^A-Za-z0-9]").Match(text); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_0, _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41, /*hidden argument*/NULL); String_t* L_1 = ___text0; NullCheck(L_0); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_2; L_2 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (match.Success) { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { // inputField.text = text.Replace(match.Value, ""); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_5 = __this->get_inputField_0(); String_t* L_6 = ___text0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_6, L_8, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_5); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_5, L_9, /*hidden argument*/NULL); } IL_0035: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RegisterView/<>c__DisplayClass20_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0__ctor_m431BAECB9D7D6F72F9BB7E6D2616CD8228074D6C (U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RegisterView/<>c__DisplayClass20_0::b__0(System.String,System.Int64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass20_0_U3COnClick_BindEmailU3Eb__0_m1A57D3052A3834732BC402EE2A235DE424F7259A (U3CU3Ec__DisplayClass20_0_t28FFD9EDA278588D247BF2B246F56F80C640910C * __this, String_t* ___a0, int64_t ___b1, String_t* ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass1")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2, /*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_1, /*hidden argument*/NULL); // relateValidateView.CloseView(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_2 = __this->get_relateValidateView_0(); NullCheck(L_2); RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B(L_2, /*hidden argument*/NULL); // GetInputField(registerInEmail).text = _bindingEmail = a; RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * L_3 = __this->get_U3CU3E4__this_1(); RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * L_4 = __this->get_U3CU3E4__this_1(); NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = L_4->get_registerInEmail_7(); NullCheck(L_3); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_6; L_6 = RegisterView_GetInputField_m4AD7485DE23349A151D19DE990BC4B82375392C5(L_3, L_5, /*hidden argument*/NULL); RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * L_7 = __this->get_U3CU3E4__this_1(); String_t* L_8 = ___a0; String_t* L_9 = L_8; V_0 = L_9; NullCheck(L_7); L_7->set__bindingEmail_17(L_9); String_t* L_10 = V_0; NullCheck(L_6); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_6, L_10, /*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 RegisterView/<>c__DisplayClass22_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0__ctor_mD1517D123AC3C8449FD538371C8EF2D03A045FA2 (U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RegisterView/<>c__DisplayClass22_0::b__0(System.String,System.Int64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass22_0_U3COnClick_BindPhoneU3Eb__0_m12A5B8BBE5511E3033168D1030DC15905E6906C7 (U3CU3Ec__DisplayClass22_0_t00189800C27B442819FBA3F2F4F66296DDA8A188 * __this, String_t* ___a0, int64_t ___b1, String_t* ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass1")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_0; L_0 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_1; L_1 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral5F01825DAF5945E1970DA71E1548638D8CE3ECD2, /*hidden argument*/NULL); NullCheck(L_0); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_0, L_1, /*hidden argument*/NULL); // relateValidateView.CloseView(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_2 = __this->get_relateValidateView_0(); NullCheck(L_2); RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B(L_2, /*hidden argument*/NULL); // GetInputField(registerInPhone).text = _bindingPhone = a; RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * L_3 = __this->get_U3CU3E4__this_1(); RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * L_4 = __this->get_U3CU3E4__this_1(); NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = L_4->get_registerInPhone_8(); NullCheck(L_3); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_6; L_6 = RegisterView_GetInputField_m4AD7485DE23349A151D19DE990BC4B82375392C5(L_3, L_5, /*hidden argument*/NULL); RegisterView_tC1FAEA5F272083ACB485E8C2513A6BBE6E5854E0 * L_7 = __this->get_U3CU3E4__this_1(); String_t* L_8 = ___a0; String_t* L_9 = L_8; V_0 = L_9; NullCheck(L_7); L_7->set__bindingPhone_18(L_9); String_t* L_10 = V_0; NullCheck(L_6); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_6, L_10, /*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 RelateValidateView/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDF2929617300CC01F7B5E44174C1445102CDB641 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * L_0 = (U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B *)il2cpp_codegen_object_new(U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m82B8D320E5FECF2C8F77A918A17B55A1D28D9F87(L_0, /*hidden argument*/NULL); ((U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0); return; } } // System.Void RelateValidateView/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m82B8D320E5FECF2C8F77A918A17B55A1D28D9F87 (U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RelateValidateView/<>c::b__22_0(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRequestSendValidateCodeU3Eb__22_0_m10654563FADA6B2BBE03FC305952C6A9CDAB4C89 (U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA5880ACE0A60738D1678445677A7B4A411676B42); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFB401F0AE1AA2B1543BBC61D34CB000EAF9B88D2); s_Il2CppMethodInitialized = true; } { // if (res.code == 0) PopupMgr.ins.ShowTipTop(TextAutoLanguage2.GetTextByKey("RelateValidateView-b0")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_0 = ___res0; NullCheck(L_0); int32_t L_1 = L_0->get_code_0(); if (L_1) { goto IL_001d; } } { // if (res.code == 0) PopupMgr.ins.ShowTipTop(TextAutoLanguage2.GetTextByKey("RelateValidateView-b0")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2; L_2 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteralFB401F0AE1AA2B1543BBC61D34CB000EAF9B88D2, /*hidden argument*/NULL); NullCheck(L_2); PopupMgr_ShowTipTop_m258B2C95347BD8E1B9114FB76341F42977DF376E(L_2, L_3, /*hidden argument*/NULL); return; } IL_001d: { // else PopupMgr.ins.ShowTipTop(TextAutoLanguage2.GetTextByKey("RelateValidateView-b1")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_4; L_4 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_5; L_5 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteralA5880ACE0A60738D1678445677A7B4A411676B42, /*hidden argument*/NULL); NullCheck(L_4); PopupMgr_ShowTipTop_m258B2C95347BD8E1B9114FB76341F42977DF376E(L_4, L_5, /*hidden argument*/NULL); // })); return; } } // System.Void RelateValidateView/<>c::b__22_1(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CRequestSendValidateCodeU3Eb__22_1_m1C39BF0FA004C1273007EC1DD948ADB83A0416C9 (U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65902E55122E8E76A18F3FFD733F5BB6E2D59243); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD260FF9707B559F8B0D3C521E066FA30B9C6ECAD); s_Il2CppMethodInitialized = true; } { // if (res.code == 0) PopupMgr.ins.ShowTipTop(TextAutoLanguage2.GetTextByKey("RelateValidateView-b2")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_0 = ___res0; NullCheck(L_0); int32_t L_1 = L_0->get_code_0(); if (L_1) { goto IL_001d; } } { // if (res.code == 0) PopupMgr.ins.ShowTipTop(TextAutoLanguage2.GetTextByKey("RelateValidateView-b2")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_2; L_2 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_3; L_3 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral65902E55122E8E76A18F3FFD733F5BB6E2D59243, /*hidden argument*/NULL); NullCheck(L_2); PopupMgr_ShowTipTop_m258B2C95347BD8E1B9114FB76341F42977DF376E(L_2, L_3, /*hidden argument*/NULL); return; } IL_001d: { // else PopupMgr.ins.ShowTipTop(TextAutoLanguage2.GetTextByKey("RelateValidateView-b3")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_4; L_4 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_5; L_5 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteralD260FF9707B559F8B0D3C521E066FA30B9C6ECAD, /*hidden argument*/NULL); NullCheck(L_4); PopupMgr_ShowTipTop_m258B2C95347BD8E1B9114FB76341F42977DF376E(L_4, L_5, /*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 RelateValidateView/TextKeys::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextKeys__ctor_mB27CE238B4202B84D65F37E7B7502E4589D9C50F (TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Reporter/<>c__DisplayClass148_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass148_0__ctor_m207983D7BFC330D34FA89A212AB5FDC3D171B4EE (U3CU3Ec__DisplayClass148_0_t3E19A9A49A60ACF14C2B0C397DD7CDBF889BFAFB * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void Reporter/<>c__DisplayClass148_0::b__0(Reporter/Log) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass148_0_U3CdrawToolBarU3Eb__0_m8CE9CC8E942345F7E9422CA2845D9E46571FE15D (U3CU3Ec__DisplayClass148_0_t3E19A9A49A60ACF14C2B0C397DD7CDBF889BFAFB * __this, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * ___l0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // logs.ForEach(l => allLogsToClipboard += l.condition + System.Environment.NewLine + System.Environment.NewLine + l.stacktrace); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_0 = (StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A*)SZArrayNew(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var, (uint32_t)5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = L_0; String_t* L_2 = __this->get_allLogsToClipboard_0(); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_3 = L_1; Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * L_4 = ___l0; NullCheck(L_4); String_t* L_5 = L_4->get_condition_2(); NullCheck(L_3); ArrayElementTypeCheck (L_3, L_5); (L_3)->SetAt(static_cast(1), (String_t*)L_5); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_6 = L_3; String_t* L_7; L_7 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(2), (String_t*)L_7); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_8 = L_6; String_t* L_9; L_9 = Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(3), (String_t*)L_9); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_10 = L_8; Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * L_11 = ___l0; NullCheck(L_11); String_t* L_12 = L_11->get_stacktrace_3(); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_12); (L_10)->SetAt(static_cast(4), (String_t*)L_12); String_t* L_13; L_13 = String_Concat_mFEA7EFA1A6E75B96B1B7BC4526AAC864BFF83CC9(L_10, /*hidden argument*/NULL); __this->set_allLogsToClipboard_0(L_13); 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 Reporter/d__190::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CreadInfoU3Ed__190__ctor_mA790F04A3FA1DD0CD147BC6CD4F5EAEB6759D059 (U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 * __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 Reporter/d__190::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CreadInfoU3Ed__190_System_IDisposable_Dispose_m4DD7DF999143C4D5ECB06B46C724BE83C56F9755 (U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Reporter/d__190::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CreadInfoU3Ed__190_MoveNext_m928041341D017C1F6DCD990A890577C3F17330AB (U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 * __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*)&Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4354EF3BE94DEADFE8790808386607EF45D2C8FC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD563997CDCF40B1A5AB801C16C2FEE93606C69BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00a5; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // string prefFile = "build_info"; V_2 = _stringLiteral4354EF3BE94DEADFE8790808386607EF45D2C8FC; // string url = prefFile; String_t* L_4 = V_2; V_3 = L_4; // if (prefFile.IndexOf("://") == -1) { String_t* L_5 = V_2; NullCheck(L_5); int32_t L_6; L_6 = String_IndexOf_m90616B2D8ACC645F389750FAE4F9A75BC5D82454(L_5, _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A, /*hidden argument*/NULL); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0066; } } { // string streamingAssetsPath = Application.streamingAssetsPath; String_t* L_7; L_7 = Application_get_streamingAssetsPath_mA1FBABB08D7A4590A468C7CD940CD442B58C91E1(/*hidden argument*/NULL); V_4 = L_7; // if (streamingAssetsPath == "") String_t* L_8 = V_4; bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); if (!L_9) { goto IL_005d; } } { // streamingAssetsPath = Application.dataPath + "/StreamingAssets/"; String_t* L_10; L_10 = Application_get_dataPath_m026509C15A1E58FC6461EE7EC336EC18C9C2271E(/*hidden argument*/NULL); String_t* L_11; L_11 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_10, _stringLiteralD563997CDCF40B1A5AB801C16C2FEE93606C69BA, /*hidden argument*/NULL); V_4 = L_11; } IL_005d: { // url = System.IO.Path.Combine(streamingAssetsPath, prefFile); String_t* L_12 = V_4; String_t* L_13 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Path_tF1D95B78D57C1C1211BA6633FF2AC22FD6C48921_il2cpp_TypeInfo_var); String_t* L_14; L_14 = Path_Combine_mC22E47A9BB232F02ED3B6B5F6DD53338D37782EF(L_12, L_13, /*hidden argument*/NULL); V_3 = L_14; } IL_0066: { // if (!url.Contains("://")) String_t* L_15 = V_3; NullCheck(L_15); bool L_16; L_16 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_15, _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A, /*hidden argument*/NULL); if (L_16) { goto IL_007f; } } { // url = "file://" + url; String_t* L_17 = V_3; String_t* L_18; L_18 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, L_17, /*hidden argument*/NULL); V_3 = L_18; } IL_007f: { // UnityWebRequest www = UnityWebRequest.Get(url); String_t* L_19 = V_3; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_20; L_20 = UnityWebRequest_Get_m9C24DB3E8BED0B0886F28DCD982A4741A9903B1A(L_19, /*hidden argument*/NULL); __this->set_U3CwwwU3E5__2_3(L_20); // yield return www.SendWebRequest(); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_21 = __this->get_U3CwwwU3E5__2_3(); NullCheck(L_21); UnityWebRequestAsyncOperation_tDCAC6B6C7D51563F8DFD4963E3BE362470125396 * L_22; L_22 = UnityWebRequest_SendWebRequest_m990921023F56ECB8FF8C118894A317EB6E2F5B50(L_21, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_22); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00a5: { __this->set_U3CU3E1__state_0((-1)); // if (!string.IsNullOrEmpty(www.error)) { UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_23 = __this->get_U3CwwwU3E5__2_3(); NullCheck(L_23); String_t* L_24; L_24 = UnityWebRequest_get_error_m32B69D2365C1FE2310B5936C7C295B71A92CC2B4(L_23, /*hidden argument*/NULL); bool L_25; L_25 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_00d0; } } { // Debug.LogError(www.error); UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_26 = __this->get_U3CwwwU3E5__2_3(); NullCheck(L_26); String_t* L_27; L_27 = UnityWebRequest_get_error_m32B69D2365C1FE2310B5936C7C295B71A92CC2B4(L_26, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_LogError_m8850D65592770A364D494025FF3A73E8D4D70485(L_27, /*hidden argument*/NULL); // } goto IL_00e6; } IL_00d0: { // buildDate = www.downloadHandler.text; Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * L_28 = V_1; UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E * L_29 = __this->get_U3CwwwU3E5__2_3(); NullCheck(L_29); DownloadHandler_tEEAE0DD53DB497C8A491C4F7B7A14C3CA027B1DB * L_30; L_30 = UnityWebRequest_get_downloadHandler_mCE0A0C53A63419FE5AE25915AFB36EABE294C732(L_29, /*hidden argument*/NULL); NullCheck(L_30); String_t* L_31; L_31 = DownloadHandler_get_text_mD89D7125640800A8F5C4B9401C080C405953828A(L_30, /*hidden argument*/NULL); NullCheck(L_28); L_28->set_buildDate_36(L_31); } IL_00e6: { // yield break; return (bool)0; } } // System.Object Reporter/d__190::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CreadInfoU3Ed__190_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m546B6AF26D0230E169E3A66298EFFA3857850F36 (U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Reporter/d__190::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CreadInfoU3Ed__190_System_Collections_IEnumerator_Reset_mD6261BC49F228E24F5515EA31C1330F84E3C51B9 (U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 * __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*)&U3CreadInfoU3Ed__190_System_Collections_IEnumerator_Reset_mD6261BC49F228E24F5515EA31C1330F84E3C51B9_RuntimeMethod_var))); } } // System.Object Reporter/d__190::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CreadInfoU3Ed__190_System_Collections_IEnumerator_get_Current_m75050D76DE35D7E02CD693FCA6422263DCB2C01E (U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0 * __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 // Reporter/Log Reporter/Log::CreateCopy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * Log_CreateCopy_mFCC38494B5E8A6C1E44BC61FAB7F46077A63711A (Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (Log)this.MemberwiseClone(); RuntimeObject * L_0; L_0 = Object_MemberwiseClone_m0AEE84C38E9A87C372139B4C342454553F0F6392(__this, /*hidden argument*/NULL); return ((Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 *)CastclassClass((RuntimeObject*)L_0, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2_il2cpp_TypeInfo_var)); } } // System.Single Reporter/Log::GetMemoryUsage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Log_GetMemoryUsage_mED699CB4309A05ED9108938A7534568A51EBD415 (Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * __this, const RuntimeMethod* method) { { // return (float)(sizeof(int) + // sizeof(_LogType) + // condition.Length * sizeof(char) + // stacktrace.Length * sizeof(char) + // sizeof(int)); String_t* L_0 = __this->get_condition_2(); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_0, /*hidden argument*/NULL); String_t* L_2 = __this->get_stacktrace_3(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); return ((float)((float)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)))), (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)))), (int32_t)4)))); } } // System.Void Reporter/Log::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__ctor_m7BF33C0496F355EDC3D884812786A0D3DFA9522D (Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * __this, const RuntimeMethod* method) { { // public int count = 1; __this->set_count_0(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 #ifdef __clang__ #pragma 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 Reporter/Sample::MemSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Sample_MemSize_m4D369E2F8B0B0132737E082D352A4C7638E6D4A2 (const RuntimeMethod* method) { { // float s = sizeof(float) + sizeof(byte) + sizeof(float) + sizeof(float); // return s; return (13.0f); } } // System.String Reporter/Sample::GetSceneName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sample_GetSceneName_mF375AB4530FB46DA810DDB0FF874F4E59506D476 (Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CE16B3F79BFEFB1EE1F73D6BD00B4ECFDFCFD33); s_Il2CppMethodInitialized = true; } { // if (loadedScene == 255) uint8_t L_0 = __this->get_loadedScene_1(); if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)255))))) { goto IL_0013; } } { // return "AssetBundleScene"; return _stringLiteral3CE16B3F79BFEFB1EE1F73D6BD00B4ECFDFCFD33; } IL_0013: { // return scenes[loadedScene]; IL2CPP_RUNTIME_CLASS_INIT(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var); StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* L_1 = ((Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_StaticFields*)il2cpp_codegen_static_fields_for(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_il2cpp_TypeInfo_var))->get_scenes_91(); uint8_t L_2 = __this->get_loadedScene_1(); NullCheck(L_1); uint8_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.Void Reporter/Sample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sample__ctor_m02F7676D47E82DAEE97735C65576B49B506D2453 (Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RetrievePasswordView/<>c__DisplayClass14_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0__ctor_m610812D9DFBABAB257026654FD4848A00A5E5BF4 (U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RetrievePasswordView/<>c__DisplayClass14_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass14_0_U3CGoToSelectUsernameU3Eb__0_mCA590292AB9846B294EE15307D1809318BBFAB5C (U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC * __this, const RuntimeMethod* method) { { // _currentUsername = username; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_0 = __this->get_U3CU3E4__this_3(); String_t* L_1 = __this->get_username_0(); NullCheck(L_0); L_0->set__currentUsername_7(L_1); // _currentUsernameTimestamp = timestamp; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_2 = __this->get_U3CU3E4__this_3(); int64_t L_3 = __this->get_timestamp_1(); NullCheck(L_2); L_2->set__currentUsernameTimestamp_8(L_3); // _currentUsernameSign = sign; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_4 = __this->get_U3CU3E4__this_3(); String_t* L_5 = __this->get_sign_2(); NullCheck(L_4); L_4->set__currentUsernameSign_9(L_5); // GoToResetPassword(); RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_6 = __this->get_U3CU3E4__this_3(); NullCheck(L_6); RetrievePasswordView_GoToResetPassword_m9AE016A15659C9FB377E4695EC823F6099394E63(L_6, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RetrievePasswordView/<>c__DisplayClass21_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0__ctor_m258D8BB6F3620D33BD3C5AD086116FDB8C93B58E (U3CU3Ec__DisplayClass21_0_t6D30FF35DC35A382E9C6653F86DE1C80A57B5DFF * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RetrievePasswordView/<>c__DisplayClass21_0::b__1(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass21_0_U3CInitResetPasswordU3Eb__1_m8E82FE4F38EB76AB74ECFFB15C3DE7792051AA52 (U3CU3Ec__DisplayClass21_0_t6D30FF35DC35A382E9C6653F86DE1C80A57B5DFF * __this, String_t* ___text0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * V_0 = NULL; { // Match match = new Regex("[^A-Za-z0-9]").Match(text); Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F * L_0 = (Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F *)il2cpp_codegen_object_new(Regex_t90F443D398F44965EA241A652ED75DF5BA072A1F_il2cpp_TypeInfo_var); Regex__ctor_m8BB2137D7B0A93CD70FD3061579C7456BB65216E(L_0, _stringLiteral77C0F70066746BC80CFAF989245E5204F0696E41, /*hidden argument*/NULL); String_t* L_1 = ___text0; NullCheck(L_0); Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_2; L_2 = Regex_Match_m9BE3E10B8FBD9F612AC071CC3C68A974E898E233(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; // if (match.Success) { Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = Group_get_Success_m917CA7077102642C3C24106F13B9F5F5D5130C1B(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0035; } } { // input.text = text.Replace(match.Value, ""); InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * L_5 = __this->get_input_0(); String_t* L_6 = ___text0; Match_t8CC0A47F766954F17AD4D1C1597754C8F576464B * L_7 = V_0; NullCheck(L_7); String_t* L_8; L_8 = Capture_get_Value_mC5CAABA66AC24C90CE1A6FE7EE93AD4A926E4D5A(L_7, /*hidden argument*/NULL); NullCheck(L_6); String_t* L_9; L_9 = String_Replace_m98184150DC4E2FBDF13E723BF5B7353D9602AC4D(L_6, L_8, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL); NullCheck(L_5); InputField_set_text_m30EE95E064474DFA2842CA2DD6E831FF3F3500BF(L_5, L_9, /*hidden argument*/NULL); } IL_0035: { // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void RetrievePasswordView/<>c__DisplayClass8_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0__ctor_mCE4BCEF178547BB93D00175A8E70952958DF2CD4 (U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RetrievePasswordView/<>c__DisplayClass8_0::b__0(System.String,System.Int64,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__0_m8DD569C9266AEFBDC39B1E5AB372FF5E2369C09E (U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92 * __this, String_t* ___a0, int64_t ___b1, String_t* ___c2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__1_m4895FEF5EACFC5C3EE1291295A82E5C7C56C25D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__2_m9230184EEC625A267094CD62D3E812915F3A3E2F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int64_t V_1 = 0; String_t* V_2 = NULL; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * V_3 = NULL; String_t* V_4 = NULL; int64_t V_5 = 0; String_t* V_6 = NULL; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * G_B3_0 = NULL; String_t* G_B3_1 = NULL; int64_t G_B3_2 = 0; String_t* G_B3_3 = NULL; LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * G_B3_4 = NULL; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * G_B3_5 = NULL; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * G_B2_0 = NULL; String_t* G_B2_1 = NULL; int64_t G_B2_2 = 0; String_t* G_B2_3 = NULL; LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * G_B2_4 = NULL; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * G_B2_5 = NULL; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * G_B7_0 = NULL; String_t* G_B7_1 = NULL; int64_t G_B7_2 = 0; String_t* G_B7_3 = NULL; LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * G_B7_4 = NULL; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * G_B7_5 = NULL; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * G_B6_0 = NULL; String_t* G_B6_1 = NULL; int64_t G_B6_2 = 0; String_t* G_B6_3 = NULL; LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * G_B6_4 = NULL; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * G_B6_5 = NULL; { // relateValidateView.BanButtons(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_0 = __this->get_relateValidateView_0(); NullCheck(L_0); RelateValidateView_BanButtons_m7141B0CCAC25F3932E623380D1947582BC1C69DB(L_0, /*hidden argument*/NULL); // if (_retrieveValidateType == RetrieveValidateType.Email) RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_1 = __this->get_U3CU3E4__this_1(); NullCheck(L_1); int32_t L_2 = L_1->get__retrieveValidateType_5(); if (L_2) { goto IL_0057; } } { // string email = a; long timestamp = b; string sign = c; String_t* L_3 = ___a0; V_0 = L_3; // string email = a; long timestamp = b; string sign = c; int64_t L_4 = ___b1; V_1 = L_4; // string email = a; long timestamp = b; string sign = c; String_t* L_5 = ___c2; V_2 = L_5; // StartCoroutine(LoginController.Instance.ListUsernamesByEmail(email, timestamp, sign, (res) => { // relateValidateView.CloseView(); // if (res.code == 0) // { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass0")); // GoToSelectUsername(res.data as JArray); // } // else if (res.code == -1) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip0")); // else if (res.code == -2) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip1")); // })); RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_6 = __this->get_U3CU3E4__this_1(); LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * L_7; L_7 = Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7(/*hidden argument*/Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7_RuntimeMethod_var); String_t* L_8 = V_0; int64_t L_9 = V_1; String_t* L_10 = V_2; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_11 = __this->get_U3CU3E9__1_2(); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_12 = L_11; G_B2_0 = L_12; G_B2_1 = L_10; G_B2_2 = L_9; G_B2_3 = L_8; G_B2_4 = L_7; G_B2_5 = L_6; if (L_12) { G_B3_0 = L_12; G_B3_1 = L_10; G_B3_2 = L_9; G_B3_3 = L_8; G_B3_4 = L_7; G_B3_5 = L_6; goto IL_004b; } } { Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_13 = (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *)il2cpp_codegen_object_new(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE(L_13, __this, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__1_m4895FEF5EACFC5C3EE1291295A82E5C7C56C25D7_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_14 = L_13; V_3 = L_14; __this->set_U3CU3E9__1_2(L_14); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_15 = V_3; G_B3_0 = L_15; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; G_B3_3 = G_B2_3; G_B3_4 = G_B2_4; G_B3_5 = G_B2_5; } IL_004b: { NullCheck(G_B3_4); RuntimeObject* L_16; L_16 = LoginController_ListUsernamesByEmail_m9E195222F327B3502F9A9A83B65A090FD1F6344C(G_B3_4, G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_5); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_17; L_17 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(G_B3_5, L_16, /*hidden argument*/NULL); // } return; } IL_0057: { // else if (_retrieveValidateType == RetrieveValidateType.Phone) RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_18 = __this->get_U3CU3E4__this_1(); NullCheck(L_18); int32_t L_19 = L_18->get__retrieveValidateType_5(); if ((!(((uint32_t)L_19) == ((uint32_t)1)))) { goto IL_00a9; } } { // string phone = a; long timestamp = b; string sign = c; String_t* L_20 = ___a0; V_4 = L_20; // string phone = a; long timestamp = b; string sign = c; int64_t L_21 = ___b1; V_5 = L_21; // string phone = a; long timestamp = b; string sign = c; String_t* L_22 = ___c2; V_6 = L_22; // StartCoroutine(LoginController.Instance.ListUsernamesByPhone(phone, timestamp, sign, (res) => { // relateValidateView.CloseView(); // if (res.code == 0) // { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass0")); // GoToSelectUsername(res.data as JArray); // } // else if (res.code == -1) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip0")); // else if (res.code == -2) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip2")); // })); RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_23 = __this->get_U3CU3E4__this_1(); LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * L_24; L_24 = Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7(/*hidden argument*/Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7_RuntimeMethod_var); String_t* L_25 = V_4; int64_t L_26 = V_5; String_t* L_27 = V_6; Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_28 = __this->get_U3CU3E9__2_3(); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_29 = L_28; G_B6_0 = L_29; G_B6_1 = L_27; G_B6_2 = L_26; G_B6_3 = L_25; G_B6_4 = L_24; G_B6_5 = L_23; if (L_29) { G_B7_0 = L_29; G_B7_1 = L_27; G_B7_2 = L_26; G_B7_3 = L_25; G_B7_4 = L_24; G_B7_5 = L_23; goto IL_009e; } } { Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_30 = (Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE *)il2cpp_codegen_object_new(Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var); Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE(L_30, __this, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__2_m9230184EEC625A267094CD62D3E812915F3A3E2F_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_31 = L_30; V_3 = L_31; __this->set_U3CU3E9__2_3(L_31); Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * L_32 = V_3; G_B7_0 = L_32; G_B7_1 = G_B6_1; G_B7_2 = G_B6_2; G_B7_3 = G_B6_3; G_B7_4 = G_B6_4; G_B7_5 = G_B6_5; } IL_009e: { NullCheck(G_B7_4); RuntimeObject* L_33; L_33 = LoginController_ListUsernamesByPhone_m9336CE058FBBFB9CEBA7E7E711E25B673B3E1379(G_B7_4, G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL); NullCheck(G_B7_5); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_34; L_34 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(G_B7_5, L_33, /*hidden argument*/NULL); } IL_00a9: { // }; return; } } // System.Void RetrievePasswordView/<>c__DisplayClass8_0::b__1(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__1_m4895FEF5EACFC5C3EE1291295A82E5C7C56C25D7 (U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92 * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral300D6398BE44125562D62DB2A34A0C90B3E5EE83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85FEF18BEB77BA73C87601D7E0A411B4A62BA265); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0258198423E5FA7FB3E83ABACFBD6F36C62AEA0); s_Il2CppMethodInitialized = true; } { // relateValidateView.CloseView(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_0 = __this->get_relateValidateView_0(); NullCheck(L_0); RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B(L_0, /*hidden argument*/NULL); // if (res.code == 0) RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_1 = ___res0; NullCheck(L_1); int32_t L_2 = L_1->get_code_0(); if (L_2) { goto IL_003e; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass0")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_3; L_3 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_4; L_4 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral300D6398BE44125562D62DB2A34A0C90B3E5EE83, /*hidden argument*/NULL); NullCheck(L_3); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_3, L_4, /*hidden argument*/NULL); // GoToSelectUsername(res.data as JArray); RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_5 = __this->get_U3CU3E4__this_1(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_6 = ___res0; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_data_1(); NullCheck(L_5); RetrievePasswordView_GoToSelectUsername_mE4FE736E003F74E5A120F60B1089981218BFB2B0(L_5, ((JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)IsInstClass((RuntimeObject*)L_7, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } IL_003e: { // else if (res.code == -1) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip0")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_8 = ___res0; NullCheck(L_8); int32_t L_9 = L_8->get_code_0(); if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_005c; } } { // else if (res.code == -1) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip0")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_10; L_10 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_11; L_11 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral85FEF18BEB77BA73C87601D7E0A411B4A62BA265, /*hidden argument*/NULL); NullCheck(L_10); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_10, L_11, /*hidden argument*/NULL); return; } IL_005c: { // else if (res.code == -2) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip1")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_12 = ___res0; NullCheck(L_12); int32_t L_13 = L_12->get_code_0(); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)-2))))) { goto IL_007a; } } { // else if (res.code == -2) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip1")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_14; L_14 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_15; L_15 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteralA0258198423E5FA7FB3E83ABACFBD6F36C62AEA0, /*hidden argument*/NULL); NullCheck(L_14); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_14, L_15, /*hidden argument*/NULL); } IL_007a: { // })); return; } } // System.Void RetrievePasswordView/<>c__DisplayClass8_0::b__2(RequestResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__2_m9230184EEC625A267094CD62D3E812915F3A3E2F (U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92 * __this, RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * ___res0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral300D6398BE44125562D62DB2A34A0C90B3E5EE83); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral62F7226F0FD035CBFF6DE6A922E6BF3140A34885); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85FEF18BEB77BA73C87601D7E0A411B4A62BA265); s_Il2CppMethodInitialized = true; } { // relateValidateView.CloseView(); RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * L_0 = __this->get_relateValidateView_0(); NullCheck(L_0); RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B(L_0, /*hidden argument*/NULL); // if (res.code == 0) RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_1 = ___res0; NullCheck(L_1); int32_t L_2 = L_1->get_code_0(); if (L_2) { goto IL_003e; } } { // PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RelateValidateView-pass0")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_3; L_3 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_4; L_4 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral300D6398BE44125562D62DB2A34A0C90B3E5EE83, /*hidden argument*/NULL); NullCheck(L_3); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_3, L_4, /*hidden argument*/NULL); // GoToSelectUsername(res.data as JArray); RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * L_5 = __this->get_U3CU3E4__this_1(); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_6 = ___res0; NullCheck(L_6); RuntimeObject * L_7 = L_6->get_data_1(); NullCheck(L_5); RetrievePasswordView_GoToSelectUsername_mE4FE736E003F74E5A120F60B1089981218BFB2B0(L_5, ((JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)IsInstClass((RuntimeObject*)L_7, JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } return; } IL_003e: { // else if (res.code == -1) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip0")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_8 = ___res0; NullCheck(L_8); int32_t L_9 = L_8->get_code_0(); if ((!(((uint32_t)L_9) == ((uint32_t)(-1))))) { goto IL_005c; } } { // else if (res.code == -1) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip0")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_10; L_10 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_11; L_11 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral85FEF18BEB77BA73C87601D7E0A411B4A62BA265, /*hidden argument*/NULL); NullCheck(L_10); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_10, L_11, /*hidden argument*/NULL); return; } IL_005c: { // else if (res.code == -2) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip2")); RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB * L_12 = ___res0; NullCheck(L_12); int32_t L_13 = L_12->get_code_0(); if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)-2))))) { goto IL_007a; } } { // else if (res.code == -2) PopupMgr.ins.ShowTip(TextAutoLanguage2.GetTextByKey("RetrievePasswordView-tip2")); PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC * L_14; L_14 = PopupMgr_get_ins_m15DA1C0D50F662D8254FACBA48B090BF0145027D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var); String_t* L_15; L_15 = TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2(_stringLiteral62F7226F0FD035CBFF6DE6A922E6BF3140A34885, /*hidden argument*/NULL); NullCheck(L_14); PopupMgr_ShowTip_m887A05C0D87DB1BC665DB614C6352F8F0EA68E42(L_14, L_15, /*hidden argument*/NULL); } IL_007a: { // })); 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 RetrievePasswordView/d__23::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayDestroyU3Ed__23__ctor_mDC5BFD2D0C1DEE6A0D26C7874A2E7B89B0C31E8B (U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 * __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 RetrievePasswordView/d__23::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayDestroyU3Ed__23_System_IDisposable_Dispose_m260C4EAC09C757B86053282EA4D7590EC54B572F (U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean RetrievePasswordView/d__23::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayDestroyU3Ed__23_MoveNext_mF261CAD5DC49EEE91263728DD1923EF75659928A (U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 * __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; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * 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(1); 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); RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * 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); // } return (bool)0; } } // System.Object RetrievePasswordView/d__23::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayDestroyU3Ed__23_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m73C4708C1FB2D4C25570048FE25818559F3FFAFB (U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void RetrievePasswordView/d__23::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayDestroyU3Ed__23_System_Collections_IEnumerator_Reset_m46C07082D130497E799B087B264C3DF5375260CD (U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 * __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*)&U3CDelayDestroyU3Ed__23_System_Collections_IEnumerator_Reset_m46C07082D130497E799B087B264C3DF5375260CD_RuntimeMethod_var))); } } // System.Object RetrievePasswordView/d__23::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayDestroyU3Ed__23_System_Collections_IEnumerator_get_Current_mA74CF61CEFDCFC00F1B62DBBC23927798C748D47 (U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014 * __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 UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/AdvancedSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdvancedSettings__ctor_mC6C95C0E431E720B8F952FD872E22A801CEE4D46 (AdvancedSettings_t22726EA7B3471E165EC87BBB8EAF44DB6CFE63EB * __this, const RuntimeMethod* method) { { // public float groundCheckDistance = 0.01f; // distance for checking if the controller is grounded ( 0.01f seems to work best for this ) __this->set_groundCheckDistance_0((0.00999999978f)); // public float stickToGroundHelperDistance = 0.5f; // stops the character __this->set_stickToGroundHelperDistance_1((0.5f)); // public float slowDownRate = 20f; // rate at which the controller comes to a stop when there is no input __this->set_slowDownRate_2((20.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 // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::UpdateDesiredTargetSpeed(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovementSettings_UpdateDesiredTargetSpeed_m6D418A9690124CFC9FA7DEA81FB2E521CFC73D12 (MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___input0, const RuntimeMethod* method) { { // if (input == Vector2.zero) return; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___input0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Vector2_get_zero_m621041B9DF5FAE86C1EF4CB28C224FEA089CB828(/*hidden argument*/NULL); bool L_2; L_2 = Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline(L_0, L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_000e; } } { // if (input == Vector2.zero) return; return; } IL_000e: { // if (input.x > 0 || input.x < 0) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___input0; float L_4 = L_3.get_x_0(); if ((((float)L_4) > ((float)(0.0f)))) { goto IL_0028; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = ___input0; float L_6 = L_5.get_x_0(); if ((!(((float)L_6) < ((float)(0.0f))))) { goto IL_0034; } } IL_0028: { // CurrentTargetSpeed = StrafeSpeed; float L_7 = __this->get_StrafeSpeed_2(); __this->set_CurrentTargetSpeed_7(L_7); } IL_0034: { // if (input.y < 0) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_8 = ___input0; float L_9 = L_8.get_y_1(); if ((!(((float)L_9) < ((float)(0.0f))))) { goto IL_004d; } } { // CurrentTargetSpeed = BackwardSpeed; float L_10 = __this->get_BackwardSpeed_1(); __this->set_CurrentTargetSpeed_7(L_10); } IL_004d: { // if (input.y > 0) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_11 = ___input0; float L_12 = L_11.get_y_1(); if ((!(((float)L_12) > ((float)(0.0f))))) { goto IL_0066; } } { // CurrentTargetSpeed = ForwardSpeed; float L_13 = __this->get_ForwardSpeed_0(); __this->set_CurrentTargetSpeed_7(L_13); } IL_0066: { // } return; } } // System.Void UnityStandardAssets.Characters.FirstPerson.RigidbodyFirstPersonController/MovementSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MovementSettings__ctor_m349160EB18090C7916E6210DC54F023AC6410527 (MovementSettings_t3D675900B162FDD412CD86E8CDAD379C0C4EBF2C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public float ForwardSpeed = 8.0f; // Speed when walking forward __this->set_ForwardSpeed_0((8.0f)); // public float BackwardSpeed = 4.0f; // Speed when walking backwards __this->set_BackwardSpeed_1((4.0f)); // public float StrafeSpeed = 4.0f; // Speed when walking sideways __this->set_StrafeSpeed_2((4.0f)); // public float RunMultiplier = 2.0f; // Speed when sprinting __this->set_RunMultiplier_3((2.0f)); // public KeyCode RunKey = KeyCode.LeftShift; __this->set_RunKey_4(((int32_t)304)); // public float JumpForce = 30f; __this->set_JumpForce_5((30.0f)); // public AnimationCurve SlopeCurveModifier = new AnimationCurve(new Keyframe(-90.0f, 1.0f), new Keyframe(0.0f, 1.0f), new Keyframe(90.0f, 0.0f)); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_0 = (KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC*)SZArrayNew(KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC_il2cpp_TypeInfo_var, (uint32_t)3); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_1 = L_0; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_2; memset((&L_2), 0, sizeof(L_2)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_2), (-90.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_1); (L_1)->SetAt(static_cast(0), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_2); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_3 = L_1; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_4; memset((&L_4), 0, sizeof(L_4)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_4), (0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_3); (L_3)->SetAt(static_cast(1), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_4); KeyframeU5BU5D_tF817D582FE6B521008A03DDBB5D1326DD78DB0BC* L_5 = L_3; Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F L_6; memset((&L_6), 0, sizeof(L_6)); Keyframe__ctor_mE08ED8666CB420F48B8D95B7D6B305A5ED0CFD9C((&L_6), (90.0f), (0.0f), /*hidden argument*/NULL); NullCheck(L_5); (L_5)->SetAt(static_cast(2), (Keyframe_tBEEE79DF5E970E48A8972FFFCE8B25A6068ACE9F )L_6); AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * L_7 = (AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 *)il2cpp_codegen_object_new(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03_il2cpp_TypeInfo_var); AnimationCurve__ctor_mDF6C1314A61F0E6F286865DD8BEA991795C07AC0(L_7, L_5, /*hidden argument*/NULL); __this->set_SlopeCurveModifier_6(L_7); // [HideInInspector] public float CurrentTargetSpeed = 8f; __this->set_CurrentTargetSpeed_7((8.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 // System.Void RoleSelectView/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m6282AF14F6F5EC063B9CA513C31C9E64BAB7208A (U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void RoleSelectView/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CRenderPlayerU3Eb__0_mC534A2562A65187BD805E11E3760ABBB1F357726 (U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // NextRole(playerIndex, -1); RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * L_1 = __this->get_U3CU3E4__this_0(); int32_t L_2 = __this->get_playerIndex_1(); NullCheck(L_1); RoleSelectView_NextRole_mBC9D7701B38386C8D1FD252F860809C40D6F6BAD(L_1, L_2, (-1), /*hidden argument*/NULL); // RenderPlayer(playerIndex); RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * L_3 = __this->get_U3CU3E4__this_0(); int32_t L_4 = __this->get_playerIndex_1(); NullCheck(L_3); RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC(L_3, L_4, /*hidden argument*/NULL); // }); return; } } // System.Void RoleSelectView/<>c__DisplayClass4_0::b__1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0_U3CRenderPlayerU3Eb__1_m6C2C658B7AA75A1FC6BC5565478090B842C88778 (U3CU3Ec__DisplayClass4_0_t7E7033553423F5238E338AA32BD280F8D2017073 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AudioMgr.ins.PlayBtn(); AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0 * L_0 = ((AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_StaticFields*)il2cpp_codegen_static_fields_for(AudioMgr_t37818C35286C2FF09D8B8FFF7E74D479D3817DA0_il2cpp_TypeInfo_var))->get_ins_5(); NullCheck(L_0); AudioMgr_PlayBtn_mC4683BCAA8A2E25F6743DE3987368A27ADFF62E6(L_0, /*hidden argument*/NULL); // NextRole(playerIndex, +1); RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * L_1 = __this->get_U3CU3E4__this_0(); int32_t L_2 = __this->get_playerIndex_1(); NullCheck(L_1); RoleSelectView_NextRole_mBC9D7701B38386C8D1FD252F860809C40D6F6BAD(L_1, L_2, 1, /*hidden argument*/NULL); // RenderPlayer(playerIndex); RoleSelectView_tBCF3A2392BB00BB1555946665E300145C505560E * L_3 = __this->get_U3CU3E4__this_0(); int32_t L_4 = __this->get_playerIndex_1(); NullCheck(L_3); RoleSelectView_RenderPlayer_m531E6742E8EC408B13F264960C5202E88FC5B8DC(L_3, L_4, /*hidden argument*/NULL); // }); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void SB_EventSystem/MouseTest::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseTest_Update_m554C1473C51E6F6240AB1BD7C9E007D193EF1F93 (MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Input.GetKey(KeyCode.A)) { bool L_0; L_0 = Input_GetKey_mFDD450A4C61F2930928B12287FFBD1ACCB71E429(((int32_t)97), /*hidden argument*/NULL); if (!L_0) { goto IL_0036; } } { // quat = Quaternion.AngleAxis(-moveSensitivity * Time.deltaTime, Vector3.up) * quat; float L_1 = __this->get_moveSensitivity_1(); float L_2; L_2 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)il2cpp_codegen_multiply((float)((-L_1)), (float)L_2)), L_3, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5 = __this->get_quat_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_4, L_5, /*hidden argument*/NULL); __this->set_quat_0(L_6); // } goto IL_00cb; } IL_0036: { // else if (Input.GetKey(KeyCode.D)) { bool L_7; L_7 = Input_GetKey_mFDD450A4C61F2930928B12287FFBD1ACCB71E429(((int32_t)100), /*hidden argument*/NULL); if (!L_7) { goto IL_0068; } } { // quat = Quaternion.AngleAxis(moveSensitivity * Time.deltaTime, Vector3.up) * quat; float L_8 = __this->get_moveSensitivity_1(); float L_9; L_9 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11; L_11 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), L_10, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12 = __this->get_quat_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_13; L_13 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_11, L_12, /*hidden argument*/NULL); __this->set_quat_0(L_13); // } goto IL_00cb; } IL_0068: { // else if (Input.GetKey(KeyCode.W)) { bool L_14; L_14 = Input_GetKey_mFDD450A4C61F2930928B12287FFBD1ACCB71E429(((int32_t)119), /*hidden argument*/NULL); if (!L_14) { goto IL_009b; } } { // quat = Quaternion.AngleAxis(-moveSensitivity * Time.deltaTime, Vector3.right) * quat; float L_15 = __this->get_moveSensitivity_1(); float L_16; L_16 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17; L_17 = Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)il2cpp_codegen_multiply((float)((-L_15)), (float)L_16)), L_17, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_19 = __this->get_quat_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20; L_20 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_18, L_19, /*hidden argument*/NULL); __this->set_quat_0(L_20); // } goto IL_00cb; } IL_009b: { // else if (Input.GetKey(KeyCode.S)) { bool L_21; L_21 = Input_GetKey_mFDD450A4C61F2930928B12287FFBD1ACCB71E429(((int32_t)115), /*hidden argument*/NULL); if (!L_21) { goto IL_00cb; } } { // quat = Quaternion.AngleAxis(moveSensitivity * Time.deltaTime, Vector3.right) * quat; float L_22 = __this->get_moveSensitivity_1(); float L_23; L_23 = Time_get_deltaTime_mCC15F147DA67F38C74CE408FB5D7FF4A87DA2290(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_get_right_mF5A51F81961474E0A7A31C2757FD00921FB79C44(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_25; L_25 = Quaternion_AngleAxis_m4644D20F58ADF03E9EA297CB4A845E5BCDA1E398(((float)il2cpp_codegen_multiply((float)L_22, (float)L_23)), L_24, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_26 = __this->get_quat_0(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_op_Multiply_m5C7A60AC0CDCA2C5E2F23E45FBD1B15CA152D7B0(L_25, L_26, /*hidden argument*/NULL); __this->set_quat_0(L_27); } IL_00cb: { // SB_EventSystem.ins.MoveSimulateMouse(quat); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_28 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_29 = __this->get_quat_0(); NullCheck(L_28); SB_EventSystem_MoveSimulateMouse_m70300BC598E79F4B65866503759FA123EC58C76B(L_28, L_29, /*hidden argument*/NULL); // if (Input.GetKeyDown(KeyCode.E)) { bool L_30; L_30 = Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220(((int32_t)101), /*hidden argument*/NULL); if (!L_30) { goto IL_00ee; } } { // SB_EventSystem.ins.AwakenSimulateMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_31 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_31); SB_EventSystem_AwakenSimulateMouse_m64D4CE9DCB889CAD615599BD8394BD6023ED7E9A(L_31, /*hidden argument*/NULL); } IL_00ee: { // if (Input.GetKeyDown(KeyCode.R)) { bool L_32; L_32 = Input_GetKeyDown_m476116696E71771641BBECBAB1A4C55E69018220(((int32_t)114), /*hidden argument*/NULL); if (!L_32) { goto IL_0101; } } { // SB_EventSystem.ins.ClickMouse(); SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49 * L_33 = ((SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_StaticFields*)il2cpp_codegen_static_fields_for(SB_EventSystem_tE4A115CDD2E7D7351CC3C126A9CEDE4FD119BD49_il2cpp_TypeInfo_var))->get_ins_4(); NullCheck(L_33); SB_EventSystem_ClickMouse_mAD64AEBA38691F31FE1EDAEA8089B3D19CD2C884(L_33, /*hidden argument*/NULL); } IL_0101: { // } return; } } // System.Void SB_EventSystem/MouseTest::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseTest__ctor_m98D234B1D9DA39FD626153C4F7FD25618FDEF696 (MouseTest_t19667380CD6500B956B18AF63436737941DB14FD * __this, const RuntimeMethod* method) { { // Quaternion quat = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_0; L_0 = Quaternion_get_identity_mF2E565DBCE793A1AE6208056D42CA7C59D83A702(/*hidden argument*/NULL); __this->set_quat_0(L_0); // float moveSensitivity = 30; __this->set_moveSensitivity_1((30.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 // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve,System.UInt32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SM2P256V1LookupTable__ctor_m364BA67406FEB93E476EBF34318A09F071E93E1B (SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6 * __this, SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * ___outer0, UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___table1, int32_t ___size2, const RuntimeMethod* method) { { // internal SM2P256V1LookupTable(SM2P256V1Curve outer, uint[] table, int size) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // this.m_outer = outer; SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * L_0 = ___outer0; __this->set_m_outer_0(L_0); // this.m_table = table; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1 = ___table1; __this->set_m_table_1(L_1); // this.m_size = size; int32_t L_2 = ___size2; __this->set_m_size_2(L_2); // } return; } } // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SM2P256V1LookupTable_get_Size_m0870D6547A47602082704501F0B875F3DCBF35F1 (SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6 * __this, const RuntimeMethod* method) { { // get { return m_size; } int32_t L_0 = __this->get_m_size_2(); return L_0; } } // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.Custom.GM.SM2P256V1Curve/SM2P256V1LookupTable::Lookup(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * SM2P256V1LookupTable_Lookup_m8322D932A1E7743ECB8DF1DAA4C1733101607C3C (SM2P256V1LookupTable_tE9ED3C3736FBBA994521DAAE9F2B9CC05C4B09A6 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_0 = NULL; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; uint32_t V_4 = 0; int32_t V_5 = 0; { // uint[] x = Nat256.Create(), y = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_0; L_0 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_0 = L_0; // uint[] x = Nat256.Create(), y = Nat256.Create(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_1; L_1 = Nat256_Create_m59E66B7BE107F25FFC6094A1D88B483D46B4200F(/*hidden argument*/NULL); V_1 = L_1; // int pos = 0; V_2 = 0; // for (int i = 0; i < m_size; ++i) V_3 = 0; goto IL_006b; } IL_0012: { // uint MASK = (uint)(((i ^ index) - 1) >> 31); int32_t L_2 = V_3; int32_t L_3 = ___index0; V_4 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)((int32_t)L_2^(int32_t)L_3)), (int32_t)1))>>(int32_t)((int32_t)31))); // for (int j = 0; j < SM2P256V1_FE_INTS; ++j) V_5 = 0; goto IL_005d; } IL_0021: { // x[j] ^= m_table[pos + j] & MASK; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_4 = V_0; int32_t L_5 = V_5; NullCheck(L_4); uint32_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5))); int32_t L_7 = *((uint32_t*)L_6); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_8 = __this->get_m_table_1(); int32_t L_9 = V_2; int32_t L_10 = V_5; NullCheck(L_8); int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)); uint32_t L_12 = (L_8)->GetAt(static_cast(L_11)); uint32_t L_13 = V_4; *((int32_t*)L_6) = (int32_t)((int32_t)((int32_t)L_7^(int32_t)((int32_t)((int32_t)L_12&(int32_t)L_13)))); // y[j] ^= m_table[pos + SM2P256V1_FE_INTS + j] & MASK; UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_14 = V_1; int32_t L_15 = V_5; NullCheck(L_14); uint32_t* L_16 = ((L_14)->GetAddressAt(static_cast(L_15))); int32_t L_17 = *((uint32_t*)L_16); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_18 = __this->get_m_table_1(); int32_t L_19 = V_2; int32_t L_20 = V_5; NullCheck(L_18); int32_t L_21 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)8)), (int32_t)L_20)); uint32_t L_22 = (L_18)->GetAt(static_cast(L_21)); uint32_t L_23 = V_4; *((int32_t*)L_16) = (int32_t)((int32_t)((int32_t)L_17^(int32_t)((int32_t)((int32_t)L_22&(int32_t)L_23)))); // for (int j = 0; j < SM2P256V1_FE_INTS; ++j) int32_t L_24 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_005d: { // for (int j = 0; j < SM2P256V1_FE_INTS; ++j) int32_t L_25 = V_5; if ((((int32_t)L_25) < ((int32_t)8))) { goto IL_0021; } } { // pos += (SM2P256V1_FE_INTS * 2); int32_t L_26 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)((int32_t)16))); // for (int i = 0; i < m_size; ++i) int32_t L_27 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)); } IL_006b: { // for (int i = 0; i < m_size; ++i) int32_t L_28 = V_3; int32_t L_29 = __this->get_m_size_2(); if ((((int32_t)L_28) < ((int32_t)L_29))) { goto IL_0012; } } { // return m_outer.CreateRawPoint(new SM2P256V1FieldElement(x), new SM2P256V1FieldElement(y), false); SM2P256V1Curve_tFA5DF639429E34B0A818919B1693DAF09BB0178C * L_30 = __this->get_m_outer_0(); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_31 = V_0; SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 * L_32 = (SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 *)il2cpp_codegen_object_new(SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_il2cpp_TypeInfo_var); SM2P256V1FieldElement__ctor_m8BE9ADE9C524905C76F7579FE814442BDF720DAA(L_32, L_31, /*hidden argument*/NULL); UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* L_33 = V_1; SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 * L_34 = (SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685 *)il2cpp_codegen_object_new(SM2P256V1FieldElement_tAC7B0BD1880A4E28911E2DC846EDCDBC2A020685_il2cpp_TypeInfo_var); SM2P256V1FieldElement__ctor_m8BE9ADE9C524905C76F7579FE814442BDF720DAA(L_34, L_33, /*hidden argument*/NULL); NullCheck(L_30); ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA * L_35; L_35 = VirtualFuncInvoker3< ECPoint_tB125EF230297BF796402D7C2818D0ADF6328B6EA *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, ECFieldElement_t5B3E4EB355D81F73F6FAC09A042BE908A9631117 *, bool >::Invoke(13 /* BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECPoint BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECCurve::CreateRawPoint(BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,BestHTTP.SecureProtocol.Org.BouncyCastle.Math.EC.ECFieldElement,System.Boolean) */, L_30, L_32, L_34, (bool)0); return L_35; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HTTPRequest_get_Priority_mB0B7C3D2B0E7CBC753AC929C0584EEB21EF94D78_inline (HTTPRequest_t315DE271990629AEA5B463C9B4EF797C4254EE42 * __this, const RuntimeMethod* method) { { // public int Priority { get; set; } int32_t L_0 = __this->get_U3CPriorityU3Ek__BackingField_35(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_m86F93E0DD0238F5BAF659CBB5A72E711491E5820_inline (Cookie_tC21D2404C4CCA8449C9DB970939F9DFB8CE61EC2 * __this, const RuntimeMethod* method) { { // public string Name { get; private set; } String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool InputField_get_isFocused_m60B873B25A63045E65D55BDC90268C8623D7C418_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method) { { // get { return m_AllowInput; } bool L_0 = __this->get_m_AllowInput_52(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m2B1F3640101A6FCDA6B5AF27924FFD10E3A89A6C_inline (Toggle_t68F5A84CDD2BBAEA866F42EB4E0C9F2B431D612E * __this, const RuntimeMethod* method) { { // get { return m_IsOn; } bool L_0 = __this->get_m_IsOn_24(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m15D0C784A4A104390610325B02216FC2A6F1077C_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method) { { // return m_Text; String_t* L_0 = __this->get_m_Text_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector2_op_Implicit_m4FA146E613DBFE6C1C4B0E9B461D622E6F2FC294_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___v0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___v0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___v0; float L_3 = L_2.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), L_1, L_3, (0.0f), /*hidden argument*/NULL); V_0 = L_4; goto IL_001a; } IL_001a: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Implicit_mE407CAF7446E342E059B00AA9EDB301AEC5B7B1A_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___v0, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___v0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___v0; float L_3 = L_2.get_y_3(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4; memset((&L_4), 0, sizeof(L_4)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_4), L_1, L_3, /*hidden argument*/NULL); V_0 = L_4; goto IL_0015; } IL_0015: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5 = V_0; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Multiply_mC7A7802352867555020A90205EBABA56EE5E36CB_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, float ___d1, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___a0; float L_1 = L_0.get_x_0(); float L_2 = ___d1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___a0; float L_4 = L_3.get_y_1(); float L_5 = ___d1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6; memset((&L_6), 0, sizeof(L_6)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_6), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_0019; } IL_0019: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_mF7FCDE24496D619F4BB1A0BA44AF17DCB5D697FF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); __this->set_z_4((0.0f)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertificateID_ToAsn1Object_m3DF5ABEB87448CDEE72C1FBC95D65319E5D5DD32_inline (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, const RuntimeMethod* method) { { // return id; CertID_t945D399859D8DB2523029689FA453B19136D40F0 * L_0 = __this->get_id_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* SubjectKeyIdentifier_GetKeyIdentifier_m502BB5B30C0817ECCB75870AF8E69C76E795709F_inline (SubjectKeyIdentifier_t572BF9E7277584519251C3E26F9015A145A7FF62 * __this, const RuntimeMethod* method) { { // return keyIdentifier; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = __this->get_keyIdentifier_2(); return L_0; } } 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 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 * RabbitHuntGameMode_OnlinePK_getHunterGamePlayerScoreCounter_m9FFF10494613B6EF9C7A1328B8914AD66EF05436_inline (RabbitHuntGameMode_OnlinePK_t40D99B4BBFC4A1497450D9A23BE914FE8290AD6B * __this, const RuntimeMethod* method) { { // return hunterGamePlayerScoreCounter; HunterGamePlayerScoreCounter_t4CFF1912DB681348618492344B5C63984D1CCDD7 * L_0 = __this->get_hunterGamePlayerScoreCounter_25(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Name_mDC8897581119ADA3E58A77E3A9A62A8D0A05897E_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method) { { // public string Name { get; set; } String_t* L_0 = __this->get_U3CNameU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* HTTPFieldData_get_Text_mBCE863EAE635EB857A05D4C81607D469C28C4713_inline (HTTPFieldData_t6D10CC260BB01415CE5644EAC56F0E4785C7C16E * __this, const RuntimeMethod* method) { { // public string Text { get; set; } String_t* L_0 = __this->get_U3CTextU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Equality_mAE5F31E8419538F0F6AF19D9897E0BE1CE8DB1B0_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; bool V_2 = false; { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___lhs0; float L_1 = L_0.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2 = ___rhs1; float L_3 = L_2.get_x_0(); V_0 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_4 = ___lhs0; float L_5 = L_4.get_y_1(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6 = ___rhs1; float L_7 = L_6.get_y_1(); V_1 = ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)); float L_8 = V_0; float L_9 = V_0; float L_10 = V_1; float L_11 = V_1; V_2 = (bool)((((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9)), (float)((float)il2cpp_codegen_multiply((float)L_10, (float)L_11))))) < ((float)(9.99999944E-11f)))? 1 : 0); goto IL_002e; } IL_002e: { bool L_12 = V_2; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD3F74B1DAE1E1A26CA398905BEFFDA4760F2FD8F_gshared_inline (Enumerator_t2430E2854B4328060EB6096AD1E4851E8DC45C3A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get__current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mFB39A0DCA2ABE853826629710F00744838A06CC6_gshared_inline (List_1_t260B41F956D673396C33A4CF94E8D6C4389EACB7 * __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: { Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* L_2 = (Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)__this->get__items_1(); int32_t L_3 = ___index0; int32_t L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32*)L_2, (int32_t)L_3); return (int32_t)L_4; } } 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; } }