#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 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE; // System.Action`1 struct Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t7EC065241A5EE2842A6493142F99F04557B3F779; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2CD153A36C5BD27CDDC85F23918ECEF77E892E80; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.Dictionary`2/KeyCollection> struct KeyCollection_tEFAB3DC7D5F9FB2FC1B996ED8ACB00C125DBDA58; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t24F943C0C875DE3CBFDBCBEF876B760100A8716A; // System.Collections.Generic.List`1 struct List_1_t34AA4AF4E7352129CA58045901530E41445AC16D; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9; // System.Collections.Generic.List`1 struct List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149; // System.Collections.Generic.List`1 struct List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D; // MultiKeyDictionary`3 struct MultiKeyDictionary_3_tD5C05922802C4C0672220E9510A12C7B781E0356; // MultiKeyDictionary`3 struct MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_t808E43EBC9AA89CEA5830BD187EC213182A02B50; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_t4387B319BE948605FD572149CCD6F36C56BE3239; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0; // System.Collections.Generic.Dictionary`2/ValueCollection> struct ValueCollection_t2BB8E9250F8FE3DE1B03ABF3DA3A97CA58713661; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tFB79D68E0B9824D6208ADAAF8A1A629F43D27309; // System.Collections.Generic.Dictionary`2/Entry>[] struct EntryU5BU5D_t5DDCE60EB1428CDD938FE546896F4767BFB7EF45; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t55B91E556A09A0710D3FE178D1CA53DA2A78303B; // System.Int32[][] struct Int32U5BU5DU5BU5D_t104DBF1B996084AA19567FD32B02EDF88D044FAF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger[] struct BigIntegerU5BU5D_tE8B77B5B8A588D40881DE1C7EE373965BF9E33ED; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] struct DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; // UnityEngine.GUIStyle[] struct GUIStyleU5BU5D_t99FB75A2EC4777ADECDE02F71A619CFBFC0F4F70; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // MenuBackInterface[] struct MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp[] struct SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.Touch[] struct TouchU5BU5D_t07E3B79F1FB6673E4450CCF9D09FA79DD96692E2; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // Reporter/Log[] struct LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37; // Reporter/Sample[] struct SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier struct AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter struct AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger struct BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID struct CertID_t945D399859D8DB2523029689FA453B19136D40F0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus struct CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID struct CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490; // UnityEngine.Collider2D struct Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F; // EmailValidateController struct EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C; // UnityEngine.Event struct Event_tED49F8EC5A2514F6E877E301B1AB7ABE4647253E; // System.Exception struct Exception_t; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // UnityEngine.GUIContent struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB; // UnityEngine.GUISettings struct GUISettings_tB85473DFD6EF025A06EAD867197A4478A41008D0; // UnityEngine.GUISkin struct GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726; // UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // Images struct Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A; // UnityEngine.UI.InputField struct InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // LoginController struct LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4; // MenuBackInterface struct MenuBackInterface_t83F97C72E65FAFC7D5CBB95AEC59CFFB70710488; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException struct OcspException_tEB86D2641E584387057732A1F047A4694C77C561; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PhoneValidateController struct PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23; // PopupMgr struct PopupMgr_t6FED92ED719BC99F2D92EB96849B1570DB8580AC; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // RelateValidateView struct RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814; // RenderBowCamera struct RenderBowCamera_tF2B76279B24F0F7C1F98D71A113BA564018E70CF; // Reporter struct Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF; // ReporterGUI struct ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7; // ReporterMessageReceiver struct ReporterMessageReceiver_tDECDF2B799E5DDB8E565C324D80E36EFE7E403E5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.Req struct Req_t3EBA0428C01DD0CE782FEC24CB9A6575572BE3C6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request struct Request_t9690867C80FEF7D79870C9664E24F3292D17EC55; // RequestResult struct RequestResult_tCE96198172C7000A24026429191217E64CDA9DFB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate struct RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData struct RespData_t4849F6D825870378C3731181081793D25BF9B117; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID struct RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID struct ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes struct ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906; // UnityStandardAssets._2D.Restarter struct Restarter_tE2DD30648708466D18C7B3F4A730BD0FBCB95AFB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction struct Restriction_tD97971948D74B9144317C80B031E5E16EF551016; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D; // RetrievePasswordView struct RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // JCUnityLib.SceneResourceManager struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Security.SecureRandom struct SecureRandom_t9625E4D95ED6174D321E8A8CB7DA3E264B11DC28; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp struct SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619; // UnityEngine.Sprite struct Sprite_t5B10B1178EC2E6F53D33FFD77557F31C08A51ED9; // System.String struct String_t; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure struct TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // JCUnityLib.Throttler struct Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t7964B2E9E52C4E095B14F01C32774B98CA11711E; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // UnityEngine.Networking.UnityWebRequest struct UnityWebRequest_tB75B39F6951CA0DBA2D5BEDF85FDCAAC6026A37E; // JCUnityLib.UI.ValidateJigsaw struct ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065; // JCUnityLib.UI.ValidateJigsawDragBar struct ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D; // JCUnityLib.UI.ValidateJigsawView struct ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter struct X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351; // UnityEngine.Application/LogCallback struct LogCallback_t8C3C9B1E0F185E2A25D09DE10DD8414898698BBD; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F; // UnityEngine.GUISkin/SkinChangedDelegate struct SkinChangedDelegate_t8BECC691E2A259B07F4A51D8F1A639B83F055E1E; // UnityEngine.UI.InputField/EndEditEvent struct EndEditEvent_t85372BABF7066F7DF46B414EA94C5D42736A0E8D; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t721D2C2A7710D113E4909B36D9893CC6B1C69B9F; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_t3FD30F627DF2ADEC87C0BE69EE632AAB99F3B8A9; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE; // 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; IL2CPP_EXTERN_C RuntimeClass* Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonConfig_tC195D49FCF47E1A741B397705259762D5D501FB3_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* DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceType_tBE460E2D86295964F19F6708DBDC3568ECCBE9DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DigestUtilities_tB5A6CF632B0E12AB785E7F9D437596A3E2DC8127_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUILayoutUtility_tC8DDF719E399EA119E2889EFB47816B34CA58F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GUI_tBCBBE29117D8093644C6E72B1CE3FB65C2CDCCC1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsn1String_tB12BA3E00C5577BB15F600BEAADA53A4DC2A93E3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_tED3FAE588A6FD3ED0A4589C52122AB8F53D8A3B8_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* IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InputFieldU5BU5D_t329B52B08D4F2FC8E6C00DF473B309F0AE53D5A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LogCallback_t8C3C9B1E0F185E2A25D09DE10DD8414898698BBD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OcspException_tEB86D2641E584387057732A1F047A4694C77C561_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Platform_t0EFEB39A6344675D077C7B85E0F7F00BDD996804_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_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* RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Restriction_tD97971948D74B9144317C80B031E5E16EF551016_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextAutoLanguage2_t1A40AC9C9B03B78C659D1D0A51050A8085ED26CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDelayDestroyU3Ed__23_tEADE656C399BDC715E6D54D48A9A663F7F130014_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass148_0_t3E19A9A49A60ACF14C2B0C397DD7CDBF889BFAFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass14_0_t369D963B60134A67014B15D4E19DFF6DE3910CFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass21_0_t6D30FF35DC35A382E9C6653F86DE1C80A57B5DFF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass8_0_t2566FB525DD9F9466766F4FF3E49892A3E4D0A92_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t693AFF51E0C7F357C6481C1AEF98F3DC678B9E8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CreadInfoU3Ed__190_t597487BA4B6B1659526EBA269DAAEBEA5F68D7C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* _LogType_tD50223CB8CCD2D3313D52B85E12D60E1B1C71D04_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00B28FF06B788B9B67C6B259800F404F9F3761FD; IL2CPP_EXTERN_C String_t* _stringLiteral01708FB235AC4E894B506EDC38B07B5E9452B60C; IL2CPP_EXTERN_C String_t* _stringLiteral02720183803ED249FF2B7A75C9C7397CA26A0E1A; IL2CPP_EXTERN_C String_t* _stringLiteral02A97F89CD505B249BF5F220AD6BCC9BF21A33FC; IL2CPP_EXTERN_C String_t* _stringLiteral04C8B9CA601D09C92B620D508D19F994619B6489; IL2CPP_EXTERN_C String_t* _stringLiteral09684B67A5909FD48E1F14A8AF8DDD483C620B10; IL2CPP_EXTERN_C String_t* _stringLiteral0AD431DC9B18DDD16BD02CFBDC07DB8C8DA69B30; IL2CPP_EXTERN_C String_t* _stringLiteral0C4BD15D59D835B3495C1438EB03150550D3440F; IL2CPP_EXTERN_C String_t* _stringLiteral0CA7D56074C638ED06B2653BE33279A8369043FA; IL2CPP_EXTERN_C String_t* _stringLiteral0FC5134AEDF40A019795935CEC8968A69C052E76; IL2CPP_EXTERN_C String_t* _stringLiteral111B078632ED414E9392C91DEE241B11C9EE8544; IL2CPP_EXTERN_C String_t* _stringLiteral1A9F16795C5361CAF64806CC119896915C20EA07; IL2CPP_EXTERN_C String_t* _stringLiteral1D16ADD6A26669B228899A26DCFDCA7043A4BD91; IL2CPP_EXTERN_C String_t* _stringLiteral1FD7089CDA2276968DCD0C7AAE6817FBEAC9180B; IL2CPP_EXTERN_C String_t* _stringLiteral208AB955F2E809407B7FCCE1C2D128F670FAC0BE; IL2CPP_EXTERN_C String_t* _stringLiteral219F5750102950D57D1D2F9F92DB3166D47C6F21; IL2CPP_EXTERN_C String_t* _stringLiteral22512C1EE7233B5FB925E48AA2FBF4044E26B14E; IL2CPP_EXTERN_C String_t* _stringLiteral2277C28035275149D01A8DE530CC13B74F59EDFB; IL2CPP_EXTERN_C String_t* _stringLiteral233C759A5FAFC144F56AA0271FDB40C4BE656699; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral24C049E512CD1B48036BD162FF63700A57CA3469; IL2CPP_EXTERN_C String_t* _stringLiteral25E7DBD73DC57E80CB37FEA6AD141B81DB396765; IL2CPP_EXTERN_C String_t* _stringLiteral2AF7A99A8DBC0798E3D5BC4970A89B0A551BC127; IL2CPP_EXTERN_C String_t* _stringLiteral2B336398CADA61E41E679CB286A5D97813101B32; IL2CPP_EXTERN_C String_t* _stringLiteral2C234B9FDB57321302A5BD0C96E987EC2E4C0121; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2C410EB1F22365EC1A74DF0D8C89C99D53453CDD; IL2CPP_EXTERN_C String_t* _stringLiteral2FF60A52C153F5DEA7436C50072313FF718C4A4E; IL2CPP_EXTERN_C String_t* _stringLiteral3294EAE0E5656F5C0B676CD1CBDD25508A348E8E; IL2CPP_EXTERN_C String_t* _stringLiteral32F53095CD425483C1FF098EF95ACEEAA3AB18C2; IL2CPP_EXTERN_C String_t* _stringLiteral32F642B58C7354CC146C302FFBE19BB977D5F46E; IL2CPP_EXTERN_C String_t* _stringLiteral338803AF232458F660614241DC125C819477691E; IL2CPP_EXTERN_C String_t* _stringLiteral3667253F8AFA3D0A3EB27D85C42D6C3BD26F9137; IL2CPP_EXTERN_C String_t* _stringLiteral37EAE533D349C9E42E294F979D1BC9BEC1EF255A; IL2CPP_EXTERN_C String_t* _stringLiteral386C0DF0F6D865B66D30C071AC1D9D5F3E36628F; IL2CPP_EXTERN_C String_t* _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; IL2CPP_EXTERN_C String_t* _stringLiteral3B1FB711874DA66735C33E433D9B6D6132FA9979; IL2CPP_EXTERN_C String_t* _stringLiteral3D4887776042D73AD182766CDE2B5AE68B794B7D; IL2CPP_EXTERN_C String_t* _stringLiteral3EBC40FB69A1A12BE0DC603F8B9B34244C687CC6; IL2CPP_EXTERN_C String_t* _stringLiteral3F42B9F0F106EADBC5A6D35B0C706AB9041D29C8; IL2CPP_EXTERN_C String_t* _stringLiteral404F2A6D1D9762D1C98659756A89BE8F38C01763; IL2CPP_EXTERN_C String_t* _stringLiteral40C3754113912BBB2324B9A85745EAD27C43B49F; IL2CPP_EXTERN_C String_t* _stringLiteral427B16EBB115CA4473A49B695894C73B23307FAA; IL2CPP_EXTERN_C String_t* _stringLiteral42DA4237E39A95EA7C495B29C558012C99C4C029; IL2CPP_EXTERN_C String_t* _stringLiteral4507BA8A9EC1AE9AB5AEB43354107450416F778A; IL2CPP_EXTERN_C String_t* _stringLiteral45BF87F6D2E852B21137A8D1CB7FADD6F16A5889; IL2CPP_EXTERN_C String_t* _stringLiteral4A261EB7E7319776625F5A015EA18053797E6890; IL2CPP_EXTERN_C String_t* _stringLiteral4A281F9DBD5E103CE9E67E73392C2A3BA578F217; IL2CPP_EXTERN_C String_t* _stringLiteral4B1C7E4D75A1886120C5236BEB7244D47E5C537C; IL2CPP_EXTERN_C String_t* _stringLiteral4E4E3F851CCAABBA3D864E7130E00672B6DBD5DF; IL2CPP_EXTERN_C String_t* _stringLiteral4F539D3E438AC9532A3E056E50A61F6CCD62392B; IL2CPP_EXTERN_C String_t* _stringLiteral508EF403BFE8C6B08A75BC01485CD312D5DC2BC0; IL2CPP_EXTERN_C String_t* _stringLiteral51921D99887DD5ED233F87333EF648AE91A8BF7C; IL2CPP_EXTERN_C String_t* _stringLiteral51A3C3389BD212DB8D89DF0AA64DF800B6EA8463; IL2CPP_EXTERN_C String_t* _stringLiteral51B5A5913E614D1AE0D956407825CA41F2A24304; IL2CPP_EXTERN_C String_t* _stringLiteral52BDFA54A164366A4CCA7F4E8E9D4CC3289B914B; IL2CPP_EXTERN_C String_t* _stringLiteral548B497D7737D895CEDF5A7BF57A3334D813BFD0; IL2CPP_EXTERN_C String_t* _stringLiteral5C05674F991E4940CF433FF82CC21E6549BBB346; IL2CPP_EXTERN_C String_t* _stringLiteral60DE534D8A475D7D7E3111CE6B5F57ECB8D849B5; IL2CPP_EXTERN_C String_t* _stringLiteral61392E880F6017EA4B4FA487E279F005DC18B271; IL2CPP_EXTERN_C String_t* _stringLiteral619B10A91B11AA9A20DB7AE35AD272A2124B4F8D; IL2CPP_EXTERN_C String_t* _stringLiteral61BAD6BE704FC4AC9F8253619EBBF4651E59861C; IL2CPP_EXTERN_C String_t* _stringLiteral64136A3FA3D364695A7D330D79310A8994B2398B; IL2CPP_EXTERN_C String_t* _stringLiteral65765C3F584E88432BA44E0AF1BD69D4FD7D4E48; IL2CPP_EXTERN_C String_t* _stringLiteral67503F3C40C662CCF60E82A97CAADE1B6FA1CC1F; IL2CPP_EXTERN_C String_t* _stringLiteral67EA0E89F861F1B1DDDF7F265428D13EBDE0C6C0; IL2CPP_EXTERN_C String_t* _stringLiteral685F2FFE411C83D73B0D702B7DC5E548D523508D; IL2CPP_EXTERN_C String_t* _stringLiteral690BF02630AC0BD6AA6BD08D2C36A28E1FC54F3E; IL2CPP_EXTERN_C String_t* _stringLiteral6B2753C95C0A1B5B7B8ACC3AEC0C97F843EAC2BE; IL2CPP_EXTERN_C String_t* _stringLiteral6BA07E853DC0131DFB5F04401EF8AC42124ABD7B; IL2CPP_EXTERN_C String_t* _stringLiteral6CB05FD18E12F98F81A204339D25DD82BC993FDD; IL2CPP_EXTERN_C String_t* _stringLiteral70A224ECA66EF6306453B97D3F82E2E0EF4E7888; IL2CPP_EXTERN_C String_t* _stringLiteral738B34CBF1C91916AEB12353C8A4E085222A26DD; IL2CPP_EXTERN_C String_t* _stringLiteral7630F8F9453C94D7A525B1514207C509AC85B270; IL2CPP_EXTERN_C String_t* _stringLiteral7740EF3D9B5D04D28604A11924845D94280DE61A; IL2CPP_EXTERN_C String_t* _stringLiteral7A2765FF52FD99A87E9D6C7E01A31D7D6AC9DF47; IL2CPP_EXTERN_C String_t* _stringLiteral7DA8604055B62D07BBD055CC62172CDD38E7C7F5; IL2CPP_EXTERN_C String_t* _stringLiteral7EFF98F208219D4A094E6FBD6B73E9869C24967E; IL2CPP_EXTERN_C String_t* _stringLiteral813C79655CE3ED707AE14612C0DEA0D767D00F51; IL2CPP_EXTERN_C String_t* _stringLiteral81400C69DEEEA9D1D6583F8583DBE4883BDAD51F; IL2CPP_EXTERN_C String_t* _stringLiteral84BA1EA7C52D1CD66DFBB6F0CD10EB3770688A68; IL2CPP_EXTERN_C String_t* _stringLiteral86337B1A2144B5B7A5FA913C9F00D194F8888030; IL2CPP_EXTERN_C String_t* _stringLiteral8A3737EB73E9FFB4C1D6B9D30E0EAD44F9306462; IL2CPP_EXTERN_C String_t* _stringLiteral8A6DB06A6B1DD2E79514280A8918F3CF5B898098; IL2CPP_EXTERN_C String_t* _stringLiteral8B368E5D81D2659B254FFC886CD8CACF3ECD18F2; IL2CPP_EXTERN_C String_t* _stringLiteral8B976EB15508EECB3169066AAE63F76A82A06486; IL2CPP_EXTERN_C String_t* _stringLiteral8D28DCFFD242607E49873621D4EDAEF06A2540A6; IL2CPP_EXTERN_C String_t* _stringLiteral8D3045410EC4E69474A7684E64CB3464C58BA85D; IL2CPP_EXTERN_C String_t* _stringLiteral91C2A0FA3F9755442C584FDEC09F72508043184C; IL2CPP_EXTERN_C String_t* _stringLiteral91E97341ABD4F7C9C9015A43344249E83ADFDC88; IL2CPP_EXTERN_C String_t* _stringLiteral9212CB2C86AE2207FC2BD2942F0ADD252E421A91; IL2CPP_EXTERN_C String_t* _stringLiteral97164555AE9FED481F16466B0F0AB07444CC0F1D; IL2CPP_EXTERN_C String_t* _stringLiteral98389B386D1A9290ED2F7DBA05651626A42CD8CC; IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694; IL2CPP_EXTERN_C String_t* _stringLiteral9B89C7914C25881ED8EBD429347D3CFA1EB1BC09; IL2CPP_EXTERN_C String_t* _stringLiteral9C649A37B1D21E410699423B4435A2EFBB7A31C2; IL2CPP_EXTERN_C String_t* _stringLiteral9EBED098284F8C973C6813CA7891E2A4A1E2BBA7; IL2CPP_EXTERN_C String_t* _stringLiteral9F1E9B1A08E7E7FAB34238DF8C895762413649AD; IL2CPP_EXTERN_C String_t* _stringLiteral9F522E58D5F333CCDFD9F5BE17E19FB7D428320C; IL2CPP_EXTERN_C String_t* _stringLiteralA15A7ED130B04062FD2275B538DC22480C3EBBE4; IL2CPP_EXTERN_C String_t* _stringLiteralA3FF6A9E615A26BAE1CAA1D0FB32F61195E0590E; IL2CPP_EXTERN_C String_t* _stringLiteralA411FC0F3A67F563080C0B2C9B766FA0B758F635; IL2CPP_EXTERN_C String_t* _stringLiteralA5025A7364CD6A88E244CFA85C265E6CCECEF329; IL2CPP_EXTERN_C String_t* _stringLiteralA958A954074FF9484F15385EEEC73469849170AA; IL2CPP_EXTERN_C String_t* _stringLiteralACC5FF6B0859A51F5286656B0EFB54F87253CEC5; IL2CPP_EXTERN_C String_t* _stringLiteralAD95121E24898A84C5D6B5345722F63AA5DB7DA5; IL2CPP_EXTERN_C String_t* _stringLiteralAE2A23072EC186C11EE4B36E9D8EF8ED6A1D2128; IL2CPP_EXTERN_C String_t* _stringLiteralAE4D14F2776452779F27BF347C59BA46A6544622; IL2CPP_EXTERN_C String_t* _stringLiteralAEA77D5EF63F278131D936B44C26AFA3FE3CCF9E; IL2CPP_EXTERN_C String_t* _stringLiteralAFAD8392CD76319DFE32A1545F936243A2CE681A; IL2CPP_EXTERN_C String_t* _stringLiteralB16CAF8D2DED925BB07F0EA5352F06A648AD17E1; IL2CPP_EXTERN_C String_t* _stringLiteralB4028BD3C005C2DCB9F8A7503F1D241571953900; IL2CPP_EXTERN_C String_t* _stringLiteralB49124117D95ABCDBF7693FC4B7CF90A008FE806; IL2CPP_EXTERN_C String_t* _stringLiteralBA1B191950952E9D89503D1BD6B6A653969CD267; IL2CPP_EXTERN_C String_t* _stringLiteralBD3F3DD55CF0B9234E04253D8C50DB4FD67AB467; IL2CPP_EXTERN_C String_t* _stringLiteralBDBB8D317096A0BA6BA9463FC2533707873DF8FD; IL2CPP_EXTERN_C String_t* _stringLiteralBE399756071F5C1D797D41C82234C72A305A7958; IL2CPP_EXTERN_C String_t* _stringLiteralBEB685CEDE8D300BF4DD82C8F3460B71A3C1F7FF; IL2CPP_EXTERN_C String_t* _stringLiteralC008E503687BA2A627379D4E257787AEA3506830; IL2CPP_EXTERN_C String_t* _stringLiteralC23F3026BB8970EAC6BC05666BB0E27D3DA34009; IL2CPP_EXTERN_C String_t* _stringLiteralC6F22B734ABFEB6EA415BBDADBEC539FED4D5584; IL2CPP_EXTERN_C String_t* _stringLiteralCAF8804297181FF007CA835529DD4477CFD94A70; IL2CPP_EXTERN_C String_t* _stringLiteralCC247B3BF802D402CBB93C287069CAFA7814CF7B; IL2CPP_EXTERN_C String_t* _stringLiteralCCE359C6B0ABE9D58CB588667F9A93BA52A1C294; IL2CPP_EXTERN_C String_t* _stringLiteralCF8D4218BD3EA1D3ED6409196BB079A0A9CD9278; IL2CPP_EXTERN_C String_t* _stringLiteralD3488D1B6A83E5073BA75B474641D4ADE60F8C7E; IL2CPP_EXTERN_C String_t* _stringLiteralD5B564168174D86F5BB80CC20238E1B0ED9254BF; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDABF700EE3AD7918D7B36ADA672C4B7CB87096AA; IL2CPP_EXTERN_C String_t* _stringLiteralDAD602A4365041A06BCC62A58ECDD3E45CB2E977; IL2CPP_EXTERN_C String_t* _stringLiteralE0DA203ACD0726016128425B2ED7D1C53C979B14; IL2CPP_EXTERN_C String_t* _stringLiteralE359BE3E250EC08808F2C446D57AF91D28026EA6; IL2CPP_EXTERN_C String_t* _stringLiteralE3A56BE62F0FB42D8062A17A4957C2142D815735; IL2CPP_EXTERN_C String_t* _stringLiteralE60E55FFA39342CB1DB630CDA80C3E018BCD5145; IL2CPP_EXTERN_C String_t* _stringLiteralE81E8BCF77CDBB7251E51E4257951D638E541EA1; IL2CPP_EXTERN_C String_t* _stringLiteralEB0A9FE00C1D53C1E3679DA8BF690D01D0853F5E; IL2CPP_EXTERN_C String_t* _stringLiteralECDA00B9E10E3F563F808BBB4CB79236BE71B76C; IL2CPP_EXTERN_C String_t* _stringLiteralED176D98AD11CE69104CD757B6897A70043CB476; IL2CPP_EXTERN_C String_t* _stringLiteralED2A15375275F76B65414620B1EE6496E2BD4C01; IL2CPP_EXTERN_C String_t* _stringLiteralEDE3B729DA9FBA6350FE91141D2B765D3B8EA4A1; IL2CPP_EXTERN_C String_t* _stringLiteralEFC12B596B72509D0AC4B2BFF79677DDE42FA82A; IL2CPP_EXTERN_C String_t* _stringLiteralF00DECF54B35C25A21566927637528EBE02E80CA; IL2CPP_EXTERN_C String_t* _stringLiteralF52F9B20324FA80FA86D64C7972A79B0F15F4F6A; IL2CPP_EXTERN_C String_t* _stringLiteralF69B86C70379E73C6E422147D5729C82EC595592; IL2CPP_EXTERN_C String_t* _stringLiteralF99FFBEF0ADE4C796B65C728DDA2ABDC9C2EDC0C; IL2CPP_EXTERN_C String_t* _stringLiteralFA6AD0FB1130BFA5AD9F54E775FBEB781B424CF5; IL2CPP_EXTERN_C String_t* _stringLiteralFBF57ED055CBC5BADBDDB353ECB21B42D319943D; IL2CPP_EXTERN_C String_t* _stringLiteralFCFBFD2379721E46853ACA62C656FE9C766A79AC; IL2CPP_EXTERN_C String_t* _stringLiteralFD5A5E9F72DFD1CEAA08CB742C8B7FC4ED06E0CC; IL2CPP_EXTERN_C String_t* _stringLiteralFE1F8656A1A6FB090B8AAF00D7FB387CEB26D05B; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m053845EECFC7CC252EE6CB59DE74EF741058C9DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m28313947B8D09EE2F5D9056602C52748B57F62A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m6CF535E4D9F609E00EA051D586B4C3D4A7375AE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mCBD44A97260E33F58E2FBBD76E0432C8F120C30E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m45923D7593F5EEB8145ED773F0D9151036C222F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m06704B723188B4D161B83FC12C13221DF45DC1DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m39C6F29065767AD4FEB235C4E9A2B340F1D76A80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7_mF2847F1B6F41D576FB2D0F938A14F9C0F6DBB6A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mAB159CED4EA42F6E700527382D795CCD31EF293F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_mB566C4E186F1E1445C18FC21DDB3B15272919F34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7_m37F424DA6168800F60B5492DA732CD5F6FBFFBDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisReporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_m8D87D4BAED9669721D03963F16C88DD704DE82FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C_m36BD2F2561A17E4A481288C43AF5EFF0012931C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_mFF0C8BACD6555B158AFDF36F47B8E4B3B83F3E11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Value_TisString_t_mF922596E33090FAFD716AED7FC95973A5FF1AE34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m66C3EBBB77031498ABC32C016DB1F55DF7F1716D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m812D073096B787A464235E3D337FDC66DAD10249_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBD7EF61E29FFC2E446B7F305E22249D819A187E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m17AB4CF64254D2A036FA95D9ECC208B39A4A6E50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m58885E5F58F090FA79FCC7A3F41DA476F1498F96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m838BFE871A9162002788E1CD1B21CD50F9EC5E0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ForEach_m474AD4663DC35DE4611718FAAB00AD564D40AA89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mBB9735814FC4E8CD33ADC6B6562A2B7EBD440AA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0ED1CF21DC6B8863BF9FB9E9CE08331E11258F53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m849E0DB6D34D6B7F3DDAFD1F2E111DB12E9A9D07_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m992299D93FDDBF7CC71AFC1B44D0999E34EE89A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m7E0C677360183D256382D669867A7ED5D0AFA77C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA5A185CCE816CEF056DA641F020F61ED06E53A0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD6469330B5381EC92DDF375773100F6372E6114C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD756D3BC3633856627999957181656A7E7391717_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFCCD4D7B3DD415D7135A28EC343DDB5C41F541C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFE9D6EF4D45FBE4EF15A7B40B818C2C325EF35B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MultiKeyDictionary_3_ContainsKey_m5A80C059ADE2022DB9AB89FFBAED7779425D5B67_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MultiKeyDictionary_3__ctor_m854BC0E5D47892CA4F14608F516157D231F55DAA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MultiKeyDictionary_3_get_Item_m0633D12D81C87EB56E39869B6C60BCF09A4E4746_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6_m15BF23405A23B0BDCE8FFDB2691A363AFAE485B4_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* RelateValidateView_OnClick_BtnClose_mF79A4367618A45A09568BF4B2761453E7801C4A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelateValidateView_OnClick_BtnSend_mCE9F6C77AF5A62B9CE39E239B994EF5CCFD7A8E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelateValidateView_OnClick_BtnSubmit_m0C7E46EE1CCF5F72CDFD0778A82C85E7C72B8DA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelateValidateView_RequestSendValidateCode_m5B92F998E71424DBB8BD769EABAE69B916EB8DF0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelateValidateView_U3CRequestSubmitU3Eb__25_0_mEEFC4987F3F7E13953A30086F1BC86CAEA645261_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RelateValidateView_U3CRequestSubmitU3Eb__25_1_m675FDA9C44218950C81A801C2E538D5CD94CD5F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Reporter_CaptureLogThread_mC9EA896A90AD6457E27D6C7DF888384B6F5930E4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Reporter__OnLevelWasLoaded_m50AD021E279F55B6916BF79D32B89D1A3BDEAB10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request_GetInstance_mC63C2C3C5E8810C7598B59A982A57EDEE5DB1032_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Request__ctor_m5C40B4E59ADA6F4CA00AC1A34A24919DA3C77499_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestedCertificate_GetCertificateBytes_mC5EC7539D9EED987C2852351DD6B7AB46E88D8AF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestedCertificate_GetInstance_m3FE440565B0E8F1D58AC9A7BDBB3FDB64962B55E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestedCertificate_GetInstance_mB1CF0C635A964438B3E18A101199DD0AB2CFC309_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RequestedCertificate__ctor_m78FCC304B316CA7AF885FBC6EEE09F95358A3857_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RespID__ctor_m49085B1AB22CE552F65E18BA499305E0EF3C8E1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponderID__ctor_m19BF024D1CD87375465824CFDDAB7C8AEC79DD21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponderID__ctor_mB2E6D419AE6798C65042F69C1F0C1E1F48A25536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseBytes_GetInstance_m3E09D17B9CAE8AF58DE604D593AA0A76E3504F3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseBytes__ctor_m085C6F628AFAA35780CFAE6E13106CC6D2EAFA42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseBytes__ctor_m818FF7E8B350093E86A18A48CAD2E4A03EC43D06_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ResponseData_GetInstance_mA3E0C84184E3089469153D00377E9343C7F2F49F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Restriction_GetInstance_m42E3A3C4FEB609617134D4105D7A152313147EF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RetrievePasswordView_U3CInitResetPasswordU3Eb__21_0_m1D8D3B686D4F416E1A6C264A8D15F2B27548B684_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RetrievePasswordView_U3CInitResetPasswordU3Eb__21_2_m2D71D1EB1B8748E8ADA533D78A08B084C22BB3E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RetrievePasswordView_U3CInitRetrieveValidateU3Eb__7_0_m4FCA511D2299DB01105CFF126BF8CAC996BB1A21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RetrievePasswordView_U3CInitRetrieveValidateU3Eb__7_1_mDD1BFF49D6E1634F3217D11054441DDB47F3057C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* RetrievePasswordView_U3CStartU3Eb__0_0_m1B54519CAAE5C5DF3AC5166E3D6D29CEBB3DC2C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_m17347E62AAF4C58F1FC0DBD48384A11F1E0DBAD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_m33081AD93B598EF83B14E288FFA948058C84D493_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Singleton_1_get_Instance_mEA24133F067AA33E873E2B7E10DE993B007252D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRequestSendValidateCodeU3Eb__22_0_m10654563FADA6B2BBE03FC305952C6A9CDAB4C89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CRequestSendValidateCodeU3Eb__22_1_m1C39BF0FA004C1273007EC1DD948ADB83A0416C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass148_0_U3CdrawToolBarU3Eb__0_m8CE9CC8E942345F7E9422CA2845D9E46571FE15D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass14_0_U3CGoToSelectUsernameU3Eb__0_mCA590292AB9846B294EE15307D1809318BBFAB5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass21_0_U3CInitResetPasswordU3Eb__1_m8E82FE4F38EB76AB74ECFFB15C3DE7792051AA52_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass8_0_U3COnClick_RetrieveValidateTypeU3Eb__0_m8DD569C9266AEFBDC39B1E5AB372FF5E2369C09E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_3_Invoke_m158F845C7628A856D2C66A6EA3051F83548D522D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_3__ctor_m2935BC6A1CBA5EAC25A8A386514543D97F68B660_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830_RuntimeMethod_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com; struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke; struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com; struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B; struct InputFieldU5BU5D_t329B52B08D4F2FC8E6C00DF473B309F0AE53D5A0; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519; struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; struct TouchU5BU5D_t07E3B79F1FB6673E4450CCF9D09FA79DD96692E2; struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; 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_t7EC065241A5EE2842A6493142F99F04557B3F779 : 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_t5DDCE60EB1428CDD938FE546896F4767BFB7EF45* ___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_tEFAB3DC7D5F9FB2FC1B996ED8ACB00C125DBDA58 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t2BB8E9250F8FE3DE1B03ABF3DA3A97CA58713661 * ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___entries_1)); } inline EntryU5BU5D_t5DDCE60EB1428CDD938FE546896F4767BFB7EF45* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t5DDCE60EB1428CDD938FE546896F4767BFB7EF45** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t5DDCE60EB1428CDD938FE546896F4767BFB7EF45* 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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___keys_7)); } inline KeyCollection_tEFAB3DC7D5F9FB2FC1B996ED8ACB00C125DBDA58 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tEFAB3DC7D5F9FB2FC1B996ED8ACB00C125DBDA58 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tEFAB3DC7D5F9FB2FC1B996ED8ACB00C125DBDA58 * 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_t7EC065241A5EE2842A6493142F99F04557B3F779, ___values_8)); } inline ValueCollection_t2BB8E9250F8FE3DE1B03ABF3DA3A97CA58713661 * get_values_8() const { return ___values_8; } inline ValueCollection_t2BB8E9250F8FE3DE1B03ABF3DA3A97CA58713661 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t2BB8E9250F8FE3DE1B03ABF3DA3A97CA58713661 * 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_t7EC065241A5EE2842A6493142F99F04557B3F779, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___entries_1)); } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t52A654EA9927D1B5F56CA05CF209F2E4393C4510* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___keys_7)); } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * get_keys_7() const { return ___keys_7; } inline KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t52C81163A051BCD87A36FEF95F736DD600E2305D * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ___values_8)); } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * get_values_8() const { return ___values_8; } inline ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t9161A5C97376D261665798FA27DAFD5177305C81 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F : 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_t55B91E556A09A0710D3FE178D1CA53DA2A78303B* ___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_t24F943C0C875DE3CBFDBCBEF876B760100A8716A * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tFB79D68E0B9824D6208ADAAF8A1A629F43D27309 * ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___entries_1)); } inline EntryU5BU5D_t55B91E556A09A0710D3FE178D1CA53DA2A78303B* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t55B91E556A09A0710D3FE178D1CA53DA2A78303B** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t55B91E556A09A0710D3FE178D1CA53DA2A78303B* 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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___keys_7)); } inline KeyCollection_t24F943C0C875DE3CBFDBCBEF876B760100A8716A * get_keys_7() const { return ___keys_7; } inline KeyCollection_t24F943C0C875DE3CBFDBCBEF876B760100A8716A ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t24F943C0C875DE3CBFDBCBEF876B760100A8716A * 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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ___values_8)); } inline ValueCollection_tFB79D68E0B9824D6208ADAAF8A1A629F43D27309 * get_values_8() const { return ___values_8; } inline ValueCollection_tFB79D68E0B9824D6208ADAAF8A1A629F43D27309 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tFB79D68E0B9824D6208ADAAF8A1A629F43D27309 * 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_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.EmptyArray`1 struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4 : public RuntimeObject { public: public: }; struct EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields { public: // T[] System.EmptyArray`1::Value ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(EmptyArray_1_tBF73225DFA890366D579424FE8F40073BF9FBAD4_StaticFields, ___Value_0)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_Value_0() const { return ___Value_0; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____items_1)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__items_1() const { return ____items_1; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__items_1() { return &____items_1; } inline void set__items_1(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* 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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F, ____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_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F_StaticFields, ____emptyArray_5)); } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* get__emptyArray_5() const { return ____emptyArray_5; } inline MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(MenuBackInterfaceU5BU5D_tA24F6448F755036743002A4FC82ED96F18D421E5* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____items_1)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__items_1() const { return ____items_1; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ____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_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____items_1)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get__items_1() const { return ____items_1; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of__items_1() { return &____items_1; } inline void set__items_1(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* 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_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____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_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____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_t400048180333F4A09A4A727C9A666AA5D2BB27A9, ____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_t400048180333F4A09A4A727C9A666AA5D2BB27A9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9_StaticFields, ____emptyArray_5)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get__emptyArray_5() const { return ____emptyArray_5; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37* ____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_tFBE36FFD13ADFF50281A46250D421B642D9A3149, ____items_1)); } inline LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37* get__items_1() const { return ____items_1; } inline LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37** get_address_of__items_1() { return &____items_1; } inline void set__items_1(LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37* 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_tFBE36FFD13ADFF50281A46250D421B642D9A3149, ____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_tFBE36FFD13ADFF50281A46250D421B642D9A3149, ____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_tFBE36FFD13ADFF50281A46250D421B642D9A3149, ____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_tFBE36FFD13ADFF50281A46250D421B642D9A3149_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149_StaticFields, ____emptyArray_5)); } inline LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37* get__emptyArray_5() const { return ____emptyArray_5; } inline LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(LogU5BU5D_tCB8A0E9F940B34F334A20E26156EEFA7154A3D37* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F* ____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_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D, ____items_1)); } inline SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F* get__items_1() const { return ____items_1; } inline SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F* 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_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D, ____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_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D, ____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_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D, ____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_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D_StaticFields, ____emptyArray_5)); } inline SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F* get__emptyArray_5() const { return ____emptyArray_5; } inline SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SampleU5BU5D_t3AC4CE9AE6847754F46AC7220AEE76962A10273F* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // JCUnityLib.Singleton`1 struct Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320 : public RuntimeObject { public: public: }; struct Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320_StaticFields, ___s_Instance_0)); } inline EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * get_s_Instance_0() const { return ___s_Instance_0; } inline EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (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_t0719B3A1BB0D5839C1D99BAA5C727447D38C8302 : public RuntimeObject { public: public: }; struct Singleton_1_t0719B3A1BB0D5839C1D99BAA5C727447D38C8302_StaticFields { public: // T JCUnityLib.Singleton`1::s_Instance PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * ___s_Instance_0; public: inline static int32_t get_offset_of_s_Instance_0() { return static_cast(offsetof(Singleton_1_t0719B3A1BB0D5839C1D99BAA5C727447D38C8302_StaticFields, ___s_Instance_0)); } inline PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * get_s_Instance_0() const { return ___s_Instance_0; } inline PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 ** get_address_of_s_Instance_0() { return &___s_Instance_0; } inline void set_s_Instance_0(PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * value) { ___s_Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable struct Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC : public RuntimeObject { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector struct Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 : public RuntimeObject { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::v RuntimeObject* ___v_0; public: inline static int32_t get_offset_of_v_0() { return static_cast(offsetof(Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3, ___v_0)); } inline RuntimeObject* get_v_0() const { return ___v_0; } inline RuntimeObject** get_address_of_v_0() { return &___v_0; } inline void set_v_0(RuntimeObject* value) { ___v_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___v_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.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); } }; // 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.GUIContent struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E : public RuntimeObject { public: // System.String UnityEngine.GUIContent::m_Text String_t* ___m_Text_0; // UnityEngine.Texture UnityEngine.GUIContent::m_Image Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___m_Image_1; // System.String UnityEngine.GUIContent::m_Tooltip String_t* ___m_Tooltip_2; public: inline static int32_t get_offset_of_m_Text_0() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E, ___m_Text_0)); } inline String_t* get_m_Text_0() const { return ___m_Text_0; } inline String_t** get_address_of_m_Text_0() { return &___m_Text_0; } inline void set_m_Text_0(String_t* value) { ___m_Text_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_0), (void*)value); } inline static int32_t get_offset_of_m_Image_1() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E, ___m_Image_1)); } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * get_m_Image_1() const { return ___m_Image_1; } inline Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE ** get_address_of_m_Image_1() { return &___m_Image_1; } inline void set_m_Image_1(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * value) { ___m_Image_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Image_1), (void*)value); } inline static int32_t get_offset_of_m_Tooltip_2() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E, ___m_Tooltip_2)); } inline String_t* get_m_Tooltip_2() const { return ___m_Tooltip_2; } inline String_t** get_address_of_m_Tooltip_2() { return &___m_Tooltip_2; } inline void set_m_Tooltip_2(String_t* value) { ___m_Tooltip_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Tooltip_2), (void*)value); } }; struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_StaticFields { public: // UnityEngine.GUIContent UnityEngine.GUIContent::s_Text GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___s_Text_3; // UnityEngine.GUIContent UnityEngine.GUIContent::s_Image GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___s_Image_4; // UnityEngine.GUIContent UnityEngine.GUIContent::s_TextImage GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___s_TextImage_5; // UnityEngine.GUIContent UnityEngine.GUIContent::none GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___none_6; public: inline static int32_t get_offset_of_s_Text_3() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_StaticFields, ___s_Text_3)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_s_Text_3() const { return ___s_Text_3; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_s_Text_3() { return &___s_Text_3; } inline void set_s_Text_3(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___s_Text_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Text_3), (void*)value); } inline static int32_t get_offset_of_s_Image_4() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_StaticFields, ___s_Image_4)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_s_Image_4() const { return ___s_Image_4; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_s_Image_4() { return &___s_Image_4; } inline void set_s_Image_4(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___s_Image_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Image_4), (void*)value); } inline static int32_t get_offset_of_s_TextImage_5() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_StaticFields, ___s_TextImage_5)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_s_TextImage_5() const { return ___s_TextImage_5; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_s_TextImage_5() { return &___s_TextImage_5; } inline void set_s_TextImage_5(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___s_TextImage_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_TextImage_5), (void*)value); } inline static int32_t get_offset_of_none_6() { return static_cast(offsetof(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_StaticFields, ___none_6)); } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * get_none_6() const { return ___none_6; } inline GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E ** get_address_of_none_6() { return &___none_6; } inline void set_none_6(GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * value) { ___none_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___none_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIContent struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_marshaled_pinvoke { char* ___m_Text_0; Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___m_Image_1; char* ___m_Tooltip_2; }; // Native definition for COM marshalling of UnityEngine.GUIContent struct GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E_marshaled_com { Il2CppChar* ___m_Text_0; Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___m_Image_1; Il2CppChar* ___m_Tooltip_2; }; // Images struct Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A : public RuntimeObject { public: // UnityEngine.Texture2D Images::clearImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___clearImage_0; // UnityEngine.Texture2D Images::collapseImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___collapseImage_1; // UnityEngine.Texture2D Images::clearOnNewSceneImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___clearOnNewSceneImage_2; // UnityEngine.Texture2D Images::showTimeImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___showTimeImage_3; // UnityEngine.Texture2D Images::showSceneImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___showSceneImage_4; // UnityEngine.Texture2D Images::userImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___userImage_5; // UnityEngine.Texture2D Images::showMemoryImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___showMemoryImage_6; // UnityEngine.Texture2D Images::softwareImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___softwareImage_7; // UnityEngine.Texture2D Images::dateImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___dateImage_8; // UnityEngine.Texture2D Images::showFpsImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___showFpsImage_9; // UnityEngine.Texture2D Images::infoImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___infoImage_10; // UnityEngine.Texture2D Images::saveLogsImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___saveLogsImage_11; // UnityEngine.Texture2D Images::searchImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___searchImage_12; // UnityEngine.Texture2D Images::copyImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___copyImage_13; // UnityEngine.Texture2D Images::copyAllImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___copyAllImage_14; // UnityEngine.Texture2D Images::closeImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___closeImage_15; // UnityEngine.Texture2D Images::buildFromImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___buildFromImage_16; // UnityEngine.Texture2D Images::systemInfoImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___systemInfoImage_17; // UnityEngine.Texture2D Images::graphicsInfoImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___graphicsInfoImage_18; // UnityEngine.Texture2D Images::backImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___backImage_19; // UnityEngine.Texture2D Images::logImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___logImage_20; // UnityEngine.Texture2D Images::warningImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___warningImage_21; // UnityEngine.Texture2D Images::errorImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___errorImage_22; // UnityEngine.Texture2D Images::barImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___barImage_23; // UnityEngine.Texture2D Images::button_activeImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___button_activeImage_24; // UnityEngine.Texture2D Images::even_logImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___even_logImage_25; // UnityEngine.Texture2D Images::odd_logImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___odd_logImage_26; // UnityEngine.Texture2D Images::selectedImage Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___selectedImage_27; // UnityEngine.GUISkin Images::reporterScrollerSkin GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___reporterScrollerSkin_28; public: inline static int32_t get_offset_of_clearImage_0() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___clearImage_0)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_clearImage_0() const { return ___clearImage_0; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_clearImage_0() { return &___clearImage_0; } inline void set_clearImage_0(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___clearImage_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearImage_0), (void*)value); } inline static int32_t get_offset_of_collapseImage_1() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___collapseImage_1)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_collapseImage_1() const { return ___collapseImage_1; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_collapseImage_1() { return &___collapseImage_1; } inline void set_collapseImage_1(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___collapseImage_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___collapseImage_1), (void*)value); } inline static int32_t get_offset_of_clearOnNewSceneImage_2() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___clearOnNewSceneImage_2)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_clearOnNewSceneImage_2() const { return ___clearOnNewSceneImage_2; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_clearOnNewSceneImage_2() { return &___clearOnNewSceneImage_2; } inline void set_clearOnNewSceneImage_2(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___clearOnNewSceneImage_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___clearOnNewSceneImage_2), (void*)value); } inline static int32_t get_offset_of_showTimeImage_3() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___showTimeImage_3)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_showTimeImage_3() const { return ___showTimeImage_3; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_showTimeImage_3() { return &___showTimeImage_3; } inline void set_showTimeImage_3(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___showTimeImage_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___showTimeImage_3), (void*)value); } inline static int32_t get_offset_of_showSceneImage_4() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___showSceneImage_4)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_showSceneImage_4() const { return ___showSceneImage_4; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_showSceneImage_4() { return &___showSceneImage_4; } inline void set_showSceneImage_4(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___showSceneImage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___showSceneImage_4), (void*)value); } inline static int32_t get_offset_of_userImage_5() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___userImage_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_userImage_5() const { return ___userImage_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_userImage_5() { return &___userImage_5; } inline void set_userImage_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___userImage_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___userImage_5), (void*)value); } inline static int32_t get_offset_of_showMemoryImage_6() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___showMemoryImage_6)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_showMemoryImage_6() const { return ___showMemoryImage_6; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_showMemoryImage_6() { return &___showMemoryImage_6; } inline void set_showMemoryImage_6(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___showMemoryImage_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___showMemoryImage_6), (void*)value); } inline static int32_t get_offset_of_softwareImage_7() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___softwareImage_7)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_softwareImage_7() const { return ___softwareImage_7; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_softwareImage_7() { return &___softwareImage_7; } inline void set_softwareImage_7(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___softwareImage_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___softwareImage_7), (void*)value); } inline static int32_t get_offset_of_dateImage_8() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___dateImage_8)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_dateImage_8() const { return ___dateImage_8; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_dateImage_8() { return &___dateImage_8; } inline void set_dateImage_8(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___dateImage_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateImage_8), (void*)value); } inline static int32_t get_offset_of_showFpsImage_9() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___showFpsImage_9)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_showFpsImage_9() const { return ___showFpsImage_9; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_showFpsImage_9() { return &___showFpsImage_9; } inline void set_showFpsImage_9(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___showFpsImage_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___showFpsImage_9), (void*)value); } inline static int32_t get_offset_of_infoImage_10() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___infoImage_10)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_infoImage_10() const { return ___infoImage_10; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_infoImage_10() { return &___infoImage_10; } inline void set_infoImage_10(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___infoImage_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___infoImage_10), (void*)value); } inline static int32_t get_offset_of_saveLogsImage_11() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___saveLogsImage_11)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_saveLogsImage_11() const { return ___saveLogsImage_11; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_saveLogsImage_11() { return &___saveLogsImage_11; } inline void set_saveLogsImage_11(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___saveLogsImage_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___saveLogsImage_11), (void*)value); } inline static int32_t get_offset_of_searchImage_12() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___searchImage_12)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_searchImage_12() const { return ___searchImage_12; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_searchImage_12() { return &___searchImage_12; } inline void set_searchImage_12(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___searchImage_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___searchImage_12), (void*)value); } inline static int32_t get_offset_of_copyImage_13() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___copyImage_13)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_copyImage_13() const { return ___copyImage_13; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_copyImage_13() { return &___copyImage_13; } inline void set_copyImage_13(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___copyImage_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyImage_13), (void*)value); } inline static int32_t get_offset_of_copyAllImage_14() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___copyAllImage_14)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_copyAllImage_14() const { return ___copyAllImage_14; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_copyAllImage_14() { return &___copyAllImage_14; } inline void set_copyAllImage_14(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___copyAllImage_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___copyAllImage_14), (void*)value); } inline static int32_t get_offset_of_closeImage_15() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___closeImage_15)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_closeImage_15() const { return ___closeImage_15; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_closeImage_15() { return &___closeImage_15; } inline void set_closeImage_15(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___closeImage_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___closeImage_15), (void*)value); } inline static int32_t get_offset_of_buildFromImage_16() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___buildFromImage_16)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_buildFromImage_16() const { return ___buildFromImage_16; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_buildFromImage_16() { return &___buildFromImage_16; } inline void set_buildFromImage_16(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___buildFromImage_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildFromImage_16), (void*)value); } inline static int32_t get_offset_of_systemInfoImage_17() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___systemInfoImage_17)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_systemInfoImage_17() const { return ___systemInfoImage_17; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_systemInfoImage_17() { return &___systemInfoImage_17; } inline void set_systemInfoImage_17(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___systemInfoImage_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___systemInfoImage_17), (void*)value); } inline static int32_t get_offset_of_graphicsInfoImage_18() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___graphicsInfoImage_18)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_graphicsInfoImage_18() const { return ___graphicsInfoImage_18; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_graphicsInfoImage_18() { return &___graphicsInfoImage_18; } inline void set_graphicsInfoImage_18(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___graphicsInfoImage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___graphicsInfoImage_18), (void*)value); } inline static int32_t get_offset_of_backImage_19() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___backImage_19)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_backImage_19() const { return ___backImage_19; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_backImage_19() { return &___backImage_19; } inline void set_backImage_19(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___backImage_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___backImage_19), (void*)value); } inline static int32_t get_offset_of_logImage_20() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___logImage_20)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_logImage_20() const { return ___logImage_20; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_logImage_20() { return &___logImage_20; } inline void set_logImage_20(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___logImage_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___logImage_20), (void*)value); } inline static int32_t get_offset_of_warningImage_21() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___warningImage_21)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_warningImage_21() const { return ___warningImage_21; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_warningImage_21() { return &___warningImage_21; } inline void set_warningImage_21(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___warningImage_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___warningImage_21), (void*)value); } inline static int32_t get_offset_of_errorImage_22() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___errorImage_22)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_errorImage_22() const { return ___errorImage_22; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_errorImage_22() { return &___errorImage_22; } inline void set_errorImage_22(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___errorImage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___errorImage_22), (void*)value); } inline static int32_t get_offset_of_barImage_23() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___barImage_23)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_barImage_23() const { return ___barImage_23; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_barImage_23() { return &___barImage_23; } inline void set_barImage_23(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___barImage_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___barImage_23), (void*)value); } inline static int32_t get_offset_of_button_activeImage_24() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___button_activeImage_24)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_button_activeImage_24() const { return ___button_activeImage_24; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_button_activeImage_24() { return &___button_activeImage_24; } inline void set_button_activeImage_24(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___button_activeImage_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___button_activeImage_24), (void*)value); } inline static int32_t get_offset_of_even_logImage_25() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___even_logImage_25)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_even_logImage_25() const { return ___even_logImage_25; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_even_logImage_25() { return &___even_logImage_25; } inline void set_even_logImage_25(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___even_logImage_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___even_logImage_25), (void*)value); } inline static int32_t get_offset_of_odd_logImage_26() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___odd_logImage_26)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_odd_logImage_26() const { return ___odd_logImage_26; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_odd_logImage_26() { return &___odd_logImage_26; } inline void set_odd_logImage_26(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___odd_logImage_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___odd_logImage_26), (void*)value); } inline static int32_t get_offset_of_selectedImage_27() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___selectedImage_27)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_selectedImage_27() const { return ___selectedImage_27; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_selectedImage_27() { return &___selectedImage_27; } inline void set_selectedImage_27(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___selectedImage_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___selectedImage_27), (void*)value); } inline static int32_t get_offset_of_reporterScrollerSkin_28() { return static_cast(offsetof(Images_t6D2C2B3F7649941294BCA7BCC437006CD7A05B2A, ___reporterScrollerSkin_28)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_reporterScrollerSkin_28() const { return ___reporterScrollerSkin_28; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_reporterScrollerSkin_28() { return &___reporterScrollerSkin_28; } inline void set_reporterScrollerSkin_28(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___reporterScrollerSkin_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___reporterScrollerSkin_28), (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); } }; // MenuBackController struct MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 : public RuntimeObject { public: // System.Collections.Generic.List`1 MenuBackController::views List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * ___views_0; // System.Int64 MenuBackController::lastPressExitTime int64_t ___lastPressExitTime_1; public: inline static int32_t get_offset_of_views_0() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___views_0)); } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * get_views_0() const { return ___views_0; } inline List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F ** get_address_of_views_0() { return &___views_0; } inline void set_views_0(List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * value) { ___views_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___views_0), (void*)value); } inline static int32_t get_offset_of_lastPressExitTime_1() { return static_cast(offsetof(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4, ___lastPressExitTime_1)); } inline int64_t get_lastPressExitTime_1() const { return ___lastPressExitTime_1; } inline int64_t* get_address_of_lastPressExitTime_1() { return &___lastPressExitTime_1; } inline void set_lastPressExitTime_1(int64_t value) { ___lastPressExitTime_1 = 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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID struct RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 : public RuntimeObject { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID::id ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ___id_0; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390, ___id_0)); } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * get_id_0() const { return ___id_0; } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 ** get_address_of_id_0() { return &___id_0; } inline void set_id_0(ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * value) { ___id_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_0), (void*)value); } }; // BestHTTP.SignalR.Messages.ResultMessage struct ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D : public RuntimeObject { public: // System.UInt64 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField uint64_t ___U3CInvocationIdU3Ek__BackingField_0; // System.Object BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject * ___U3CReturnValueU3Ek__BackingField_1; // System.Collections.Generic.IDictionary`2 BestHTTP.SignalR.Messages.ResultMessage::k__BackingField RuntimeObject* ___U3CStateU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CInvocationIdU3Ek__BackingField_0() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CInvocationIdU3Ek__BackingField_0)); } inline uint64_t get_U3CInvocationIdU3Ek__BackingField_0() const { return ___U3CInvocationIdU3Ek__BackingField_0; } inline uint64_t* get_address_of_U3CInvocationIdU3Ek__BackingField_0() { return &___U3CInvocationIdU3Ek__BackingField_0; } inline void set_U3CInvocationIdU3Ek__BackingField_0(uint64_t value) { ___U3CInvocationIdU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReturnValueU3Ek__BackingField_1() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CReturnValueU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CReturnValueU3Ek__BackingField_1() const { return ___U3CReturnValueU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CReturnValueU3Ek__BackingField_1() { return &___U3CReturnValueU3Ek__BackingField_1; } inline void set_U3CReturnValueU3Ek__BackingField_1(RuntimeObject * value) { ___U3CReturnValueU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CReturnValueU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CStateU3Ek__BackingField_2() { return static_cast(offsetof(ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D, ___U3CStateU3Ek__BackingField_2)); } inline RuntimeObject* get_U3CStateU3Ek__BackingField_2() const { return ___U3CStateU3Ek__BackingField_2; } inline RuntimeObject** get_address_of_U3CStateU3Ek__BackingField_2() { return &___U3CStateU3Ek__BackingField_2; } inline void set_U3CStateU3Ek__BackingField_2(RuntimeObject* value) { ___U3CStateU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CStateU3Ek__BackingField_2), (void*)value); } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // 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; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase struct X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 : public RuntimeObject { public: public: }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // 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); } }; // MultiKeyDictionary`3 struct MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 : public Dictionary_2_t7EC065241A5EE2842A6493142F99F04557B3F779 { public: public: }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0, ___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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object struct Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: public: }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.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); } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString struct DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::str DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F, ___str_2)); } inline DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * get_str_2() const { return ___str_2; } inline DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 ** get_address_of_str_2() { return &___str_2; } inline void set_str_2(DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 * value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // EmailValidateController struct EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C : public Singleton_1_t47D81B5C54E6B1E9FD1B32B047A66ADB3B425320 { public: public: }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // 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; } }; // LoginController struct LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 : public Singleton_1_tF63498CA94A978D333FED8B0AD98946D08CBEC59 { public: public: }; // PhoneValidateController struct PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 : public Singleton_1_t0719B3A1BB0D5839C1D99BAA5C727447D38C8302 { public: public: }; // UnityEngine.Rect struct Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 { public: // System.Single UnityEngine.Rect::m_XMin float ___m_XMin_0; // System.Single UnityEngine.Rect::m_YMin float ___m_YMin_1; // System.Single UnityEngine.Rect::m_Width float ___m_Width_2; // System.Single UnityEngine.Rect::m_Height float ___m_Height_3; public: inline static int32_t get_offset_of_m_XMin_0() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_XMin_0)); } inline float get_m_XMin_0() const { return ___m_XMin_0; } inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; } inline void set_m_XMin_0(float value) { ___m_XMin_0 = value; } inline static int32_t get_offset_of_m_YMin_1() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_YMin_1)); } inline float get_m_YMin_1() const { return ___m_YMin_1; } inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; } inline void set_m_YMin_1(float value) { ___m_YMin_1 = value; } inline static int32_t get_offset_of_m_Width_2() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Width_2)); } inline float get_m_Width_2() const { return ___m_Width_2; } inline float* get_address_of_m_Width_2() { return &___m_Width_2; } inline void set_m_Width_2(float value) { ___m_Width_2 = value; } inline static int32_t get_offset_of_m_Height_3() { return static_cast(offsetof(Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878, ___m_Height_3)); } inline float get_m_Height_3() const { return ___m_Height_3; } inline float* get_address_of_m_Height_3() { return &___m_Height_3; } inline void set_m_Height_3(float value) { ___m_Height_3 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.Req struct Req_t3EBA0428C01DD0CE782FEC24CB9A6575572BE3C6 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.Req::req Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * ___req_0; public: inline static int32_t get_offset_of_req_0() { return static_cast(offsetof(Req_t3EBA0428C01DD0CE782FEC24CB9A6575572BE3C6, ___req_0)); } inline Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * get_req_0() const { return ___req_0; } inline Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 ** get_address_of_req_0() { return &___req_0; } inline void set_req_0(Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * value) { ___req_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___req_0), (void*)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); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate struct RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate::cert X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___cert_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate::publicKeyCert ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___publicKeyCert_3; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate::attributeCert ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___attributeCert_4; public: inline static int32_t get_offset_of_cert_2() { return static_cast(offsetof(RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE, ___cert_2)); } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * get_cert_2() const { return ___cert_2; } inline X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 ** get_address_of_cert_2() { return &___cert_2; } inline void set_cert_2(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * value) { ___cert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___cert_2), (void*)value); } inline static int32_t get_offset_of_publicKeyCert_3() { return static_cast(offsetof(RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE, ___publicKeyCert_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_publicKeyCert_3() const { return ___publicKeyCert_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_publicKeyCert_3() { return &___publicKeyCert_3; } inline void set_publicKeyCert_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___publicKeyCert_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___publicKeyCert_3), (void*)value); } inline static int32_t get_offset_of_attributeCert_4() { return static_cast(offsetof(RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE, ___attributeCert_4)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_attributeCert_4() const { return ___attributeCert_4; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_attributeCert_4() { return &___attributeCert_4; } inline void set_attributeCert_4(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___attributeCert_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCert_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData struct RespData_t4849F6D825870378C3731181081793D25BF9B117 : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData::data ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * ___data_0; public: inline static int32_t get_offset_of_data_0() { return static_cast(offsetof(RespData_t4849F6D825870378C3731181081793D25BF9B117, ___data_0)); } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * get_data_0() const { return ___data_0; } inline ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 ** get_address_of_data_0() { return &___data_0; } inline void set_data_0(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * value) { ___data_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID struct ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID::id Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___id_2; public: inline static int32_t get_offset_of_id_2() { return static_cast(offsetof(ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992, ___id_2)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_id_2() const { return ___id_2; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_id_2() { return &___id_2; } inline void set_id_2(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___id_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___id_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes struct ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes::responseType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___responseType_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes::response Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___response_3; public: inline static int32_t get_offset_of_responseType_2() { return static_cast(offsetof(ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45, ___responseType_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_responseType_2() const { return ___responseType_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_responseType_2() { return &___responseType_2; } inline void set_responseType_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___responseType_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseType_2), (void*)value); } inline static int32_t get_offset_of_response_3() { return static_cast(offsetof(ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45, ___response_3)); } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * get_response_3() const { return ___response_3; } inline Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 ** get_address_of_response_3() { return &___response_3; } inline void set_response_3(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * value) { ___response_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___response_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::versionPresent bool ___versionPresent_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::version DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::responderID ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ___responderID_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::producedAt DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___producedAt_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::responses Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___responses_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::responseExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___responseExtensions_8; public: inline static int32_t get_offset_of_versionPresent_3() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___versionPresent_3)); } inline bool get_versionPresent_3() const { return ___versionPresent_3; } inline bool* get_address_of_versionPresent_3() { return &___versionPresent_3; } inline void set_versionPresent_3(bool value) { ___versionPresent_3 = value; } inline static int32_t get_offset_of_version_4() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___version_4)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_version_4() const { return ___version_4; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_version_4() { return &___version_4; } inline void set_version_4(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___version_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___version_4), (void*)value); } inline static int32_t get_offset_of_responderID_5() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___responderID_5)); } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * get_responderID_5() const { return ___responderID_5; } inline ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 ** get_address_of_responderID_5() { return &___responderID_5; } inline void set_responderID_5(ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * value) { ___responderID_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___responderID_5), (void*)value); } inline static int32_t get_offset_of_producedAt_6() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___producedAt_6)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_producedAt_6() const { return ___producedAt_6; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_producedAt_6() { return &___producedAt_6; } inline void set_producedAt_6(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___producedAt_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___producedAt_6), (void*)value); } inline static int32_t get_offset_of_responses_7() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___responses_7)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_responses_7() const { return ___responses_7; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_responses_7() { return &___responses_7; } inline void set_responses_7(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___responses_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___responses_7), (void*)value); } inline static int32_t get_offset_of_responseExtensions_8() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906, ___responseExtensions_8)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_responseExtensions_8() const { return ___responseExtensions_8; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_responseExtensions_8() { return &___responseExtensions_8; } inline void set_responseExtensions_8(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___responseExtensions_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___responseExtensions_8), (void*)value); } }; struct ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::V1 DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___V1_2; public: inline static int32_t get_offset_of_V1_2() { return static_cast(offsetof(ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906_StaticFields, ___V1_2)); } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * get_V1_2() const { return ___V1_2; } inline DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 ** get_address_of_V1_2() { return &___V1_2; } inline void set_V1_2(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * value) { ___V1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___V1_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction struct Restriction_tD97971948D74B9144317C80B031E5E16EF551016 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction::restriction DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___restriction_2; public: inline static int32_t get_offset_of_restriction_2() { return static_cast(offsetof(Restriction_tD97971948D74B9144317C80B031E5E16EF551016, ___restriction_2)); } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * get_restriction_2() const { return ___restriction_2; } inline DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F ** get_address_of_restriction_2() { return &___restriction_2; } inline void set_restriction_2(DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * value) { ___restriction_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___restriction_2), (void*)value); } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp struct SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF : public X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::resp SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * ___resp_0; public: inline static int32_t get_offset_of_resp_0() { return static_cast(offsetof(SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF, ___resp_0)); } inline SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * get_resp_0() const { return ___resp_0; } inline SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 ** get_address_of_resp_0() { return &___resp_0; } inline void set_resp_0(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * value) { ___resp_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___resp_0), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse struct SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::certID CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___certID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertStatus BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::certStatus CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * ___certStatus_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::thisUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___thisUpdate_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::nextUpdate DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___nextUpdate_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::singleExtensions X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___singleExtensions_6; public: inline static int32_t get_offset_of_certID_2() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___certID_2)); } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 * get_certID_2() const { return ___certID_2; } inline CertID_t945D399859D8DB2523029689FA453B19136D40F0 ** get_address_of_certID_2() { return &___certID_2; } inline void set_certID_2(CertID_t945D399859D8DB2523029689FA453B19136D40F0 * value) { ___certID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___certID_2), (void*)value); } inline static int32_t get_offset_of_certStatus_3() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___certStatus_3)); } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * get_certStatus_3() const { return ___certStatus_3; } inline CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 ** get_address_of_certStatus_3() { return &___certStatus_3; } inline void set_certStatus_3(CertStatus_t69AE261617D9918044386EA6A27734847B0D90B9 * value) { ___certStatus_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___certStatus_3), (void*)value); } inline static int32_t get_offset_of_thisUpdate_4() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___thisUpdate_4)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_thisUpdate_4() const { return ___thisUpdate_4; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_thisUpdate_4() { return &___thisUpdate_4; } inline void set_thisUpdate_4(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___thisUpdate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___thisUpdate_4), (void*)value); } inline static int32_t get_offset_of_nextUpdate_5() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___nextUpdate_5)); } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * get_nextUpdate_5() const { return ___nextUpdate_5; } inline DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 ** get_address_of_nextUpdate_5() { return &___nextUpdate_5; } inline void set_nextUpdate_5(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * value) { ___nextUpdate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextUpdate_5), (void*)value); } inline static int32_t get_offset_of_singleExtensions_6() { return static_cast(offsetof(SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619, ___singleExtensions_6)); } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * get_singleExtensions_6() const { return ___singleExtensions_6; } inline X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F ** get_address_of_singleExtensions_6() { return &___singleExtensions_6; } inline void set_singleExtensions_6(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * value) { ___singleExtensions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleExtensions_6), (void*)value); } }; // 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; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo struct SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::algID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___algID_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::keyData DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___keyData_3; public: inline static int32_t get_offset_of_algID_2() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___algID_2)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_algID_2() const { return ___algID_2; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_algID_2() { return &___algID_2; } inline void set_algID_2(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___algID_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___algID_2), (void*)value); } inline static int32_t get_offset_of_keyData_3() { return static_cast(offsetof(SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB, ___keyData_3)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_keyData_3() const { return ___keyData_3; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_keyData_3() { return &___keyData_3; } inline void set_keyData_3(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___keyData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___keyData_3), (void*)value); } }; // 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); } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure struct X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.TbsCertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::tbsCert TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * ___tbsCert_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sigAlgID AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * ___sigAlgID_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::sig DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * ___sig_4; public: inline static int32_t get_offset_of_tbsCert_2() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___tbsCert_2)); } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * get_tbsCert_2() const { return ___tbsCert_2; } inline TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 ** get_address_of_tbsCert_2() { return &___tbsCert_2; } inline void set_tbsCert_2(TbsCertificateStructure_t01EE51D1D9FF6763C618258225D3B5403E9800A3 * value) { ___tbsCert_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___tbsCert_2), (void*)value); } inline static int32_t get_offset_of_sigAlgID_3() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sigAlgID_3)); } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * get_sigAlgID_3() const { return ___sigAlgID_3; } inline AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 ** get_address_of_sigAlgID_3() { return &___sigAlgID_3; } inline void set_sigAlgID_3(AlgorithmIdentifier_t269DF657EB8D3EF7C5C315F15E7FFC1FAFE029F9 * value) { ___sigAlgID_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___sigAlgID_3), (void*)value); } inline static int32_t get_offset_of_sig_4() { return static_cast(offsetof(X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1, ___sig_4)); } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * get_sig_4() const { return ___sig_4; } inline DerBitString_t305465793A47445626D3541AB8CEDE347D874524 ** get_address_of_sig_4() { return &___sig_4; } inline void set_sig_4(DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * value) { ___sig_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sig_4), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IDictionary BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::extensions RuntimeObject* ___extensions_34; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ordering RuntimeObject* ___ordering_35; public: inline static int32_t get_offset_of_extensions_34() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___extensions_34)); } inline RuntimeObject* get_extensions_34() const { return ___extensions_34; } inline RuntimeObject** get_address_of_extensions_34() { return &___extensions_34; } inline void set_extensions_34(RuntimeObject* value) { ___extensions_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___extensions_34), (void*)value); } inline static int32_t get_offset_of_ordering_35() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F, ___ordering_35)); } inline RuntimeObject* get_ordering_35() const { return ___ordering_35; } inline RuntimeObject** get_address_of_ordering_35() { return &___ordering_35; } inline void set_ordering_35(RuntimeObject* value) { ___ordering_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_35), (void*)value); } }; struct X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectDirectoryAttributes DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectDirectoryAttributes_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectKeyIdentifier_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::KeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___KeyUsage_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PrivateKeyUsagePeriod DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PrivateKeyUsagePeriod_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectAlternativeName_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuerAlternativeName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuerAlternativeName_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BasicConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BasicConstraints_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlNumber_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ReasonCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ReasonCode_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InstructionCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InstructionCode_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InvalidityDate DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InvalidityDate_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::DeltaCrlIndicator DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DeltaCrlIndicator_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::IssuingDistributionPoint DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___IssuingDistributionPoint_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificateIssuer DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificateIssuer_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NameConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameConstraints_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CrlDistributionPoints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CrlDistributionPoints_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::CertificatePolicies DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CertificatePolicies_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyMappings DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyMappings_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityKeyIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityKeyIdentifier_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::PolicyConstraints DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PolicyConstraints_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExtendedKeyUsage DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExtendedKeyUsage_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::FreshestCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___FreshestCrl_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::InhibitAnyPolicy DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___InhibitAnyPolicy_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuthorityInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuthorityInfoAccess_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::SubjectInfoAccess DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SubjectInfoAccess_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::LogoType DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___LogoType_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::BiometricInfo DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BiometricInfo_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::QCStatements DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___QCStatements_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::AuditIdentity DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___AuditIdentity_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::NoRevAvail DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NoRevAvail_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::TargetInformation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TargetInformation_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::ExpiredCertsOnCrl DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ExpiredCertsOnCrl_33; public: inline static int32_t get_offset_of_SubjectDirectoryAttributes_2() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectDirectoryAttributes_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectDirectoryAttributes_2() const { return ___SubjectDirectoryAttributes_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectDirectoryAttributes_2() { return &___SubjectDirectoryAttributes_2; } inline void set_SubjectDirectoryAttributes_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectDirectoryAttributes_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectDirectoryAttributes_2), (void*)value); } inline static int32_t get_offset_of_SubjectKeyIdentifier_3() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectKeyIdentifier_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectKeyIdentifier_3() const { return ___SubjectKeyIdentifier_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectKeyIdentifier_3() { return &___SubjectKeyIdentifier_3; } inline void set_SubjectKeyIdentifier_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectKeyIdentifier_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectKeyIdentifier_3), (void*)value); } inline static int32_t get_offset_of_KeyUsage_4() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___KeyUsage_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_KeyUsage_4() const { return ___KeyUsage_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_KeyUsage_4() { return &___KeyUsage_4; } inline void set_KeyUsage_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___KeyUsage_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___KeyUsage_4), (void*)value); } inline static int32_t get_offset_of_PrivateKeyUsagePeriod_5() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PrivateKeyUsagePeriod_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PrivateKeyUsagePeriod_5() const { return ___PrivateKeyUsagePeriod_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PrivateKeyUsagePeriod_5() { return &___PrivateKeyUsagePeriod_5; } inline void set_PrivateKeyUsagePeriod_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PrivateKeyUsagePeriod_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PrivateKeyUsagePeriod_5), (void*)value); } inline static int32_t get_offset_of_SubjectAlternativeName_6() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectAlternativeName_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectAlternativeName_6() const { return ___SubjectAlternativeName_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectAlternativeName_6() { return &___SubjectAlternativeName_6; } inline void set_SubjectAlternativeName_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectAlternativeName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectAlternativeName_6), (void*)value); } inline static int32_t get_offset_of_IssuerAlternativeName_7() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuerAlternativeName_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuerAlternativeName_7() const { return ___IssuerAlternativeName_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuerAlternativeName_7() { return &___IssuerAlternativeName_7; } inline void set_IssuerAlternativeName_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuerAlternativeName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuerAlternativeName_7), (void*)value); } inline static int32_t get_offset_of_BasicConstraints_8() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BasicConstraints_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BasicConstraints_8() const { return ___BasicConstraints_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BasicConstraints_8() { return &___BasicConstraints_8; } inline void set_BasicConstraints_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BasicConstraints_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___BasicConstraints_8), (void*)value); } inline static int32_t get_offset_of_CrlNumber_9() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlNumber_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlNumber_9() const { return ___CrlNumber_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlNumber_9() { return &___CrlNumber_9; } inline void set_CrlNumber_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlNumber_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlNumber_9), (void*)value); } inline static int32_t get_offset_of_ReasonCode_10() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ReasonCode_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ReasonCode_10() const { return ___ReasonCode_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ReasonCode_10() { return &___ReasonCode_10; } inline void set_ReasonCode_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ReasonCode_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReasonCode_10), (void*)value); } inline static int32_t get_offset_of_InstructionCode_11() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InstructionCode_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InstructionCode_11() const { return ___InstructionCode_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InstructionCode_11() { return &___InstructionCode_11; } inline void set_InstructionCode_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InstructionCode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___InstructionCode_11), (void*)value); } inline static int32_t get_offset_of_InvalidityDate_12() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InvalidityDate_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InvalidityDate_12() const { return ___InvalidityDate_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InvalidityDate_12() { return &___InvalidityDate_12; } inline void set_InvalidityDate_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InvalidityDate_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___InvalidityDate_12), (void*)value); } inline static int32_t get_offset_of_DeltaCrlIndicator_13() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___DeltaCrlIndicator_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DeltaCrlIndicator_13() const { return ___DeltaCrlIndicator_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DeltaCrlIndicator_13() { return &___DeltaCrlIndicator_13; } inline void set_DeltaCrlIndicator_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DeltaCrlIndicator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeltaCrlIndicator_13), (void*)value); } inline static int32_t get_offset_of_IssuingDistributionPoint_14() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___IssuingDistributionPoint_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_IssuingDistributionPoint_14() const { return ___IssuingDistributionPoint_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_IssuingDistributionPoint_14() { return &___IssuingDistributionPoint_14; } inline void set_IssuingDistributionPoint_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___IssuingDistributionPoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___IssuingDistributionPoint_14), (void*)value); } inline static int32_t get_offset_of_CertificateIssuer_15() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificateIssuer_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificateIssuer_15() const { return ___CertificateIssuer_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificateIssuer_15() { return &___CertificateIssuer_15; } inline void set_CertificateIssuer_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificateIssuer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificateIssuer_15), (void*)value); } inline static int32_t get_offset_of_NameConstraints_16() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NameConstraints_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameConstraints_16() const { return ___NameConstraints_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameConstraints_16() { return &___NameConstraints_16; } inline void set_NameConstraints_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameConstraints_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameConstraints_16), (void*)value); } inline static int32_t get_offset_of_CrlDistributionPoints_17() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CrlDistributionPoints_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CrlDistributionPoints_17() const { return ___CrlDistributionPoints_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CrlDistributionPoints_17() { return &___CrlDistributionPoints_17; } inline void set_CrlDistributionPoints_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CrlDistributionPoints_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___CrlDistributionPoints_17), (void*)value); } inline static int32_t get_offset_of_CertificatePolicies_18() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___CertificatePolicies_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CertificatePolicies_18() const { return ___CertificatePolicies_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CertificatePolicies_18() { return &___CertificatePolicies_18; } inline void set_CertificatePolicies_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CertificatePolicies_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___CertificatePolicies_18), (void*)value); } inline static int32_t get_offset_of_PolicyMappings_19() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyMappings_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyMappings_19() const { return ___PolicyMappings_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyMappings_19() { return &___PolicyMappings_19; } inline void set_PolicyMappings_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyMappings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyMappings_19), (void*)value); } inline static int32_t get_offset_of_AuthorityKeyIdentifier_20() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityKeyIdentifier_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityKeyIdentifier_20() const { return ___AuthorityKeyIdentifier_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityKeyIdentifier_20() { return &___AuthorityKeyIdentifier_20; } inline void set_AuthorityKeyIdentifier_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityKeyIdentifier_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityKeyIdentifier_20), (void*)value); } inline static int32_t get_offset_of_PolicyConstraints_21() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___PolicyConstraints_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PolicyConstraints_21() const { return ___PolicyConstraints_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PolicyConstraints_21() { return &___PolicyConstraints_21; } inline void set_PolicyConstraints_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PolicyConstraints_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PolicyConstraints_21), (void*)value); } inline static int32_t get_offset_of_ExtendedKeyUsage_22() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExtendedKeyUsage_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExtendedKeyUsage_22() const { return ___ExtendedKeyUsage_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExtendedKeyUsage_22() { return &___ExtendedKeyUsage_22; } inline void set_ExtendedKeyUsage_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExtendedKeyUsage_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExtendedKeyUsage_22), (void*)value); } inline static int32_t get_offset_of_FreshestCrl_23() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___FreshestCrl_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_FreshestCrl_23() const { return ___FreshestCrl_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_FreshestCrl_23() { return &___FreshestCrl_23; } inline void set_FreshestCrl_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___FreshestCrl_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___FreshestCrl_23), (void*)value); } inline static int32_t get_offset_of_InhibitAnyPolicy_24() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___InhibitAnyPolicy_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_InhibitAnyPolicy_24() const { return ___InhibitAnyPolicy_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_InhibitAnyPolicy_24() { return &___InhibitAnyPolicy_24; } inline void set_InhibitAnyPolicy_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___InhibitAnyPolicy_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___InhibitAnyPolicy_24), (void*)value); } inline static int32_t get_offset_of_AuthorityInfoAccess_25() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuthorityInfoAccess_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuthorityInfoAccess_25() const { return ___AuthorityInfoAccess_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuthorityInfoAccess_25() { return &___AuthorityInfoAccess_25; } inline void set_AuthorityInfoAccess_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuthorityInfoAccess_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuthorityInfoAccess_25), (void*)value); } inline static int32_t get_offset_of_SubjectInfoAccess_26() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___SubjectInfoAccess_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SubjectInfoAccess_26() const { return ___SubjectInfoAccess_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SubjectInfoAccess_26() { return &___SubjectInfoAccess_26; } inline void set_SubjectInfoAccess_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SubjectInfoAccess_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___SubjectInfoAccess_26), (void*)value); } inline static int32_t get_offset_of_LogoType_27() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___LogoType_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_LogoType_27() const { return ___LogoType_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_LogoType_27() { return &___LogoType_27; } inline void set_LogoType_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___LogoType_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogoType_27), (void*)value); } inline static int32_t get_offset_of_BiometricInfo_28() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___BiometricInfo_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BiometricInfo_28() const { return ___BiometricInfo_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BiometricInfo_28() { return &___BiometricInfo_28; } inline void set_BiometricInfo_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BiometricInfo_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BiometricInfo_28), (void*)value); } inline static int32_t get_offset_of_QCStatements_29() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___QCStatements_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_QCStatements_29() const { return ___QCStatements_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_QCStatements_29() { return &___QCStatements_29; } inline void set_QCStatements_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___QCStatements_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___QCStatements_29), (void*)value); } inline static int32_t get_offset_of_AuditIdentity_30() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___AuditIdentity_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_AuditIdentity_30() const { return ___AuditIdentity_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_AuditIdentity_30() { return &___AuditIdentity_30; } inline void set_AuditIdentity_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___AuditIdentity_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___AuditIdentity_30), (void*)value); } inline static int32_t get_offset_of_NoRevAvail_31() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___NoRevAvail_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NoRevAvail_31() const { return ___NoRevAvail_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NoRevAvail_31() { return &___NoRevAvail_31; } inline void set_NoRevAvail_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NoRevAvail_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___NoRevAvail_31), (void*)value); } inline static int32_t get_offset_of_TargetInformation_32() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___TargetInformation_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TargetInformation_32() const { return ___TargetInformation_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TargetInformation_32() { return &___TargetInformation_32; } inline void set_TargetInformation_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TargetInformation_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___TargetInformation_32), (void*)value); } inline static int32_t get_offset_of_ExpiredCertsOnCrl_33() { return static_cast(offsetof(X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F_StaticFields, ___ExpiredCertsOnCrl_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ExpiredCertsOnCrl_33() const { return ___ExpiredCertsOnCrl_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ExpiredCertsOnCrl_33() { return &___ExpiredCertsOnCrl_33; } inline void set_ExpiredCertsOnCrl_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ExpiredCertsOnCrl_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___ExpiredCertsOnCrl_33), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 : public Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ordering RuntimeObject* ___ordering_42; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509NameEntryConverter BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::converter X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * ___converter_43; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::values RuntimeObject* ___values_44; // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::added RuntimeObject* ___added_45; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::seq Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq_46; public: inline static int32_t get_offset_of_ordering_42() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___ordering_42)); } inline RuntimeObject* get_ordering_42() const { return ___ordering_42; } inline RuntimeObject** get_address_of_ordering_42() { return &___ordering_42; } inline void set_ordering_42(RuntimeObject* value) { ___ordering_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___ordering_42), (void*)value); } inline static int32_t get_offset_of_converter_43() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___converter_43)); } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * get_converter_43() const { return ___converter_43; } inline X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 ** get_address_of_converter_43() { return &___converter_43; } inline void set_converter_43(X509NameEntryConverter_tB7E7BD9119CAFF57159A4641EEF350B6A5111351 * value) { ___converter_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_43), (void*)value); } inline static int32_t get_offset_of_values_44() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___values_44)); } inline RuntimeObject* get_values_44() const { return ___values_44; } inline RuntimeObject** get_address_of_values_44() { return &___values_44; } inline void set_values_44(RuntimeObject* value) { ___values_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_44), (void*)value); } inline static int32_t get_offset_of_added_45() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___added_45)); } inline RuntimeObject* get_added_45() const { return ___added_45; } inline RuntimeObject** get_address_of_added_45() { return &___added_45; } inline void set_added_45(RuntimeObject* value) { ___added_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___added_45), (void*)value); } inline static int32_t get_offset_of_seq_46() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630, ___seq_46)); } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * get_seq_46() const { return ___seq_46; } inline Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 ** get_address_of_seq_46() { return &___seq_46; } inline void set_seq_46(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * value) { ___seq_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_46), (void*)value); } }; struct X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::C DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___C_2; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::O DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___O_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OU DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OU_4; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::T DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___T_5; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CN DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CN_6; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Street DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Street_7; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::SerialNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___SerialNumber_8; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::L DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___L_9; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::ST DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___ST_10; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Surname DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Surname_11; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GivenName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___GivenName_12; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Initials DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Initials_13; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Generation DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Generation_14; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UniqueIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UniqueIdentifier_15; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::BusinessCategory DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___BusinessCategory_16; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalCode DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalCode_17; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DnQualifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DnQualifier_18; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Pseudonym DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Pseudonym_19; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DateOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DateOfBirth_20; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PlaceOfBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PlaceOfBirth_21; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Gender DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Gender_22; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfCitizenship DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfCitizenship_23; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::CountryOfResidence DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___CountryOfResidence_24; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::NameAtBirth DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___NameAtBirth_25; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::PostalAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___PostalAddress_26; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DmdName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DmdName_27; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::TelephoneNumber DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___TelephoneNumber_28; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::OrganizationIdentifier DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___OrganizationIdentifier_29; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::Name DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___Name_30; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::EmailAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___EmailAddress_31; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredName DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredName_32; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UnstructuredAddress DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UnstructuredAddress_33; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::E DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___E_34; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DC DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___DC_35; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::UID DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * ___UID_36; // System.Boolean[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::defaultReverse BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___defaultReverse_37; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultSymbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultSymbols_38; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC2253Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC2253Symbols_39; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::RFC1779Symbols Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___RFC1779Symbols_40; // System.Collections.Hashtable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::DefaultLookup Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___DefaultLookup_41; public: inline static int32_t get_offset_of_C_2() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___C_2)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_C_2() const { return ___C_2; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_C_2() { return &___C_2; } inline void set_C_2(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___C_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___C_2), (void*)value); } inline static int32_t get_offset_of_O_3() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___O_3)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_O_3() const { return ___O_3; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_O_3() { return &___O_3; } inline void set_O_3(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___O_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___O_3), (void*)value); } inline static int32_t get_offset_of_OU_4() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OU_4)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OU_4() const { return ___OU_4; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OU_4() { return &___OU_4; } inline void set_OU_4(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OU_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___OU_4), (void*)value); } inline static int32_t get_offset_of_T_5() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___T_5)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_T_5() const { return ___T_5; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_T_5() { return &___T_5; } inline void set_T_5(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___T_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___T_5), (void*)value); } inline static int32_t get_offset_of_CN_6() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CN_6)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CN_6() const { return ___CN_6; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CN_6() { return &___CN_6; } inline void set_CN_6(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CN_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CN_6), (void*)value); } inline static int32_t get_offset_of_Street_7() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Street_7)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Street_7() const { return ___Street_7; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Street_7() { return &___Street_7; } inline void set_Street_7(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Street_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___Street_7), (void*)value); } inline static int32_t get_offset_of_SerialNumber_8() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___SerialNumber_8)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_SerialNumber_8() const { return ___SerialNumber_8; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_SerialNumber_8() { return &___SerialNumber_8; } inline void set_SerialNumber_8(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___SerialNumber_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___SerialNumber_8), (void*)value); } inline static int32_t get_offset_of_L_9() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___L_9)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_L_9() const { return ___L_9; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_L_9() { return &___L_9; } inline void set_L_9(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___L_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___L_9), (void*)value); } inline static int32_t get_offset_of_ST_10() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___ST_10)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_ST_10() const { return ___ST_10; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_ST_10() { return &___ST_10; } inline void set_ST_10(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___ST_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___ST_10), (void*)value); } inline static int32_t get_offset_of_Surname_11() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Surname_11)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Surname_11() const { return ___Surname_11; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Surname_11() { return &___Surname_11; } inline void set_Surname_11(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Surname_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Surname_11), (void*)value); } inline static int32_t get_offset_of_GivenName_12() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___GivenName_12)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_GivenName_12() const { return ___GivenName_12; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_GivenName_12() { return &___GivenName_12; } inline void set_GivenName_12(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___GivenName_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___GivenName_12), (void*)value); } inline static int32_t get_offset_of_Initials_13() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Initials_13)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Initials_13() const { return ___Initials_13; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Initials_13() { return &___Initials_13; } inline void set_Initials_13(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Initials_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Initials_13), (void*)value); } inline static int32_t get_offset_of_Generation_14() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Generation_14)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Generation_14() const { return ___Generation_14; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Generation_14() { return &___Generation_14; } inline void set_Generation_14(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Generation_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___Generation_14), (void*)value); } inline static int32_t get_offset_of_UniqueIdentifier_15() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UniqueIdentifier_15)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UniqueIdentifier_15() const { return ___UniqueIdentifier_15; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UniqueIdentifier_15() { return &___UniqueIdentifier_15; } inline void set_UniqueIdentifier_15(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UniqueIdentifier_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdentifier_15), (void*)value); } inline static int32_t get_offset_of_BusinessCategory_16() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___BusinessCategory_16)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_BusinessCategory_16() const { return ___BusinessCategory_16; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_BusinessCategory_16() { return &___BusinessCategory_16; } inline void set_BusinessCategory_16(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___BusinessCategory_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___BusinessCategory_16), (void*)value); } inline static int32_t get_offset_of_PostalCode_17() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalCode_17)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalCode_17() const { return ___PostalCode_17; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalCode_17() { return &___PostalCode_17; } inline void set_PostalCode_17(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalCode_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalCode_17), (void*)value); } inline static int32_t get_offset_of_DnQualifier_18() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DnQualifier_18)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DnQualifier_18() const { return ___DnQualifier_18; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DnQualifier_18() { return &___DnQualifier_18; } inline void set_DnQualifier_18(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DnQualifier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___DnQualifier_18), (void*)value); } inline static int32_t get_offset_of_Pseudonym_19() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Pseudonym_19)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Pseudonym_19() const { return ___Pseudonym_19; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Pseudonym_19() { return &___Pseudonym_19; } inline void set_Pseudonym_19(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Pseudonym_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___Pseudonym_19), (void*)value); } inline static int32_t get_offset_of_DateOfBirth_20() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DateOfBirth_20)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DateOfBirth_20() const { return ___DateOfBirth_20; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DateOfBirth_20() { return &___DateOfBirth_20; } inline void set_DateOfBirth_20(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DateOfBirth_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateOfBirth_20), (void*)value); } inline static int32_t get_offset_of_PlaceOfBirth_21() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PlaceOfBirth_21)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PlaceOfBirth_21() const { return ___PlaceOfBirth_21; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PlaceOfBirth_21() { return &___PlaceOfBirth_21; } inline void set_PlaceOfBirth_21(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PlaceOfBirth_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlaceOfBirth_21), (void*)value); } inline static int32_t get_offset_of_Gender_22() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Gender_22)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Gender_22() const { return ___Gender_22; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Gender_22() { return &___Gender_22; } inline void set_Gender_22(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Gender_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___Gender_22), (void*)value); } inline static int32_t get_offset_of_CountryOfCitizenship_23() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfCitizenship_23)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfCitizenship_23() const { return ___CountryOfCitizenship_23; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfCitizenship_23() { return &___CountryOfCitizenship_23; } inline void set_CountryOfCitizenship_23(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfCitizenship_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfCitizenship_23), (void*)value); } inline static int32_t get_offset_of_CountryOfResidence_24() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___CountryOfResidence_24)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_CountryOfResidence_24() const { return ___CountryOfResidence_24; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_CountryOfResidence_24() { return &___CountryOfResidence_24; } inline void set_CountryOfResidence_24(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___CountryOfResidence_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountryOfResidence_24), (void*)value); } inline static int32_t get_offset_of_NameAtBirth_25() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___NameAtBirth_25)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_NameAtBirth_25() const { return ___NameAtBirth_25; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_NameAtBirth_25() { return &___NameAtBirth_25; } inline void set_NameAtBirth_25(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___NameAtBirth_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameAtBirth_25), (void*)value); } inline static int32_t get_offset_of_PostalAddress_26() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___PostalAddress_26)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_PostalAddress_26() const { return ___PostalAddress_26; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_PostalAddress_26() { return &___PostalAddress_26; } inline void set_PostalAddress_26(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___PostalAddress_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___PostalAddress_26), (void*)value); } inline static int32_t get_offset_of_DmdName_27() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DmdName_27)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DmdName_27() const { return ___DmdName_27; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DmdName_27() { return &___DmdName_27; } inline void set_DmdName_27(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DmdName_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DmdName_27), (void*)value); } inline static int32_t get_offset_of_TelephoneNumber_28() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___TelephoneNumber_28)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_TelephoneNumber_28() const { return ___TelephoneNumber_28; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_TelephoneNumber_28() { return &___TelephoneNumber_28; } inline void set_TelephoneNumber_28(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___TelephoneNumber_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___TelephoneNumber_28), (void*)value); } inline static int32_t get_offset_of_OrganizationIdentifier_29() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___OrganizationIdentifier_29)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_OrganizationIdentifier_29() const { return ___OrganizationIdentifier_29; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_OrganizationIdentifier_29() { return &___OrganizationIdentifier_29; } inline void set_OrganizationIdentifier_29(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___OrganizationIdentifier_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___OrganizationIdentifier_29), (void*)value); } inline static int32_t get_offset_of_Name_30() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___Name_30)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_Name_30() const { return ___Name_30; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_Name_30() { return &___Name_30; } inline void set_Name_30(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___Name_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_30), (void*)value); } inline static int32_t get_offset_of_EmailAddress_31() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___EmailAddress_31)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_EmailAddress_31() const { return ___EmailAddress_31; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_EmailAddress_31() { return &___EmailAddress_31; } inline void set_EmailAddress_31(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___EmailAddress_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmailAddress_31), (void*)value); } inline static int32_t get_offset_of_UnstructuredName_32() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredName_32)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredName_32() const { return ___UnstructuredName_32; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredName_32() { return &___UnstructuredName_32; } inline void set_UnstructuredName_32(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredName_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredName_32), (void*)value); } inline static int32_t get_offset_of_UnstructuredAddress_33() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UnstructuredAddress_33)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UnstructuredAddress_33() const { return ___UnstructuredAddress_33; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UnstructuredAddress_33() { return &___UnstructuredAddress_33; } inline void set_UnstructuredAddress_33(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UnstructuredAddress_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___UnstructuredAddress_33), (void*)value); } inline static int32_t get_offset_of_E_34() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___E_34)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_E_34() const { return ___E_34; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_E_34() { return &___E_34; } inline void set_E_34(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___E_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___E_34), (void*)value); } inline static int32_t get_offset_of_DC_35() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DC_35)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_DC_35() const { return ___DC_35; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_DC_35() { return &___DC_35; } inline void set_DC_35(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___DC_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___DC_35), (void*)value); } inline static int32_t get_offset_of_UID_36() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___UID_36)); } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * get_UID_36() const { return ___UID_36; } inline DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 ** get_address_of_UID_36() { return &___UID_36; } inline void set_UID_36(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * value) { ___UID_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___UID_36), (void*)value); } inline static int32_t get_offset_of_defaultReverse_37() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___defaultReverse_37)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_defaultReverse_37() const { return ___defaultReverse_37; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_defaultReverse_37() { return &___defaultReverse_37; } inline void set_defaultReverse_37(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___defaultReverse_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultReverse_37), (void*)value); } inline static int32_t get_offset_of_DefaultSymbols_38() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultSymbols_38)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultSymbols_38() const { return ___DefaultSymbols_38; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultSymbols_38() { return &___DefaultSymbols_38; } inline void set_DefaultSymbols_38(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultSymbols_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultSymbols_38), (void*)value); } inline static int32_t get_offset_of_RFC2253Symbols_39() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC2253Symbols_39)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC2253Symbols_39() const { return ___RFC2253Symbols_39; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC2253Symbols_39() { return &___RFC2253Symbols_39; } inline void set_RFC2253Symbols_39(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC2253Symbols_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC2253Symbols_39), (void*)value); } inline static int32_t get_offset_of_RFC1779Symbols_40() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___RFC1779Symbols_40)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_RFC1779Symbols_40() const { return ___RFC1779Symbols_40; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_RFC1779Symbols_40() { return &___RFC1779Symbols_40; } inline void set_RFC1779Symbols_40(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___RFC1779Symbols_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___RFC1779Symbols_40), (void*)value); } inline static int32_t get_offset_of_DefaultLookup_41() { return static_cast(offsetof(X509Name_t201376CBB74D033CD213122565CA7469C5FC8630_StaticFields, ___DefaultLookup_41)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_DefaultLookup_41() const { return ___DefaultLookup_41; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_DefaultLookup_41() { return &___DefaultLookup_41; } inline void set_DefaultLookup_41(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___DefaultLookup_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultLookup_41), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString struct Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::str ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str_2; public: inline static int32_t get_offset_of_str_2() { return static_cast(offsetof(Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8, ___str_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_str_2() const { return ___str_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_str_2() { return &___str_2; } inline void set_str_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___str_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___str_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence struct Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Collections.IList BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::seq RuntimeObject* ___seq_2; public: inline static int32_t get_offset_of_seq_2() { return static_cast(offsetof(Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8, ___seq_2)); } inline RuntimeObject* get_seq_2() const { return ___seq_2; } inline RuntimeObject** get_address_of_seq_2() { return &___seq_2; } inline void set_seq_2(RuntimeObject* value) { ___seq_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___seq_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject struct Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::tagNo int32_t ___tagNo_2; // System.Boolean BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::explicitly bool ___explicitly_3; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::obj Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj_4; public: inline static int32_t get_offset_of_tagNo_2() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___tagNo_2)); } inline int32_t get_tagNo_2() const { return ___tagNo_2; } inline int32_t* get_address_of_tagNo_2() { return &___tagNo_2; } inline void set_tagNo_2(int32_t value) { ___tagNo_2 = value; } inline static int32_t get_offset_of_explicitly_3() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___explicitly_3)); } inline bool get_explicitly_3() const { return ___explicitly_3; } inline bool* get_address_of_explicitly_3() { return &___explicitly_3; } inline void set_explicitly_3(bool value) { ___explicitly_3 = value; } inline static int32_t get_offset_of_obj_4() { return static_cast(offsetof(Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0, ___obj_4)); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * get_obj_4() const { return ___obj_4; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** get_address_of_obj_4() { return &___obj_4; } inline void set_obj_4(Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { ___obj_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___obj_4), (void*)value); } }; // UnityEngine.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; } }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime struct DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::time String_t* ___time_2; public: inline static int32_t get_offset_of_time_2() { return static_cast(offsetof(DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0, ___time_2)); } inline String_t* get_time_2() const { return ___time_2; } inline String_t** get_address_of_time_2() { return &___time_2; } inline void set_time_2(String_t* value) { ___time_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___time_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger struct DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::bytes ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___bytes_3; public: inline static int32_t get_offset_of_bytes_3() { return static_cast(offsetof(DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157, ___bytes_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_bytes_3() const { return ___bytes_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_bytes_3() { return &___bytes_3; } inline void set_bytes_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___bytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___bytes_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::identifier String_t* ___identifier_2; // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::body ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___body_3; public: inline static int32_t get_offset_of_identifier_2() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___identifier_2)); } inline String_t* get_identifier_2() const { return ___identifier_2; } inline String_t** get_address_of_identifier_2() { return &___identifier_2; } inline void set_identifier_2(String_t* value) { ___identifier_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___identifier_2), (void*)value); } inline static int32_t get_offset_of_body_3() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8, ___body_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_body_3() const { return ___body_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_body_3() { return &___body_3; } inline void set_body_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___body_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___body_3), (void*)value); } }; struct DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::cache DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* ___cache_5; public: inline static int32_t get_offset_of_cache_5() { return static_cast(offsetof(DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8_StaticFields, ___cache_5)); } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* get_cache_5() const { return ___cache_5; } inline DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F** get_address_of_cache_5() { return &___cache_5; } inline void set_cache_5(DerObjectIdentifierU5BU5D_t801513A53C26B675A2EC1C7456321775EDCC225F* value) { ___cache_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___cache_5), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerStringBase struct DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 : public Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC { public: public: }; // UnityEngine.DeviceType struct DeviceType_tBE460E2D86295964F19F6708DBDC3568ECCBE9DF { public: // System.Int32 UnityEngine.DeviceType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DeviceType_tBE460E2D86295964F19F6708DBDC3568ECCBE9DF, ___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; }; // UnityEngine.FontStyle struct FontStyle_t98609253DA79E5B3198BD60AD3518C5B6A2DCF96 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontStyle_t98609253DA79E5B3198BD60AD3518C5B6A2DCF96, ___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.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyleState::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyle UnityEngine.GUIStyleState::m_SourceStyle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9, ___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_SourceStyle_1() { return static_cast(offsetof(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9, ___m_SourceStyle_1)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.GUIStyleState struct GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com { intptr_t ___m_Ptr_0; GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com* ___m_SourceStyle_1; }; // UnityEngine.ImagePosition struct ImagePosition_t3DBA97C0793136D349135BC5E6814CFB2BE5A43A { public: // System.Int32 UnityEngine.ImagePosition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ImagePosition_t3DBA97C0793136D349135BC5E6814CFB2BE5A43A, ___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); } }; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // Newtonsoft.Json.Linq.JPropertyKeyedCollection Newtonsoft.Json.Linq.JObject::_properties JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ____properties_17; // System.ComponentModel.PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanged PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_18; // System.ComponentModel.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanging PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * ___PropertyChanging_19; public: inline static int32_t get_offset_of__properties_17() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ____properties_17)); } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * get__properties_17() const { return ____properties_17; } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 ** get_address_of__properties_17() { return &____properties_17; } inline void set__properties_17(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * value) { ____properties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_17), (void*)value); } inline static int32_t get_offset_of_PropertyChanged_18() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanged_18)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_18() const { return ___PropertyChanged_18; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_18() { return &___PropertyChanged_18; } inline void set_PropertyChanged_18(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___PropertyChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_18), (void*)value); } inline static int32_t get_offset_of_PropertyChanging_19() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanging_19)); } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * get_PropertyChanging_19() const { return ___PropertyChanging_19; } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B ** get_address_of_PropertyChanging_19() { return &___PropertyChanging_19; } inline void set_PropertyChanging_19(PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * value) { ___PropertyChanging_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanging_19), (void*)value); } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.LogType struct LogType_tF490DBF8368BD4EBA703B2824CB76A853820F773 { public: // System.Int32 UnityEngine.LogType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LogType_tF490DBF8368BD4EBA703B2824CB76A853820F773, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // BestHTTP.SignalR.MessageTypes struct MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A { public: // System.Int32 BestHTTP.SignalR.MessageTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MessageTypes_t0D49EC24DD48FF5620E610A85F893E910D2A6B2A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 : public RuntimeObject { public: // System.IntPtr UnityEngine.RectOffset::m_Ptr intptr_t ___m_Ptr_0; // System.Object UnityEngine.RectOffset::m_SourceStyle RuntimeObject * ___m_SourceStyle_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___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_SourceStyle_1() { return static_cast(offsetof(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70, ___m_SourceStyle_1)); } inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; } inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; } inline void set_m_SourceStyle_1(RuntimeObject * value) { ___m_SourceStyle_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // Native definition for COM marshalling of UnityEngine.RectOffset struct RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com { intptr_t ___m_Ptr_0; Il2CppIUnknown* ___m_SourceStyle_1; }; // BestHTTP.SignalR.RequestTypes struct RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD { public: // System.Int32 BestHTTP.SignalR.RequestTypes::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RequestTypes_t792E102C6884E54B64E99EE65C58094E492399AD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RuntimePlatform struct RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065 { public: // System.Int32 UnityEngine.RuntimePlatform::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RuntimePlatform_tB8798C800FD9810C0FE2B7D2F2A0A3979D239065, ___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; } }; // UnityEngine.TextClipping struct TextClipping_t0FA5671B290E5A324285936073E3AC7A07FB9658 { public: // System.Int32 UnityEngine.TextClipping::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TextClipping_t0FA5671B290E5A324285936073E3AC7A07FB9658, ___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.TouchPhase struct TouchPhase_tB52B8A497547FB9575DE7975D13AC7D64C3A958A { public: // System.Int32 UnityEngine.TouchPhase::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchPhase_tB52B8A497547FB9575DE7975D13AC7D64C3A958A, ___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.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; } }; // UnityEngine.TouchType struct TouchType_t2EF726465ABD45681A6686BAC426814AA087C20F { public: // System.Int32 UnityEngine.TouchType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TouchType_t2EF726465ABD45681A6686BAC426814AA087C20F, ___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.Button/ButtonClickedEvent struct ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F : public UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 { public: public: }; // UnityEngine.GUILayoutOption/Type struct Type_t79FB5C82B695061CED8D628CBB6A1E8709705288 { public: // System.Int32 UnityEngine.GUILayoutOption/Type::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Type_t79FB5C82B695061CED8D628CBB6A1E8709705288, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/CharacterValidation struct CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41 { public: // System.Int32 UnityEngine.UI.InputField/CharacterValidation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CharacterValidation_t03AFB752BBD6215579765978CE67D7159431FC41, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/ContentType struct ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1 { public: // System.Int32 UnityEngine.UI.InputField/ContentType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ContentType_t15FD47A38F32CADD417E3A07C787F1B3997B9AC1, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/InputType struct InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2 { public: // System.Int32 UnityEngine.UI.InputField/InputType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(InputType_t43FE97C0C3EE1F7DB81E2F34420780D1DFBF03D2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/LineType struct LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE { public: // System.Int32 UnityEngine.UI.InputField/LineType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineType_t3249F1C248D9D12DE265C49F371F2C3618AFEFCE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 : public UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 { public: public: }; // 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; } }; // 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/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; } }; // 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.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524 : public DerStringBase_t6A042D217F7D84704C0AFFD73317FB834F9A2FB5 { public: // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___mData_3; // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::mPadBits int32_t ___mPadBits_4; public: inline static int32_t get_offset_of_mData_3() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mData_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_mData_3() const { return ___mData_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_mData_3() { return &___mData_3; } inline void set_mData_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___mData_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___mData_3), (void*)value); } inline static int32_t get_offset_of_mPadBits_4() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524, ___mPadBits_4)); } inline int32_t get_mPadBits_4() const { return ___mPadBits_4; } inline int32_t* get_address_of_mPadBits_4() { return &___mPadBits_4; } inline void set_mPadBits_4(int32_t value) { ___mPadBits_4 = value; } }; struct DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields { public: // System.Char[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString::table CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___table_2; public: inline static int32_t get_offset_of_table_2() { return static_cast(offsetof(DerBitString_t305465793A47445626D3541AB8CEDE347D874524_StaticFields, ___table_2)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_table_2() const { return ___table_2; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_table_2() { return &___table_2; } inline void set_table_2(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___table_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___table_2), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString struct DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 : public Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 { public: public: }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 : public Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 { public: public: }; struct DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields { public: // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::Empty DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * ___Empty_3; public: inline static int32_t get_offset_of_Empty_3() { return static_cast(offsetof(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09_StaticFields, ___Empty_3)); } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * get_Empty_3() const { return ___Empty_3; } inline DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 ** get_address_of_Empty_3() { return &___Empty_3; } inline void set_Empty_3(DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * value) { ___Empty_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_3), (void*)value); } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject struct DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E : public Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 { public: public: }; // UnityEngine.GUILayoutOption struct GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB : public RuntimeObject { public: // UnityEngine.GUILayoutOption/Type UnityEngine.GUILayoutOption::type int32_t ___type_0; // System.Object UnityEngine.GUILayoutOption::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_type_0() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___type_0)); } inline int32_t get_type_0() const { return ___type_0; } inline int32_t* get_address_of_type_0() { return &___type_0; } inline void set_type_0(int32_t value) { ___type_0 = value; } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 : public RuntimeObject { public: // System.IntPtr UnityEngine.GUIStyle::m_Ptr intptr_t ___m_Ptr_0; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Normal_1; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Hover_2; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Active_3; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_Focused_4; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnNormal_5; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnHover_6; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnActive_7; // UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * ___m_OnFocused_8; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Border_9; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Padding_10; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Margin_11; // UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___m_Overflow_12; // System.String UnityEngine.GUIStyle::m_Name String_t* ___m_Name_13; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___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_Normal_1() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Normal_1)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Normal_1() const { return ___m_Normal_1; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Normal_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Normal_1), (void*)value); } inline static int32_t get_offset_of_m_Hover_2() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Hover_2)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Hover_2() const { return ___m_Hover_2; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Hover_2() { return &___m_Hover_2; } inline void set_m_Hover_2(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Hover_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Hover_2), (void*)value); } inline static int32_t get_offset_of_m_Active_3() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Active_3)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Active_3() const { return ___m_Active_3; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Active_3() { return &___m_Active_3; } inline void set_m_Active_3(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Active_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Active_3), (void*)value); } inline static int32_t get_offset_of_m_Focused_4() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Focused_4)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_Focused_4() const { return ___m_Focused_4; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_Focused_4() { return &___m_Focused_4; } inline void set_m_Focused_4(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_Focused_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Focused_4), (void*)value); } inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnNormal_5)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnNormal_5() const { return ___m_OnNormal_5; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; } inline void set_m_OnNormal_5(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnNormal_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnNormal_5), (void*)value); } inline static int32_t get_offset_of_m_OnHover_6() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnHover_6)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnHover_6() const { return ___m_OnHover_6; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; } inline void set_m_OnHover_6(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnHover_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnHover_6), (void*)value); } inline static int32_t get_offset_of_m_OnActive_7() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnActive_7)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnActive_7() const { return ___m_OnActive_7; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; } inline void set_m_OnActive_7(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnActive_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnActive_7), (void*)value); } inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_OnFocused_8)); } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * get_m_OnFocused_8() const { return ___m_OnFocused_8; } inline GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; } inline void set_m_OnFocused_8(GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * value) { ___m_OnFocused_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnFocused_8), (void*)value); } inline static int32_t get_offset_of_m_Border_9() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Border_9)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Border_9() const { return ___m_Border_9; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Border_9() { return &___m_Border_9; } inline void set_m_Border_9(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Border_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Border_9), (void*)value); } inline static int32_t get_offset_of_m_Padding_10() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Padding_10)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Padding_10() const { return ___m_Padding_10; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Padding_10() { return &___m_Padding_10; } inline void set_m_Padding_10(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Padding_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_10), (void*)value); } inline static int32_t get_offset_of_m_Margin_11() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Margin_11)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Margin_11() const { return ___m_Margin_11; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Margin_11() { return &___m_Margin_11; } inline void set_m_Margin_11(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Margin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Margin_11), (void*)value); } inline static int32_t get_offset_of_m_Overflow_12() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Overflow_12)); } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * get_m_Overflow_12() const { return ___m_Overflow_12; } inline RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; } inline void set_m_Overflow_12(RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * value) { ___m_Overflow_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Overflow_12), (void*)value); } inline static int32_t get_offset_of_m_Name_13() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726, ___m_Name_13)); } inline String_t* get_m_Name_13() const { return ___m_Name_13; } inline String_t** get_address_of_m_Name_13() { return &___m_Name_13; } inline void set_m_Name_13(String_t* value) { ___m_Name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Name_13), (void*)value); } }; struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields { public: // System.Boolean UnityEngine.GUIStyle::showKeyboardFocus bool ___showKeyboardFocus_14; // UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___s_None_15; public: inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields, ___showKeyboardFocus_14)); } inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; } inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; } inline void set_showKeyboardFocus_14(bool value) { ___showKeyboardFocus_14 = value; } inline static int32_t get_offset_of_s_None_15() { return static_cast(offsetof(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_StaticFields, ___s_None_15)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_s_None_15() const { return ___s_None_15; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_s_None_15() { return &___s_None_15; } inline void set_s_None_15(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___s_None_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_None_15), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_pinvoke { intptr_t ___m_Ptr_0; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Normal_1; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Hover_2; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Active_3; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_Focused_4; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnNormal_5; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnHover_6; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnActive_7; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_pinvoke* ___m_OnFocused_8; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Border_9; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Padding_10; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Margin_11; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_pinvoke ___m_Overflow_12; char* ___m_Name_13; }; // Native definition for COM marshalling of UnityEngine.GUIStyle struct GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726_marshaled_com { intptr_t ___m_Ptr_0; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Normal_1; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Hover_2; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Active_3; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_Focused_4; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnNormal_5; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnHover_6; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnActive_7; GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9_marshaled_com* ___m_OnFocused_8; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Border_9; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Padding_10; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Margin_11; RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70_marshaled_com* ___m_Overflow_12; Il2CppChar* ___m_Name_13; }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A { public: // UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // System.Boolean UnityEngine.UI.Navigation::m_WrapAround bool ___m_WrapAround_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_WrapAround_1() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_WrapAround_1)); } inline bool get_m_WrapAround_1() const { return ___m_WrapAround_1; } inline bool* get_address_of_m_WrapAround_1() { return &___m_WrapAround_1; } inline void set_m_WrapAround_1(bool value) { ___m_WrapAround_1 = value; } inline static int32_t get_offset_of_m_SelectOnUp_2() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnUp_2)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnUp_2() const { return ___m_SelectOnUp_2; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnUp_2() { return &___m_SelectOnUp_2; } inline void set_m_SelectOnUp_2(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnUp_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_3() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnDown_3)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnDown_3() const { return ___m_SelectOnDown_3; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnDown_3() { return &___m_SelectOnDown_3; } inline void set_m_SelectOnDown_3(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnDown_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_4() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnLeft_4)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnLeft_4() const { return ___m_SelectOnLeft_4; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnLeft_4() { return &___m_SelectOnLeft_4; } inline void set_m_SelectOnLeft_4(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnLeft_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_4), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_5() { return static_cast(offsetof(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A, ___m_SelectOnRight_5)); } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * get_m_SelectOnRight_5() const { return ___m_SelectOnRight_5; } inline Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD ** get_address_of_m_SelectOnRight_5() { return &___m_SelectOnRight_5; } inline void set_m_SelectOnRight_5(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * value) { ___m_SelectOnRight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_5), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_pinvoke { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A_marshaled_com { int32_t ___m_Mode_0; int32_t ___m_WrapAround_1; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnUp_2; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnDown_3; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnLeft_4; Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * ___m_SelectOnRight_5; }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException struct OcspException_tEB86D2641E584387057732A1F047A4694C77C561 : public Exception_t { public: public: }; // UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_pinvoke : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.ScriptableObject struct ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A_marshaled_com : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // UnityEngine.Texture struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; struct Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields { public: // System.Int32 UnityEngine.Texture::GenerateAllMips int32_t ___GenerateAllMips_4; public: inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast(offsetof(Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE_StaticFields, ___GenerateAllMips_4)); } inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; } inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; } inline void set_GenerateAllMips_4(int32_t value) { ___GenerateAllMips_4 = value; } }; // UnityEngine.Touch struct Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C { public: // System.Int32 UnityEngine.Touch::m_FingerId int32_t ___m_FingerId_0; // UnityEngine.Vector2 UnityEngine.Touch::m_Position Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_Position_1; // UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_RawPosition_2; // UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_PositionDelta_3; // System.Single UnityEngine.Touch::m_TimeDelta float ___m_TimeDelta_4; // System.Int32 UnityEngine.Touch::m_TapCount int32_t ___m_TapCount_5; // UnityEngine.TouchPhase UnityEngine.Touch::m_Phase int32_t ___m_Phase_6; // UnityEngine.TouchType UnityEngine.Touch::m_Type int32_t ___m_Type_7; // System.Single UnityEngine.Touch::m_Pressure float ___m_Pressure_8; // System.Single UnityEngine.Touch::m_maximumPossiblePressure float ___m_maximumPossiblePressure_9; // System.Single UnityEngine.Touch::m_Radius float ___m_Radius_10; // System.Single UnityEngine.Touch::m_RadiusVariance float ___m_RadiusVariance_11; // System.Single UnityEngine.Touch::m_AltitudeAngle float ___m_AltitudeAngle_12; // System.Single UnityEngine.Touch::m_AzimuthAngle float ___m_AzimuthAngle_13; public: inline static int32_t get_offset_of_m_FingerId_0() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_FingerId_0)); } inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; } inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; } inline void set_m_FingerId_0(int32_t value) { ___m_FingerId_0 = value; } inline static int32_t get_offset_of_m_Position_1() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Position_1)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_Position_1() const { return ___m_Position_1; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_Position_1() { return &___m_Position_1; } inline void set_m_Position_1(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_Position_1 = value; } inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_RawPosition_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_RawPosition_2() const { return ___m_RawPosition_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; } inline void set_m_RawPosition_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_RawPosition_2 = value; } inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_PositionDelta_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_PositionDelta_3() const { return ___m_PositionDelta_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; } inline void set_m_PositionDelta_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_PositionDelta_3 = value; } inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_TimeDelta_4)); } inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; } inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; } inline void set_m_TimeDelta_4(float value) { ___m_TimeDelta_4 = value; } inline static int32_t get_offset_of_m_TapCount_5() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_TapCount_5)); } inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; } inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; } inline void set_m_TapCount_5(int32_t value) { ___m_TapCount_5 = value; } inline static int32_t get_offset_of_m_Phase_6() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Phase_6)); } inline int32_t get_m_Phase_6() const { return ___m_Phase_6; } inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; } inline void set_m_Phase_6(int32_t value) { ___m_Phase_6 = value; } inline static int32_t get_offset_of_m_Type_7() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Type_7)); } inline int32_t get_m_Type_7() const { return ___m_Type_7; } inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; } inline void set_m_Type_7(int32_t value) { ___m_Type_7 = value; } inline static int32_t get_offset_of_m_Pressure_8() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Pressure_8)); } inline float get_m_Pressure_8() const { return ___m_Pressure_8; } inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; } inline void set_m_Pressure_8(float value) { ___m_Pressure_8 = value; } inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_maximumPossiblePressure_9)); } inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; } inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; } inline void set_m_maximumPossiblePressure_9(float value) { ___m_maximumPossiblePressure_9 = value; } inline static int32_t get_offset_of_m_Radius_10() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_Radius_10)); } inline float get_m_Radius_10() const { return ___m_Radius_10; } inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; } inline void set_m_Radius_10(float value) { ___m_Radius_10 = value; } inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_RadiusVariance_11)); } inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; } inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; } inline void set_m_RadiusVariance_11(float value) { ___m_RadiusVariance_11 = value; } inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_AltitudeAngle_12)); } inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; } inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; } inline void set_m_AltitudeAngle_12(float value) { ___m_AltitudeAngle_12 = value; } inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast(offsetof(Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C, ___m_AzimuthAngle_13)); } inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; } inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; } inline void set_m_AzimuthAngle_13(float value) { ___m_AzimuthAngle_13 = 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; } }; // System.Action`1 struct Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE : public MulticastDelegate_t { public: public: }; // System.Action`1 struct Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`2 struct UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`3 struct UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.GUISkin struct GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 : public ScriptableObject_t4361E08CEBF052C650D3666C7CEC37EB31DE116A { public: // UnityEngine.Font UnityEngine.GUISkin::m_Font Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * ___m_Font_4; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_box GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_box_5; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_button GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_button_6; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_toggle GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_toggle_7; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_label GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_label_8; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_textField GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_textField_9; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_textArea GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_textArea_10; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_window GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_window_11; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSlider GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalSlider_12; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSliderThumb GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalSliderThumb_13; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSliderThumbExtent GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalSliderThumbExtent_14; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSlider GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalSlider_15; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSliderThumb GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalSliderThumb_16; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSliderThumbExtent GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalSliderThumbExtent_17; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_SliderMixed GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_SliderMixed_18; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbar GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalScrollbar_19; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarThumb GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalScrollbarThumb_20; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarLeftButton GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalScrollbarLeftButton_21; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarRightButton GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_horizontalScrollbarRightButton_22; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbar GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalScrollbar_23; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarThumb GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalScrollbarThumb_24; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarUpButton GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalScrollbarUpButton_25; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarDownButton GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_verticalScrollbarDownButton_26; // UnityEngine.GUIStyle UnityEngine.GUISkin::m_ScrollView GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___m_ScrollView_27; // UnityEngine.GUIStyle[] UnityEngine.GUISkin::m_CustomStyles GUIStyleU5BU5D_t99FB75A2EC4777ADECDE02F71A619CFBFC0F4F70* ___m_CustomStyles_28; // UnityEngine.GUISettings UnityEngine.GUISkin::m_Settings GUISettings_tB85473DFD6EF025A06EAD867197A4478A41008D0 * ___m_Settings_29; // System.Collections.Generic.Dictionary`2 UnityEngine.GUISkin::m_Styles Dictionary_2_t2CD153A36C5BD27CDDC85F23918ECEF77E892E80 * ___m_Styles_31; public: inline static int32_t get_offset_of_m_Font_4() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_Font_4)); } inline Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * get_m_Font_4() const { return ___m_Font_4; } inline Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 ** get_address_of_m_Font_4() { return &___m_Font_4; } inline void set_m_Font_4(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * value) { ___m_Font_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Font_4), (void*)value); } inline static int32_t get_offset_of_m_box_5() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_box_5)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_box_5() const { return ___m_box_5; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_box_5() { return &___m_box_5; } inline void set_m_box_5(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_box_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_box_5), (void*)value); } inline static int32_t get_offset_of_m_button_6() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_button_6)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_button_6() const { return ___m_button_6; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_button_6() { return &___m_button_6; } inline void set_m_button_6(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_button_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_button_6), (void*)value); } inline static int32_t get_offset_of_m_toggle_7() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_toggle_7)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_toggle_7() const { return ___m_toggle_7; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_toggle_7() { return &___m_toggle_7; } inline void set_m_toggle_7(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_toggle_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_toggle_7), (void*)value); } inline static int32_t get_offset_of_m_label_8() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_label_8)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_label_8() const { return ___m_label_8; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_label_8() { return &___m_label_8; } inline void set_m_label_8(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_label_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_label_8), (void*)value); } inline static int32_t get_offset_of_m_textField_9() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_textField_9)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_textField_9() const { return ___m_textField_9; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_textField_9() { return &___m_textField_9; } inline void set_m_textField_9(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_textField_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textField_9), (void*)value); } inline static int32_t get_offset_of_m_textArea_10() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_textArea_10)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_textArea_10() const { return ___m_textArea_10; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_textArea_10() { return &___m_textArea_10; } inline void set_m_textArea_10(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_textArea_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_textArea_10), (void*)value); } inline static int32_t get_offset_of_m_window_11() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_window_11)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_window_11() const { return ___m_window_11; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_window_11() { return &___m_window_11; } inline void set_m_window_11(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_window_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_window_11), (void*)value); } inline static int32_t get_offset_of_m_horizontalSlider_12() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalSlider_12)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalSlider_12() const { return ___m_horizontalSlider_12; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalSlider_12() { return &___m_horizontalSlider_12; } inline void set_m_horizontalSlider_12(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalSlider_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalSlider_12), (void*)value); } inline static int32_t get_offset_of_m_horizontalSliderThumb_13() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalSliderThumb_13)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalSliderThumb_13() const { return ___m_horizontalSliderThumb_13; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalSliderThumb_13() { return &___m_horizontalSliderThumb_13; } inline void set_m_horizontalSliderThumb_13(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalSliderThumb_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalSliderThumb_13), (void*)value); } inline static int32_t get_offset_of_m_horizontalSliderThumbExtent_14() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalSliderThumbExtent_14)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalSliderThumbExtent_14() const { return ___m_horizontalSliderThumbExtent_14; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalSliderThumbExtent_14() { return &___m_horizontalSliderThumbExtent_14; } inline void set_m_horizontalSliderThumbExtent_14(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalSliderThumbExtent_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalSliderThumbExtent_14), (void*)value); } inline static int32_t get_offset_of_m_verticalSlider_15() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalSlider_15)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalSlider_15() const { return ___m_verticalSlider_15; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalSlider_15() { return &___m_verticalSlider_15; } inline void set_m_verticalSlider_15(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalSlider_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalSlider_15), (void*)value); } inline static int32_t get_offset_of_m_verticalSliderThumb_16() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalSliderThumb_16)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalSliderThumb_16() const { return ___m_verticalSliderThumb_16; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalSliderThumb_16() { return &___m_verticalSliderThumb_16; } inline void set_m_verticalSliderThumb_16(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalSliderThumb_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalSliderThumb_16), (void*)value); } inline static int32_t get_offset_of_m_verticalSliderThumbExtent_17() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalSliderThumbExtent_17)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalSliderThumbExtent_17() const { return ___m_verticalSliderThumbExtent_17; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalSliderThumbExtent_17() { return &___m_verticalSliderThumbExtent_17; } inline void set_m_verticalSliderThumbExtent_17(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalSliderThumbExtent_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalSliderThumbExtent_17), (void*)value); } inline static int32_t get_offset_of_m_SliderMixed_18() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_SliderMixed_18)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_SliderMixed_18() const { return ___m_SliderMixed_18; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_SliderMixed_18() { return &___m_SliderMixed_18; } inline void set_m_SliderMixed_18(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_SliderMixed_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SliderMixed_18), (void*)value); } inline static int32_t get_offset_of_m_horizontalScrollbar_19() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalScrollbar_19)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalScrollbar_19() const { return ___m_horizontalScrollbar_19; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalScrollbar_19() { return &___m_horizontalScrollbar_19; } inline void set_m_horizontalScrollbar_19(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalScrollbar_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbar_19), (void*)value); } inline static int32_t get_offset_of_m_horizontalScrollbarThumb_20() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalScrollbarThumb_20)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalScrollbarThumb_20() const { return ___m_horizontalScrollbarThumb_20; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalScrollbarThumb_20() { return &___m_horizontalScrollbarThumb_20; } inline void set_m_horizontalScrollbarThumb_20(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalScrollbarThumb_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbarThumb_20), (void*)value); } inline static int32_t get_offset_of_m_horizontalScrollbarLeftButton_21() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalScrollbarLeftButton_21)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalScrollbarLeftButton_21() const { return ___m_horizontalScrollbarLeftButton_21; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalScrollbarLeftButton_21() { return &___m_horizontalScrollbarLeftButton_21; } inline void set_m_horizontalScrollbarLeftButton_21(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalScrollbarLeftButton_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbarLeftButton_21), (void*)value); } inline static int32_t get_offset_of_m_horizontalScrollbarRightButton_22() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_horizontalScrollbarRightButton_22)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_horizontalScrollbarRightButton_22() const { return ___m_horizontalScrollbarRightButton_22; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_horizontalScrollbarRightButton_22() { return &___m_horizontalScrollbarRightButton_22; } inline void set_m_horizontalScrollbarRightButton_22(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_horizontalScrollbarRightButton_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbarRightButton_22), (void*)value); } inline static int32_t get_offset_of_m_verticalScrollbar_23() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalScrollbar_23)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalScrollbar_23() const { return ___m_verticalScrollbar_23; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalScrollbar_23() { return &___m_verticalScrollbar_23; } inline void set_m_verticalScrollbar_23(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalScrollbar_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbar_23), (void*)value); } inline static int32_t get_offset_of_m_verticalScrollbarThumb_24() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalScrollbarThumb_24)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalScrollbarThumb_24() const { return ___m_verticalScrollbarThumb_24; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalScrollbarThumb_24() { return &___m_verticalScrollbarThumb_24; } inline void set_m_verticalScrollbarThumb_24(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalScrollbarThumb_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbarThumb_24), (void*)value); } inline static int32_t get_offset_of_m_verticalScrollbarUpButton_25() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalScrollbarUpButton_25)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalScrollbarUpButton_25() const { return ___m_verticalScrollbarUpButton_25; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalScrollbarUpButton_25() { return &___m_verticalScrollbarUpButton_25; } inline void set_m_verticalScrollbarUpButton_25(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalScrollbarUpButton_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbarUpButton_25), (void*)value); } inline static int32_t get_offset_of_m_verticalScrollbarDownButton_26() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_verticalScrollbarDownButton_26)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_verticalScrollbarDownButton_26() const { return ___m_verticalScrollbarDownButton_26; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_verticalScrollbarDownButton_26() { return &___m_verticalScrollbarDownButton_26; } inline void set_m_verticalScrollbarDownButton_26(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_verticalScrollbarDownButton_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbarDownButton_26), (void*)value); } inline static int32_t get_offset_of_m_ScrollView_27() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_ScrollView_27)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_m_ScrollView_27() const { return ___m_ScrollView_27; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_m_ScrollView_27() { return &___m_ScrollView_27; } inline void set_m_ScrollView_27(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___m_ScrollView_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ScrollView_27), (void*)value); } inline static int32_t get_offset_of_m_CustomStyles_28() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_CustomStyles_28)); } inline GUIStyleU5BU5D_t99FB75A2EC4777ADECDE02F71A619CFBFC0F4F70* get_m_CustomStyles_28() const { return ___m_CustomStyles_28; } inline GUIStyleU5BU5D_t99FB75A2EC4777ADECDE02F71A619CFBFC0F4F70** get_address_of_m_CustomStyles_28() { return &___m_CustomStyles_28; } inline void set_m_CustomStyles_28(GUIStyleU5BU5D_t99FB75A2EC4777ADECDE02F71A619CFBFC0F4F70* value) { ___m_CustomStyles_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CustomStyles_28), (void*)value); } inline static int32_t get_offset_of_m_Settings_29() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_Settings_29)); } inline GUISettings_tB85473DFD6EF025A06EAD867197A4478A41008D0 * get_m_Settings_29() const { return ___m_Settings_29; } inline GUISettings_tB85473DFD6EF025A06EAD867197A4478A41008D0 ** get_address_of_m_Settings_29() { return &___m_Settings_29; } inline void set_m_Settings_29(GUISettings_tB85473DFD6EF025A06EAD867197A4478A41008D0 * value) { ___m_Settings_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Settings_29), (void*)value); } inline static int32_t get_offset_of_m_Styles_31() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6, ___m_Styles_31)); } inline Dictionary_2_t2CD153A36C5BD27CDDC85F23918ECEF77E892E80 * get_m_Styles_31() const { return ___m_Styles_31; } inline Dictionary_2_t2CD153A36C5BD27CDDC85F23918ECEF77E892E80 ** get_address_of_m_Styles_31() { return &___m_Styles_31; } inline void set_m_Styles_31(Dictionary_2_t2CD153A36C5BD27CDDC85F23918ECEF77E892E80 * value) { ___m_Styles_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Styles_31), (void*)value); } }; struct GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6_StaticFields { public: // UnityEngine.GUIStyle UnityEngine.GUISkin::ms_Error GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___ms_Error_30; // UnityEngine.GUISkin/SkinChangedDelegate UnityEngine.GUISkin::m_SkinChanged SkinChangedDelegate_t8BECC691E2A259B07F4A51D8F1A639B83F055E1E * ___m_SkinChanged_32; // UnityEngine.GUISkin UnityEngine.GUISkin::current GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___current_33; public: inline static int32_t get_offset_of_ms_Error_30() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6_StaticFields, ___ms_Error_30)); } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * get_ms_Error_30() const { return ___ms_Error_30; } inline GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 ** get_address_of_ms_Error_30() { return &___ms_Error_30; } inline void set_ms_Error_30(GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * value) { ___ms_Error_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___ms_Error_30), (void*)value); } inline static int32_t get_offset_of_m_SkinChanged_32() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6_StaticFields, ___m_SkinChanged_32)); } inline SkinChangedDelegate_t8BECC691E2A259B07F4A51D8F1A639B83F055E1E * get_m_SkinChanged_32() const { return ___m_SkinChanged_32; } inline SkinChangedDelegate_t8BECC691E2A259B07F4A51D8F1A639B83F055E1E ** get_address_of_m_SkinChanged_32() { return &___m_SkinChanged_32; } inline void set_m_SkinChanged_32(SkinChangedDelegate_t8BECC691E2A259B07F4A51D8F1A639B83F055E1E * value) { ___m_SkinChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SkinChanged_32), (void*)value); } inline static int32_t get_offset_of_current_33() { return static_cast(offsetof(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6_StaticFields, ___current_33)); } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * get_current_33() const { return ___current_33; } inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 ** get_address_of_current_33() { return &___current_33; } inline void set_current_33(GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * value) { ___current_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_33), (void*)value); } }; // System.IO.IOException struct IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.IO.IOException::_maybeFullPath String_t* ____maybeFullPath_17; public: inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast(offsetof(IOException_t09E5C01DA4748C36D703728C4668C5CDF3882EBA, ____maybeFullPath_17)); } inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; } inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; } inline void set__maybeFullPath_17(String_t* value) { ____maybeFullPath_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value); } }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF : public Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // UnityEngine.Application/LogCallback struct LogCallback_t8C3C9B1E0F185E2A25D09DE10DD8414898698BBD : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // UnityEngine.Collider2D struct Collider2D_tDDBF081328B83D21D0BA3B5036D77B32528BA722 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 : public Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 { public: public: }; struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields { public: // UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t1441259DADA8FE33A95334AC24C017DFA3DEB4CE * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // PersistenHandler struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MenuBackController PersistenHandler::menuBackCtr MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * ___menuBackCtr_4; public: inline static int32_t get_offset_of_menuBackCtr_4() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1, ___menuBackCtr_4)); } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * get_menuBackCtr_4() const { return ___menuBackCtr_4; } inline MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 ** get_address_of_menuBackCtr_4() { return &___menuBackCtr_4; } inline void set_menuBackCtr_4(MenuBackController_t545B27D5E7BCA7C609808B7960239E0FC034ADA4 * value) { ___menuBackCtr_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuBackCtr_4), (void*)value); } }; struct PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields { public: // PersistenHandler PersistenHandler::ins PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * ___ins_5; public: inline static int32_t get_offset_of_ins_5() { return static_cast(offsetof(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1_StaticFields, ___ins_5)); } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * get_ins_5() const { return ___ins_5; } inline PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 ** get_address_of_ins_5() { return &___ins_5; } inline void set_ins_5(PersistenHandler_t0045D44D2514530321E6C396BB8FD5B9222E4CB1 * value) { ___ins_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___ins_5), (void*)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); } }; // 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; } }; // RenderBowCamera struct RenderBowCamera_tF2B76279B24F0F7C1F98D71A113BA564018E70CF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform RenderBowCamera::sphere Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___sphere_4; public: inline static int32_t get_offset_of_sphere_4() { return static_cast(offsetof(RenderBowCamera_tF2B76279B24F0F7C1F98D71A113BA564018E70CF, ___sphere_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_sphere_4() const { return ___sphere_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_sphere_4() { return &___sphere_4; } inline void set_sphere_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___sphere_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphere_4), (void*)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); } }; // ReporterGUI struct ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Reporter ReporterGUI::reporter Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * ___reporter_4; public: inline static int32_t get_offset_of_reporter_4() { return static_cast(offsetof(ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7, ___reporter_4)); } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * get_reporter_4() const { return ___reporter_4; } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF ** get_address_of_reporter_4() { return &___reporter_4; } inline void set_reporter_4(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * value) { ___reporter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reporter_4), (void*)value); } }; // ReporterMessageReceiver struct ReporterMessageReceiver_tDECDF2B799E5DDB8E565C324D80E36EFE7E403E5 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Reporter ReporterMessageReceiver::reporter Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * ___reporter_4; public: inline static int32_t get_offset_of_reporter_4() { return static_cast(offsetof(ReporterMessageReceiver_tDECDF2B799E5DDB8E565C324D80E36EFE7E403E5, ___reporter_4)); } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * get_reporter_4() const { return ___reporter_4; } inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF ** get_address_of_reporter_4() { return &___reporter_4; } inline void set_reporter_4(Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * value) { ___reporter_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reporter_4), (void*)value); } }; // UnityStandardAssets._2D.Restarter struct Restarter_tE2DD30648708466D18C7B3F4A730BD0FBCB95AFB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // 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); } }; // JCUnityLib.SceneResourceManager struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject[] JCUnityLib.SceneResourceManager::prefabs GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___prefabs_4; public: inline static int32_t get_offset_of_prefabs_4() { return static_cast(offsetof(SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF, ___prefabs_4)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_prefabs_4() const { return ___prefabs_4; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_prefabs_4() { return &___prefabs_4; } inline void set_prefabs_4(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___prefabs_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefabs_4), (void*)value); } }; struct SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF_StaticFields { public: // JCUnityLib.SceneResourceManager JCUnityLib.SceneResourceManager::s_Instance SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * ___s_Instance_5; public: inline static int32_t get_offset_of_s_Instance_5() { return static_cast(offsetof(SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF_StaticFields, ___s_Instance_5)); } inline SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * get_s_Instance_5() const { return ___s_Instance_5; } inline SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF ** get_address_of_s_Instance_5() { return &___s_Instance_5; } inline void set_s_Instance_5(SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * value) { ___s_Instance_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_5), (void*)value); } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // JCUnityLib.UI.ValidateJigsawView struct ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // JCUnityLib.UI.ValidateJigsaw JCUnityLib.UI.ValidateJigsawView::_validateJigsaw ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 * ____validateJigsaw_4; // JCUnityLib.UI.ValidateJigsawDragBar JCUnityLib.UI.ValidateJigsawView::_validateJigsawDragBar ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D * ____validateJigsawDragBar_5; // UnityEngine.Events.UnityAction JCUnityLib.UI.ValidateJigsawView::onQuit UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onQuit_6; // UnityEngine.Events.UnityAction JCUnityLib.UI.ValidateJigsawView::onComplete UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___onComplete_7; public: inline static int32_t get_offset_of__validateJigsaw_4() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ____validateJigsaw_4)); } inline ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 * get__validateJigsaw_4() const { return ____validateJigsaw_4; } inline ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 ** get_address_of__validateJigsaw_4() { return &____validateJigsaw_4; } inline void set__validateJigsaw_4(ValidateJigsaw_t51475923A326E7888B6767A656253C33E1CF7065 * value) { ____validateJigsaw_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____validateJigsaw_4), (void*)value); } inline static int32_t get_offset_of__validateJigsawDragBar_5() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ____validateJigsawDragBar_5)); } inline ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D * get__validateJigsawDragBar_5() const { return ____validateJigsawDragBar_5; } inline ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D ** get_address_of__validateJigsawDragBar_5() { return &____validateJigsawDragBar_5; } inline void set__validateJigsawDragBar_5(ValidateJigsawDragBar_tE90B69E007C058B4504E1C928708E0B11AC83C8D * value) { ____validateJigsawDragBar_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____validateJigsawDragBar_5), (void*)value); } inline static int32_t get_offset_of_onQuit_6() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ___onQuit_6)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onQuit_6() const { return ___onQuit_6; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onQuit_6() { return &___onQuit_6; } inline void set_onQuit_6(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onQuit_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onQuit_6), (void*)value); } inline static int32_t get_offset_of_onComplete_7() { return static_cast(offsetof(ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C, ___onComplete_7)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_onComplete_7() const { return ___onComplete_7; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_onComplete_7() { return &___onComplete_7; } inline void set_onComplete_7(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___onComplete_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onComplete_7), (void*)value); } }; // 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); } }; // UnityEngine.UI.Selectable struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // System.Boolean UnityEngine.UI.Selectable::m_EnableCalled bool ___m_EnableCalled_6; // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A ___m_Navigation_7; // UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_8; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 ___m_Colors_9; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E ___m_SpriteState_10; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * ___m_AnimationTriggers_11; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_12; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * ___m_TargetGraphic_13; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_14; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_17; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_18; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * ___m_CanvasGroupCache_19; public: inline static int32_t get_offset_of_m_EnableCalled_6() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_EnableCalled_6)); } inline bool get_m_EnableCalled_6() const { return ___m_EnableCalled_6; } inline bool* get_address_of_m_EnableCalled_6() { return &___m_EnableCalled_6; } inline void set_m_EnableCalled_6(bool value) { ___m_EnableCalled_6 = value; } inline static int32_t get_offset_of_m_Navigation_7() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Navigation_7)); } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A get_m_Navigation_7() const { return ___m_Navigation_7; } inline Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A * get_address_of_m_Navigation_7() { return &___m_Navigation_7; } inline void set_m_Navigation_7(Navigation_t1CF0FFB22C0357CD64714FB7A40A275F899D363A value) { ___m_Navigation_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnUp_2), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnDown_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnLeft_4), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_7))->___m_SelectOnRight_5), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_8() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Transition_8)); } inline int32_t get_m_Transition_8() const { return ___m_Transition_8; } inline int32_t* get_address_of_m_Transition_8() { return &___m_Transition_8; } inline void set_m_Transition_8(int32_t value) { ___m_Transition_8 = value; } inline static int32_t get_offset_of_m_Colors_9() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Colors_9)); } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 get_m_Colors_9() const { return ___m_Colors_9; } inline ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 * get_address_of_m_Colors_9() { return &___m_Colors_9; } inline void set_m_Colors_9(ColorBlock_t04DFBB97B4772D2E00FD17ED2E3E6590E6916955 value) { ___m_Colors_9 = value; } inline static int32_t get_offset_of_m_SpriteState_10() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_SpriteState_10)); } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E get_m_SpriteState_10() const { return ___m_SpriteState_10; } inline SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E * get_address_of_m_SpriteState_10() { return &___m_SpriteState_10; } inline void set_m_SpriteState_10(SpriteState_t9024961148433175CE2F3D9E8E9239A8B1CAB15E value) { ___m_SpriteState_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_10))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_11() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_AnimationTriggers_11)); } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * get_m_AnimationTriggers_11() const { return ___m_AnimationTriggers_11; } inline AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 ** get_address_of_m_AnimationTriggers_11() { return &___m_AnimationTriggers_11; } inline void set_m_AnimationTriggers_11(AnimationTriggers_tF38CA7FA631709E096B57D732668D86081F44C11 * value) { ___m_AnimationTriggers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_11), (void*)value); } inline static int32_t get_offset_of_m_Interactable_12() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_Interactable_12)); } inline bool get_m_Interactable_12() const { return ___m_Interactable_12; } inline bool* get_address_of_m_Interactable_12() { return &___m_Interactable_12; } inline void set_m_Interactable_12(bool value) { ___m_Interactable_12 = value; } inline static int32_t get_offset_of_m_TargetGraphic_13() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_TargetGraphic_13)); } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * get_m_TargetGraphic_13() const { return ___m_TargetGraphic_13; } inline Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 ** get_address_of_m_TargetGraphic_13() { return &___m_TargetGraphic_13; } inline void set_m_TargetGraphic_13(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 * value) { ___m_TargetGraphic_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_13), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_14() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_GroupsAllowInteraction_14)); } inline bool get_m_GroupsAllowInteraction_14() const { return ___m_GroupsAllowInteraction_14; } inline bool* get_address_of_m_GroupsAllowInteraction_14() { return &___m_GroupsAllowInteraction_14; } inline void set_m_GroupsAllowInteraction_14(bool value) { ___m_GroupsAllowInteraction_14 = value; } inline static int32_t get_offset_of_m_CurrentIndex_15() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CurrentIndex_15)); } inline int32_t get_m_CurrentIndex_15() const { return ___m_CurrentIndex_15; } inline int32_t* get_address_of_m_CurrentIndex_15() { return &___m_CurrentIndex_15; } inline void set_m_CurrentIndex_15(int32_t value) { ___m_CurrentIndex_15 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerInsideU3Ek__BackingField_16)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_16() const { return ___U3CisPointerInsideU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_16() { return &___U3CisPointerInsideU3Ek__BackingField_16; } inline void set_U3CisPointerInsideU3Ek__BackingField_16(bool value) { ___U3CisPointerInsideU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3CisPointerDownU3Ek__BackingField_17)); } inline bool get_U3CisPointerDownU3Ek__BackingField_17() const { return ___U3CisPointerDownU3Ek__BackingField_17; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_17() { return &___U3CisPointerDownU3Ek__BackingField_17; } inline void set_U3CisPointerDownU3Ek__BackingField_17(bool value) { ___U3CisPointerDownU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_18() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___U3ChasSelectionU3Ek__BackingField_18)); } inline bool get_U3ChasSelectionU3Ek__BackingField_18() const { return ___U3ChasSelectionU3Ek__BackingField_18; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_18() { return &___U3ChasSelectionU3Ek__BackingField_18; } inline void set_U3ChasSelectionU3Ek__BackingField_18(bool value) { ___U3ChasSelectionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_19() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD, ___m_CanvasGroupCache_19)); } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * get_m_CanvasGroupCache_19() const { return ___m_CanvasGroupCache_19; } inline List_1_t34AA4AF4E7352129CA58045901530E41445AC16D ** get_address_of_m_CanvasGroupCache_19() { return &___m_CanvasGroupCache_19; } inline void set_m_CanvasGroupCache_19(List_1_t34AA4AF4E7352129CA58045901530E41445AC16D * value) { ___m_CanvasGroupCache_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_19), (void*)value); } }; struct Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* ___s_Selectables_4; // System.Int32 UnityEngine.UI.Selectable::s_SelectableCount int32_t ___s_SelectableCount_5; public: inline static int32_t get_offset_of_s_Selectables_4() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_tECF9F5BDBF0652A937D18F10C883EFDAE2E62535* value) { ___s_Selectables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value); } inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast(offsetof(Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD_StaticFields, ___s_SelectableCount_5)); } inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; } inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; } inline void set_s_SelectableCount_5(int32_t value) { ___s_SelectableCount_5 = value; } }; // UnityEngine.UI.Button struct Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D : public Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD { public: // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * ___m_OnClick_20; public: inline static int32_t get_offset_of_m_OnClick_20() { return static_cast(offsetof(Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D, ___m_OnClick_20)); } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * get_m_OnClick_20() const { return ___m_OnClick_20; } inline ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F ** get_address_of_m_OnClick_20() { return &___m_OnClick_20; } inline void set_m_OnClick_20(ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * value) { ___m_OnClick_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_20), (void*)value); } }; // UnityEngine.UI.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.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.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); } }; // UnityEngine.GUILayoutOption[] struct GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B : public RuntimeArray { public: ALIGN_FIELD (8) GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * m_Items[1]; public: inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Touch[] struct TouchU5BU5D_t07E3B79F1FB6673E4450CCF9D09FA79DD96692E2 : public RuntimeArray { public: ALIGN_FIELD (8) Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C m_Items[1]; public: inline Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C * 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, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[] struct Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE : public RuntimeArray { public: ALIGN_FIELD (8) Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * m_Items[1]; public: inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp[] struct SingleRespU5BU5D_t52DA831D17C80C4EF8F71F9950F461B0D4236519 : public RuntimeArray { public: ALIGN_FIELD (8) SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * m_Items[1]; public: inline SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF ** 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, SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.UI.InputField[] struct InputFieldU5BU5D_t329B52B08D4F2FC8E6C00DF473B309F0AE53D5A0 : public RuntimeArray { public: ALIGN_FIELD (8) InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * m_Items[1]; public: inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** 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, InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA : public RuntimeArray { public: ALIGN_FIELD (8) Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 m_Items[1]; public: inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * 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, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { m_Items[index] = value; } }; // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, 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); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared (Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::Invoke(!0,!1,!2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3_Invoke_m4FF54BEFFF4E577F8FCE78CD1EBD794BE86184C8_gshared (UnityAction_3_t4387B319BE948605FD572149CCD6F36C56BE3239 * __this, RuntimeObject * ___arg00, int64_t ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m50E7B823E46CB327D49A2D55A761F57472037634_gshared (UnityAction_2_t808E43EBC9AA89CEA5830BD187EC213182A02B50 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_mD3FF9D1890AD7EA2EA64E96EEFDF3035710B21AC_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2 MultiKeyDictionary`3::get_Item(T1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * MultiKeyDictionary_3_get_Item_m629DF0754E3C955FAAB9006DB452DC0180238D61_gshared (MultiKeyDictionary_3_tD5C05922802C4C0672220E9510A12C7B781E0356 * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !!0[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::ForEach(System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_ForEach_mB3C1081F188D64916E88ACCECDEA626732182289_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ___action0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m17AB4CF64254D2A036FA95D9ECC208B39A4A6E50_gshared (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD6469330B5381EC92DDF375773100F6372E6114C_gshared_inline (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 List_1_get_Item_mFCCD4D7B3DD415D7135A28EC343DDB5C41F541C0_gshared_inline (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m812D073096B787A464235E3D337FDC66DAD10249_gshared (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___item0, 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.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean MultiKeyDictionary`3::ContainsKey(T1,T2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MultiKeyDictionary_3_ContainsKey_m07DF187ABB9F6121A7FA23B0662C9A5F282636C4_gshared (MultiKeyDictionary_3_tD5C05922802C4C0672220E9510A12C7B781E0356 * __this, RuntimeObject * ___key10, RuntimeObject * ___key21, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // 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); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void MultiKeyDictionary`3::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MultiKeyDictionary_3__ctor_mE02FD38F04D2AB8FD1240722310F92A6BFCDF982_gshared (MultiKeyDictionary_3_tD5C05922802C4C0672220E9510A12C7B781E0356 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0ED1CF21DC6B8863BF9FB9E9CE08331E11258F53_gshared (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3__ctor_m6F571E94FB3E5F96CB7BD270FAC2705B9633916C_gshared (UnityAction_3_t4387B319BE948605FD572149CCD6F36C56BE3239 * __this, RuntimeObject * ___object0, intptr_t ___method1, 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); // !!0 UnityEngine.GameObject::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mDACAB67F7E76FF788C30CA0E51BF3274666F951E_gshared (UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mCB985906426A738046B3F5E3F98FF4049E9DE117_gshared (UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F * __this, UnityAction_1_t00EE92422CBB066CEAB95CDDBF901E2967EC7B1A * ___call0, 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); // !!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 Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_mDC2250CC3F24F6FE45660AF6153056ABDA5ED60F_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m712CD9B14BF2DA1F178A167DD88FA0DB2432829A (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_tE6D6D94ED8100451CF00D2BED1FB2253F37BB14F * Button_get_onClick_m28BD8C670676D4E2B292B5A7F59387D4BF61F8F4_inline (Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * __this, 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.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.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mC12B2C13444571B235E76CDC562026433C464B1D (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F * __this, RuntimeObject* ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t857A27AA47EED217A2CFE04C0C9B7FCDDE0C284F *, RuntimeObject*, const RuntimeMethod*))List_1_Remove_mC8FCB6A53C017A6C13FC891B6BB1D78F9A77D5E3_gshared)(__this, ___item0, method); } // System.Void RelateValidateView::CloseView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_CloseView_mAD198EEB2778D9FC93E7E636C3AB01DE0FD9E28B (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m3EEDB6ECD49A541EC826EA8E1C8B599F7AF67D30 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void UnityEngine.UI.Selectable::set_interactable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_interactable_mE6F57D33A9E0484377174D0F490C4372BF7F0D40 (Selectable_t34088A3677CC9D344F81B0D91999D8C5963D7DBD * __this, bool ___value0, const RuntimeMethod* method); // System.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.Boolean ValidateHelper::IsEmail(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidateHelper_IsEmail_mD64960E57C7D8D7C6DD2526451F1F53AAF81D17E (String_t* ___email0, 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::GetTextByKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextAutoLanguage2_GetTextByKey_m20ADD7FAA78166ED8C8C209077DAC7EF5C8FF4D2 (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.Boolean ValidateHelper::IsMobilePhone(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidateHelper_IsMobilePhone_m4E6FEFC73AA9524361B9EB09693AC29F98FD7D81 (String_t* ___phone0, const RuntimeMethod* method); // System.Int64 JCUnityLib.TimeUtils::GetTimestamp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TimeUtils_GetTimestamp_m4AE5DDA15BA52BE1D7C9CFB07491E0281142ACDC (const RuntimeMethod* method); // System.Int64 RelateValidateView::get__throttlerBtnSend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t RelateValidateView_get__throttlerBtnSend_mAA54A82BC27930501134773C881C4DD0552E1D47 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, 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); // !!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.Void JCUnityLib.CanvasUtils::PlusSortOrder(UnityEngine.GameObject,UnityEngine.GameObject,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUtils_PlusSortOrder_m77200A5B48407463FAD393892692EEAEC362C11E (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___src0, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___des1, int32_t ___plusValue2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * GameObject_GetComponent_TisValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C_m36BD2F2561A17E4A481288C43AF5EFF0012931C2 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void JCUnityLib.UI.ValidateJigsawView::SetTextLabel(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateJigsawView_SetTextLabel_m41318E74C20CD211768D6A9220486AD051E0361A (ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void JCUnityLib.UI.ValidateJigsawView::SetTextTip(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateJigsawView_SetTextTip_mDFEEC4510194BD5DF1560CB287653C57DD9292E2 (ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void JCUnityLib.UI.ValidateJigsawView::SetTextOK(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateJigsawView_SetTextOK_m16728BFA651A6C7845ABC1DB6F394B03D4F3EF7D (ValidateJigsawView_tCBE55631E05F313C5EC9A212DEFA8D2D24ACEF2C * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void RelateValidateView::set__throttlerBtnSend(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_set__throttlerBtnSend_m2507D94ED2BF6FEF3CABD3A28F539A3B99522536 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, int64_t ___value0, const RuntimeMethod* method); // !0 JCUnityLib.Singleton`1::get_Instance() inline EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * Singleton_1_get_Instance_m33081AD93B598EF83B14E288FFA948058C84D493 (const RuntimeMethod* method) { return (( EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * (*) (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 EmailValidateController::SendEmailValidateCode(System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmailValidateController_SendEmailValidateCode_mDD89AAC4CC78A209186DD0FE4FB4E01C084DE733 (EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * __this, String_t* ___email0, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback1, 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); // !0 JCUnityLib.Singleton`1::get_Instance() inline PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * Singleton_1_get_Instance_m17347E62AAF4C58F1FC0DBD48384A11F1E0DBAD6 (const RuntimeMethod* method) { return (( PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * (*) (const RuntimeMethod*))Singleton_1_get_Instance_mD7F54CFD6D60327428D8C7A97E68BE95288A9A52_gshared)(method); } // System.Collections.IEnumerator PhoneValidateController::SendPhoneValidateCode(System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PhoneValidateController_SendPhoneValidateCode_m844018D95AD25D5FABFE54FE62FCE885B7D5C0F9 (PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * __this, String_t* ___phone0, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback1, 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.Boolean JCUnityLib.Throttler::CanPass() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Throttler_CanPass_m080D5F98049F0E4E2E401080CAB6AD14C50DF76C (Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * __this, 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 RelateValidateView::RequestSubmit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_RequestSubmit_m72A6E3C5A60A3894BB31D0D99FEFB4629F7C0DBF (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator EmailValidateController::ValidateEmail(System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmailValidateController_ValidateEmail_mB98ED32739A38BB96B2E4F0C7DF213FA023F9406 (EmailValidateController_t6A2A969EEE8920BAF68443955A8F42511E74253C * __this, String_t* ___email0, String_t* ___code1, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback2, const RuntimeMethod* method); // System.Collections.IEnumerator PhoneValidateController::ValidatePhone(System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PhoneValidateController_ValidatePhone_m7722C9B5605AA9887AD6BFB468157FF6976B0297 (PhoneValidateController_tA68BAFB6E7CD7EFAC5B1A61B170F077143050F23 * __this, String_t* ___phone0, String_t* ___code1, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback2, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::set_contentType(UnityEngine.UI.InputField/ContentType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_contentType_mEB66E08EF42632A15C4A5A30BD0A19E20560C7B1 (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.UI.InputField::set_characterLimit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_characterLimit_m3CCF4D3F14B341DB38E5CDDB2BDF9F550A559613 (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, int32_t ___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); } // System.Void RelateValidateView/TextKeys::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextKeys__ctor_mB27CE238B4202B84D65F37E7B7502E4589D9C50F (TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479 * __this, const RuntimeMethod* method); // System.Void RelateValidateView::SetTextKeys(RelateValidateView/TextKeys) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_SetTextKeys_mA613ACCC26644B9304E187F94ECD979EB7BAFDA3 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, TextKeys_t499F8EA2E1FBFBEAF19C90650FCAAD0562DAF479 * ___textKeys0, const RuntimeMethod* method); // System.Void RelateValidateView::SetValidateType(RelateValidateView/ValidateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_SetValidateType_m2FD7FA0C445933550D9D6F435B1721B5CE2744A4 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, int32_t ___validateType0, const RuntimeMethod* method); // System.Void JCUnityLib.Throttler::.ctor(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Throttler__ctor_mB35126909D5163CA812E372D3078896EE45410F8 (Throttler_t24208F2310962DD9B2C5169CB881DBF9E6A44246 * __this, int64_t ___limitTimeMillis0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m039737CCD992C5BFC8D16DFD681F5E8786E87FA6 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mC26E5AD0D8D156C7FFD173AA15827F69225E9DB8 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::Invoke(!0,!1,!2) inline void UnityAction_3_Invoke_m158F845C7628A856D2C66A6EA3051F83548D522D (UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * __this, String_t* ___arg00, int64_t ___arg11, String_t* ___arg22, const RuntimeMethod* method) { (( void (*) (UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 *, String_t*, int64_t, String_t*, const RuntimeMethod*))UnityAction_3_Invoke_m4FF54BEFFF4E577F8FCE78CD1EBD794BE86184C8_gshared)(__this, ___arg00, ___arg11, ___arg22, method); } // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_m38AECA68388D446CFADDD022B0B867293044EA50 (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.Transform::Rotate(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m2AA745C4A796363462642A13251E8971D5C7F4DC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis0, float ___angle1, const RuntimeMethod* method); // System.Void Reporter::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_Initialize_m4E1F8BE7BF77E47634224D1550980FED99C92046 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`2::.ctor(System.Object,System.IntPtr) inline void UnityAction_2__ctor_mE0417B33CF845A6B9324E67D296ADEA562B91DE0 (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_m50E7B823E46CB327D49A2D55A761F57472037634_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.SceneManagement.SceneManager::add_sceneLoaded(UnityEngine.Events.UnityAction`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_add_sceneLoaded_m54990A485E2E66739E31090BDC3A4C01EF7729BA (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::remove_sceneLoaded(UnityEngine.Events.UnityAction`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_remove_sceneLoaded_m69725C1E9ADF1E5FE760656AAC95054AC00AF97D (UnityAction_2_tDEF0DD47461C853F98CD2FF3CEC4F5EE13A19906 * ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mA5A185CCE816CEF056DA641F020F61ED06E53A0B_inline (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void Reporter::clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_clear_mDB88F6175A6FE89797697F75F3AC167FB6CA7B51 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter/Sample::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sample__ctor_m02F7676D47E82DAEE97735C65576B49B506D2453 (Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * __this, 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.Int32 UnityEngine.SceneManagement.Scene::get_buildIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Scene_get_buildIndex_mE32CE766EA0790E4636A351BA353A7FD71A11DA4 (Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m5228CC1C1E57213D4148E965499072EA70D8C02B (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m66C3EBBB77031498ABC32C016DB1F55DF7F1716D (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * __this, Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D *, Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m7E0C677360183D256382D669867A7ED5D0AFA77C_inline (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Single Reporter/Sample::MemSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Sample_MemSize_m4D369E2F8B0B0132737E082D352A4C7638E6D4A2 (const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SendMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_m592E9A21D51BE9E1D9E23A85750548E8CC8DB00D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___methodName0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m1BE957624F4DD291B1B4265D4A55A34EFAA8D7BA (Exception_t * ___exception0, const RuntimeMethod* method); // System.Int32 UnityEngine.SceneManagement.SceneManager::get_sceneCountInBuildSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SceneManager_get_sceneCountInBuildSettings_m4C1935F106D645DF6098310323D0F5EED8B0A564 (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.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m03007A68ABBA4CCD8C27B944964983395E7640F9 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___target0, const RuntimeMethod* method); // System.Void UnityEngine.Application/LogCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback__ctor_mB5F165ECC180A20258EF4EFF589D88FB9F9E9C57 (LogCallback_t8C3C9B1E0F185E2A25D09DE10DD8414898698BBD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Application::add_logMessageReceivedThreaded(UnityEngine.Application/LogCallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceivedThreaded_m194F07FE09AAB0235637EB9CDB60EBB7A860B02C (LogCallback_t8C3C9B1E0F185E2A25D09DE10DD8414898698BBD * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogWarning(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m24085D883C9E74D7AB423F0625E13259923960E7 (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_m69AA5B06236FACFF316DDFAD131B2622B397AC49 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, bool ___allowDestroyingAssets1, const RuntimeMethod* method); // System.Void UnityEngine.GUIContent::.ctor(System.String,UnityEngine.Texture,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m0C79169A2B4D160D3EB31D70F813ED6D2703BBB9 (GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * __this, String_t* ___text0, Texture_t9FE0218A1EEDF266E8C85879FE123265CACC95AE * ___image1, String_t* ___tooltip2, const RuntimeMethod* method); // System.Int32 UnityEngine.PlayerPrefs::GetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_mDA4476C10FCFF55FC65816E5E519B0EAFCB2AC14 (String_t* ___key0, int32_t ___defaultValue1, const RuntimeMethod* method); // System.Int32 UnityEngine.PlayerPrefs::GetInt(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PlayerPrefs_GetInt_m6BCF9F844298D1810A68BAF23ECBA68C6960A986 (String_t* ___key0, const RuntimeMethod* method); // System.String UnityEngine.PlayerPrefs::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayerPrefs_GetString_mE7654C1031622A56CD8F248F53714B105A35A159 (String_t* ___key0, const RuntimeMethod* method); // System.Single UnityEngine.PlayerPrefs::GetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PlayerPrefs_GetFloat_mCF1F69BE283197090AB08158CD05995136A1EBCF (String_t* ___key0, float ___defaultValue1, const RuntimeMethod* method); // System.Void Reporter::initializeStyle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_initializeStyle_mC794732561B7004D88F0B48786322E94A6F72283 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter::doShow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_doShow_m08A729528D3F2E6A67CB2259A59669241533A295 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_deviceModel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceModel_m99131C20271BDA64F3A537AA009B252DCEDC5977 (const RuntimeMethod* method); // UnityEngine.DeviceType UnityEngine.SystemInfo::get_deviceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_deviceType_mC7A6628167ECFF848FE509510A6E3E2FA0820100 (const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_deviceName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_deviceName_m6F221639891D4A635206A39DB2D65584BB708425 (const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_graphicsMemorySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsMemorySize_m774717D305DC07B669D39485DEB4895500714E40 (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.Int32 UnityEngine.SystemInfo::get_maxTextureSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_maxTextureSize_m92A710AC08A38C8BAF96D95D796C073B1C900D40 (const RuntimeMethod* method); // System.Int32 UnityEngine.SystemInfo::get_systemMemorySize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_systemMemorySize_m40E0CFB6034F14C4FF249C0940CBEC3E7F167EF0 (const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle__ctor_mDA0E00D0017FC0B2FC333C5DD6E1EDBAE3BCB8E3 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_clipping(UnityEngine.TextClipping) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_clipping_m5CA669C810C52DB5465B702C64505DE5947B2180 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.RectOffset::.ctor(System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectOffset__ctor_m428BA3F4AE287FA7D5F4CED6394225951E5E507B (RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * __this, int32_t ___left0, int32_t ___right1, int32_t ___top2, int32_t ___bottom3, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_border(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_border_mD612AC98C0EE81AE85ECDF65AC1FDACBD7B8093E (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___value0, const RuntimeMethod* method); // UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * GUIStyle_get_normal_mAD82F2E3C188C5B112B82807398D61B9998E9CDE (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyleState::set_background(UnityEngine.Texture2D) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_background_mA80B6ED2555C6551933E2D0ECA5081FC254B6A21 (GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * __this, Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fontSize(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_fontSize_mFA02B9950E09F880976FD2FF646FB8AAEED1C5C6 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_alignment(UnityEngine.TextAnchor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_alignment_mCF8FDA9DA149F528DCDC19680AEED46F25161D89 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fontStyle(UnityEngine.FontStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_fontStyle_mE158697020EE5D1044460A605FC8243AA8640F39 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_active() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * GUIStyle_get_active_m2398E8F2A62E3A23519D8362D9BA0EC1FB6710F4 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_margin(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_margin_mDD7162FFE655D812CCB6055E58445D5C634119D2 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fixedHeight(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_fixedHeight_mE77FA3DD0DBBD2FDE24484A9E240D55708938B6B (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_imagePosition(UnityEngine.ImagePosition) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_imagePosition_mE650EF31D86572D41CAED2F20B098AE471AD04F4 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_padding(UnityEngine.RectOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_padding_mD697AB7636560BDEE22A3DBB513F37236DFE9A00 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, RectOffset_tE3A58467CD0749AD9D3E1271F9E315B38F39AE70 * ___value0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::get_white() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_get_white_mB21E47D20959C3AEC41AF8BA04F63AC89FAF319E (const RuntimeMethod* method); // System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_mB4B61B9CAC1D6B4694471A2BB1191B5F0D5D764A (GUIStyleState_tC89202668617B1D7884980314F293AD382B9AAD9 * __this, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_wordWrap(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_wordWrap_mB6D788509ADD7BBDEFFB4409E5719FF14DC9A684 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUIStyle::set_fixedWidth(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_fixedWidth_m271DC87802016D1AFF034CA7F74A28B9AC7BACDA (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, float ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * Object_Instantiate_TisGUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6_m15BF23405A23B0BDCE8FFDB2691A363AFAE485B4 (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___original0, const RuntimeMethod* method) { return (( GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * (*) (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m5E241FA6C20E2C54A2317FEE950354EB3BCE4454_gshared)(___original0, method); } // UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalScrollbar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * GUISkin_get_verticalScrollbar_m790AE20B23ACC9D3EF957C4799CD9DBD7FCA461C (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * __this, const RuntimeMethod* method); // UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalScrollbar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * GUISkin_get_horizontalScrollbar_mDA59FF09C65D1D578ADC21CD65A1FF283BAF066F (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * __this, const RuntimeMethod* method); // UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalScrollbarThumb() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * GUISkin_get_verticalScrollbarThumb_m3846AB0AD7791ED6C1FAA04B557B2EBB8116E57E (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * __this, const RuntimeMethod* method); // UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalScrollbarThumb() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * GUISkin_get_horizontalScrollbarThumb_mB6482F28F8DA0D4D42F33FF8B17428E2E8E24753 (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * __this, const RuntimeMethod* method); // System.DateTime System.DateTime::get_Now() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_get_Now_mCAC695993D6E2C57B900C83BEF3F8B18BC4EBC2C (const RuntimeMethod* method); // System.String System.DateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m242888E500DFD8CD675BDC455BC696AF47813954 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m338FBDDDEBF67D9FC1F9E5CDEE50E66726454E2E (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, String_t* ___methodName0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m58885E5F58F090FA79FCC7A3F41DA476F1498F96 (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2>::Clear() inline void Dictionary_2_Clear_m45923D7593F5EEB8145ED773F0D9151036C222F6 (Dictionary_2_t7EC065241A5EE2842A6493142F99F04557B3F779 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t7EC065241A5EE2842A6493142F99F04557B3F779 *, const RuntimeMethod*))Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m838BFE871A9162002788E1CD1B21CD50F9EC5E0A (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * __this, const RuntimeMethod* method) { (( void (*) (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.GC::Collect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_Collect_m7123B87A55AA963ED9BD834B0C6933E927B791A9 (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::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * List_1_get_Item_mD756D3BC3633856627999957181656A7E7391717_inline (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mBD7EF61E29FFC2E446B7F305E22249D819A187E5 (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 *, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // System.Int32 System.Collections.Generic.List`1::IndexOf(!0) inline int32_t List_1_IndexOf_mBB9735814FC4E8CD33ADC6B6562A2B7EBD440AA3 (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * ___item0, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 *, const RuntimeMethod*))List_1_IndexOf_mD3FF9D1890AD7EA2EA64E96EEFDF3035710B21AC_gshared)(__this, ___item0, method); } // System.Collections.Generic.Dictionary`2 MultiKeyDictionary`3::get_Item(T1) inline Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F * MultiKeyDictionary_3_get_Item_m0633D12D81C87EB56E39869B6C60BCF09A4E4746 (MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F * (*) (MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 *, String_t*, const RuntimeMethod*))MultiKeyDictionary_3_get_Item_m629DF0754E3C955FAAB9006DB452DC0180238D61_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * Dictionary_2_get_Item_m06704B723188B4D161B83FC12C13221DF45DC1DF (Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F * __this, String_t* ___key0, const RuntimeMethod* method) { return (( Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * (*) (Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.Void UnityEngine.GUILayout::BeginArea(UnityEngine.Rect,UnityEngine.GUIStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginArea_mE92EBECB10C334CADE6D63FABBF2A79C873590D6 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___screenRect0, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style1, const RuntimeMethod* method); // UnityEngine.Vector2 Reporter::getDrag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Reporter_getDrag_m42B62313D8BE37D00FB209823BF771D4587BE5A7 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __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); // System.Boolean UnityEngine.Vector2::op_Inequality(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_op_Inequality_mA9E4245E487F3051F0EBF086646A1C341213D24E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method); // System.Void UnityEngine.GUI::set_skin(UnityEngine.GUISkin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_skin_mFCD039C47B3C327D9E0D867092DB353F2CEA796E (GUISkin_tE353D65D4618423B574BAD31F5C5AC1B967E32C6 * ___value0, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* Array_Empty_TisGUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB_mA07E9D2B1A778365E5A956C5674C590821EEC9B4_inline (const RuntimeMethod* method) { return (( GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // UnityEngine.Vector2 UnityEngine.GUILayout::BeginScrollView(UnityEngine.Vector2,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUILayout_BeginScrollView_m6C15A5A84E90A20AF0BE9433B8BFF573619C925A (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___scrollPosition0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Space(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Space_m86E4A2CC27661A11F7D50132217B74E9D76CB9DD (float ___pixels0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginHorizontal(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginHorizontal_m217AAF9BF30836EA73B22FF47B817F6F430E3661 (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::Width(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_Width_m2529B16156A3E8109EA75B8D67C723B1B8E24C53 (float ___width0, const RuntimeMethod* method); // UnityEngine.GUILayoutOption UnityEngine.GUILayout::Height(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t2D992ABCB62BEB24A6F4A826A5CBE7AE236071AB * GUILayout_Height_m6705C2917595CCEA6D934DBB5DD8399DF6F5E464 (float ___height0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Box(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Box_m2E351AB8076E9108A57515435872FC0889AFD106 (GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___content0, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style1, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options2, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Label_m93AF505DE8D8EC39C3D62E64F486AB7B07D09BDF (String_t* ___text0, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style1, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options2, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::FlexibleSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_FlexibleSpace_m357E849C21221E7C1F3F6D4D873AE5E9C4311000 (const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndHorizontal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndHorizontal_mFB38A81D7D34D7928ECECF82B9C2C993BE5A0946 (const RuntimeMethod* method); // System.String UnityEngine.SystemInfo::get_graphicsDeviceName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceName_m25563DB9012D2DB5EC4CB7A29BA4236926F93F33 (const RuntimeMethod* method); // System.Int32 UnityEngine.Screen::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m52188F76E8AAF57BE373018CB14083BB74C43C1C (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.Int32 UnityEngine.Screen::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m110C90A573EE67895DC4F59E9165235EA22039EE (const RuntimeMethod* method); // System.String System.Single::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m15F10F2AFF80750906CEFCFB456EBA84F9D2E8D7 (float* __this, String_t* ___format0, 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.String UnityEngine.SystemInfo::get_operatingSystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_operatingSystem_mF4A5701333A7EB228DDBEF6548200F204B58BEAF (const RuntimeMethod* method); // System.String UnityEngine.Application::get_unityVersion() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_unityVersion_m96DFC04C06A62DDF3EDC830C1F103D848AC0FDF1 (const RuntimeMethod* method); // System.Void Reporter::drawInfo_enableDisableToolBarButtons() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_drawInfo_enableDisableToolBarButtons_m0DDB7E27F9A60F519DAD7D1F170D6093B5280A17 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Single UnityEngine.GUILayout::HorizontalSlider(System.Single,System.Single,System.Single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUILayout_HorizontalSlider_mA4ADF5D5CCFB758121BA049C3FA914BAC17D10D3 (float ___value0, float ___leftValue1, float ___rightValue2, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___slider3, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___thumb4, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options5, const RuntimeMethod* method); // System.Boolean UnityEngine.GUILayout::Button(UnityEngine.GUIContent,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUILayout_Button_m2C7886F986A70718BE009FC06E7B2CD7AFF6B0FC (GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___content0, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style1, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options2, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndScrollView() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndScrollView_m7A2EFB6B6DFC43302979FD6E2AF032C0D21BA163 (const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndArea() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndArea_mFC73B49A3F2C5319D280E2C1B09E78CA23D0B151 (const RuntimeMethod* method); // UnityEngine.Rect UnityEngine.GUILayoutUtility::GetLastRect() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 GUILayoutUtility_GetLastRect_m008A74AF10E8DA5DB4680782C088884E4CB56BB8 (const RuntimeMethod* method); // System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String,UnityEngine.GUIStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mE97FBC73519323E93EFF86E1F1C96E7F4B612850 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style2, const RuntimeMethod* method); // System.String UnityEngine.GUI::TextField(UnityEngine.Rect,System.String,UnityEngine.GUIStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUI_TextField_m339B7551D573A7240CAD021091027E4AAF8B9AC3 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, String_t* ___text1, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style2, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_x(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_m1147A05B5046E1D4427E8EC99B9DFA4A32EEDEE6 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_y(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_m015507262F8AC5AFF1B4E986B66307F31FB3A10E (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_width(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_m07D84AD7C7093EDCCD94A7B93A9447CA9917DD9D (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rect::set_height(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_m4A00B16C122F44FEF4BA074386F3DC11FF4B4D23 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginVertical(UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginVertical_mE0941591491BBDAA25FF7CD48415750FD08D10ED (GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::EndVertical() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_EndVertical_mBCF5058C9591A4064722C2B763EF98D066BFDCAD (const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginArea(UnityEngine.Rect) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginArea_m95BE97450201032DF5B0C18A422C25CD86FD46A0 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___screenRect0, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::BeginHorizontal(UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_BeginHorizontal_mFB35D7D54FD9EE76B56C76023B9E8C4B30AA8CA6 (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Void Reporter::calculateCurrentLog() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_calculateCurrentLog_m4D9B9A224D33F529E4B755DD14CB4F8FF563B517 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void UnityEngine.GUIUtility::set_systemCopyBuffer(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_systemCopyBuffer_m1C5EAC38441C94C430AA13DF9942E1786CFCAC95 (String_t* ___value0, 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.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m37A5BF26F8F8F1892D60D727303B23FB604FEE78 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // 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); // System.Void System.Action`1::.ctor(System.Object,System.IntPtr) inline void Action_1__ctor_m28313947B8D09EE2F5D9056602C52748B57F62A9 (Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mA671E933C9D3DAE4E3F71D34FDDA971739618158_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Collections.Generic.List`1::ForEach(System.Action`1) inline void List_1_ForEach_m474AD4663DC35DE4611718FAAB00AD564D40AA89 (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278 * ___action0, const RuntimeMethod* method) { (( void (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, Action_1_tA23A15715A5E82C376C1A404B39D802C5EADD278 *, const RuntimeMethod*))List_1_ForEach_mB3C1081F188D64916E88ACCECDEA626732182289_gshared)(__this, ___action0, method); } // System.Boolean System.String::IsNullOrWhiteSpace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m4C4266AE4097F5B61FF72A8D0D083611231B9CA6 (String_t* ___value0, const RuntimeMethod* method); // System.Void Reporter::SaveLogsToDevice() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_SaveLogsToDevice_mD7A2C496C00461F06EC2D61401106C1186B6128A (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GUILayout::Button(System.String,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUILayout_Button_m85F01F7AC3C111C05DAB83250F11FD4911D01140 (String_t* ___text0, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style1, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7 * GameObject_GetComponent_TisReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7_m37F424DA6168800F60B5492DA732CD5F6FBFFBDE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void UnityEngine.Object::DestroyImmediate(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DestroyImmediate_mCCED69F4D4C9A4FA3AC30A142CF3D7F085F7C422 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, 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.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_m8438BA185AD95D6C50E7A2CF9DD30FBA044CE0B2 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___point0, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Min_m8038BC2CE141C9AF3ECA2E31B88A9768423B1519 (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method); // System.Void UnityEngine.GUILayout::Label(System.String,UnityEngine.GUILayoutOption[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayout_Label_m0DD89429577B101820231347FB04CFC489245502 (String_t* ___text0, GUILayoutOptionU5BU5D_tA0F031CC36F88BBBD25D6841ADD3913446E6EA2B* ___options1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mAD0781EB7470594CD4482DD64A0D739E4E539C3C (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method); // System.Void UnityEngine.GUIContent::set_text(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_text_m1F36FE3E6B6C7058D94808769DE7C104FC85FAFB (GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * __this, String_t* ___value0, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.GUIStyle::CalcSize(UnityEngine.GUIContent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GUIStyle_CalcSize_m3B4ADD2AF66EFF1A273C10C0F77741EAD96F3F2D (GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * __this, GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___content0, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_y() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m4E1AAD20D167085FF4F9E9C86EF34689F5770A74 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Rect::get_x() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mA61220F6F26ECD6951B779FFA7CAD7ECE11D6987 (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * List_1_get_Item_mFE9D6EF4D45FBE4EF15A7B40B818C2C325EF35B2_inline (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * (*) (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.String Reporter/Sample::GetSceneName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Sample_GetSceneName_mF375AB4530FB46DA810DDB0FF874F4E59506D476 (Sample_tFACC79D19DB75DB0BFD44FE3F70ACE02DBFD920C * __this, const RuntimeMethod* method); // System.Void UnityEngine.GUI::Box(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Box_mCC3D9CE050E807AC9767143864F120C60477494B (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 ___position0, GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * ___content1, GUIStyle_t29C59470ACD0A35C81EB0615653FD38C455A4726 * ___style2, const RuntimeMethod* method); // System.Void Reporter::drawGraph() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_drawGraph_m1BD6F1B2EDC9FF5E25DD1E40A3443581C5681255 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter::drawStack() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_drawStack_m01CD93112D4A5D7BF9F797BA1BEFFEC3FD062129 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __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.Rect::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m42FEF31015A269E6E2B7E6F62E72E5BF6602302A (Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 Reporter::getDownPos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Reporter_getDownPos_m0AB81FEFEAB7187DCC834459069B5F1D470BDFB7 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter::DrawInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_DrawInfo_m1CAE6609921984149B08D4A99E656C89BC5E2B23 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter::drawToolBar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_drawToolBar_m9BFB40BFDF691AF3C12A1F6BDFD757C0E43912B2 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter::DrawLogs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_DrawLogs_m4CC63AF0D5D889B46D3033673FAFCCD2DFBEBC68 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // UnityEngine.RuntimePlatform UnityEngine.Application::get_platform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_platform_mB22F7F39CDD46667C3EF64507E55BB7DA18F66C4 (const RuntimeMethod* method); // UnityEngine.Touch[] UnityEngine.Input::get_touches() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchU5BU5D_t07E3B79F1FB6673E4450CCF9D09FA79DD96692E2* Input_get_touches_m26E3034CAE32931E59A480327A3CF4BFC2045E8F (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m17AB4CF64254D2A036FA95D9ECC208B39A4A6E50 (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, const RuntimeMethod*))List_1_Clear_m17AB4CF64254D2A036FA95D9ECC208B39A4A6E50_gshared)(__this, method); } // UnityEngine.TouchPhase UnityEngine.Touch::get_phase() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m576EA3F4FE1D12EB85510326AD8EC3C2EB267257 (Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Touch::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Touch_get_position_mE32B04C6DA32A0965C403A31847ED7F1725EA1DE (Touch_tDEFED247540BCFA4AD452F1D37EEF4E09B4ACD8C * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD6469330B5381EC92DDF375773100F6372E6114C_inline (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, const RuntimeMethod*))List_1_get_Count_mD6469330B5381EC92DDF375773100F6372E6114C_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 List_1_get_Item_mFCCD4D7B3DD415D7135A28EC343DDB5C41F541C0_inline (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFCCD4D7B3DD415D7135A28EC343DDB5C41F541C0_gshared_inline)(__this, ___index0, method); } // UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Subtraction_m6E536A8C72FEAA37FF8D5E26E11D6E71EB59599A_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_magnitude_mD30DB8EB73C4A5CD395745AE1CA1C38DC61D2E85 (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m812D073096B787A464235E3D337FDC66DAD10249 (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 , const RuntimeMethod*))List_1_Add_m812D073096B787A464235E3D337FDC66DAD10249_gshared)(__this, ___item0, method); } // System.Boolean UnityEngine.Input::GetMouseButtonUp(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonUp_m2BA562F8C4FE8364EEC93970093E776371DF4022 (int32_t ___button0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButton(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m27BF2DDBF38A38787B83A13D3E6F0F88F7C834C1 (int32_t ___button0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Input::get_mousePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Input_get_mousePosition_m79528BC2F30C57054641F709C855130AE586AC0E (const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Addition_m5EACC2AEA80FEE29F380397CF1F4B11D04BE71CC_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___b1, const RuntimeMethod* method); // System.Single UnityEngine.Vector2::Dot(UnityEngine.Vector2,UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector2_Dot_mB2DFFDDA2881BA755F0B75CB530A39E8EBE70B48_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___lhs0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rhs1, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetMouseButtonDown(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonDown_m466D81FDCC87C9CB07557B39DCB435EB691F1EF3 (int32_t ___button0, 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); // !!0 UnityEngine.GameObject::AddComponent() inline ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7 * GameObject_AddComponent_TisReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7_mF2847F1B6F41D576FB2D0F938A14F9C0F6DBB6A7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( ReporterGUI_tD3ECBB401A10C04FCB2F94F6FFF906B8B7D3F3C7 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mF5562A0C81CEDFE1C295F7E16FC6904B5057CB2D_gshared)(__this, method); } // System.Int64 System.GC::GetTotalMemory(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GC_GetTotalMemory_mD9EEF5C46C5F038DEDD0B5CA422BF70119930CD2 (bool ___forceFullCollection0, const RuntimeMethod* method); // System.Void Reporter::calculateStartIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_calculateStartIndex_mBE0FB265258688F620643A2137A4B556DA25768D (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Boolean Reporter::isGestureDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reporter_isGestureDone_mC926F2861566102F24258988EE14224CB5F5DAC5 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mBEB6CC84184B46F26375EC3FC8921D16E48EA4C4 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void Reporter::AddLog(System.String,System.String,UnityEngine.LogType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_AddLog_m88361FCA66586C88414BA239A6E1F4427E30E98E (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, String_t* ___condition0, String_t* ___stacktrace1, int32_t ___type2, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_mA776B403DA88AC77CDEEF67AB9F0D0E77ABD254A (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_m608577A5AF450760A657AA9EE6A096E5A59DA1B8 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // !1 System.Collections.Generic.Dictionary`2::get_Item(!0) inline String_t* Dictionary_2_get_Item_mC446DE0A4ADE6CCB3DEBE59BA4BBF4F64040305B (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( String_t* (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_mF3BA34126DA8AFA32D1E5285D842C5955C698F0D_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(!0,!1) inline void Dictionary_2_Add_m8E0289EE21A5628082748222E1FE2F52C0BB5D87 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m1D9CF8FA99A277EE49BC3002FDEAACDCDB29803B_gshared)(__this, ___key0, ___value1, method); } // System.Int32 System.IntPtr::get_Size() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_mD8038A1C440DE87E685F4D879DC80A6704D9C77B (const RuntimeMethod* method); // System.Void Reporter::addSample() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_addSample_m540E57AEF6028B6CCBDCCA2C1E68C9D719A78C13 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Void Reporter/Log::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Log__ctor_m7BF33C0496F355EDC3D884812786A0D3DFA9522D (Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * __this, const RuntimeMethod* method); // System.Single Reporter/Log::GetMemoryUsage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Log_GetMemoryUsage_mED699CB4309A05ED9108938A7534568A51EBD415 (Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * __this, const RuntimeMethod* method); // System.Single Reporter::get_TotalMemUsage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Reporter_get_TotalMemUsage_m243BEA1AE109392B1031128E60269F20F4E26E82 (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, 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.Boolean MultiKeyDictionary`3::ContainsKey(T1,T2) inline bool MultiKeyDictionary_3_ContainsKey_m5A80C059ADE2022DB9AB89FFBAED7779425D5B67 (MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * __this, String_t* ___key10, String_t* ___key21, const RuntimeMethod* method) { return (( bool (*) (MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 *, String_t*, String_t*, const RuntimeMethod*))MultiKeyDictionary_3_ContainsKey_m07DF187ABB9F6121A7FA23B0662C9A5F282636C4_gshared)(__this, ___key10, ___key21, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m39C6F29065767AD4FEB235C4E9A2B340F1D76A80 (Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F * __this, String_t* ___key0, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t8460DEB5F0E262CAA0E13233D53DFF56C72DD81F *, String_t*, Log_t7A64D95F9C6DE3CFB3E6AE572AF097D2B664ACE2 *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Void UnityEngine.GameObject::SendMessage(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SendMessage_m9727C08D6F0A5E8F309FA9FFF389ADF8130D7BE7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, String_t* ___methodName0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::SetInt(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetInt_m0C5C977E960B9CA8F9AB73AF4129C3DCABD067B6 (String_t* ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void UnityEngine.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.PlayerPrefs::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetFloat_mF660C042621E97A05AD99134DBDD9B1205CDD214 (String_t* ___key0, float ___value1, const RuntimeMethod* method); // System.Void UnityEngine.PlayerPrefs::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_Save_m2C1E628FA335095CD88D0DA1CB50ACC924667EEC (const RuntimeMethod* method); // 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); // System.String UnityEngine.Application::get_persistentDataPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_mBD9C84D06693A9DEF2D9D2206B59D4BCF8A03463 (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m30C52A4F2828D86CA3FAB0B1B583948F4DA9F1F9 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.IO.File::Delete(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_m82FE53535A3911380F7E4C8AD44D77FAB330FD77 (String_t* ___path0, 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 System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mD8C90346622A7F72A072D319F0E2AE851BB5885A (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, String_t*, const RuntimeMethod*))List_1_Add_mF15250BF947CA27BE9A23C08BAC6DB6F180B0EDD_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* List_1_ToArray_m38F628C7542B32348AE3F9E5C65E04E9C039ADC4 (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 * __this, const RuntimeMethod* method) { return (( StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* (*) (List_1_t6C9F81EDBF0F4A31A9B0DA372D2EF34BDA3A1AF3 *, const RuntimeMethod*))List_1_ToArray_mC6E0B3CF74090974475F845BF79EC5E66D3A71AC_gshared)(__this, method); } // System.Void System.IO.File::WriteAllLines(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllLines_m1E190B6600536918D07A37AFB1936521AC24E6B6 (String_t* ___path0, StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___contents1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m992299D93FDDBF7CC71AFC1B44D0999E34EE89A5 (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D * __this, const RuntimeMethod* method) { (( void (*) (List_1_t03E8D8FF3A3CF7A4AFE20144E9166E55AB9F0B6D *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m849E0DB6D34D6B7F3DDAFD1F2E111DB12E9A9D07 (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tFBE36FFD13ADFF50281A46250D421B642D9A3149 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void MultiKeyDictionary`3::.ctor() inline void MultiKeyDictionary_3__ctor_m854BC0E5D47892CA4F14608F516157D231F55DAA (MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 * __this, const RuntimeMethod* method) { (( void (*) (MultiKeyDictionary_3_tC7B496D6A260F3F2558939D2BFE2A6F5FD38BC15 *, const RuntimeMethod*))MultiKeyDictionary_3__ctor_mE02FD38F04D2AB8FD1240722310F92A6BFCDF982_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mA6747E78BD4DF1D09D9091C1B3EBAE0FDB200666 (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tDE3227CA5E7A32F5070BD24C69F42204A3ADE9D5 *, const RuntimeMethod*))Dictionary_2__ctor_m2C8EE5C13636D67F6C451C4935049F534AEC658F_gshared)(__this, method); } // UnityEngine.Rect UnityEngine.Rect::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t7D9187DB6339DBA5741C09B6CCEF2F54F1966878 Rect_get_zero_m4F738804E40698120CC691AB45A6416C4FF52589 (const RuntimeMethod* method); // System.Void UnityEngine.GUIContent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_mC57EB7929C7079750DF0FBFE6001732F74926A42 (GUIContent_t39256993BF4A33F76E073488D6A2F13D678DF60E * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m0ED1CF21DC6B8863BF9FB9E9CE08331E11258F53 (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t400048180333F4A09A4A727C9A666AA5D2BB27A9 *, const RuntimeMethod*))List_1__ctor_m0ED1CF21DC6B8863BF9FB9E9CE08331E11258F53_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * GameObject_GetComponent_TisReporter_t5BB849345D261779B8942BF5898916A58DF7CDFF_m8D87D4BAED9669721D03963F16C88DD704DE82FD (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void Reporter::OnGUIDraw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reporter_OnGUIDraw_m644E89CBF9C4CD6412A326028F47FAF64BBF5F2D (Reporter_t5BB849345D261779B8942BF5898916A58DF7CDFF * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mEE9EC7EB5C7DC3E95B94AB904E1986FC4D566D54 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.X509.X509ExtensionBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509ExtensionBase__ctor_m17C359C027031D09C61C27360069BA8328E0713F (X509ExtensionBase_t91B691B9E834F516C9CE847F2B900B019A37CCE7 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::get_ReqCert() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * Request_get_ReqCert_m2ECE58C81839D37484A6E696BDBB08B246A97D41_inline (Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.CertificateID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CertificateID__ctor_mD4C769B3D8754A40AC5E0B6C3AF3E609ED782FF4 (CertificateID_tFE14E822F7BAAB4D3BEDB4B443912E20A8D50490 * __this, CertID_t945D399859D8DB2523029689FA453B19136D40F0 * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::get_SingleRequestExtensions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * Request_get_SingleRequestExtensions_mFFA8390DB3D7172D838857CAC4DAD60E6F99ECAC_inline (Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.Req::get_SingleRequestExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * Req_get_SingleRequestExtensions_m5C3003E9AF6F501A81F298672E64643C3AFA594D (Req_t3EBA0428C01DD0CE782FEC24CB9A6575572BE3C6 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * Asn1Sequence_GetInstance_m682AEF9FD99CABE589DF0AA4DB2CAC4996AEFD25 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * Request_GetInstance_mC63C2C3C5E8810C7598B59A982A57EDEE5DB1032 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.Request::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Request__ctor_mCE81C68FE53041C995B03CFB3AF67C7E371D5DCB (Request_t9690867C80FEF7D79870C9664E24F3292D17EC55 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.String BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities.Platform::GetTypeName(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Platform_GetTypeName_m6EE4C5C80014DB651B39EAA755D394E21009EADB (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1Encodable__ctor_mF956C9DAF4A126B7B4406E2DD0EED16E64ABA126 (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.CertID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CertID_t945D399859D8DB2523029689FA453B19136D40F0 * CertID_GetInstance_m4FF3A9F97DD6B1C2A622A6F9468BB165D3ABD3D7 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * X509Extensions_GetInstance_m2A6E55A2B2E3F4B20A06A1E1DFABDCBCB5DEE11B (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector__ctor_m1306EB1064C0D4EEC59EA15F8DFF81952B7AE7DE (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Boolean,System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_m38581F2DCD1C43EC659CD31CDDAB0A43FD42522F (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, bool ___explicitly0, int32_t ___tagNo1, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj2, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector::Add(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asn1EncodableVector_Add_m6EF01E6775CA3C122AC78B760B5C8AB13AC83EA8 (Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___objs0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1EncodableVector) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_mC969ECDC21E6B8169D0B78BE04B3A08192E13164 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableVector_t7D6E9FB73A814E2472F7EAC6EC0CCCB5A3C93BD3 * ___v0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * X509CertificateStructure_GetInstance_mF159FB7E1993108601925E9E1163F2C5C3BFD330 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509CertificateStructure) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestedCertificate__ctor_m2E26289CE061DA5B3E71508FDB967BB3633E5984 (RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE * __this, X509CertificateStructure_tD48237F907D1001604C98590613EFD6D720BEDE1 * ___certificate0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestedCertificate__ctor_m78FCC304B316CA7AF885FBC6EEE09F95358A3857 (RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE * __this, Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___tagged0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Object BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::GetObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1Object_t6EBED9F28280E72844A4F6F176D7E2A5B94FFCFC * Asn1TaggedObject_GetObject_m67B210FB1D1A9F5F1FE2656AA8539AA73B9C0D64 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestedCertificate_tC2CBFEBE45886B2C7B9E2260A963629E114D0AFE * RequestedCertificate_GetInstance_mB1CF0C635A964438B3E18A101199DD0AB2CFC309 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject::get_TagNo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Asn1TaggedObject_get_TagNo_m74349C4325A7ADC53200F7A483A878E6B9D53379_inline (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mAECCD06314FEB51EF6B730853C8DBC1FC4BE2FEA (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerOctetString::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerOctetString__ctor_mBD13EC2203DF652C61E5AB45AE95CC51A22F0AF2 (DerOctetString_t9D28DB59640EE83613D10BEE46D828C25E4B3F75 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___str0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerTaggedObject::.ctor(System.Int32,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerTaggedObject__ctor_mA7F8256D58045BB3B309D6846A165D1DBB09C827 (DerTaggedObject_t88BB573E2BED5C1D2971741E012BB29FB0EB0C5E * __this, int32_t ___tagNo0, Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * ___obj1, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable::GetEncoded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Asn1Encodable_GetEncoded_m896BCF72900F9B8B4CCA196988ACB61423A424AF (Asn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::get_Version() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ResponseData_get_Version_mBAD588529595ADBEB69F823188AF17C638C1C611_inline (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * DerInteger_get_Value_m8C263058A637AE123BD47291A36538E05E374478 (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, const RuntimeMethod* method); // System.Int32 BestHTTP.SecureProtocol.Org.BouncyCastle.Math.BigInteger::get_IntValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BigInteger_get_IntValue_m6386348CAE8E75A68124AD1F36F497FC551F8144 (BigInteger_t7D955A486C5008F717581BC0AD632A69F58730D9 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::get_ResponderID() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ResponseData_get_ResponderID_mDF1A9C9535714E6CEA864B51168DC65548A4195E_inline (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RespID__ctor_mB3CADEF364D5FAD708BFF3C1EDAE778D24FCB0D7 (RespID_t5A0BD7E30897149501A58F9E5B8080077BCB6390 * __this, ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::get_ProducedAt() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ResponseData_get_ProducedAt_mB8852B086AC94B902F1E6753E96E8958131824ED_inline (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, const RuntimeMethod* method); // System.DateTime BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime::ToDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DerGeneralizedTime_ToDateTime_m39AFA523A5A7DC35778076EEB60F021AF24291C5 (DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::get_Responses() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ResponseData_get_Responses_mB6ECAEDE84E666F2A97814A1AE2292076E191A39_inline (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * SingleResponse_GetInstance_mC28E96F33754BFB12C179F641A585CB5AF0AADBA (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.SingleResp::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.SingleResponse) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SingleResp__ctor_mA46285B06996D86E99937F5C48EC755ABCED0A79 (SingleResp_t911D1B310E2DBA3F3A59024D6A08FA0BD55715AF * __this, SingleResponse_tDFEEC5793EABBD10E19A79FAA966FE028956E619 * ___resp0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::get_ResponseExtensions() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ResponseData_get_ResponseExtensions_mBB6A3C3B2011C4EE7AF6A1049E8EC01584B189D8_inline (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.RespData::get_ResponseExtensions() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * RespData_get_ResponseExtensions_mE6FB1BB824D1D750917F7962F31AC2DDDAB959F0 (RespData_t4849F6D825870378C3731181081793D25BF9B117 * __this, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponderID__ctor_mB2E6D419AE6798C65042F69C1F0C1E1F48A25536 (ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * __this, X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * ___id0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo BestHTTP.SecureProtocol.Org.BouncyCastle.X509.SubjectPublicKeyInfoFactory::CreateSubjectPublicKeyInfo(BestHTTP.SecureProtocol.Org.BouncyCastle.Crypto.AsymmetricKeyParameter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * SubjectPublicKeyInfoFactory_CreateSubjectPublicKeyInfo_m05DEB0821C10550E622F69B5E83F1A285F4F857D (AsymmetricKeyParameter_t99E15FA54F59DFD554A3211C73037A0F5E85374A * ___publicKey0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerBitString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo::get_PublicKeyData() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DerBitString_t305465793A47445626D3541AB8CEDE347D874524 * SubjectPublicKeyInfo_get_PublicKeyData_mE74361F41A82225A09A9A4B95E37C6F5C337D7A4_inline (SubjectPublicKeyInfo_t13A2C106F62C6CA1BDB7D5F2E5853257EEBED6FB * __this, const RuntimeMethod* method); // System.Byte[] BestHTTP.SecureProtocol.Org.BouncyCastle.Security.DigestUtilities::CalculateDigest(System.String,System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* DigestUtilities_CalculateDigest_mC1E07A757A13BC0783791DFF98346E8AA868B7F5 (String_t* ___algorithm0, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___input1, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponderID__ctor_m19BF024D1CD87375465824CFDDAB7C8AEC79DD21 (ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * __this, Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * ___id0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Ocsp.OcspException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcspException__ctor_mD932BD502935FADFF1209C63BA5A09E3636715CC (OcspException_tEB86D2641E584387057732A1F047A4694C77C561 * __this, String_t* ___message0, Exception_t * ___e1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mFD251BB3D16821AE67AA7221E4039B6FF925ED59 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___explicitly1, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Name::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Name_t201376CBB74D033CD213122565CA7469C5FC8630 * X509Name_GetInstance_mC47BABCEC6CF26D1FEF9B5B468638F73E9ECBD88 (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ResponderID_GetInstance_m9C135F2602BF9EFB213EBAEE75A3306402B9ED0D (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 * ResponseBytes_GetInstance_m3E09D17B9CAE8AF58DE604D593AA0A76E3504F3E (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseBytes::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseBytes__ctor_m818FF7E8B350093E86A18A48CAD2E4A03EC43D06 (ResponseBytes_tDFF6EDE583BCB422BC2CD1918AB1431ADBF31F45 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerObjectIdentifier::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerObjectIdentifier_t13656672D4AE623000AC109D2DFA4A1F7CAE42A8 * DerObjectIdentifier_GetInstance_mBE1F50C71CFA8B210307AFD39E62F8AF4D5E34FF (RuntimeObject * ___obj0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1OctetString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asn1OctetString_t7DE556419EB1B1398F915CE1EC7F0CB1D8FC85B8 * Asn1OctetString_GetInstance_mF572FFBA88CFF4772B2AF3E70E05EB0E8066A3C9 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerSequence::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Encodable[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerSequence__ctor_m014F0386FA0EDB7F97747159963DC17F535AF0A2 (DerSequence_t29D35AAD253161C53C8C83F576DEA1F28B8DFF09 * __this, Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* ___v0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * ResponseData_GetInstance_mA3E0C84184E3089469153D00377E9343C7F2F49F (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseData__ctor_m3D37548A9A98A47B9F72F3CEE232D7CA45D95CC6 (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___seq0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponseData::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Ocsp.ResponderID,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerGeneralizedTime,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1Sequence,BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X509.X509Extensions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResponseData__ctor_mE6E6E507EE4A7B1DCC2D267317CF410A8C072D3B (ResponseData_tAF2DAC289F4A4348C4C3F9E3BA5C270D78E16906 * __this, DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * ___version0, ResponderID_t30C43EC450B881F1B5624092F190C1B4787D1992 * ___responderID1, DerGeneralizedTime_tBBFB4F408F6511BF6E392086F8B0B213E18A6DF0 * ___producedAt2, Asn1Sequence_t95137642F0FE56379E966B4C62A5A4DAC9DC37E8 * ___responses3, X509Extensions_tB10F49C3BD6B861E20DB13C91BABE994543EC55F * ___responseExtensions4, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::GetInstance(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.Asn1TaggedObject,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * DerInteger_GetInstance_mBE61A36F9174D4745983FEC17EF7EDD02EE4C0D4 (Asn1TaggedObject_t4B044FB8A3CF8DEE46156A0F07290A97EBA600F0 * ___obj0, bool ___isExplicit1, const RuntimeMethod* method); // !!0[] System.Array::Empty() inline Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* Array_Empty_TisAsn1Encodable_tCA51194A73D6D9585045A4D23CF12B939BF7F6EC_m6133560D3294995A1E65C8837F69C407350CD6DB_inline (const RuntimeMethod* method) { return (( Asn1EncodableU5BU5D_t64E34B1D2A460B8FA8D1BC14E7CFEB7B897191CE* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m002765312BF306B1B3B5BFAB9550C0A2A1820CDA_gshared_inline)(method); } // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.DerInteger::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DerInteger__ctor_m014B0C2AADB00543E51D3621D5B93E030C47F6CA (DerInteger_tB789F30D6E0E2EFD1E2FFE5AF48B5A98CC61F157 * __this, int32_t ___value0, const RuntimeMethod* method); // System.String UnityEngine.Component::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // UnityEngine.SceneManagement.Scene UnityEngine.SceneManagement.SceneManager::GetSceneAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE SceneManager_GetSceneAt_m46AF96028C6A3A09198ABB313E4206D93A8D1F3F (int32_t ___index0, const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m7DAF30213E99396ECBDB1BD40CC34CCF36902092 (String_t* ___sceneName0, const RuntimeMethod* method); // BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::GetInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * DirectoryString_GetInstance_mB4995BC4A6AE0328ABF5344E3B11DA53399BDCF5 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.IsisMtt.X509.Restriction::.ctor(BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Restriction__ctor_m3F81546F1541699AC016DB7A3ACD70242A4329CA (Restriction_tD97971948D74B9144317C80B031E5E16EF551016 * __this, DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * ___restriction0, const RuntimeMethod* method); // System.Void BestHTTP.SecureProtocol.Org.BouncyCastle.Asn1.X500.DirectoryString::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryString__ctor_m83D29C33CD4E2743C3C66C570A13F2651CB5E539 (DirectoryString_tA030C0623BF9F46B387E4EA911636428CACB9F0F * __this, String_t* ___str0, const RuntimeMethod* method); // System.UInt64 System.UInt64::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mF4BDC98BB5988FA03D4750E7F44A38766C48ADAD (String_t* ___s0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.ResultMessage::set_InvocationId(System.UInt64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_InvocationId_mE98CDB6B8B153C45B4682DA3FACDBA993AF6B522_inline (ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.ResultMessage::set_ReturnValue(System.Object) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_ReturnValue_mA05DCDF8172F071676987EF3877C566E25599C36_inline (ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void BestHTTP.SignalR.Messages.ResultMessage::set_State(System.Collections.Generic.IDictionary`2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ResultMessage_set_State_m34A0198439C4C4AC7291556EF5DAF96055A20058_inline (ResultMessage_t98606C6B2C2C7B4F4ECC9B24C21A74F327F47F3D * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // System.Void RetrievePasswordView::InitRetrieveValidate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_InitRetrieveValidate_m8FD7C7EF31EC7BDE5EF57EAB1AE258358DCD3686 (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, const RuntimeMethod* method); // System.Void RetrievePasswordView::InitSelectUsername() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_InitSelectUsername_m99015F66C85D6E0C5188A25052542781ACC1997F (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, const RuntimeMethod* method); // System.Void RetrievePasswordView::InitResetPassword() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_InitResetPassword_mD3AC3D728B2EADB2C2E6A7CDE0E6921F25474756 (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * Component_GetComponentInChildren_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_m6CF535E4D9F609E00EA051D586B4C3D4A7375AE3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 CommonConfig::get_serverIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommonConfig_get_serverIndex_m074909216A2F4373BFA9443EC0D7F22E4C8B7D46 (const RuntimeMethod* method); // 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); // JCUnityLib.SceneResourceManager JCUnityLib.SceneResourceManager::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * SceneResourceManager_get_Instance_m454AFF83DC2DDF62A6184BDA6B3B909073286C8D (const RuntimeMethod* method); // UnityEngine.GameObject JCUnityLib.SceneResourceManager::GetPrefab(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * SceneResourceManager_GetPrefab_m7A4781FEBE538D2A71FAAB717D11A92CBA242888 (SceneResourceManager_t5836F17AC072ACCD0FB4CD2FFB6B814D68D0E0CF * __this, String_t* ___prefabName0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * GameObject_GetComponent_TisRelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814_mB566C4E186F1E1445C18FC21DDB3B15272919F34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // System.Void RelateValidateView::InitForEmail() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_InitForEmail_mBA765E0A18C05B9C52EF5D64C170698D51C93EC8 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // System.Void RelateValidateView::InitForPhone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_InitForPhone_mA897C52755BD9BE3382A258D786F4CFA85058572 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`3::.ctor(System.Object,System.IntPtr) inline void UnityAction_3__ctor_m2935BC6A1CBA5EAC25A8A386514543D97F68B660 (UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_3_tA1A3DA4723F99593092248D877FD06EF11372940 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_3__ctor_m6F571E94FB3E5F96CB7BD270FAC2705B9633916C_gshared)(__this, ___object0, ___method1, method); } // System.Void RetrievePasswordView::ActivePage(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_ActivePage_m994B44C1879AFB4A847C850A47053A1C741E15AF (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, int32_t ___pageID0, 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); // 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); // !!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.GameObject::GetComponentInChildren() inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * GameObject_GetComponentInChildren_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mA05E3E8DA3DAE2AF09AC18D79DEC6C3D9B483A39 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m2DC5105404F597613BDFC5C8C87CE9931ED3D000_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * GameObject_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mAB159CED4EA42F6E700527382D795CCD31EF293F (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Button_tA893FC15AB26E1439AC25BDCA7079530587BB65D * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m533C28B362284747FD5138B02D183642545146E8_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponentInChildren() inline InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * Component_GetComponentInChildren_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m00E16B3E961B585CB5C071AF073E99CED52F5EA9 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2D53662347629A70E2A610B61ACC705D63F22D34_gshared)(__this, method); } // 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); // UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::get_onValueChanged() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnChangeEvent_t2E59014A56EA94168140F0585834954B40D716F7 * InputField_get_onValueChanged_mAF7D77CCBED34CF4A46A9E4EA77405D790C58449_inline (InputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) inline void UnityAction_1__ctor_mBB6FF824ECCAE3C08CD8B015E235BBDC15BCF43F (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mDACAB67F7E76FF788C30CA0E51BF3274666F951E_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) inline void UnityEvent_1_AddListener_mC6DDB55AF3B8AC6DBA08F1695CE00DE191603830 (UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 * __this, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 * ___call0, const RuntimeMethod* method) { (( void (*) (UnityEvent_1_t208A952325F66BFCB1EDEECEFEF5F1C7A16298A0 *, UnityAction_1_t4A1848C01D99711D0E3D235F1FDBBA96BA48B647 *, const RuntimeMethod*))UnityEvent_1_AddListener_mCB985906426A738046B3F5E3F98FF4049E9DE117_gshared)(__this, ___call0, 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.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); // System.Void RetrievePasswordView::OnClick_RetrieveValidateType(RetrievePasswordView/RetrieveValidateType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RetrievePasswordView_OnClick_RetrieveValidateType_m78E4C8ED0DE04EF9D6A2A27A5955879434E7A536 (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, int32_t ___retrieveValidateType0, 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::ResetPassword(System.String,System.Int64,System.String,System.String,System.Action`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LoginController_ResetPassword_mECD43A3FD19CED64BC2F1BD21A9EDDF5DF1C5B65 (LoginController_t03F941FA0DBBB22F0DD5B41C1F54876FA93466B6 * __this, String_t* ___sign0, int64_t ___timestamp1, String_t* ___username2, String_t* ___password3, Action_1_t41459F578D5FCF151500CBC8CF9276BDC6C984FE * ___callback4, const RuntimeMethod* method); // System.Collections.IEnumerator RetrievePasswordView::DelayDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RetrievePasswordView_DelayDestroy_mCBC4EEE5EF4859607F9D984945DA9DBA10EB9820 (RetrievePasswordView_tC47566CDB6EAAF3716F373FEF4E3697E4498C511 * __this, 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 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 RelateValidateView::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RelateValidateView_Awake_m1624B68302BFD255D25D367C0B361B5996F4FDE3 (RelateValidateView_tC3A5FCFC46C4A651DBECDB2EF9AF29F685FE5814 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisButton_tA893FC15AB26E1439AC25BDCA7079530587BB65D_mED8C9575844B41F67CB4C2B13685FC0174CB61BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisInputField_tB41A2814F31A3E9373D443EDEBBB2856006324D0_m1025822CFFC3A3C846267590775A843ED9532924_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0CA7D56074C638ED06B2653BE33279A8369043FA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B976EB15508EECB3169066AAE63F76A82A06486); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD95121E24898A84C5D6B5345722F63AA5DB7DA5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE81E8BCF77CDBB7251E51E4257951D638E541EA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF52F9B20324FA80FA86D64C7972A79B0F15F4F6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF69B86C70379E73C6E422147D5729C82EC595592); s_Il2CppMethodInitialized = true; } { // _textTitle = transform.Find("Frame/Title").GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_0, _stringLiteralF52F9B20324FA80FA86D64C7972A79B0F15F4F6A, /*hidden argument*/NULL); NullCheck(L_1); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_2; L_2 = Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294(L_1, /*hidden argument*/Component_GetComponent_TisText_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_mE775A52A31F4F2F9E99272B014CC0CBFB4BD3294_RuntimeMethod_var); __this->set__textTitle_4(L_2); // _btnClose = transform.Find("Frame/BtnClose").GetComponent