#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtActionInvoker1 { 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 VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtFuncInvoker0 { 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); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct VirtFuncInvoker1 { 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 VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericVirtActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; 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 GenericInterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericInterfaceActionInvoker5 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct GenericInterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; // ByteBuffer struct ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8; // Camerafolow struct Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0; // Chekdestroi struct Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED; // IKanimation struct IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D; // IkEmty struct IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8; // Makesupway struct Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323; // Makesupway/d__175 struct U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207; // Makesupway/d__176 struct U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344; // Makesupway/d__129 struct U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83; // Makesupway/d__136 struct U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7; // Makesupway/d__164 struct U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577; // Makesupway/d__171 struct U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1; // Makesupway/d__166 struct U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD; // Makesupway/d__123 struct U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553; // Makesupway/d__156 struct U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8; // Makesupway/d__157 struct U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3; // Makesupway/d__170 struct U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA; // Makesupway/d__173 struct U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36; // Makesupway/d__126 struct U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2; // Makesupway/d__110 struct U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269; // Makesupway/d__113 struct U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C; // Makesupway/d__115 struct U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73; // Makesupway/d__119 struct U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B; // Manageritem struct Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE; // Manageritem/d__12 struct U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B; // ManagernewSceen struct ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78; // ManagernewSceen/d__13 struct U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73; // MessageHandler struct MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840; // MessageHandler/<>c struct U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF; // MessageHandler/ActionHandler struct ActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588; // MessageHandler/DeviceHandler struct DeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D; // MessageHandler/InviteFriendHandler struct InviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D; // MessageHandler/MotionHandler struct MotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711; // MessageHandler/StepHandler struct StepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213; // MessageHandler/UserFriendsHandler struct UserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36; // MuvingcointinItemax struct MuvingcointinItemax_t186B82C267775B1810730B5A53BE8849AF91353C; // MyUIProgress struct MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA; // NetMan struct NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA; // NewBehaviourScript struct NewBehaviourScript_tF2FE3ECCFBC98B6EF49F3577A340114691B00003; // NewHighscore struct NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99; // NewSocketClient struct NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF; // Onhaveitemgiay struct Onhaveitemgiay_t748B2CF5895A4B698BD04F9B373CAE5E04422EEE; // Pausegame struct Pausegame_tD821B6B823FC7A7C06E06521EE34BC15519C08BB; // Perencamera struct Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE; // Perencamera/d__35 struct U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3; // Perencamera/d__26 struct U3CdelayU3Ed__26_tB1A50CA8D3515FE76A855D0E480E7EE82D7E9DAF; // Perencamera/d__34 struct U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5; // Perencamera/d__25 struct U3CdelayfolowcameradieU3Ed__25_tE28AA9EDE81144FFABB693E31D1AEE1F8994C184; // Perencamera/d__33 struct U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9; // Perencamera/d__32 struct U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95; // PlayerController struct PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85; // Playermuving struct Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719; // Playermuving/d__198 struct U3CCheckDieU3Ed__198_t9F7C810C5E9EB0C809F10EC4F05E20507085BD5B; // Playermuving/d__196 struct U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5; // Playermuving/d__197 struct U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2; // Playermuving/d__109 struct U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA; // Playermuving/d__226 struct U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739; // Playermuving/d__182 struct U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E; // Playermuving/d__188 struct U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451; // Playermuving/d__187 struct U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D; // Playermuving/d__192 struct U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7; // Playermuving/d__190 struct U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134; // Playermuving/d__103 struct U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29; // Playermuving/d__213 struct U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8; // Playermuving/d__112 struct U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9; // Playermuving/d__111 struct U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657; // Playermuving/d__110 struct U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB; // Playermuving/d__172 struct U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800; // Playermuving/d__194 struct U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184; // Playermuving/d__217 struct U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D; // Playermuving/d__118 struct U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6; // Playermuving/d__168 struct U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9; // Playermuving/d__170 struct U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A; // Playermuving/d__177 struct U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464; // Playermuving/d__173 struct U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE; // Playermuving/d__185 struct U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4; // Playermuving/d__184 struct U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1; // Playermuving/d__215 struct U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856; // Playermuving/d__211 struct U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D; // Playermuving/d__169 struct U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874; // Playermuving/d__171 struct U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35; // Playermuving/d__193 struct U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398; // Playermuving/d__204 struct U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C; // QFramework.RunGame.GameMgr struct GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF; // QFramework.RunGame.GameReportRankModel struct GameReportRankModel_tB8C5DE4B8E7DCEF6A26587F32AE6B9420F4594C6; // QFramework.RunGame.HttpResGameConstant struct HttpResGameConstant_tF915039B8DEB4C3513066403082AE6C85D67E74E; // QFramework.RunGame.HttpResLogin struct HttpResLogin_t786906EB5FB8F707E65217476B7E7C6E0CC6F916; // QFramework.RunGame.HttpResMatchRandom struct HttpResMatchRandom_t46A5DC33A7D1DB288B3CEBC83EED77ECC224BE45; // QFramework.RunGame.PlayerModel struct PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A; // QFramework.RunGame.RmtyModelItem struct RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0; // QFramework.RunGame.RmtyModelItem[] struct RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE; // QFramework.RunGame.TableItem struct TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A; // QFramework.RunGame.UIGameRunPanel struct UIGameRunPanel_t4180EE1DCB598A00F251FABE3F38EA85E10E3390; // QFramework.RunGame.UseItem struct UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB; // Response`1 struct Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC; // ScorpioThreadPool/ScorpioThreadHandler struct ScorpioThreadHandler_t5B837D64FD85DAE3503A82A4E9606874565D1C0A; // Slideraxspeed struct Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF; // Soundmanager struct Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579; // System.Action`2 struct Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C; // System.Action`2 struct Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; // System.Byte[][] struct ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7; // System.Char[] struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tAB6C4F38866CDF0234A838BF3DD8984543FCF780; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t19D74B4172302F3E8BE87FDB2C2B6EAB88E6C1E2; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB23B4E05DA63E15526F7ABA24913A1E4B7170EF0; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t65D6FE37FB6256E263038226911CE131884CC889; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tDDB69E91697CCB64C7993B651487CEEC287DB7E8; // System.Collections.Generic.IList`1> struct IList_1_t15A182E73791E22311F72DAC1B68F0D055C32E3A; // System.Collections.Generic.List`1 struct List_1_t45BED3BD6779BAD046A0BBF7DF63A61B89F6272D; // System.Collections.Generic.List`1 struct List_1_t522DA8A4459899466F3DE38B7184234FC4BFBA96; // System.Collections.Generic.List`1 struct List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC; // System.Collections.Generic.List`1 struct List_1_t6C54A2B20E1C3D07F2BDCB9EFDFA9255A1C12A9E; // System.Collections.Generic.List`1 struct List_1_tC65D6567391A99F5BDCEDFB630080603068335D0; // System.Collections.Generic.List`1 struct List_1_t59CFDF18446630DCFA0D3D988BA32AF780EDA868; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3; // System.Collections.Generic.List`1 struct List_1_t053DAB6E2110E276A0339D73497193F464BC1F82; // System.Collections.Generic.List`1 struct List_1_t3D4152882C54B77C712688E910390D5C8E030463; // System.Collections.Generic.List`1 struct List_1_t4DBFD85DCFB946888856DBE52AC08C2AF69C4DBE; // System.Collections.Generic.List`1 struct List_1_tCE5272931B60A8A01035817BD758025EA05A7212; // System.Collections.Generic.Queue`1 struct Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED; // System.Collections.Generic.Queue`1 struct Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0; // System.Collections.IDictionary struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7; // System.Collections.IEnumerable struct IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C; // System.Collections.IEnumerator struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196; // System.Double[] struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D; // System.EventHandler`1 struct EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34; // System.EventHandler`1 struct EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3; // System.Exception struct Exception_t; // System.IAsyncResult struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598; // System.IO.BinaryReader struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969; // System.IO.BinaryWriter struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80; // System.IOAsyncCallback struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; // System.IntPtr[] struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD; // System.Net.EndPoint struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980; // System.Net.IPAddress struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE; // System.Net.IPAddress[] struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3; // System.Net.IPEndPoint struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F; // System.Net.IPHostEntry struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D; // System.Net.Sockets.NetworkStream struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA; // System.Net.Sockets.SafeSocketHandle struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A; // System.Net.Sockets.Socket struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8; // System.Net.Sockets.SocketAsyncEventArgs struct SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7; // System.Net.Sockets.SocketAsyncResult struct SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C; // System.Net.Sockets.TcpClient struct TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010; // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; // System.Reflection.Binder struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759; // System.Reflection.MemberFilter struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770; // System.String struct String_t; // System.String[] struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E; // System.Text.Decoder struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26; // System.Text.Encoder struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464; // System.Text.Encoding struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048; // System.Threading.Tasks.Task`1 struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87; // System.Type struct Type_t; // System.Type[] struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F; // System.UInt16[] struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E; // System.UInt32[] struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017; // UImanager struct UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395; // UnityEngine.Animator struct Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A; // UnityEngine.AudioSource struct AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34; // UnityEngine.Camera/CameraCallback struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0; // UnityEngine.Canvas struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591; // UnityEngine.CanvasRenderer struct CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72; // UnityEngine.Collider struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF; // UnityEngine.Collision struct Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC; // UnityEngine.Event struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210; // UnityEngine.Events.InvokableCallList struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9; // UnityEngine.Events.UnityEvent struct UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520; // UnityEngine.Material struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598; // UnityEngine.Material[] struct MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398; // UnityEngine.Mesh struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429; // UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0; // UnityEngine.RectTransform struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20; // UnityEngine.RectTransform/ReapplyDrivenProperties struct ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D; // UnityEngine.Renderer struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4; // UnityEngine.Rigidbody struct Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5; // UnityEngine.Sprite struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198; // UnityEngine.TextGenerator struct TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8; // UnityEngine.Texture2D struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C; // UnityEngine.TouchScreenKeyboard struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA; // UnityEngine.UI.AnimationTriggers struct AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5; // UnityEngine.UI.Button struct Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B; // UnityEngine.UI.Button/ButtonClickedEvent struct ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172; // UnityEngine.UI.FontData struct FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494; // UnityEngine.UI.Graphic struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8; // UnityEngine.UI.ILayoutElement struct ILayoutElement_tE4DE1D4DB22AD1C457506C440310FE105356AA54; // UnityEngine.UI.Image struct Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E; // UnityEngine.UI.InputField struct InputField_t533609195B110760BCFF00B746C87D81969CB005; // UnityEngine.UI.InputField/OnChangeEvent struct OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A; // UnityEngine.UI.InputField/OnValidateInput struct OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0; // UnityEngine.UI.InputField/SubmitEvent struct SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4; // UnityEngine.UI.RectMask2D struct RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B; // UnityEngine.UI.Selectable struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A; // UnityEngine.UI.Selectable[] struct SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02; // UnityEngine.UI.Slider struct Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09; // UnityEngine.UI.Slider/SliderEvent struct SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C; // UnityEngine.UI.Text struct Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030; // UnityEngine.UI.VertexHelper struct VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6; // UnityEngine.Vector3[] struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28; // UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739; // User struct User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7; // inthepanelpause struct inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF; // managerdata struct managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F; // mapitro struct mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F; // metrailstest struct metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432; // shipintest struct shipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F; IL2CPP_EXTERN_C RuntimeClass* ActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_t591D2A86165F896B4B800BB5C25CE18672A55579_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CfgRun_t5532004F8F277633429E5EEF33F38B55659AB30D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DisType_t3F70ABAF0CCB3831952B16AA330F995FA3E273F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t3D4152882C54B77C712688E910390D5C8E030463_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScorpioThreadHandler_t5B837D64FD85DAE3503A82A4E9606874565D1C0A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckDieU3Ed__198_t9F7C810C5E9EB0C809F10EC4F05E20507085BD5B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayU3Ed__26_tB1A50CA8D3515FE76A855D0E480E7EE82D7E9DAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayfolowcameradieU3Ed__25_tE28AA9EDE81144FFABB693E31D1AEE1F8994C184_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* logger_t82927EA730D361561AF9F12CB8F18D859543B49B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____07CB285B714B88F565B0EFE7C8B11CB96E995552_0_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____176FAE10329F039240A833E505AE43F45C78DCB0_2_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____247E375333DF63CEB019ABEFD5D1502DE6417215_3_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____2D198F5F8A204206856298703CC82FE80F469D35_4_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____4168510F8D308AC5B42D52EBBC76C8FE5936BF01_7_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____4C454A051D1B1668C9C52B004730B8EED8B8B0AF_8_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____4D065E5364F92E11171F4FFD5408CD666DF41197_9_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____535AC63EA62E482655769F895EED28DA6325D7FC_12_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____6DC1182F152141818338D4801D5EBFE98FD2D653_16_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____70978426BA7D2309BC7F100005CBC0E56A6C6249_17_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____898C1B18C5DEF351AD9A350EC32C98353930CDD2_18_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____92AF1A7F2B8598278647962C459B29C3F0590377_20_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____92C0CB9223CD7512F04B9E73E0DF3FDA27193597_21_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____9666990B9E1597F7E131559526746C7F93CEDA12_22_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____B2FC020B04AA828526693E12E2B3E3E337AB3D38_26_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A____D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral03CE7E0B347B1A3BE7129C29B7C08199EEEA95FE; IL2CPP_EXTERN_C String_t* _stringLiteral043156AE421CFCA4D37949D068286ABAAD85D97A; IL2CPP_EXTERN_C String_t* _stringLiteral053F3BFD3F882105A0A89428BE4EB479D034A195; IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9; IL2CPP_EXTERN_C String_t* _stringLiteral05A85C411F36A0E61F2DC19EEA669DEEC054A380; IL2CPP_EXTERN_C String_t* _stringLiteral065B11D7C3AA8B02B60A5EAC41FB40F35986439D; IL2CPP_EXTERN_C String_t* _stringLiteral06A5060CB58FF1D38C17B719273243204354D933; IL2CPP_EXTERN_C String_t* _stringLiteral06E45E384318B6624808D37590F60AC199C6E250; IL2CPP_EXTERN_C String_t* _stringLiteral075BA157517015169565DFEBC6A6BF7B37F9C3A2; IL2CPP_EXTERN_C String_t* _stringLiteral088FF9CC4A64AC6FD450BB7E2033505FF5CA7BBB; IL2CPP_EXTERN_C String_t* _stringLiteral0939088828CD91B379C9EEED39CACBA466D59E8F; IL2CPP_EXTERN_C String_t* _stringLiteral099159EFC148FCC9684807A199CA2C0E794E79FF; IL2CPP_EXTERN_C String_t* _stringLiteral0BA64AFCF5682EF5FDBB6430D3E270F7C245B35D; IL2CPP_EXTERN_C String_t* _stringLiteral0BB017B4F7044D10FECB7E1ED43D840FD2F580F9; IL2CPP_EXTERN_C String_t* _stringLiteral0C1AA5A849BD1D97F5B5DA50C79B51097A49D837; IL2CPP_EXTERN_C String_t* _stringLiteral0D8198A9A3AA764586FB5A21A0264FB84DBC3884; IL2CPP_EXTERN_C String_t* _stringLiteral0D924A1CF85348DADADE7C40CE2046AF8F14E37F; IL2CPP_EXTERN_C String_t* _stringLiteral0F426A280C8EFA9AF17DF428B34BFFDED8BF8DD6; IL2CPP_EXTERN_C String_t* _stringLiteral103F9B74449ABA84825D35E18D4E3DAC71713C88; IL2CPP_EXTERN_C String_t* _stringLiteral10634FC37DD429D200662B26C04F3D0070EFED31; IL2CPP_EXTERN_C String_t* _stringLiteral11E6BAA01E1CAECAF655BB41CD90FC2FCC407382; IL2CPP_EXTERN_C String_t* _stringLiteral129D8995300E6B451DACF446B680AEF44A65F14A; IL2CPP_EXTERN_C String_t* _stringLiteral141A92417F71895E56C4A5DA05F3E98FC78E2220; IL2CPP_EXTERN_C String_t* _stringLiteral145B7B1B274FEEC27EA53A0C0964D708D28AE5CA; IL2CPP_EXTERN_C String_t* _stringLiteral1483E725D050A5FD91AA89A816A346D84CA10CD3; IL2CPP_EXTERN_C String_t* _stringLiteral14EAD907C72674C9575BBAB8F844A4E6F2D1C617; IL2CPP_EXTERN_C String_t* _stringLiteral1593AFEC6396C4BE4606AC8E73321AF496F21F95; IL2CPP_EXTERN_C String_t* _stringLiteral163A28C84ED13E332B837A2C5D7BBE8F7AEA1271; IL2CPP_EXTERN_C String_t* _stringLiteral176AD83F00146C227F9288B73ABAD074C7F43767; IL2CPP_EXTERN_C String_t* _stringLiteral18E18F1E09D35DE6FA56637EC68B3D476AABD628; IL2CPP_EXTERN_C String_t* _stringLiteral1994557C9850CA12CEDF370B8F7E1A2E35748A9C; IL2CPP_EXTERN_C String_t* _stringLiteral1A954628A960AAEF81D7B2D4521929579F3541E6; IL2CPP_EXTERN_C String_t* _stringLiteral1ADBCC344B317C2F3BD64FDAC273F8B0DC410CDF; IL2CPP_EXTERN_C String_t* _stringLiteral1C20DB8D7EEAC8978CE7B149447BF88630126A5F; IL2CPP_EXTERN_C String_t* _stringLiteral1D06A0D76F000E6EDD18DE492383983FEEFCED4E; IL2CPP_EXTERN_C String_t* _stringLiteral1D80B236737362B6763B7B22A2AD3B19D659EA67; IL2CPP_EXTERN_C String_t* _stringLiteral1DA156480B388DB9CBA62718E433405E2CA0019A; IL2CPP_EXTERN_C String_t* _stringLiteral1E750E41089A297EA7AD4D6627F9EE875FA40DD9; IL2CPP_EXTERN_C String_t* _stringLiteral1ED70EBA875A733D40A2C2DCB9AB5869F048491C; IL2CPP_EXTERN_C String_t* _stringLiteral1FC518F4C84253717FB6893DE51CBC33ADC9DCDE; IL2CPP_EXTERN_C String_t* _stringLiteral203147D29DAC34C267675E7E818814B9ED846862; IL2CPP_EXTERN_C String_t* _stringLiteral21482CB09DBF8B011588E8224963D4CC1E9DEFE7; IL2CPP_EXTERN_C String_t* _stringLiteral2151ED7F59A91D581314544EBDA133E779F0A7DD; IL2CPP_EXTERN_C String_t* _stringLiteral21BB8841C98DA531450DCAAD92C1E0C8A226E341; IL2CPP_EXTERN_C String_t* _stringLiteral23B1F06531BAA94E0D9D18F740F2C0731BED49E0; IL2CPP_EXTERN_C String_t* _stringLiteral253ED431835BA5DBF0F47CAC23EB5AA34D510E8A; IL2CPP_EXTERN_C String_t* _stringLiteral266362A764EB2AC3DAD6699FF8E792FD51296EAA; IL2CPP_EXTERN_C String_t* _stringLiteral271E9A568C0E9E562431CCB1F5DA3422162DE7B8; IL2CPP_EXTERN_C String_t* _stringLiteral29C701E4A778FE42F062D7B440FDD174E60C5D02; IL2CPP_EXTERN_C String_t* _stringLiteral29D9DCFA7C6D0A0362D577311D1327C2F32844BC; IL2CPP_EXTERN_C String_t* _stringLiteral2D1223AA525F8AF3A9DE6CE0572AD2B28D496DD1; IL2CPP_EXTERN_C String_t* _stringLiteral2EDF9DCBB77D9604721EA3742A202D2A107F252D; IL2CPP_EXTERN_C String_t* _stringLiteral2F9611CD98C5424DBBFE9016B8D6763433B0B2F0; IL2CPP_EXTERN_C String_t* _stringLiteral2FA3EB2877480680280EB2C0FAF8C6DCA8679CD4; IL2CPP_EXTERN_C String_t* _stringLiteral30EC7015AD24590A7645F2081C9FBD966077E082; IL2CPP_EXTERN_C String_t* _stringLiteral31A814D37FF8B628A6531335D4A64DA5DBC28A12; IL2CPP_EXTERN_C String_t* _stringLiteral334389048B872A533002B34D73F8C29FD09EFC50; IL2CPP_EXTERN_C String_t* _stringLiteral3370E256936DE03D3261111C318997A125FC10E4; IL2CPP_EXTERN_C String_t* _stringLiteral3478FE69C7DCEBC14F62B322A44059DEDF000466; IL2CPP_EXTERN_C String_t* _stringLiteral351298C415DEBEFBB54A67F8E7C76F7A75569062; IL2CPP_EXTERN_C String_t* _stringLiteral3871480DCB823EA749F489B003B4D8558A2B9719; IL2CPP_EXTERN_C String_t* _stringLiteral3BC7A26E76A63DF9920F3BEDB058F52FEC96FA43; IL2CPP_EXTERN_C String_t* _stringLiteral3BDF734996E0D770755E9726228ECB8DAC7DEF54; IL2CPP_EXTERN_C String_t* _stringLiteral3DAB599AB76A9DF122D9F7C516C9FFD6B6D098FC; IL2CPP_EXTERN_C String_t* _stringLiteral3F16053B9BD976A989205FD4A430B61A5A32AA81; IL2CPP_EXTERN_C String_t* _stringLiteral3F9677E577E4AEDEA542E6B186705D0BEBCD2D76; IL2CPP_EXTERN_C String_t* _stringLiteral3FD045D8C04EF564739AA17235C8BD2EF37729E6; IL2CPP_EXTERN_C String_t* _stringLiteral40BDFAAACF820E0FF5A35C1053F351F7EEDC87F1; IL2CPP_EXTERN_C String_t* _stringLiteral462989EB7FF56BBCE02713EFD9DB9D2704744ACE; IL2CPP_EXTERN_C String_t* _stringLiteral469371BDF9A907F5C6B4F160092B623346D2C0B0; IL2CPP_EXTERN_C String_t* _stringLiteral46A55120A9D554BAD84EEDA1CFCF416DE2A62A48; IL2CPP_EXTERN_C String_t* _stringLiteral471F51EBBDC1B97703E37F45F5DF311E26240E54; IL2CPP_EXTERN_C String_t* _stringLiteral4AD3F23F358A0F08FEAA7816ED9638F813F12DC5; IL2CPP_EXTERN_C String_t* _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9; IL2CPP_EXTERN_C String_t* _stringLiteral4B937CC841D82F8936CEF1EFB88708AB5B0F1EE5; IL2CPP_EXTERN_C String_t* _stringLiteral4EE73A6ADE5A451F6EBAF5C286BC3A7C2314D2B5; IL2CPP_EXTERN_C String_t* _stringLiteral4F57A1CE99E68A7B05C42D0A7EA0070EAFABD31C; IL2CPP_EXTERN_C String_t* _stringLiteral4F89A0AD8D42F1C9EE1108B9CC5BDAE7E38B1933; IL2CPP_EXTERN_C String_t* _stringLiteral4FC6348D5AF0FED899DB8C50BD3503F6E3B83158; IL2CPP_EXTERN_C String_t* _stringLiteral516626BF8A5006ECCE1803EEB6A747182000D4F8; IL2CPP_EXTERN_C String_t* _stringLiteral53397C9EE82911CE7A2F7D8BF494EF3B73DB25DC; IL2CPP_EXTERN_C String_t* _stringLiteral53F0A21F91ED8C80A90D4F49A216D69BF885B927; IL2CPP_EXTERN_C String_t* _stringLiteral546BDFFEC57D5B9D11B7BD31C9B232AA3328BDCC; IL2CPP_EXTERN_C String_t* _stringLiteral5793651CA3B37C089B9E4B1C2F04489D9D5D20DC; IL2CPP_EXTERN_C String_t* _stringLiteral57F03A4D6172FD8DFD6E44307713AE6598B7C8AF; IL2CPP_EXTERN_C String_t* _stringLiteral57FEA61674992BF4915C753D22AD43D125320F7E; IL2CPP_EXTERN_C String_t* _stringLiteral585CDAEF1C05C00DA01BE2C7BBE46CCB896373B5; IL2CPP_EXTERN_C String_t* _stringLiteral5ADBC2B8C5C1C93843CDFB9A3FAE9F48D40CAF17; IL2CPP_EXTERN_C String_t* _stringLiteral5ADCEDF69F59364A4982DE1BBFB4BDD9FCF51354; IL2CPP_EXTERN_C String_t* _stringLiteral5B273B545AACCC3981B2F118C6F58E31870B9041; IL2CPP_EXTERN_C String_t* _stringLiteral5C84440C1B6C83540ECAD9D50E2AC5F1F6400787; IL2CPP_EXTERN_C String_t* _stringLiteral5DBAC5E5DF3BA304AC8911D257065FE31ED4C154; IL2CPP_EXTERN_C String_t* _stringLiteral5F11CBDC82A37420491DCA7DF45CF507FE970CD1; IL2CPP_EXTERN_C String_t* _stringLiteral60656BE56673C13F505B1C5488A7166E2089C0FE; IL2CPP_EXTERN_C String_t* _stringLiteral61056A8D6B057B04FB7D849D2CD602F274050115; IL2CPP_EXTERN_C String_t* _stringLiteral612158BC823EDADF8DB7B994AB8EA47EE193F1EC; IL2CPP_EXTERN_C String_t* _stringLiteral636CAE7EC5404F8F7F5761ABC1BDFCF2DB1CB301; IL2CPP_EXTERN_C String_t* _stringLiteral643CB6A6BA48F3AE4755237BA7573491A8FA3CF2; IL2CPP_EXTERN_C String_t* _stringLiteral644301A004DD89DD533E0FB30304132F286C320F; IL2CPP_EXTERN_C String_t* _stringLiteral6820EEE896F17F7DFE5A3A73E2D6ACCE21580432; IL2CPP_EXTERN_C String_t* _stringLiteral6B70FC8DC165E533CBF2BCD7C70701DE3B3E114D; IL2CPP_EXTERN_C String_t* _stringLiteral6C2D0E385C27A6FCF1BBD55773903A7F8E0B4177; IL2CPP_EXTERN_C String_t* _stringLiteral6D083A50642796603FDB80B451BDFE5A1EBDA7B0; IL2CPP_EXTERN_C String_t* _stringLiteral6FE570BF83AC73F03130C946C95BBB729DA89450; IL2CPP_EXTERN_C String_t* _stringLiteral71B20FA9E1AEFDFE48842894A628FA8EA2E436C2; IL2CPP_EXTERN_C String_t* _stringLiteral72B57AF6E563EED4F9B293617D7CA8DD481874AB; IL2CPP_EXTERN_C String_t* _stringLiteral7415AF852285864543D672D23DF2BB211F0C4031; IL2CPP_EXTERN_C String_t* _stringLiteral766239989416D51C14B55A6642AE7E5368F71405; IL2CPP_EXTERN_C String_t* _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB; IL2CPP_EXTERN_C String_t* _stringLiteral776EAB3C09C2B9AEC36E07E11C1917158C81C72B; IL2CPP_EXTERN_C String_t* _stringLiteral794E1CA7E6BFAF56A784B3C69FFAB9264C9C5A64; IL2CPP_EXTERN_C String_t* _stringLiteral79B1FE55688BD726A6E23B389FD479DBA28E6544; IL2CPP_EXTERN_C String_t* _stringLiteral7B3E6A2D7226CB0B48938DA508D56FFC46377711; IL2CPP_EXTERN_C String_t* _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20; IL2CPP_EXTERN_C String_t* _stringLiteral7C4A8D09CA3762AF61E59520943DC26494F8941B; IL2CPP_EXTERN_C String_t* _stringLiteral7CB69315299CED59AB625569765CDA3D9F3C0835; IL2CPP_EXTERN_C String_t* _stringLiteral7F0122B026A7E187F43820A1B629116867890AAC; IL2CPP_EXTERN_C String_t* _stringLiteral8060CCC05E083B50CF67D7B78B1217320D251365; IL2CPP_EXTERN_C String_t* _stringLiteral81F623534187382CAC7DF4D9F29A641C13CB0744; IL2CPP_EXTERN_C String_t* _stringLiteral83B40C0020B479E8FD4C0B973D3F7DB3AC839AE9; IL2CPP_EXTERN_C String_t* _stringLiteral85435142362177307E6AAFCD45F1E3D942A09603; IL2CPP_EXTERN_C String_t* _stringLiteral85DFAA75A938AB3B4806A3EB659D655966397D14; IL2CPP_EXTERN_C String_t* _stringLiteral87064B0665A4F1EDD81C5951DD1834A9983D2D88; IL2CPP_EXTERN_C String_t* _stringLiteral88639B87FCE1020F4BB6B1C4808424BB491A24A4; IL2CPP_EXTERN_C String_t* _stringLiteral8AA129D18DBE0CC9F7F995706926AEBBD09C728E; IL2CPP_EXTERN_C String_t* _stringLiteral8AE6836CF17D57DE0585A21A220460DABF178D77; IL2CPP_EXTERN_C String_t* _stringLiteral8D638C169C576C442A3B0221A419E00B7B79261A; IL2CPP_EXTERN_C String_t* _stringLiteral8F011033B3E34212B7633A2C5FB0F3ED8B65F98C; IL2CPP_EXTERN_C String_t* _stringLiteral8F595011A3953AFF6B7FB36FE731811B418B47B0; IL2CPP_EXTERN_C String_t* _stringLiteral8FEBF6DB78057D8CCD865C2844D1080473FD4FC9; IL2CPP_EXTERN_C String_t* _stringLiteral922279FB93EFF2706F42C382E3951F401BACAE87; IL2CPP_EXTERN_C String_t* _stringLiteral924C916B4E93D29AF393C02C9F5951B465718D0C; IL2CPP_EXTERN_C String_t* _stringLiteral92851CC6B1670108A6E306D7BF2ACB24115787E8; IL2CPP_EXTERN_C String_t* _stringLiteral93732C8E1971247BE6FB03173C41B23855FABCCB; IL2CPP_EXTERN_C String_t* _stringLiteral954C11DBD79D5E731DC5B7173E7861A6897BCD76; IL2CPP_EXTERN_C String_t* _stringLiteral95DA4089A32D9D7975434E34351B51D8E6BEA205; IL2CPP_EXTERN_C String_t* _stringLiteral97616B344EDA93D6BC9F2674C656518401D168FE; IL2CPP_EXTERN_C String_t* _stringLiteral98254AC428D288CBEFE45F0DAAA4C1CD892586EA; IL2CPP_EXTERN_C String_t* _stringLiteral9A0A3375FF8B5290601C7DADAE9CFB83EAA833EC; IL2CPP_EXTERN_C String_t* _stringLiteral9A9A5C0C3BBB6E098E3635FC4720D7B50C5383D6; IL2CPP_EXTERN_C String_t* _stringLiteral9F6AB306EF2E4A4B92811D236D5A825C7C975489; IL2CPP_EXTERN_C String_t* _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313; IL2CPP_EXTERN_C String_t* _stringLiteralA03F8CB2D40704019A9DF1C819587CC217A7CC07; IL2CPP_EXTERN_C String_t* _stringLiteralA1949BD644E4DFC6F105F2C65C5AD765A0D89770; IL2CPP_EXTERN_C String_t* _stringLiteralA34C860A9909DD2ED8B22B29B9377B8C6D48FBEC; IL2CPP_EXTERN_C String_t* _stringLiteralA396E4B1CEE2E4B425A668781C6E46DA3A438238; IL2CPP_EXTERN_C String_t* _stringLiteralA51F01541FCE99918C7E3575B1FAFF0656F3952B; IL2CPP_EXTERN_C String_t* _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE; IL2CPP_EXTERN_C String_t* _stringLiteralA91D6C9D88A335E2C4A5DDF55429DF89030E3BB8; IL2CPP_EXTERN_C String_t* _stringLiteralAAA4D5F872BEC4294F62C580C9E7BA18717A455B; IL2CPP_EXTERN_C String_t* _stringLiteralACAEE19BEA778FD02FBF838319EF71BFBFC9D165; IL2CPP_EXTERN_C String_t* _stringLiteralAD212F10B63AF0DED312BF24A49324365C1E1B44; IL2CPP_EXTERN_C String_t* _stringLiteralAFEB86281CF2E5CCC2EE44727B487E664EBE4D3B; IL2CPP_EXTERN_C String_t* _stringLiteralB00CBE5694E2D83B1990BB3A20CC497CB870F476; IL2CPP_EXTERN_C String_t* _stringLiteralB0BAD4B519E7A4F41D50CD37986A7993E2FE5F26; IL2CPP_EXTERN_C String_t* _stringLiteralB2A7AB8202310550CCE2AB0329DFAD41604EF633; IL2CPP_EXTERN_C String_t* _stringLiteralB3D23B286C32DA032EF00A9CAFCF22765E9AA4DB; IL2CPP_EXTERN_C String_t* _stringLiteralB4ECB6441013DF0C1E880B868D1973BF3A6459E6; IL2CPP_EXTERN_C String_t* _stringLiteralB57D9379EB5DA68489A3972B99598745D2D12739; IL2CPP_EXTERN_C String_t* _stringLiteralB77AB64A4E07A6CD2ED99B347104337147256608; IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6; IL2CPP_EXTERN_C String_t* _stringLiteralBA004547C548502E56725F730F437FE7B0D2F7C6; IL2CPP_EXTERN_C String_t* _stringLiteralBA944144B24D5225B8DE5064A208471494788CA0; IL2CPP_EXTERN_C String_t* _stringLiteralBCEB047E4447C18932B32EEF77302AC12DD7EC1B; IL2CPP_EXTERN_C String_t* _stringLiteralBD61DF4C3E8D5948281405F2951D1BAE1EED1813; IL2CPP_EXTERN_C String_t* _stringLiteralBFB5948CE639112E2519A0E9D967F48AE2A5B72E; IL2CPP_EXTERN_C String_t* _stringLiteralC11EDB0185EDFE0AFC944462C5B903AD1949DD4B; IL2CPP_EXTERN_C String_t* _stringLiteralC274F80499FE546270A27AB70B24AA9EA7214AA6; IL2CPP_EXTERN_C String_t* _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A; IL2CPP_EXTERN_C String_t* _stringLiteralC39CC883DE29EE02E600C53F34170CA165B004DB; IL2CPP_EXTERN_C String_t* _stringLiteralC55541CF42E9B02438B90A3BB88CDC92C51AEAFB; IL2CPP_EXTERN_C String_t* _stringLiteralC5ECE7131F33B8D3EBBDAF7963CC9E1FDDEABF88; IL2CPP_EXTERN_C String_t* _stringLiteralC7D8A6D722A1EC9A16FAE165177C418D4FD63175; IL2CPP_EXTERN_C String_t* _stringLiteralC8FC73AC4BFCE39454C108C1D54E2857E69EF6A2; IL2CPP_EXTERN_C String_t* _stringLiteralC9935100069BED0A3FCB07CE7E5AEDD804F91ED7; IL2CPP_EXTERN_C String_t* _stringLiteralCA7C53DBE7E099FD088794D4FE6E0D4B86440A29; IL2CPP_EXTERN_C String_t* _stringLiteralCB0F60EDEB6B34360E1D30F7A5BCB7FDA8C3FBF5; IL2CPP_EXTERN_C String_t* _stringLiteralCC10F53BB0331DA54609454AE1B487774436A416; IL2CPP_EXTERN_C String_t* _stringLiteralCF3869E9B67643FD28B62B19EA2D21B3B805AF11; IL2CPP_EXTERN_C String_t* _stringLiteralCF5153DDC93F8B99DAB08E0043C1DD88BE5F8399; IL2CPP_EXTERN_C String_t* _stringLiteralCFDEAD3C06673372C6755E19DCE62050CEC67E56; IL2CPP_EXTERN_C String_t* _stringLiteralD262E689D6CF12FFB716F360594D75F2D026CB8E; IL2CPP_EXTERN_C String_t* _stringLiteralD2FA33E6D5B2D35BF0938A33070EF464194C4A1A; IL2CPP_EXTERN_C String_t* _stringLiteralD32474CB5830A9ABC8816C214A810AC379799CEC; IL2CPP_EXTERN_C String_t* _stringLiteralD36D90262D131A564C84C3A8E0152D8D8E73A1A3; IL2CPP_EXTERN_C String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46; IL2CPP_EXTERN_C String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5; IL2CPP_EXTERN_C String_t* _stringLiteralD7C11F01FBD80079AE8ECED9CD967570C93114E3; IL2CPP_EXTERN_C String_t* _stringLiteralD83C9B7214A1135D6DBD08D31E5AF35223585E7A; IL2CPP_EXTERN_C String_t* _stringLiteralDA0772FC7030866813F8D51B39C50904D576ED55; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAAFDCCB6040715F6DB7264DDD5D18033E32A3EA; IL2CPP_EXTERN_C String_t* _stringLiteralDAE5E3714BCA10D0DFBE2CCF8B93D13160A30089; IL2CPP_EXTERN_C String_t* _stringLiteralDBB83DF2F770DB95CC788CF924091B643EEF5483; IL2CPP_EXTERN_C String_t* _stringLiteralDBD2DF61919DFC0780658DE040D7BE4066A7B8AE; IL2CPP_EXTERN_C String_t* _stringLiteralDBE49427C2BF0B42D0C7F02A0B93C88D23D227AE; IL2CPP_EXTERN_C String_t* _stringLiteralDCF2CEB17DBE05928AB87F7C4E7EC51E9AE7C861; IL2CPP_EXTERN_C String_t* _stringLiteralDEFAC0D3B75336B39E586CD3E716E983D6DB32AC; IL2CPP_EXTERN_C String_t* _stringLiteralDF6AD19037C97987C4FF9792810C0E145356717C; IL2CPP_EXTERN_C String_t* _stringLiteralE12B7E353E54A1B4CEED0B3BC01700B1A21B5956; IL2CPP_EXTERN_C String_t* _stringLiteralE20665AB6EEFA4A82E1761BA923DC934119CE762; IL2CPP_EXTERN_C String_t* _stringLiteralE53407CFE1A5156B9F0D1EED3BAB5EF3AE75CFD8; IL2CPP_EXTERN_C String_t* _stringLiteralE5AD89C6E6EE32C2FF79C9B60B2505770F0E335F; IL2CPP_EXTERN_C String_t* _stringLiteralE63C8E3D149E60ABDD0F8DB1FBF89882A1F0926D; IL2CPP_EXTERN_C String_t* _stringLiteralE837FB96FF674A3F860054C09C5266569C5FADFD; IL2CPP_EXTERN_C String_t* _stringLiteralEAC2647EDFD7537E56713BD17ED2D5F174E5B97A; IL2CPP_EXTERN_C String_t* _stringLiteralEAEF99A09E561A86004BAEB87A80BB4CFCE8CE67; IL2CPP_EXTERN_C String_t* _stringLiteralEB7ADA766135202F9C3F1D2EE04F80A8F757C13C; IL2CPP_EXTERN_C String_t* _stringLiteralEC80DBC1DAADF95686059012BBCC69944F3C87E3; IL2CPP_EXTERN_C String_t* _stringLiteralED43A8A09E9BA56D3804E6A7A1E00ADC332624B1; IL2CPP_EXTERN_C String_t* _stringLiteralED680FD6F9179F5057AFAD11526A7AB4973837CB; IL2CPP_EXTERN_C String_t* _stringLiteralEFA44987B6E36A90882A7DF93EEDC89343ACDCB6; IL2CPP_EXTERN_C String_t* _stringLiteralEFC3D03602923EED2CDFFC41F4A5635CC6DCED05; IL2CPP_EXTERN_C String_t* _stringLiteralF0DF5F0EE66392C16506AF6484D3E6F10FF69442; IL2CPP_EXTERN_C String_t* _stringLiteralF1FAD20F448089FA026F17944CF239B8C1C4DCD2; IL2CPP_EXTERN_C String_t* _stringLiteralF2F8A99C598E360554018BD701810F222556A75E; IL2CPP_EXTERN_C String_t* _stringLiteralF35C1C00FCB01B691C1FA3D6079FF731CF8AAE95; IL2CPP_EXTERN_C String_t* _stringLiteralF3C0411596DF18F42CBD83663C2B5694348FB5FC; IL2CPP_EXTERN_C String_t* _stringLiteralF51D73DD387DA3A4E1FE24683C02CCD14ABBD8A7; IL2CPP_EXTERN_C String_t* _stringLiteralF6EBE6C5A470B13ADE9E8A35D3A329373115DC4D; IL2CPP_EXTERN_C String_t* _stringLiteralF8CF64F32B94736077AE9135E13E22973918D262; IL2CPP_EXTERN_C String_t* _stringLiteralF950DB257683E6FC4161BAD4C39A97A5FB115007; IL2CPP_EXTERN_C String_t* _stringLiteralF98600D5829BE14368176B23CE489BB6BA90D4AA; IL2CPP_EXTERN_C String_t* _stringLiteralFAE48C0C427E207C44531A2FA2E85E2CB74F3B8A; IL2CPP_EXTERN_C String_t* _stringLiteralFB627054EBA5702F2E0BBB0533E2853644843038; IL2CPP_EXTERN_C String_t* _stringLiteralFE2F9F7234281BC33C2EEB5425664FB299319B15; IL2CPP_EXTERN_C String_t* _stringLiteralFE9ADFED57FA3948646BB729D51D8AF43E58D068; IL2CPP_EXTERN_C String_t* _stringLiteralFF02968FEB74A37E22E2D3C4E9859E0FB565E4AC; IL2CPP_EXTERN_C const RuntimeMethod* Action_2_Invoke_m117F5CBDF470956E1ED538CFC9C3D5E343CFA841_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_mEA6C8FBABE309599A828D6BB8777278BCFB28719_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCollider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF_m6B8E8E0E0AF6B08652B81B7950FC5AF63EAD40C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisPlayermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_m07E0AFD12F7499155DB07C48ECBACA5026A5A18E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m3F58A77E3F62D9C80D7B49BA04E3D4809264FD5C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m5C235AF9CA780B1AE8C6F5D0C64B8F24BBFB29A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m69C12455B75C30FE1DD2A2E17D88E24DE0733B7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m322633770A625F28DCF51758884A4E996F2E2529_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1__ctor_mD3E7A73EFE6362F346C1C03E4E298B376D1E90ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m2D2EAD0328967BB4D0F2F873B71A15722B7F035B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m9904EA7E80165F7771F8AB3967F417D7C2B09996_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m04725F873F765AF3EA906137A60CD58809FE1C80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCF3938D33A4B2D1D9B65321455F867660E72C3FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCamerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_m0269D0F757112165EA42373ED64927089F71EF77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisChekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED_m16CC7E451CA97DBB20CF6E2701E177A3489C1585_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisInputField_t533609195B110760BCFF00B746C87D81969CB005_mA51516D144F85CAE471A6A68DF98CFB88FCE87AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMakesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323_m707B1844E361A71AD024ABF555E6A64508BB05D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPlayermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_m01A2483E05BAF07A48658121EBB501EA3435CB5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mD65E2552CCFED4D0EC506EE90DE51215D90AEF85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m31F97A6E057858450728C32EE09647374FA10903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisSlider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_m688424BCA2C09954B36F15A3C82F17CAECEB91A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_Tismetrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432_mDC071D6929B9E4B66AB5E7998F9DF9EB02529918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_Tisshipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F_mC4115D2D386C7BC957CF10C067CA32BCD379F52E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IActionExtension_Delay_TisPlayerController_t4CE339054014370D89B89922EDC0EA2766589C85_m9D0F729DE67D455B173D01CDD0A50822190DFA74_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisResponse_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC_m5FFFC34BFCB900053D5A8A72424DF2CC7B292211_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonUtility_FromJson_TisUser_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7_m15D586E606FFD7E19F463A908F7A66FF29D2FFF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB466FEDA88AB72CA7331450A36E50D916A6C3BB6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m328812EE6BE89C6594EFCA34543A2F011D1452C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mB2481B3FDCA022A6CC7DE965DB8DEC53D210FA24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE0CF797BC1662A4FDFF8009E76AC0A5CD1BB1FCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588_mC0470CB524E9422DBE5F60F271684CF21110C9C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisDeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D_mD9EBA99E245875564E7C86A66FF2D673349E928F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisInviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D_m7F3DE27DFBDEFA806B537037616A14BBED292671_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisMotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711_mB34048589825D18864C39716C81AFAC64D0381DA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisStepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213_m60084BA267BCDC1D0E30030C0764DEE99E7CB5E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Marshal_GetFunctionPointerForDelegate_TisUserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36_mEA4253085995D0252C817E1D3E076168D250C41C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_U3CtestU3Eb__60_7_mB1E0A2F36C72BDD4BAAA82BF1E1C16FEEA7314E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_U3CtestU3Eb__60_8_m76E48C31FB6A4D90E16F294CC35683A723EC37F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_U3CtestU3Eb__60_9_mC1D01DA5359C5107CF3DB72D29A3CD04E37A0027_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_actionHandler_m65BE15E1CD387BD47C02E5D6891E8BDB14A0E28B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_deviceHandler_m8FC60F439591E02DCB2359542D7DCA90062F40AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_inviteFriendHandler_mF1EF1175230FAA9F54BC964273D1F98777E34573_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_motionHandler_mF96F7D49424E7DD97D9113A80E813CEE1E63F55B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_stepHandler_mA295A80416B62E1077AB8DE3BB580197DC87A176_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* MessageHandler_userFriendsHandler_m13C83A0DBB8F1661E8CD4FCF158035A763666577_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewSocketClient_ConnectionAsyncCompleted_m7683F7CC75FD277BA6C64A12550D731DBE9B36E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewSocketClient_OnRead_mADCF956F0A7E7E7A9F4C001DE5C50CE7F3A05338_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewSocketClient_OnWrite_m166BAFB47EE485703DD5C3A75F942BA36D765FC5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewSocketClient_RecvAsyncCompleted_m4F09F647D7C91E7C3C28E1A22FF72229105B0CC4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewSocketClient_SendAsyncCompleted_mA395B60C49DF88EFDB1E4E9277C7B70AC0DBB8B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* NewSocketClient_U3CSendU3Eb__18_0_m53A2CA027783B878B67429EE147D825FAA3EB2FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* PlayerController_U3CActionJumpU3Eb__6_0_m656821B622E1080F3F6EAE05088F643D45B07627_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Playermuving_fixanimation_m2D7B9B6F6F7DC7F4C454BBD92ED5262A1DE46F58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Clear_m143E26AD91553624422CF88D670746960756F76C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_m1A5571F2F0F36B8A95FB3578A92EC93F6866C280_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_mEF86147DA97BC52597094D71FCC03A167B7B397D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_m7930AE40AC72D337F4E9AAC70FD046844517D6DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mC4DC81521D632CE242894079863E35D188452797_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCreaTeCoinInmap5U3Ed__175_System_Collections_IEnumerator_Reset_m48E43C487EA8848B72265CDD79367FA47DA1DF1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCreateCoinWenDieU3Ed__176_System_Collections_IEnumerator_Reset_mBA1941F88157CFF713D7278407592BDDCDC0CD13_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCreatecoinformapU3Ed__129_System_Collections_IEnumerator_Reset_mDEDE33A3F3FB53E1E49EAA1392E953C093AA089E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCreateitemU3Ed__136_System_Collections_IEnumerator_Reset_m63BF77EB2C20688B7E81037ADA4A41ADE30A09E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelaydestroiU3Ed__164_System_Collections_IEnumerator_Reset_mD5B8F3567FA58DA2F189EF39ED4A650813B063AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_IEnumerator_Reset_m54D0DB2818A5EE4E961205EAA8ADBAA5B2A06146_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_IEnumerator_Reset_m8788BC443A060D68DB71E302B0C5BB046E08425C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRandummapU3Ed__123_System_Collections_IEnumerator_Reset_mCF4ABD0672F1C14193DAD366BFB54DD34B908138_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_0_mEEAA26BBC7AA49F1FD2D191A6D55BFA2A577E41B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_1_m75FCFEA1DEE6B07C20B2ABC4F3A63F1D848B7C8E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_2_mFF8F349BA465997B2953B487AED4597FA312A5D6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_3_mC4500C70E2F5C73CEC7BD063FA77D28CDF1E8A9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_4_mE4717EB6CAE96984DFCDD59BA8CAC81623BF5070_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_5_mEF5DABEF14DAE8334EED3625FA72ACAB3C8A9F72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CtestU3Eb__60_6_m827DEED994491BB7AC779AB6C6B920FABFFFBC6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CcheckstartU3Ed__35_System_Collections_IEnumerator_Reset_mD0F730E58FF5F7CBB68603135B4CD845A85D0D24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3Ccreateallitem1U3Ed__156_System_Collections_IEnumerator_Reset_mD7ED33688F315ED08979672A88FBE474F187AD21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CcreateallitemU3Ed__157_System_Collections_IEnumerator_Reset_m94FD89BFECEA19D0A66794EE6F9F02948CE8987A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelayU3Ed__170_System_Collections_IEnumerator_Reset_m66A007C57B7B6E4475F25CD39AA3AFCB66580708_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelayU3Ed__26_System_Collections_IEnumerator_Reset_m0699C6FB802BA0C10B4E531056B7CCDCA7DBEEDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelaybackU3Ed__13_System_Collections_IEnumerator_Reset_m882F442E5C7FD9E66F83D15BFDCC4BD73FD3FD0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelaycallbackU3Ed__173_System_Collections_IEnumerator_Reset_m7CBC63C9782AA921E746590DE878877DDBDE0147_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelaydisballU3Ed__34_System_Collections_IEnumerator_Reset_m7B2A1186721773834A98D6DB42695FB7B650CD04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelayfolowcameradieU3Ed__25_System_Collections_IEnumerator_Reset_m1E40761C489856A38776E5629164C1D8ADB470CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelayfolowwendieU3Ed__33_System_Collections_IEnumerator_Reset_m7FA72A0D13548A36E0391A80BA0C85FF11CD5559_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CdelayfordestroiiteamU3Ed__12_System_Collections_IEnumerator_Reset_m01E4DE08EA610C9C088B78FA1DE012DAC4F41636_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CemtyforhowtoplayU3Ed__126_System_Collections_IEnumerator_Reset_m825877E2BA130F4819D0720E0131D9563218D3DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CemtyjsonU3Ed__110_System_Collections_IEnumerator_Reset_mAC30BF8F3D393F4DE229232657266678EC495AD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CfolowTagetU3Ed__32_System_Collections_IEnumerator_Reset_m2FA5AC377DCAA6628F4D4351AB83FACFA9BDEEF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CplayagainU3Ed__113_System_Collections_IEnumerator_Reset_m65074D983BB3A9BCB57DC532487D817E69CEC978_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CrandumallmapU3Ed__115_System_Collections_IEnumerator_Reset_m6DE5244ABF0D0A15F7CB8F50C578B2DBD231D441_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CwhatcallbackmapU3Ed__119_System_Collections_IEnumerator_Reset_m4EAC7549297A9297B4E4128FE9EFEB827C0C76C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_mDF0761DC432ADAE690B100D381AAEE87CD2C3DCB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mCCF08CC8634A4987236EA3C100FFCA94A18C7CC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* BLE_STATE_t50DEB95488C3EDB406DC2D8CF36636172A217AC4_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CMD_MOTION_tF9DA13F1A617EA18DBBAE127272916F21D613A06_0_0_0_var; IL2CPP_EXTERN_C const uint32_t ActionHandler_BeginInvoke_m8E78200D33D0F77425C3E6DEB40900532AEA4CC0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t DeviceHandler_BeginInvoke_m8379FB853D2B88E71045D2A5A96E5C42200E1D59_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t InviteFriendHandler_BeginInvoke_m1082BF946DDA617E7FA8F2719FD89ED4F022B499_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Manageritem_delayfordestroiiteam_m0F6CAC3F40D934B302545E7E25AC88749AA86045_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManagernewSceen_Start_m9CFD61C071F13A89A9C768DF660D2BD25256CA07_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManagernewSceen_TaiNan_mCEB26ACD64DCE270F9D687BF7B2B965287A82AF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManagernewSceen_Update_m1672881C9A1E1C25D71C5F98326DE2B24F72BBEF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManagernewSceen__ctor_mDD30C5D086F7B9DE03C429BE9647B9CBC40719AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t ManagernewSceen_delayback_mA09627F59EB72189F6E98E4F3491DBA27323FE13_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_ActionInner_mAD90CF71612BD21C63A1A6BBE97B085615731169_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_DeviceInner_m1A3004CD1CCA929090B2854E5B7FA8F45E76562F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_GameModeInner_mB038A65762A31548261540D263924EEB63B951EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_GetUserInfo_m2099EBD8AA7F58C362A02DEA8E9A579349C031C1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_InviteFriendInner_mEE8BF6D008231F30A1782397F6FE218787E3A577_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_MotionInner_m29F6BB0427B68ABCCC917E761CB9D04BB3431D57_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_RotateInner_mE509D7F4C81EE11F9C23B6D9FC1853AD309E5D50_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_Start_m8F2B2B9239E7BB070A95A3ACAF55DAC8E12AE058_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_StepInner_mA616CFDCAEB27509DA9DEA9A5EA32D5BC5C05373_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_TranslateInner_m3414319C4A8A449CBE3EA8E5B2A3F678BD4DC6DB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_U3CtestU3Eb__60_7_mB1E0A2F36C72BDD4BAAA82BF1E1C16FEEA7314E0_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_U3CtestU3Eb__60_8_m76E48C31FB6A4D90E16F294CC35683A723EC37F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_U3CtestU3Eb__60_9_mC1D01DA5359C5107CF3DB72D29A3CD04E37A0027_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_Update_mF102383E9AF8B8331394E2413217FDFFA92EFDEC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_UserFriendsInner_m59E5BCDE41CB7605BB6485FE3FB64CDAA8A2F71A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler__cctor_m96F1D7B21C0240E3ACA3D4EFFB75E253D0672815_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_actionHandler_m65BE15E1CD387BD47C02E5D6891E8BDB14A0E28B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_deviceHandler_m8FC60F439591E02DCB2359542D7DCA90062F40AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_inviteFriendHandler_mF1EF1175230FAA9F54BC964273D1F98777E34573_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_motionHandler_mF96F7D49424E7DD97D9113A80E813CEE1E63F55B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_stepHandler_mA295A80416B62E1077AB8DE3BB580197DC87A176_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_test_m336D177D92E491497892EC1B91E763837E8D5CDE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MessageHandler_userFriendsHandler_m13C83A0DBB8F1661E8CD4FCF158035A763666577_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MotionHandler_BeginInvoke_m0D6E0B49CF303375FBF91718DD369B47CC86ED05_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MuvingcointinItemax_Update_m0FC0A71BD95CED91A40DE0B7AB75E02214A30DB9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MyUIProgress_InitData_mD932FFCB7E3FF1D1291B8FE371A9535A987C5972_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MyUIProgress_SetNum_m3AB810271F1FC7209B5CBAE6FD9C61C8E90A62EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MyUIProgress_SetNum_m75BCF0D89C5D0FD48FD0DD93F4722A964FF9ECAE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t MyUIProgress_SetPercent_m7047798EC37378C3CBCFACB01F829177F3F9EA45_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NetMan_AddEvent_mBEEBA024A4A9295ADF11EAB516B804ED44581DE5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NetMan_SendMessage_mB25B105C8AD7CCBF0C92E026A016D0368223532E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NetMan__cctor_mF7D2208CC57B9842B3758793D9875FA6EE99E2F3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NetMan_connection_mB0E00893CD92A64D0F5D1CFDB3205F2EA5A9FCCF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewHighscore_Start_mC43439875359F18E4E8E9F40039E6D340A457B26_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewHighscore_Update_m550B20BC009714C140F0E56E6B01390EE4B982CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_AddEvent_mEEFD44DE55BA987F87321D4C6437DAD59A522678_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_BeginReceive_m8ECE25FB766EB4F47056E27E61813D9CC700F884_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_BeginSend_mA684162ECB6762C5A8AC29E11796F15BC9DBC63E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_CloseOld_m45301B952344906262218EFADE2854D8BCC3A487_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_ConnectError_mE911706EB8B434CB4BF64E1F4429CB8BB5504221_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_ConnectServer_m6A6C893CDFD14E2A7EBF2C265DF1A60BB07EEC3E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_ConnectionAsyncCompleted_m7683F7CC75FD277BA6C64A12550D731DBE9B36E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_Disconnect_m0A5D4F49273B3BCC2F8D1E356C8909C315A68CE9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_IsBigEndian_m476D3C606E5E8239C0D50873C2D49D26867B2622_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_LogError_m952E4650B012354295685AF318F40FC24B5BA205_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnConnect_mA4271329DC90729DC21B3BBFDE382EE1FA8E557D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnDisconnected_mCB4CB401D7D124F9B28BC8CA5E8FF289753EF489_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnRead_mADCF956F0A7E7E7A9F4C001DE5C50CE7F3A05338_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnReceive_m326877600CF0E71EB2572F2AFE4B612441459D6F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnReceivedMessage_m2C19FFD32D21C2812E1EDB95231F8C49284A2F12_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnReceivedMessage_m511B42914AB9705A6EDFF5DC45BAEA1AC0CF9C8D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnRecv_m67A49F19B8C45D798AC2C67122D6BA484DAD4D87_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnRegister_m1254A326A578FCF73B7BC22998D7ED1214670124_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_OnWrite_m166BAFB47EE485703DD5C3A75F942BA36D765FC5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_ParsePackage_mD42CAE4EDFA2AD35254A9FDAAB496D6018A91BA9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_PrintBytes_mC39E9DA50A09EA9B480B519D62870ABE2FFC3B94_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_RecvAsyncCompleted_m4F09F647D7C91E7C3C28E1A22FF72229105B0CC4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_SendAsyncCompleted_mA395B60C49DF88EFDB1E4E9277C7B70AC0DBB8B4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_SendConnect_mF76652CDE09D116847E9D9181AED120A2B50D0C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_SendInternal_m80193BF035E1EFBF711631C64B66A92B9086054E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_Send_m4F4FCC1C95367163E7479F991D5CE0600C420E47_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_WriteMessage_m4A8573941FB58A4C97A184774984B2F1DA3B6C4F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient__ctor_m59E299A21DC661735719C10F74692EE1A08CFD34_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t NewSocketClient_init_mDE5B87B02ACABC47B260200B5A218F59335B51ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Onhaveitemgiay_OnTriggerEnter_m0DE5885FF1D0ADEFBA716574B69565BBB04F12CA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Onhaveitemgiay_Start_m1710C42B74EE97F23129ABDE18D644CA6AE73854_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Pausegame_OnMouseDown_m2E729BA490858CB7C6BD6E8CFB6511C174AA1ED1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_GetItemFly_m7E0A9F855D8501405B0D77F17CF811AB3E589E41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_HidemapItro_m95CBBE7D16BFD18C3A6C479CDC29FCE48E770197_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_LateUpdate_mBEBBBF124FECE92A2B4AD76979B5ACAE8B6E9C35_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_OpenUIAnimation_mC61034D1C18BF9A77DEA04CEBB55E89BB5D7AAE9_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_Start_m5A621DCC89C485164821B047B242429E38EBC054_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera__cctor_m53A13B98C1DAB293142A4AE4D040E80F708652F6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_checkstart_m9E0BCD5649A3419583B791291CE9659CFA85931D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_delay_m6F86F04E61AA8B2428D9A1CF46B2E80E866CAABE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_delaydisball_mD453C624B95BAF6D7939D01DC24696A000F75888_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_delayfolowcameradie_m2EEABE786EEDA3B1E3BA83D3DD9437E2FBE94BC5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_delayfolowwendie_m27FEFF7DF4B2DA97F1326798FA6BEED68FD57F0C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_folowTaget_m36913B45AD606C13F355BDD796C7A09FBC183354_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_locktheagain_m2862C286CF314860496C8FF1E862AA7EC543A8C8_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Perencamera_playallgame_m498BA3FD87881D114683FB80AF2F8EF015A49C66_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlayerController_ActionJump_m3ADD01F1009352335F648362A61EC3301FB167D4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlayerController_ActionRun_mE7D5BA12350EF22C2F1035A2E29AC194C09F34A7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlayerController_FixedUpdate_m914EA3E3CCE4DF6AEB2E78317FFC1D507DACEBDE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t PlayerController_OnTriggerEnter_m2F6A24BACBA236DC01D4689BD68C270C29607E44_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_ChU1EBFt_RU1ED3i_m62D4E54620256C52CE4669524994ECDAED0624BC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_CheckDie_mF1FA037C5F4991D435A630C7FFDF78F8B8C90D41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_CheckStop_mB05F1EBBD6D89DFBB8B8CEDB324B02A4C0EBCDFE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Checkcameradown_m1683B9686A60FC41FFDBA41D21D6CDFAEA2B6E18_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_DelaytoFixAnimation_mC18471EF3F0A97835E970E201BE0534D4B04706B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_EffectWenHavaeItem_m290FF07E97846B1DA8DCC40A65D9092DAF03791E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Enterdieinfart_mA6E4CA4744E3B1736D74086F97CEBC490AFB645A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_ExitAllItem_m11728C765D99F740CAB9F9B0AC4904E4CA59FE41_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_ExitPause_mEF5BAF20D3C609500F5443F2C83A2AA87FDEF0AA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_FixJump_m3C221A3542DD39F619C19CDBFE24A9F534802EA2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_GetDateTime_mE94A50333B4B4003C030ACFE989EFBDD981F2031_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_GetGiay_m7A6D4EA9F157AE484C34D65FD135DCB453634EBA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_GetIkmagnet_mEB77DFFFD814C3AED8CF137E4E8B1858F4F4FE79_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_GetojectPlayer_mDF8E932F2AA436F6F45E9CE56770667AF3A71620_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Jump_m8E138B0770BED682E56E0DD9A3AB514FA7486BFF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Muvingdow2_m84BFBCDDE261A966DA4F12EF79ADE5F43640118C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Muvingdow_mFDD58FE84D788F6988AE373A5E29124043E7AFCF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Muvingleft_m11481A30B9387DD2C90235650DAFAEF0A0534D7E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Muvingright_mA8E8C9858A2E7B96928795147EAD1C5B4FDDEF76_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OnCollisionEnter_m49FE25153FF8083CF4546A01E45B9750F18450D2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OnCollisionExit_m03403FDD4CB194C7FFF923C73E68E3B384F34361_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OnCollisionStay_mB856F5CB23E750C41D566CF6B4162C19637E0B3A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OnTriggerEnter_mE9D52CBDEB286711CB94094A7577AA2E0FCFEB02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OnTriggerExit_m717D08B669B44A09153F0C601C1A9C1F41597AB2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OnTriggerStay_m4C9FE3802A9194BC4464F9CF7A9124B091DCEDB5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OntheCasth_mA330F7CEC76E08717F76E0FDFCAAB4D35BF7EB5A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_OurtCut_m40503247CB03A2A9FB3054ACDAA51C1B609760DD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_PauseGame_mF0CAE51AB5267AF76DAC0B8A60F3BDAC6BD3EACA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Start_m289E8C36BC6E5DEF2952EC1823F6570526B2DF02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_Update_mAF4AFB9EC080CF1DE41184D7B5FF95F91AD5F35D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving__ctor_mF8D48F0D7E85D78F4FC419A2FE6D4A6D3441506B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_backlastpositionleft_m3C62747AEB5840E6B5BDDEF80D021E1417A87B02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_backlastpositionright_mD514C3B744B22A0C45E8D01252B0147D73B389DB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_backtotruposison_m1E519AA084CE533B8F480B61D6DB3E8D2D266FE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_changetogameover_mBB4364005060456D9A0889EC9F1BFA859F2976ED_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_checkpositionwenplayrerdow_m6425ECC8828F78FB3C670335EC79B558BB9005EC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_checktranformforcamfolow_mC548E23B03B0845C52424D3E182DEB1CFAF67432_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_clicontheplayagainseleckey_mAC443B93C8FF740C14EA1E52AE45864D89E96A4C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayFixposition_m0CCA2B3EDA5EC7F2024E04D2D95776AAD846D915_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayanimationwentouchtheship_mF758872F7C604002D60DA159E55ADCF5F41302A5_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delaydestroiitem_m1808934394ABBF830017A1926D0B579DC1A00B08_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delaydestroiitemlong_m3435AC14B433C78F5AAEE08967C33BC752B85441_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayfordestroiiteam_m068B7B8A87B3D44ACDA33D47BD012142087F4ADB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayfordestroiitemmain_m6496AF5AE729C7952AEC24B9E59D5FE2D93377DC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayforjumpdow2_m90B91E8F8AECBB56FFDCB7DD0E9DD08BA636F6FF_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayforjumpdow_m9F74F8EA4811878D5EDBF53A8D96C602741B78B6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delayourtcut_mAAAFAAD3E91E322467F4E7EAE618A8FF812C6784_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_delaystop_mC2FD0588AB1A4476AA186CAA0BADE1189BC6FECA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_enterthedie_mD2D671CE66D8CB645BB86022256DED16D05316F7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_exitdelaydestroiitem_mB8B8AE361A9C33C11270FD9916791BD63588AFF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_exitdelaydestroiitemlong_mF653E22EF2FE8A681F9F78B8AB2520B8AF2E0710_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_fixanimation_m2D7B9B6F6F7DC7F4C454BBD92ED5262A1DE46F58_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_gamelost_m03520E0B6886A823DCB75AD3F8203A5E544937EB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_hide2_m235804A0D3D65931BA3B5A51D020A3204DDA3109_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_jumptoleftorright_mD4879A3105714FEC28970E7A87EE6FCF461EA861_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_jupamin_mB9388B87CB9FC69E40D8319ACE2BA9CEAD07836E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_loaddatavan_mD93FE780599ADBE830BBB470E93DDA355C3AFA02_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_loadinganimation_m89F16A5C9D8E74E6995827BD1C96C4C9A330DAF2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_muvingtomodelonthestart_mA97A7D5DA84745F42699AABC5A864533CD915082_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_playagain_m73311514FB4CC653EAEBD80D687997123420E9C4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_playnowthehere_m5FC8B3F529399E608745C746A2A70B6F1F2C4E64_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_setTranformitem_m736BC49A11FB86DBD167128F5492D884749003BA_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_setalowvan_m1B77B974046953971D00F347BE55B7F8EA78104D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_stopanimationitem_mB1D4BFB6BB1428A01B38D68A2EEFEE7CF2837B2B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t Playermuving_trybeginchong_m4249ABB1AA8693CD44DE62E46169B225AA867C46_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t StepHandler_BeginInvoke_m9DEC325B7706B50F982CF1D80025F8D3102331BD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreaTeCoinInmap5U3Ed__175_MoveNext_mFF499052A6B44A963CE2DED62062306A8086A702_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreaTeCoinInmap5U3Ed__175_System_Collections_IEnumerator_Reset_m48E43C487EA8848B72265CDD79367FA47DA1DF1C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreateCoinWenDieU3Ed__176_MoveNext_mEE8F8E41C9EC4CD1214DDFAF9314E7035923DCC2_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreateCoinWenDieU3Ed__176_System_Collections_IEnumerator_Reset_mBA1941F88157CFF713D7278407592BDDCDC0CD13_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreatecoinformapU3Ed__129_MoveNext_m13DCEF60CD55BB270065097262EB2418800513D7_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreatecoinformapU3Ed__129_System_Collections_IEnumerator_Reset_mDEDE33A3F3FB53E1E49EAA1392E953C093AA089E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreateitemU3Ed__136_MoveNext_mCCC8C4F751824FDC1812544DE1336EEFD241F3E6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CCreateitemU3Ed__136_System_Collections_IEnumerator_Reset_m63BF77EB2C20688B7E81037ADA4A41ADE30A09E3_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CDelaydestroiU3Ed__164_MoveNext_mA88114AED1D85DAB6CC6B3A8BD9E567A9228F2FE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CDelaydestroiU3Ed__164_System_Collections_IEnumerator_Reset_mD5B8F3567FA58DA2F189EF39ED4A650813B063AD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CMuvingbackAllemtyWendieU3Ed__171_MoveNext_m709DF7F0C76D5DDBBC55A86E9E2EEC395ECA4A52_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_IEnumerator_Reset_m54D0DB2818A5EE4E961205EAA8ADBAA5B2A06146_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_MoveNext_mCF99EF19F79F3D2E4964BCE3AED09145CF061087_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_IEnumerator_Reset_m8788BC443A060D68DB71E302B0C5BB046E08425C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CRandummapU3Ed__123_MoveNext_mB11F6F74A7951D9185FEA8227089319F11541B17_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CRandummapU3Ed__123_System_Collections_IEnumerator_Reset_mCF4ABD0672F1C14193DAD366BFB54DD34B908138_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_0_mEEAA26BBC7AA49F1FD2D191A6D55BFA2A577E41B_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_1_m75FCFEA1DEE6B07C20B2ABC4F3A63F1D848B7C8E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_2_mFF8F349BA465997B2953B487AED4597FA312A5D6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_3_mC4500C70E2F5C73CEC7BD063FA77D28CDF1E8A9A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_4_mE4717EB6CAE96984DFCDD59BA8CAC81623BF5070_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_5_mEF5DABEF14DAE8334EED3625FA72ACAB3C8A9F72_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3CtestU3Eb__60_6_m827DEED994491BB7AC779AB6C6B920FABFFFBC6C_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_mF3CB87277C27DF3E5FE3DD96B9D94DD696C59044_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CcheckstartU3Ed__35_MoveNext_m92B608E7DE01D8086FD1461435EBBB2321DDDC76_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CcheckstartU3Ed__35_System_Collections_IEnumerator_Reset_mD0F730E58FF5F7CBB68603135B4CD845A85D0D24_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3Ccreateallitem1U3Ed__156_MoveNext_mBDDC2C68C02F54C1A5F55F3E637F272A3C7E3664_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3Ccreateallitem1U3Ed__156_System_Collections_IEnumerator_Reset_mD7ED33688F315ED08979672A88FBE474F187AD21_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CcreateallitemU3Ed__157_MoveNext_mA303C490172350DBB6204EBFDBF480DCE627D475_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CcreateallitemU3Ed__157_System_Collections_IEnumerator_Reset_m94FD89BFECEA19D0A66794EE6F9F02948CE8987A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayU3Ed__170_MoveNext_m7C790657D745417F87DCA2CC77C7657262EFEC61_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayU3Ed__170_System_Collections_IEnumerator_Reset_m66A007C57B7B6E4475F25CD39AA3AFCB66580708_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayU3Ed__26_MoveNext_m39ED1ADFBC42C1DB05AA53F5EAFF9719947A2AE1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayU3Ed__26_System_Collections_IEnumerator_Reset_m0699C6FB802BA0C10B4E531056B7CCDCA7DBEEDD_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelaybackU3Ed__13_MoveNext_m869438212A7E797F7152DEB780B8576A167DEDBC_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelaybackU3Ed__13_System_Collections_IEnumerator_Reset_m882F442E5C7FD9E66F83D15BFDCC4BD73FD3FD0F_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelaycallbackU3Ed__173_MoveNext_mF0B6E51BEDBCB7FC19EF7FAD9186CA11EDDF83BE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelaycallbackU3Ed__173_System_Collections_IEnumerator_Reset_m7CBC63C9782AA921E746590DE878877DDBDE0147_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelaydisballU3Ed__34_MoveNext_mD7B841FE02F6BB69080F6735496BDD9E4FC99551_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelaydisballU3Ed__34_System_Collections_IEnumerator_Reset_m7B2A1186721773834A98D6DB42695FB7B650CD04_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfolowcameradieU3Ed__25_MoveNext_mD148A1FB3B4742D64CBEC127BC73ECCBD5DAF9C1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfolowcameradieU3Ed__25_System_Collections_IEnumerator_Reset_m1E40761C489856A38776E5629164C1D8ADB470CB_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfolowwendieU3Ed__33_MoveNext_m7CA64E41E940DF44B884E57101D5BDBE30C9F573_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfolowwendieU3Ed__33_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m1DB2D75B28307320E3F5C257F0B8A62770D026C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfolowwendieU3Ed__33_System_Collections_IEnumerator_Reset_m7FA72A0D13548A36E0391A80BA0C85FF11CD5559_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfordestroiiteamU3Ed__12_MoveNext_m17CCB8CD46B2437BE9F421CBA85A67993A54A364_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CdelayfordestroiiteamU3Ed__12_System_Collections_IEnumerator_Reset_m01E4DE08EA610C9C088B78FA1DE012DAC4F41636_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CemtyforhowtoplayU3Ed__126_MoveNext_mBE2AC10B511228FE4A00512D184B82F241AC6D2A_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CemtyforhowtoplayU3Ed__126_System_Collections_IEnumerator_Reset_m825877E2BA130F4819D0720E0131D9563218D3DE_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CemtyjsonU3Ed__110_MoveNext_mE2292B585C70366728765C54A8B6B50AAB80DB40_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CemtyjsonU3Ed__110_System_Collections_IEnumerator_Reset_mAC30BF8F3D393F4DE229232657266678EC495AD4_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CfolowTagetU3Ed__32_MoveNext_m4259A3081018009751A8D0B2F344E3197AA10253_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CfolowTagetU3Ed__32_System_Collections_IEnumerator_Reset_m2FA5AC377DCAA6628F4D4351AB83FACFA9BDEEF1_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CplayagainU3Ed__113_MoveNext_mB3A1A34F868B0E25F97A515C3614C6CE2BC8501D_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CplayagainU3Ed__113_System_Collections_IEnumerator_Reset_m65074D983BB3A9BCB57DC532487D817E69CEC978_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CrandumallmapU3Ed__115_MoveNext_m1CE6E6490E6A09ACAD3BC5A96BA9684F9503523E_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CrandumallmapU3Ed__115_System_Collections_IEnumerator_Reset_m6DE5244ABF0D0A15F7CB8F50C578B2DBD231D441_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CwhatcallbackmapU3Ed__119_MoveNext_mCD1035C613B6AB9483C4BDB2D09E2460559B4C28_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t U3CwhatcallbackmapU3Ed__119_System_Collections_IEnumerator_Reset_m4EAC7549297A9297B4E4128FE9EFEB827C0C76C6_MetadataUsageId; IL2CPP_EXTERN_C const uint32_t UserFriendsHandler_BeginInvoke_mE7DE9ECAC97329D7C4D2C429194281444CC19E0E_MetadataUsageId; struct ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821; struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86; struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D; struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83; struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3; struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A; 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 // ByteBuffer struct ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 : public RuntimeObject { public: // System.IO.MemoryStream ByteBuffer::stream MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___stream_0; // System.IO.BinaryWriter ByteBuffer::writer BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___writer_1; // System.IO.BinaryReader ByteBuffer::reader BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * ___reader_2; public: inline static int32_t get_offset_of_stream_0() { return static_cast(offsetof(ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8, ___stream_0)); } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_stream_0() const { return ___stream_0; } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_stream_0() { return &___stream_0; } inline void set_stream_0(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value) { ___stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___stream_0), (void*)value); } inline static int32_t get_offset_of_writer_1() { return static_cast(offsetof(ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8, ___writer_1)); } inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_writer_1() const { return ___writer_1; } inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_writer_1() { return &___writer_1; } inline void set_writer_1(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value) { ___writer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___writer_1), (void*)value); } inline static int32_t get_offset_of_reader_2() { return static_cast(offsetof(ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8, ___reader_2)); } inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * get_reader_2() const { return ___reader_2; } inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 ** get_address_of_reader_2() { return &___reader_2; } inline void set_reader_2(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * value) { ___reader_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_2), (void*)value); } }; // LuaFramework.AppConst struct AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41 : public RuntimeObject { public: public: }; struct AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields { public: // System.String LuaFramework.AppConst::UserId String_t* ___UserId_13; // System.Int32 LuaFramework.AppConst::SocketPort int32_t ___SocketPort_14; // System.String LuaFramework.AppConst::SocketAddress String_t* ___SocketAddress_15; // System.Boolean LuaFramework.AppConst::Log bool ___Log_16; // System.Boolean LuaFramework.AppConst::IsLogFile bool ___IsLogFile_17; // System.String LuaFramework.AppConst::LogFile String_t* ___LogFile_18; // System.String LuaFramework.AppConst::LogExt String_t* ___LogExt_19; public: inline static int32_t get_offset_of_UserId_13() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___UserId_13)); } inline String_t* get_UserId_13() const { return ___UserId_13; } inline String_t** get_address_of_UserId_13() { return &___UserId_13; } inline void set_UserId_13(String_t* value) { ___UserId_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___UserId_13), (void*)value); } inline static int32_t get_offset_of_SocketPort_14() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___SocketPort_14)); } inline int32_t get_SocketPort_14() const { return ___SocketPort_14; } inline int32_t* get_address_of_SocketPort_14() { return &___SocketPort_14; } inline void set_SocketPort_14(int32_t value) { ___SocketPort_14 = value; } inline static int32_t get_offset_of_SocketAddress_15() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___SocketAddress_15)); } inline String_t* get_SocketAddress_15() const { return ___SocketAddress_15; } inline String_t** get_address_of_SocketAddress_15() { return &___SocketAddress_15; } inline void set_SocketAddress_15(String_t* value) { ___SocketAddress_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___SocketAddress_15), (void*)value); } inline static int32_t get_offset_of_Log_16() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___Log_16)); } inline bool get_Log_16() const { return ___Log_16; } inline bool* get_address_of_Log_16() { return &___Log_16; } inline void set_Log_16(bool value) { ___Log_16 = value; } inline static int32_t get_offset_of_IsLogFile_17() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___IsLogFile_17)); } inline bool get_IsLogFile_17() const { return ___IsLogFile_17; } inline bool* get_address_of_IsLogFile_17() { return &___IsLogFile_17; } inline void set_IsLogFile_17(bool value) { ___IsLogFile_17 = value; } inline static int32_t get_offset_of_LogFile_18() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___LogFile_18)); } inline String_t* get_LogFile_18() const { return ___LogFile_18; } inline String_t** get_address_of_LogFile_18() { return &___LogFile_18; } inline void set_LogFile_18(String_t* value) { ___LogFile_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogFile_18), (void*)value); } inline static int32_t get_offset_of_LogExt_19() { return static_cast(offsetof(AppConst_t0E3A8EA317FDFB4661C8098055406D827690CB41_StaticFields, ___LogExt_19)); } inline String_t* get_LogExt_19() const { return ___LogExt_19; } inline String_t** get_address_of_LogExt_19() { return &___LogExt_19; } inline void set_LogExt_19(String_t* value) { ___LogExt_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___LogExt_19), (void*)value); } }; // Makesupway_d__175 struct U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 : public RuntimeObject { public: // System.Int32 Makesupway_d__175::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__175::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__175::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207, ___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(U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207, ___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(U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Makesupway_d__176 struct U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 : public RuntimeObject { public: // System.Int32 Makesupway_d__176::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__176::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__176::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Single Makesupway_d__176::ztranform float ___ztranform_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344, ___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(U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344, ___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(U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_ztranform_3() { return static_cast(offsetof(U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344, ___ztranform_3)); } inline float get_ztranform_3() const { return ___ztranform_3; } inline float* get_address_of_ztranform_3() { return &___ztranform_3; } inline void set_ztranform_3(float value) { ___ztranform_3 = value; } }; // Makesupway_d__129 struct U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 : public RuntimeObject { public: // System.Int32 Makesupway_d__129::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__129::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Makesupway_d__129::map int32_t ___map_2; // Makesupway Makesupway_d__129::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_3; // System.Single Makesupway_d__129::tranormzz float ___tranormzz_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83, ___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(U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83, ___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_map_2() { return static_cast(offsetof(U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83, ___map_2)); } inline int32_t get_map_2() const { return ___map_2; } inline int32_t* get_address_of_map_2() { return &___map_2; } inline void set_map_2(int32_t value) { ___map_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83, ___U3CU3E4__this_3)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_tranormzz_4() { return static_cast(offsetof(U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83, ___tranormzz_4)); } inline float get_tranormzz_4() const { return ___tranormzz_4; } inline float* get_address_of_tranormzz_4() { return &___tranormzz_4; } inline void set_tranormzz_4(float value) { ___tranormzz_4 = value; } }; // Makesupway_d__164 struct U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 : public RuntimeObject { public: // System.Int32 Makesupway_d__164::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__164::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__164::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577, ___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(U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577, ___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(U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Makesupway_d__171 struct U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 : public RuntimeObject { public: // System.Int32 Makesupway_d__171::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__171::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__171::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1, ___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(U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1, ___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(U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Makesupway_d__166 struct U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD : public RuntimeObject { public: // System.Int32 Makesupway_d__166::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__166::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__166::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Boolean Makesupway_d__166::checkvan bool ___checkvan_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD, ___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(U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD, ___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(U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_checkvan_3() { return static_cast(offsetof(U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD, ___checkvan_3)); } inline bool get_checkvan_3() const { return ___checkvan_3; } inline bool* get_address_of_checkvan_3() { return &___checkvan_3; } inline void set_checkvan_3(bool value) { ___checkvan_3 = value; } }; // Makesupway_d__123 struct U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 : public RuntimeObject { public: // System.Int32 Makesupway_d__123::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__123::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Collections.Generic.List`1 Makesupway_d__123::list List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___list_2; // Makesupway Makesupway_d__123::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_3; // System.Int32 Makesupway_d__123::mapformake int32_t ___mapformake_4; // System.Int32 Makesupway_d__123::5__2 int32_t ___U3CiU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553, ___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(U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553, ___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_list_2() { return static_cast(offsetof(U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553, ___list_2)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_list_2() const { return ___list_2; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_list_2() { return &___list_2; } inline void set_list_2(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___list_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553, ___U3CU3E4__this_3)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_mapformake_4() { return static_cast(offsetof(U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553, ___mapformake_4)); } inline int32_t get_mapformake_4() const { return ___mapformake_4; } inline int32_t* get_address_of_mapformake_4() { return &___mapformake_4; } inline void set_mapformake_4(int32_t value) { ___mapformake_4 = value; } inline static int32_t get_offset_of_U3CiU3E5__2_5() { return static_cast(offsetof(U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553, ___U3CiU3E5__2_5)); } inline int32_t get_U3CiU3E5__2_5() const { return ___U3CiU3E5__2_5; } inline int32_t* get_address_of_U3CiU3E5__2_5() { return &___U3CiU3E5__2_5; } inline void set_U3CiU3E5__2_5(int32_t value) { ___U3CiU3E5__2_5 = value; } }; // Makesupway_d__156 struct U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 : public RuntimeObject { public: // System.Int32 Makesupway_d__156::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__156::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8, ___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(U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8, ___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); } }; // Makesupway_d__170 struct U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA : public RuntimeObject { public: // System.Int32 Makesupway_d__170::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__170::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__170::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Boolean Makesupway_d__170::cv bool ___cv_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA, ___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(U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA, ___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(U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_cv_3() { return static_cast(offsetof(U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA, ___cv_3)); } inline bool get_cv_3() const { return ___cv_3; } inline bool* get_address_of_cv_3() { return &___cv_3; } inline void set_cv_3(bool value) { ___cv_3 = value; } }; // Makesupway_d__173 struct U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 : public RuntimeObject { public: // System.Int32 Makesupway_d__173::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__173::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__173::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36, ___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(U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36, ___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(U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Makesupway_d__126 struct U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 : public RuntimeObject { public: // System.Int32 Makesupway_d__126::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__126::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__126::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Single Makesupway_d__126::tranformz float ___tranformz_3; // System.Int32 Makesupway_d__126::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2, ___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(U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2, ___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(U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_tranformz_3() { return static_cast(offsetof(U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2, ___tranformz_3)); } inline float get_tranformz_3() const { return ___tranformz_3; } inline float* get_address_of_tranformz_3() { return &___tranformz_3; } inline void set_tranformz_3(float value) { ___tranformz_3 = value; } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // Makesupway_d__110 struct U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 : public RuntimeObject { public: // System.Int32 Makesupway_d__110::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__110::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__110::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Single Makesupway_d__110::tranformz float ___tranformz_3; // System.String Makesupway_d__110::mapname String_t* ___mapname_4; // System.Collections.Generic.List`1 Makesupway_d__110::rmlist List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * ___rmlist_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269, ___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(U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269, ___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(U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_tranformz_3() { return static_cast(offsetof(U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269, ___tranformz_3)); } inline float get_tranformz_3() const { return ___tranformz_3; } inline float* get_address_of_tranformz_3() { return &___tranformz_3; } inline void set_tranformz_3(float value) { ___tranformz_3 = value; } inline static int32_t get_offset_of_mapname_4() { return static_cast(offsetof(U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269, ___mapname_4)); } inline String_t* get_mapname_4() const { return ___mapname_4; } inline String_t** get_address_of_mapname_4() { return &___mapname_4; } inline void set_mapname_4(String_t* value) { ___mapname_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapname_4), (void*)value); } inline static int32_t get_offset_of_rmlist_5() { return static_cast(offsetof(U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269, ___rmlist_5)); } inline List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * get_rmlist_5() const { return ___rmlist_5; } inline List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC ** get_address_of_rmlist_5() { return &___rmlist_5; } inline void set_rmlist_5(List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * value) { ___rmlist_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rmlist_5), (void*)value); } }; // Makesupway_d__113 struct U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C : public RuntimeObject { public: // System.Int32 Makesupway_d__113::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__113::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C, ___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(U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C, ___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); } }; // Makesupway_d__115 struct U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 : public RuntimeObject { public: // System.Int32 Makesupway_d__115::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__115::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__115::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Int32 Makesupway_d__115::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73, ___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(U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73, ___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(U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Makesupway_d__119 struct U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B : public RuntimeObject { public: // System.Int32 Makesupway_d__119::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__119::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__119::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B, ___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(U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B, ___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(U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Manageritem_d__12 struct U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B : public RuntimeObject { public: // System.Int32 Manageritem_d__12::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Manageritem_d__12::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String Manageritem_d__12::nameiteam String_t* ___nameiteam_2; // Manageritem Manageritem_d__12::<>4__this Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B, ___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(U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B, ___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_nameiteam_2() { return static_cast(offsetof(U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B, ___nameiteam_2)); } inline String_t* get_nameiteam_2() const { return ___nameiteam_2; } inline String_t** get_address_of_nameiteam_2() { return &___nameiteam_2; } inline void set_nameiteam_2(String_t* value) { ___nameiteam_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameiteam_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B, ___U3CU3E4__this_3)); } inline Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // ManagernewSceen_d__13 struct U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 : public RuntimeObject { public: // System.Int32 ManagernewSceen_d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Object ManagernewSceen_d__13::<>2__current RuntimeObject * ___U3CU3E2__current_1; // ManagernewSceen ManagernewSceen_d__13::<>4__this ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73, ___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(U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73, ___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(U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73, ___U3CU3E4__this_2)); } inline ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MessageHandler_<>c struct U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF : public RuntimeObject { public: public: }; struct U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields { public: // MessageHandler_<>c MessageHandler_<>c::<>9 U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF * ___U3CU3E9_0; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_0 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_0_1; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_1 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_1_2; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_2 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_2_3; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_3 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_3_4; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_4 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_4_5; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_5 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_5_6; // UnityEngine.Events.UnityAction MessageHandler_<>c::<>9__60_6 UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___U3CU3E9__60_6_7; public: inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9_0)); } inline U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF * get_U3CU3E9_0() const { return ___U3CU3E9_0; } inline U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; } inline void set_U3CU3E9_0(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF * value) { ___U3CU3E9_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_0_1() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_0_1)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_0_1() const { return ___U3CU3E9__60_0_1; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_0_1() { return &___U3CU3E9__60_0_1; } inline void set_U3CU3E9__60_0_1(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_0_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_0_1), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_1_2() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_1_2)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_1_2() const { return ___U3CU3E9__60_1_2; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_1_2() { return &___U3CU3E9__60_1_2; } inline void set_U3CU3E9__60_1_2(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_1_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_1_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_2_3() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_2_3)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_2_3() const { return ___U3CU3E9__60_2_3; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_2_3() { return &___U3CU3E9__60_2_3; } inline void set_U3CU3E9__60_2_3(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_2_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_2_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_3_4() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_3_4)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_3_4() const { return ___U3CU3E9__60_3_4; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_3_4() { return &___U3CU3E9__60_3_4; } inline void set_U3CU3E9__60_3_4(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_3_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_3_4), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_4_5() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_4_5)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_4_5() const { return ___U3CU3E9__60_4_5; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_4_5() { return &___U3CU3E9__60_4_5; } inline void set_U3CU3E9__60_4_5(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_4_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_4_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_5_6() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_5_6)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_5_6() const { return ___U3CU3E9__60_5_6; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_5_6() { return &___U3CU3E9__60_5_6; } inline void set_U3CU3E9__60_5_6(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_5_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_5_6), (void*)value); } inline static int32_t get_offset_of_U3CU3E9__60_6_7() { return static_cast(offsetof(U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF_StaticFields, ___U3CU3E9__60_6_7)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_U3CU3E9__60_6_7() const { return ___U3CU3E9__60_6_7; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_U3CU3E9__60_6_7() { return &___U3CU3E9__60_6_7; } inline void set_U3CU3E9__60_6_7(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___U3CU3E9__60_6_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9__60_6_7), (void*)value); } }; // NetMan struct NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA : public RuntimeObject { public: // NewSocketClient NetMan::con NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * ___con_1; public: inline static int32_t get_offset_of_con_1() { return static_cast(offsetof(NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA, ___con_1)); } inline NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * get_con_1() const { return ___con_1; } inline NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF ** get_address_of_con_1() { return &___con_1; } inline void set_con_1(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * value) { ___con_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___con_1), (void*)value); } }; struct NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA_StaticFields { public: // NetMan NetMan::man NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA * ___man_0; public: inline static int32_t get_offset_of_man_0() { return static_cast(offsetof(NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA_StaticFields, ___man_0)); } inline NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA * get_man_0() const { return ___man_0; } inline NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA ** get_address_of_man_0() { return &___man_0; } inline void set_man_0(NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA * value) { ___man_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___man_0), (void*)value); } }; // Perencamera_d__35 struct U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3 : public RuntimeObject { public: // System.Int32 Perencamera_d__35::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Perencamera_d__35::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Perencamera_d__35::5__2 int32_t ___U3CiU3E5__2_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3, ___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(U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3, ___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_U3CiU3E5__2_2() { return static_cast(offsetof(U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3, ___U3CiU3E5__2_2)); } inline int32_t get_U3CiU3E5__2_2() const { return ___U3CiU3E5__2_2; } inline int32_t* get_address_of_U3CiU3E5__2_2() { return &___U3CiU3E5__2_2; } inline void set_U3CiU3E5__2_2(int32_t value) { ___U3CiU3E5__2_2 = value; } }; // Perencamera_d__26 struct U3CdelayU3Ed__26_tB1A50CA8D3515FE76A855D0E480E7EE82D7E9DAF : public RuntimeObject { public: // System.Int32 Perencamera_d__26::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Perencamera_d__26::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayU3Ed__26_tB1A50CA8D3515FE76A855D0E480E7EE82D7E9DAF, ___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(U3CdelayU3Ed__26_tB1A50CA8D3515FE76A855D0E480E7EE82D7E9DAF, ___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); } }; // Perencamera_d__34 struct U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5 : public RuntimeObject { public: // System.Int32 Perencamera_d__34::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Perencamera_d__34::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Perencamera Perencamera_d__34::<>4__this Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5, ___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(U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5, ___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(U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5, ___U3CU3E4__this_2)); } inline Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Perencamera_d__25 struct U3CdelayfolowcameradieU3Ed__25_tE28AA9EDE81144FFABB693E31D1AEE1F8994C184 : public RuntimeObject { public: // System.Int32 Perencamera_d__25::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Perencamera_d__25::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayfolowcameradieU3Ed__25_tE28AA9EDE81144FFABB693E31D1AEE1F8994C184, ___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(U3CdelayfolowcameradieU3Ed__25_tE28AA9EDE81144FFABB693E31D1AEE1F8994C184, ___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); } }; // Perencamera_d__33 struct U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9 : public RuntimeObject { public: // System.Int32 Perencamera_d__33::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Perencamera_d__33::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Perencamera_d__33::<>l__initialThreadId int32_t ___U3CU3El__initialThreadId_2; // System.Int32 Perencamera_d__33::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9, ___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(U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9, ___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_U3CU3El__initialThreadId_2() { return static_cast(offsetof(U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9, ___U3CU3El__initialThreadId_2)); } inline int32_t get_U3CU3El__initialThreadId_2() const { return ___U3CU3El__initialThreadId_2; } inline int32_t* get_address_of_U3CU3El__initialThreadId_2() { return &___U3CU3El__initialThreadId_2; } inline void set_U3CU3El__initialThreadId_2(int32_t value) { ___U3CU3El__initialThreadId_2 = value; } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Perencamera_d__32 struct U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95 : public RuntimeObject { public: // System.Int32 Perencamera_d__32::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Perencamera_d__32::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Perencamera Perencamera_d__32::<>4__this Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * ___U3CU3E4__this_2; // System.Int32 Perencamera_d__32::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95, ___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(U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95, ___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(U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95, ___U3CU3E4__this_2)); } inline Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__198 struct U3CCheckDieU3Ed__198_t9F7C810C5E9EB0C809F10EC4F05E20507085BD5B : public RuntimeObject { public: // System.Int32 Playermuving_d__198::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__198::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckDieU3Ed__198_t9F7C810C5E9EB0C809F10EC4F05E20507085BD5B, ___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(U3CCheckDieU3Ed__198_t9F7C810C5E9EB0C809F10EC4F05E20507085BD5B, ___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); } }; // Playermuving_d__196 struct U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5 : public RuntimeObject { public: // System.Int32 Playermuving_d__196::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__196::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__196::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__196::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5, ___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(U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5, ___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(U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__197 struct U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2 : public RuntimeObject { public: // System.Int32 Playermuving_d__197::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__197::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__197::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__197::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2, ___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(U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2, ___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(U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__109 struct U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA : public RuntimeObject { public: // System.Int32 Playermuving_d__109::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__109::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__109::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__109::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA, ___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(U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA, ___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(U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__226 struct U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739 : public RuntimeObject { public: // System.Int32 Playermuving_d__226::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__226::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__226::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739, ___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(U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739, ___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(U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__182 struct U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E : public RuntimeObject { public: // System.Int32 Playermuving_d__182::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__182::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__182::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__182::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E, ___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(U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E, ___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(U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__188 struct U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451 : public RuntimeObject { public: // System.Int32 Playermuving_d__188::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__188::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__188::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451, ___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(U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451, ___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(U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__187 struct U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D : public RuntimeObject { public: // System.Int32 Playermuving_d__187::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__187::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__187::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Boolean Playermuving_d__187::netmsg bool ___netmsg_3; // System.Single Playermuving_d__187::5__2 float ___U3Cold_sU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D, ___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(U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D, ___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(U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_netmsg_3() { return static_cast(offsetof(U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D, ___netmsg_3)); } inline bool get_netmsg_3() const { return ___netmsg_3; } inline bool* get_address_of_netmsg_3() { return &___netmsg_3; } inline void set_netmsg_3(bool value) { ___netmsg_3 = value; } inline static int32_t get_offset_of_U3Cold_sU3E5__2_4() { return static_cast(offsetof(U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D, ___U3Cold_sU3E5__2_4)); } inline float get_U3Cold_sU3E5__2_4() const { return ___U3Cold_sU3E5__2_4; } inline float* get_address_of_U3Cold_sU3E5__2_4() { return &___U3Cold_sU3E5__2_4; } inline void set_U3Cold_sU3E5__2_4(float value) { ___U3Cold_sU3E5__2_4 = value; } }; // Playermuving_d__192 struct U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7 : public RuntimeObject { public: // System.Int32 Playermuving_d__192::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__192::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__192::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Boolean Playermuving_d__192::netmsg bool ___netmsg_3; // System.Int32 Playermuving_d__192::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7, ___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(U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7, ___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(U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_netmsg_3() { return static_cast(offsetof(U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7, ___netmsg_3)); } inline bool get_netmsg_3() const { return ___netmsg_3; } inline bool* get_address_of_netmsg_3() { return &___netmsg_3; } inline void set_netmsg_3(bool value) { ___netmsg_3 = value; } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // Playermuving_d__190 struct U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134 : public RuntimeObject { public: // System.Int32 Playermuving_d__190::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__190::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__190::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Boolean Playermuving_d__190::netmsg bool ___netmsg_3; // System.Int32 Playermuving_d__190::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134, ___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(U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134, ___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(U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_netmsg_3() { return static_cast(offsetof(U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134, ___netmsg_3)); } inline bool get_netmsg_3() const { return ___netmsg_3; } inline bool* get_address_of_netmsg_3() { return &___netmsg_3; } inline void set_netmsg_3(bool value) { ___netmsg_3 = value; } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // Playermuving_d__103 struct U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29 : public RuntimeObject { public: // System.Int32 Playermuving_d__103::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__103::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityEngine.Collision Playermuving_d__103::coll Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C * ___coll_2; // Playermuving Playermuving_d__103::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29, ___U3CU3E1__state_0)); } inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; } inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; } inline void set_U3CU3E1__state_0(int32_t value) { ___U3CU3E1__state_0 = value; } inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29, ___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_coll_2() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29, ___coll_2)); } inline Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C * get_coll_2() const { return ___coll_2; } inline Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C ** get_address_of_coll_2() { return &___coll_2; } inline void set_coll_2(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C * value) { ___coll_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___coll_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29, ___U3CU3E4__this_3)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // Playermuving_d__213 struct U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8 : public RuntimeObject { public: // System.Int32 Playermuving_d__213::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__213::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__213::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8, ___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(U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8, ___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(U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__112 struct U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9 : public RuntimeObject { public: // System.Int32 Playermuving_d__112::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__112::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__112::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__112::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9, ___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(U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9, ___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(U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__111 struct U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657 : public RuntimeObject { public: // System.Int32 Playermuving_d__111::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__111::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__111::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__111::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657, ___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(U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657, ___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(U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__110 struct U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB : public RuntimeObject { public: // System.Int32 Playermuving_d__110::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__110::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__110::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__110::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB, ___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(U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB, ___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(U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__172 struct U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800 : public RuntimeObject { public: // System.Int32 Playermuving_d__172::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__172::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__172::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__172::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800, ___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(U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800, ___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(U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__194 struct U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184 : public RuntimeObject { public: // System.Int32 Playermuving_d__194::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__194::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String Playermuving_d__194::style String_t* ___style_2; // Playermuving Playermuving_d__194::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_3; // System.Int32 Playermuving_d__194::5__2 int32_t ___U3CiU3E5__2_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184, ___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(U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184, ___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_style_2() { return static_cast(offsetof(U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184, ___style_2)); } inline String_t* get_style_2() const { return ___style_2; } inline String_t** get_address_of_style_2() { return &___style_2; } inline void set_style_2(String_t* value) { ___style_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___style_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184, ___U3CU3E4__this_3)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_4() { return static_cast(offsetof(U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184, ___U3CiU3E5__2_4)); } inline int32_t get_U3CiU3E5__2_4() const { return ___U3CiU3E5__2_4; } inline int32_t* get_address_of_U3CiU3E5__2_4() { return &___U3CiU3E5__2_4; } inline void set_U3CiU3E5__2_4(int32_t value) { ___U3CiU3E5__2_4 = value; } }; // Playermuving_d__217 struct U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D : public RuntimeObject { public: // System.Int32 Playermuving_d__217::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__217::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__217::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__217::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D, ___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(U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D, ___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(U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__118 struct U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6 : public RuntimeObject { public: // System.Int32 Playermuving_d__118::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__118::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__118::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6, ___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(U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6, ___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(U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__168 struct U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9 : public RuntimeObject { public: // System.Int32 Playermuving_d__168::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__168::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__168::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__168::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9, ___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(U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9, ___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(U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__170 struct U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A : public RuntimeObject { public: // System.Int32 Playermuving_d__170::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__170::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__170::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__170::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A, ___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(U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A, ___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(U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__177 struct U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464 : public RuntimeObject { public: // System.Int32 Playermuving_d__177::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__177::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__177::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__177::value int32_t ___value_3; // System.String Playermuving_d__177::nameiteam String_t* ___nameiteam_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464, ___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(U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464, ___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(U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_value_3() { return static_cast(offsetof(U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464, ___value_3)); } inline int32_t get_value_3() const { return ___value_3; } inline int32_t* get_address_of_value_3() { return &___value_3; } inline void set_value_3(int32_t value) { ___value_3 = value; } inline static int32_t get_offset_of_nameiteam_4() { return static_cast(offsetof(U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464, ___nameiteam_4)); } inline String_t* get_nameiteam_4() const { return ___nameiteam_4; } inline String_t** get_address_of_nameiteam_4() { return &___nameiteam_4; } inline void set_nameiteam_4(String_t* value) { ___nameiteam_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nameiteam_4), (void*)value); } }; // Playermuving_d__173 struct U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE : public RuntimeObject { public: // System.Int32 Playermuving_d__173::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__173::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__173::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE, ___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(U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE, ___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(U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__185 struct U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4 : public RuntimeObject { public: // System.Int32 Playermuving_d__185::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__185::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__185::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4, ___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(U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4, ___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(U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__184 struct U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1 : public RuntimeObject { public: // System.Int32 Playermuving_d__184::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__184::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__184::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__184::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1, ___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(U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1, ___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(U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__215 struct U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856 : public RuntimeObject { public: // System.Int32 Playermuving_d__215::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__215::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__215::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__215::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856, ___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(U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856, ___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(U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CiU3E5__2_3() { return static_cast(offsetof(U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856, ___U3CiU3E5__2_3)); } inline int32_t get_U3CiU3E5__2_3() const { return ___U3CiU3E5__2_3; } inline int32_t* get_address_of_U3CiU3E5__2_3() { return &___U3CiU3E5__2_3; } inline void set_U3CiU3E5__2_3(int32_t value) { ___U3CiU3E5__2_3 = value; } }; // Playermuving_d__211 struct U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D : public RuntimeObject { public: // System.Int32 Playermuving_d__211::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__211::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Int32 Playermuving_d__211::5__2 int32_t ___U3CiU3E5__2_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D, ___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(U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D, ___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_U3CiU3E5__2_2() { return static_cast(offsetof(U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D, ___U3CiU3E5__2_2)); } inline int32_t get_U3CiU3E5__2_2() const { return ___U3CiU3E5__2_2; } inline int32_t* get_address_of_U3CiU3E5__2_2() { return &___U3CiU3E5__2_2; } inline void set_U3CiU3E5__2_2(int32_t value) { ___U3CiU3E5__2_2 = value; } }; // Playermuving_d__169 struct U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874 : public RuntimeObject { public: // System.Int32 Playermuving_d__169::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__169::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__169::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874, ___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(U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874, ___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(U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__171 struct U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35 : public RuntimeObject { public: // System.Int32 Playermuving_d__171::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__171::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__171::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35, ___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(U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35, ___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(U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Playermuving_d__193 struct U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398 : public RuntimeObject { public: // System.Int32 Playermuving_d__193::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__193::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.String Playermuving_d__193::stylemuving String_t* ___stylemuving_2; // Playermuving Playermuving_d__193::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398, ___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(U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398, ___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_stylemuving_2() { return static_cast(offsetof(U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398, ___stylemuving_2)); } inline String_t* get_stylemuving_2() const { return ___stylemuving_2; } inline String_t** get_address_of_stylemuving_2() { return &___stylemuving_2; } inline void set_stylemuving_2(String_t* value) { ___stylemuving_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___stylemuving_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398, ___U3CU3E4__this_3)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // Playermuving_d__204 struct U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C : public RuntimeObject { public: // System.Int32 Playermuving_d__204::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Playermuving_d__204::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Playermuving Playermuving_d__204::<>4__this Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___U3CU3E4__this_2; // System.Int32 Playermuving_d__204::vlalue int32_t ___vlalue_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C, ___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(U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C, ___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(U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C, ___U3CU3E4__this_2)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_vlalue_3() { return static_cast(offsetof(U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C, ___vlalue_3)); } inline int32_t get_vlalue_3() const { return ___vlalue_3; } inline int32_t* get_address_of_vlalue_3() { return &___vlalue_3; } inline void set_vlalue_3(int32_t value) { ___vlalue_3 = value; } }; // QFramework.RunGame.CfgRun struct CfgRun_t5532004F8F277633429E5EEF33F38B55659AB30D : public RuntimeObject { public: public: }; struct CfgRun_t5532004F8F277633429E5EEF33F38B55659AB30D_StaticFields { public: // System.Boolean QFramework.RunGame.CfgRun::isDebugUI bool ___isDebugUI_0; // System.String QFramework.RunGame.CfgRun::msgHttpUrl String_t* ___msgHttpUrl_1; // System.Boolean QFramework.RunGame.CfgRun::isHHMoved bool ___isHHMoved_4; public: inline static int32_t get_offset_of_isDebugUI_0() { return static_cast(offsetof(CfgRun_t5532004F8F277633429E5EEF33F38B55659AB30D_StaticFields, ___isDebugUI_0)); } inline bool get_isDebugUI_0() const { return ___isDebugUI_0; } inline bool* get_address_of_isDebugUI_0() { return &___isDebugUI_0; } inline void set_isDebugUI_0(bool value) { ___isDebugUI_0 = value; } inline static int32_t get_offset_of_msgHttpUrl_1() { return static_cast(offsetof(CfgRun_t5532004F8F277633429E5EEF33F38B55659AB30D_StaticFields, ___msgHttpUrl_1)); } inline String_t* get_msgHttpUrl_1() const { return ___msgHttpUrl_1; } inline String_t** get_address_of_msgHttpUrl_1() { return &___msgHttpUrl_1; } inline void set_msgHttpUrl_1(String_t* value) { ___msgHttpUrl_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___msgHttpUrl_1), (void*)value); } inline static int32_t get_offset_of_isHHMoved_4() { return static_cast(offsetof(CfgRun_t5532004F8F277633429E5EEF33F38B55659AB30D_StaticFields, ___isHHMoved_4)); } inline bool get_isHHMoved_4() const { return ___isHHMoved_4; } inline bool* get_address_of_isHHMoved_4() { return &___isHHMoved_4; } inline void set_isHHMoved_4(bool value) { ___isHHMoved_4 = value; } }; // QFramework.RunGame.RmtyModelItem struct RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 : public RuntimeObject { public: // System.String QFramework.RunGame.RmtyModelItem::ori String_t* ___ori_0; // System.Int32 QFramework.RunGame.RmtyModelItem::dis int32_t ___dis_1; // System.String QFramework.RunGame.RmtyModelItem::name String_t* ___name_2; public: inline static int32_t get_offset_of_ori_0() { return static_cast(offsetof(RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0, ___ori_0)); } inline String_t* get_ori_0() const { return ___ori_0; } inline String_t** get_address_of_ori_0() { return &___ori_0; } inline void set_ori_0(String_t* value) { ___ori_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ori_0), (void*)value); } inline static int32_t get_offset_of_dis_1() { return static_cast(offsetof(RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0, ___dis_1)); } inline int32_t get_dis_1() const { return ___dis_1; } inline int32_t* get_address_of_dis_1() { return &___dis_1; } inline void set_dis_1(int32_t value) { ___dis_1 = value; } inline static int32_t get_offset_of_name_2() { return static_cast(offsetof(RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0, ___name_2)); } inline String_t* get_name_2() const { return ___name_2; } inline String_t** get_address_of_name_2() { return &___name_2; } inline void set_name_2(String_t* value) { ___name_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_2), (void*)value); } }; // QFramework.RunGame.TableItem struct TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A : public RuntimeObject { public: // System.Int32 QFramework.RunGame.TableItem::id int32_t ___id_0; // System.String QFramework.RunGame.TableItem::name String_t* ___name_1; // System.String QFramework.RunGame.TableItem::type String_t* ___type_2; // System.String QFramework.RunGame.TableItem::icon String_t* ___icon_3; // System.String QFramework.RunGame.TableItem::icon2 String_t* ___icon2_4; // System.Int32 QFramework.RunGame.TableItem::skinindex int32_t ___skinindex_5; // System.Int32 QFramework.RunGame.TableItem::skinsex int32_t ___skinsex_6; // System.String QFramework.RunGame.TableItem::model3durl String_t* ___model3durl_7; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value); } inline static int32_t get_offset_of_type_2() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___type_2)); } inline String_t* get_type_2() const { return ___type_2; } inline String_t** get_address_of_type_2() { return &___type_2; } inline void set_type_2(String_t* value) { ___type_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___type_2), (void*)value); } inline static int32_t get_offset_of_icon_3() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___icon_3)); } inline String_t* get_icon_3() const { return ___icon_3; } inline String_t** get_address_of_icon_3() { return &___icon_3; } inline void set_icon_3(String_t* value) { ___icon_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___icon_3), (void*)value); } inline static int32_t get_offset_of_icon2_4() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___icon2_4)); } inline String_t* get_icon2_4() const { return ___icon2_4; } inline String_t** get_address_of_icon2_4() { return &___icon2_4; } inline void set_icon2_4(String_t* value) { ___icon2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___icon2_4), (void*)value); } inline static int32_t get_offset_of_skinindex_5() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___skinindex_5)); } inline int32_t get_skinindex_5() const { return ___skinindex_5; } inline int32_t* get_address_of_skinindex_5() { return &___skinindex_5; } inline void set_skinindex_5(int32_t value) { ___skinindex_5 = value; } inline static int32_t get_offset_of_skinsex_6() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___skinsex_6)); } inline int32_t get_skinsex_6() const { return ___skinsex_6; } inline int32_t* get_address_of_skinsex_6() { return &___skinsex_6; } inline void set_skinsex_6(int32_t value) { ___skinsex_6 = value; } inline static int32_t get_offset_of_model3durl_7() { return static_cast(offsetof(TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A, ___model3durl_7)); } inline String_t* get_model3durl_7() const { return ___model3durl_7; } inline String_t** get_address_of_model3durl_7() { return &___model3durl_7; } inline void set_model3durl_7(String_t* value) { ___model3durl_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___model3durl_7), (void*)value); } }; // QFramework.RunGame.UseItem struct UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB : public RuntimeObject { public: // System.Int32 QFramework.RunGame.UseItem::itemId int32_t ___itemId_0; // System.Int32 QFramework.RunGame.UseItem::time int32_t ___time_1; public: inline static int32_t get_offset_of_itemId_0() { return static_cast(offsetof(UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB, ___itemId_0)); } inline int32_t get_itemId_0() const { return ___itemId_0; } inline int32_t* get_address_of_itemId_0() { return &___itemId_0; } inline void set_itemId_0(int32_t value) { ___itemId_0 = value; } inline static int32_t get_offset_of_time_1() { return static_cast(offsetof(UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB, ___time_1)); } inline int32_t get_time_1() const { return ___time_1; } inline int32_t* get_address_of_time_1() { return &___time_1; } inline void set_time_1(int32_t value) { ___time_1 = value; } }; // Response`1 struct Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC : public RuntimeObject { public: // System.Collections.Generic.List`1 Response`1::list List_1_tCE5272931B60A8A01035817BD758025EA05A7212 * ___list_0; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC, ___list_0)); } inline List_1_tCE5272931B60A8A01035817BD758025EA05A7212 * get_list_0() const { return ___list_0; } inline List_1_tCE5272931B60A8A01035817BD758025EA05A7212 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_tCE5272931B60A8A01035817BD758025EA05A7212 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Collections.Generic.List`1 struct List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE* ____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_t1101A8414290A1741399FBBF73057C9C5191E4DC, ____items_1)); } inline RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE* get__items_1() const { return ____items_1; } inline RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE* 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_t1101A8414290A1741399FBBF73057C9C5191E4DC, ____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_t1101A8414290A1741399FBBF73057C9C5191E4DC, ____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_t1101A8414290A1741399FBBF73057C9C5191E4DC, ____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_t1101A8414290A1741399FBBF73057C9C5191E4DC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC_StaticFields, ____emptyArray_5)); } inline RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE* get__emptyArray_5() const { return ____emptyArray_5; } inline RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RmtyModelItemU5BU5D_t4A6DB14ECD23D5BB4C746118E8EFB7149F179ACE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3D4152882C54B77C712688E910390D5C8E030463 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* ____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_t3D4152882C54B77C712688E910390D5C8E030463, ____items_1)); } inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* 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_t3D4152882C54B77C712688E910390D5C8E030463, ____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_t3D4152882C54B77C712688E910390D5C8E030463, ____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_t3D4152882C54B77C712688E910390D5C8E030463, ____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_t3D4152882C54B77C712688E910390D5C8E030463_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3D4152882C54B77C712688E910390D5C8E030463_StaticFields, ____emptyArray_5)); } inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* get__emptyArray_5() const { return ____emptyArray_5; } inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED, ____array_0)); } inline ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7* get__array_0() const { return ____array_0; } inline ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ByteU5BU5DU5BU5D_tD1CB918775FFB351821F10AC338FECDDE22DEEC7* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.Collections.Generic.Queue`1 struct Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 : public RuntimeObject { public: // T[] System.Collections.Generic.Queue`1::_array ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject * ____syncRoot_5; public: inline static int32_t get_offset_of__array_0() { return static_cast(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____array_0)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; } inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ____array_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value); } inline static int32_t get_offset_of__head_1() { return static_cast(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____head_1)); } inline int32_t get__head_1() const { return ____head_1; } inline int32_t* get_address_of__head_1() { return &____head_1; } inline void set__head_1(int32_t value) { ____head_1 = value; } inline static int32_t get_offset_of__tail_2() { return static_cast(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____tail_2)); } inline int32_t get__tail_2() const { return ____tail_2; } inline int32_t* get_address_of__tail_2() { return &____tail_2; } inline void set__tail_2(int32_t value) { ____tail_2 = value; } inline static int32_t get_offset_of__size_3() { return static_cast(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____size_3)); } inline int32_t get__size_3() const { return ____size_3; } inline int32_t* get_address_of__size_3() { return &____size_3; } inline void set__size_3(int32_t value) { ____size_3 = value; } inline static int32_t get_offset_of__version_4() { return static_cast(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____version_4)); } inline int32_t get__version_4() const { return ____version_4; } inline int32_t* get_address_of__version_4() { return &____version_4; } inline void set__version_4(int32_t value) { ____version_4 = value; } inline static int32_t get_offset_of__syncRoot_5() { return static_cast(offsetof(Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0, ____syncRoot_5)); } inline RuntimeObject * get__syncRoot_5() const { return ____syncRoot_5; } inline RuntimeObject ** get_address_of__syncRoot_5() { return &____syncRoot_5; } inline void set__syncRoot_5(RuntimeObject * value) { ____syncRoot_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_5), (void*)value); } }; // System.EventArgs struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject { public: public: }; struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; } inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // System.IO.BinaryReader struct BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryReader::m_stream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_0; // System.Byte[] System.IO.BinaryReader::m_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_buffer_1; // System.Text.Decoder System.IO.BinaryReader::m_decoder Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___m_decoder_2; // System.Byte[] System.IO.BinaryReader::m_charBytes ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_charBytes_3; // System.Char[] System.IO.BinaryReader::m_singleChar CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_singleChar_4; // System.Char[] System.IO.BinaryReader::m_charBuffer CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_charBuffer_5; // System.Int32 System.IO.BinaryReader::m_maxCharsSize int32_t ___m_maxCharsSize_6; // System.Boolean System.IO.BinaryReader::m_2BytesPerChar bool ___m_2BytesPerChar_7; // System.Boolean System.IO.BinaryReader::m_isMemoryStream bool ___m_isMemoryStream_8; // System.Boolean System.IO.BinaryReader::m_leaveOpen bool ___m_leaveOpen_9; public: inline static int32_t get_offset_of_m_stream_0() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_stream_0)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_0() const { return ___m_stream_0; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_0() { return &___m_stream_0; } inline void set_m_stream_0(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___m_stream_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_stream_0), (void*)value); } inline static int32_t get_offset_of_m_buffer_1() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_buffer_1)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_buffer_1() const { return ___m_buffer_1; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_buffer_1() { return &___m_buffer_1; } inline void set_m_buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_buffer_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_buffer_1), (void*)value); } inline static int32_t get_offset_of_m_decoder_2() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_decoder_2)); } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_m_decoder_2() const { return ___m_decoder_2; } inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_m_decoder_2() { return &___m_decoder_2; } inline void set_m_decoder_2(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value) { ___m_decoder_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_decoder_2), (void*)value); } inline static int32_t get_offset_of_m_charBytes_3() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBytes_3)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_charBytes_3() const { return ___m_charBytes_3; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_charBytes_3() { return &___m_charBytes_3; } inline void set_m_charBytes_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_charBytes_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBytes_3), (void*)value); } inline static int32_t get_offset_of_m_singleChar_4() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_singleChar_4)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_singleChar_4() const { return ___m_singleChar_4; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_singleChar_4() { return &___m_singleChar_4; } inline void set_m_singleChar_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_singleChar_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_singleChar_4), (void*)value); } inline static int32_t get_offset_of_m_charBuffer_5() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_charBuffer_5)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_charBuffer_5() const { return ___m_charBuffer_5; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_charBuffer_5() { return &___m_charBuffer_5; } inline void set_m_charBuffer_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___m_charBuffer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_charBuffer_5), (void*)value); } inline static int32_t get_offset_of_m_maxCharsSize_6() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_maxCharsSize_6)); } inline int32_t get_m_maxCharsSize_6() const { return ___m_maxCharsSize_6; } inline int32_t* get_address_of_m_maxCharsSize_6() { return &___m_maxCharsSize_6; } inline void set_m_maxCharsSize_6(int32_t value) { ___m_maxCharsSize_6 = value; } inline static int32_t get_offset_of_m_2BytesPerChar_7() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_2BytesPerChar_7)); } inline bool get_m_2BytesPerChar_7() const { return ___m_2BytesPerChar_7; } inline bool* get_address_of_m_2BytesPerChar_7() { return &___m_2BytesPerChar_7; } inline void set_m_2BytesPerChar_7(bool value) { ___m_2BytesPerChar_7 = value; } inline static int32_t get_offset_of_m_isMemoryStream_8() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_isMemoryStream_8)); } inline bool get_m_isMemoryStream_8() const { return ___m_isMemoryStream_8; } inline bool* get_address_of_m_isMemoryStream_8() { return &___m_isMemoryStream_8; } inline void set_m_isMemoryStream_8(bool value) { ___m_isMemoryStream_8 = value; } inline static int32_t get_offset_of_m_leaveOpen_9() { return static_cast(offsetof(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969, ___m_leaveOpen_9)); } inline bool get_m_leaveOpen_9() const { return ___m_leaveOpen_9; } inline bool* get_address_of_m_leaveOpen_9() { return &___m_leaveOpen_9; } inline void set_m_leaveOpen_9(bool value) { ___m_leaveOpen_9 = value; } }; // System.IO.BinaryWriter struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 : public RuntimeObject { public: // System.IO.Stream System.IO.BinaryWriter::OutStream Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___OutStream_1; // System.Byte[] System.IO.BinaryWriter::_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_2; // System.Text.Encoding System.IO.BinaryWriter::_encoding Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____encoding_3; // System.Text.Encoder System.IO.BinaryWriter::_encoder Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ____encoder_4; // System.Boolean System.IO.BinaryWriter::_leaveOpen bool ____leaveOpen_5; // System.Byte[] System.IO.BinaryWriter::_largeByteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____largeByteBuffer_6; // System.Int32 System.IO.BinaryWriter::_maxChars int32_t ____maxChars_7; public: inline static int32_t get_offset_of_OutStream_1() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ___OutStream_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_OutStream_1() const { return ___OutStream_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_OutStream_1() { return &___OutStream_1; } inline void set_OutStream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___OutStream_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___OutStream_1), (void*)value); } inline static int32_t get_offset_of__buffer_2() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____buffer_2)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_2() const { return ____buffer_2; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_2() { return &____buffer_2; } inline void set__buffer_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buffer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_2), (void*)value); } inline static int32_t get_offset_of__encoding_3() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoding_3)); } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__encoding_3() const { return ____encoding_3; } inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__encoding_3() { return &____encoding_3; } inline void set__encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value) { ____encoding_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____encoding_3), (void*)value); } inline static int32_t get_offset_of__encoder_4() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____encoder_4)); } inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get__encoder_4() const { return ____encoder_4; } inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of__encoder_4() { return &____encoder_4; } inline void set__encoder_4(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value) { ____encoder_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____encoder_4), (void*)value); } inline static int32_t get_offset_of__leaveOpen_5() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____leaveOpen_5)); } inline bool get__leaveOpen_5() const { return ____leaveOpen_5; } inline bool* get_address_of__leaveOpen_5() { return &____leaveOpen_5; } inline void set__leaveOpen_5(bool value) { ____leaveOpen_5 = value; } inline static int32_t get_offset_of__largeByteBuffer_6() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____largeByteBuffer_6)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__largeByteBuffer_6() const { return ____largeByteBuffer_6; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__largeByteBuffer_6() { return &____largeByteBuffer_6; } inline void set__largeByteBuffer_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____largeByteBuffer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____largeByteBuffer_6), (void*)value); } inline static int32_t get_offset_of__maxChars_7() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3, ____maxChars_7)); } inline int32_t get__maxChars_7() const { return ____maxChars_7; } inline int32_t* get_address_of__maxChars_7() { return &____maxChars_7; } inline void set__maxChars_7(int32_t value) { ____maxChars_7 = value; } }; struct BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields { public: // System.IO.BinaryWriter System.IO.BinaryWriter::Null BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * ___Null_0; public: inline static int32_t get_offset_of_Null_0() { return static_cast(offsetof(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3_StaticFields, ___Null_0)); } inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * get_Null_0() const { return ___Null_0; } inline BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 ** get_address_of_Null_0() { return &___Null_0; } inline void set_Null_0(BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * value) { ___Null_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_0), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Net.EndPoint struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject { public: public: }; // System.Net.IPHostEntry struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D : public RuntimeObject { public: // System.String System.Net.IPHostEntry::hostName String_t* ___hostName_0; // System.String[] System.Net.IPHostEntry::aliases StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___aliases_1; // System.Net.IPAddress[] System.Net.IPHostEntry::addressList IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addressList_2; // System.Boolean System.Net.IPHostEntry::isTrustedHost bool ___isTrustedHost_3; public: inline static int32_t get_offset_of_hostName_0() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___hostName_0)); } inline String_t* get_hostName_0() const { return ___hostName_0; } inline String_t** get_address_of_hostName_0() { return &___hostName_0; } inline void set_hostName_0(String_t* value) { ___hostName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___hostName_0), (void*)value); } inline static int32_t get_offset_of_aliases_1() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___aliases_1)); } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_aliases_1() const { return ___aliases_1; } inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_aliases_1() { return &___aliases_1; } inline void set_aliases_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value) { ___aliases_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___aliases_1), (void*)value); } inline static int32_t get_offset_of_addressList_2() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___addressList_2)); } inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get_addressList_2() const { return ___addressList_2; } inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of_addressList_2() { return &___addressList_2; } inline void set_addressList_2(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value) { ___addressList_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___addressList_2), (void*)value); } inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___isTrustedHost_3)); } inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; } inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; } inline void set_isTrustedHost_3(bool value) { ___isTrustedHost_3 = value; } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com { }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___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_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * 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_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * 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_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___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; } }; // UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { }; // User struct User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7 : public RuntimeObject { public: // System.Int32 User::id int32_t ___id_0; // System.String User::nickname String_t* ___nickname_1; // System.String User::avatar String_t* ___avatar_2; // System.Int32 User::gender int32_t ___gender_3; // System.String User::address String_t* ___address_4; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7, ___id_0)); } inline int32_t get_id_0() const { return ___id_0; } inline int32_t* get_address_of_id_0() { return &___id_0; } inline void set_id_0(int32_t value) { ___id_0 = value; } inline static int32_t get_offset_of_nickname_1() { return static_cast(offsetof(User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7, ___nickname_1)); } inline String_t* get_nickname_1() const { return ___nickname_1; } inline String_t** get_address_of_nickname_1() { return &___nickname_1; } inline void set_nickname_1(String_t* value) { ___nickname_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___nickname_1), (void*)value); } inline static int32_t get_offset_of_avatar_2() { return static_cast(offsetof(User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7, ___avatar_2)); } inline String_t* get_avatar_2() const { return ___avatar_2; } inline String_t** get_address_of_avatar_2() { return &___avatar_2; } inline void set_avatar_2(String_t* value) { ___avatar_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___avatar_2), (void*)value); } inline static int32_t get_offset_of_gender_3() { return static_cast(offsetof(User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7, ___gender_3)); } inline int32_t get_gender_3() const { return ___gender_3; } inline int32_t* get_address_of_gender_3() { return &___gender_3; } inline void set_gender_3(int32_t value) { ___gender_3 = value; } inline static int32_t get_offset_of_address_4() { return static_cast(offsetof(User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7, ___address_4)); } inline String_t* get_address_4() const { return ___address_4; } inline String_t** get_address_of_address_4() { return &___address_4; } inline void set_address_4(String_t* value) { ___address_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___address_4), (void*)value); } }; // ___StaticArrayInitTypeSizeU3D112 struct __StaticArrayInitTypeSizeU3D112_tE5C8DC2B5968BB8FB06B4102EA325357E43C7183 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D112_tE5C8DC2B5968BB8FB06B4102EA325357E43C7183__padding[112]; }; public: }; // ___StaticArrayInitTypeSizeU3D12 struct __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91__padding[12]; }; public: }; // ___StaticArrayInitTypeSizeU3D16 struct __StaticArrayInitTypeSizeU3D16_t6EB025C40E80FDD74132718092D59E92446BD13D { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D16_t6EB025C40E80FDD74132718092D59E92446BD13D__padding[16]; }; public: }; // ___StaticArrayInitTypeSizeU3D20 struct __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382__padding[20]; }; public: }; // ___StaticArrayInitTypeSizeU3D2280 struct __StaticArrayInitTypeSizeU3D2280_t10464DFBC5EE2F33D918B4776B0DB349A8AF39D6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D2280_t10464DFBC5EE2F33D918B4776B0DB349A8AF39D6__padding[2280]; }; public: }; // ___StaticArrayInitTypeSizeU3D24 struct __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34__padding[24]; }; public: }; // ___StaticArrayInitTypeSizeU3D28 struct __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1__padding[28]; }; public: }; // ___StaticArrayInitTypeSizeU3D32 struct __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315__padding[32]; }; public: }; // ___StaticArrayInitTypeSizeU3D40 struct __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33__padding[40]; }; public: }; // ___StaticArrayInitTypeSizeU3D48 struct __StaticArrayInitTypeSizeU3D48_tF32E0E0CF1CDF233FDDA0A19F0CAB73F393A7CB6 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_tF32E0E0CF1CDF233FDDA0A19F0CAB73F393A7CB6__padding[48]; }; public: }; // ___StaticArrayInitTypeSizeU3D56 struct __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816__padding[56]; }; public: }; // System.Boolean struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C { 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_tB53F6830F670160873277339AA58F15CAED4399C, ___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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tB53F6830F670160873277339AA58F15CAED4399C_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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07 { 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_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___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; } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892, ___list_0)); } inline List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * get_list_0() const { return ___list_0; } inline List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892, ___current_3)); } inline RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * get_current_3() const { return ___current_3; } inline RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1_Enumerator struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1_Enumerator::list List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0; // System.Int32 System.Collections.Generic.List`1_Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1_Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1_Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; } inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.DateTime struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 { 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_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___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_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value) { ___MaxValue_32 = value; } }; // System.Decimal struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value) { ___NearPositiveZero_13 = value; } }; // System.Double struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF { public: public: }; struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com { }; // System.IO.Stream struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF { public: // System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3; public: inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; } inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; } inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value) { ____activeReadWriteTask_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; } inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ____asyncActiveSemaphore_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value); } }; struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; } inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.Int16 struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102 { 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_t585191389E07734F19F3156FF88FB3EF4800D102, ___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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436 { 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_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // System.Net.IPEndPoint struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 { public: // System.Net.IPAddress System.Net.IPEndPoint::m_Address IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___m_Address_0; // System.Int32 System.Net.IPEndPoint::m_Port int32_t ___m_Port_1; public: inline static int32_t get_offset_of_m_Address_0() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; } inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___m_Address_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Address_0), (void*)value); } inline static int32_t get_offset_of_m_Port_1() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Port_1)); } inline int32_t get_m_Port_1() const { return ___m_Port_1; } inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; } inline void set_m_Port_1(int32_t value) { ___m_Port_1 = value; } }; struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields { public: // System.Net.IPEndPoint System.Net.IPEndPoint::Any IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2; // System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3; public: inline static int32_t get_offset_of_Any_2() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; } inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___Any_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_2), (void*)value); } inline static int32_t get_offset_of_IPv6Any_3() { return static_cast(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; } inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; } inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value) { ___IPv6Any_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_3), (void*)value); } }; // System.Single struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1 { 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_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.UInt16 struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017 { public: union { struct { }; uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1]; }; public: }; // UnityEngine.Color struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 { 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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___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; } }; // UnityEngine.DrivenRectTransformTracker struct DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 { public: union { struct { }; uint8_t DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03__padding[1]; }; public: }; // UnityEngine.Events.UnityEvent struct UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA, ___m_InvokeArray_3)); } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Quaternion struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; struct Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.UI.SpriteState struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A { public: // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2; // UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3; public: inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_HighlightedSprite_0)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; } inline void set_m_HighlightedSprite_0(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * 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_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_PressedSprite_1)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; } inline void set_m_PressedSprite_1(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * 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_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_SelectedSprite_2)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; } inline void set_m_SelectedSprite_2(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * 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_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_DisabledSprite_3)); } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; } inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; } inline void set_m_DisabledSprite_3(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value) { ___m_DisabledSprite_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_pinvoke { Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3; }; // Native definition for COM marshalling of UnityEngine.UI.SpriteState struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_com { Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2; Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3; }; // UnityEngine.Vector2 struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D { 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_tA85D2DD88578276CA8A8796756458277E72D073D, ___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_tA85D2DD88578276CA8A8796756458277E72D073D, ___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_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector3 struct Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 { 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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720, ___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_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___zeroVector_5)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___oneVector_6)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_oneVector_6() const { return ___oneVector_6; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___upVector_7)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_upVector_7() const { return ___upVector_7; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___downVector_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_downVector_8() const { return ___downVector_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___leftVector_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_leftVector_9() const { return ___leftVector_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___rightVector_10)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rightVector_10() const { return ___rightVector_10; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___forwardVector_11)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___backVector_12)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_backVector_12() const { return ___backVector_12; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { float ___m_Seconds_0; }; // struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields { public: // ___StaticArrayInitTypeSizeU3D40 ::07CB285B714B88F565B0EFE7C8B11CB96E995552 __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 ___07CB285B714B88F565B0EFE7C8B11CB96E995552_0; // ___StaticArrayInitTypeSizeU3D12 ::148E9E3E864CD628C70D3DC1D8309483BD8C0E89 __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 ___148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1; // ___StaticArrayInitTypeSizeU3D24 ::176FAE10329F039240A833E505AE43F45C78DCB0 __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 ___176FAE10329F039240A833E505AE43F45C78DCB0_2; // ___StaticArrayInitTypeSizeU3D56 ::247E375333DF63CEB019ABEFD5D1502DE6417215 __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 ___247E375333DF63CEB019ABEFD5D1502DE6417215_3; // ___StaticArrayInitTypeSizeU3D56 ::2D198F5F8A204206856298703CC82FE80F469D35 __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 ___2D198F5F8A204206856298703CC82FE80F469D35_4; // ___StaticArrayInitTypeSizeU3D28 ::2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711 __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 ___2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5; // ___StaticArrayInitTypeSizeU3D16 ::3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34 __StaticArrayInitTypeSizeU3D16_t6EB025C40E80FDD74132718092D59E92446BD13D ___3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6; // ___StaticArrayInitTypeSizeU3D40 ::4168510F8D308AC5B42D52EBBC76C8FE5936BF01 __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 ___4168510F8D308AC5B42D52EBBC76C8FE5936BF01_7; // ___StaticArrayInitTypeSizeU3D40 ::4C454A051D1B1668C9C52B004730B8EED8B8B0AF __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 ___4C454A051D1B1668C9C52B004730B8EED8B8B0AF_8; // ___StaticArrayInitTypeSizeU3D40 ::4D065E5364F92E11171F4FFD5408CD666DF41197 __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 ___4D065E5364F92E11171F4FFD5408CD666DF41197_9; // ___StaticArrayInitTypeSizeU3D112 ::50B1635D1FB2907A171B71751E1A3FA79423CA17 __StaticArrayInitTypeSizeU3D112_tE5C8DC2B5968BB8FB06B4102EA325357E43C7183 ___50B1635D1FB2907A171B71751E1A3FA79423CA17_10; // ___StaticArrayInitTypeSizeU3D20 ::519FECAA1FAF0B47BE4C8372D5E0FDD502D40363 __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 ___519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11; // ___StaticArrayInitTypeSizeU3D40 ::535AC63EA62E482655769F895EED28DA6325D7FC __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 ___535AC63EA62E482655769F895EED28DA6325D7FC_12; // ___StaticArrayInitTypeSizeU3D56 ::591D5232DD4B1887E1EA81C7DEFD07DB435D7A33 __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 ___591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13; // ___StaticArrayInitTypeSizeU3D12 ::5CF7299F6558A8AC3F821B4F2F65F23798D319D3 __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 ___5CF7299F6558A8AC3F821B4F2F65F23798D319D3_14; // ___StaticArrayInitTypeSizeU3D20 ::6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9 __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 ___6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15; // ___StaticArrayInitTypeSizeU3D20 ::6DC1182F152141818338D4801D5EBFE98FD2D653 __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 ___6DC1182F152141818338D4801D5EBFE98FD2D653_16; // ___StaticArrayInitTypeSizeU3D20 ::70978426BA7D2309BC7F100005CBC0E56A6C6249 __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 ___70978426BA7D2309BC7F100005CBC0E56A6C6249_17; // ___StaticArrayInitTypeSizeU3D20 ::898C1B18C5DEF351AD9A350EC32C98353930CDD2 __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 ___898C1B18C5DEF351AD9A350EC32C98353930CDD2_18; // ___StaticArrayInitTypeSizeU3D40 ::8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 ___8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19; // ___StaticArrayInitTypeSizeU3D28 ::92AF1A7F2B8598278647962C459B29C3F0590377 __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 ___92AF1A7F2B8598278647962C459B29C3F0590377_20; // ___StaticArrayInitTypeSizeU3D32 ::92C0CB9223CD7512F04B9E73E0DF3FDA27193597 __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 ___92C0CB9223CD7512F04B9E73E0DF3FDA27193597_21; // ___StaticArrayInitTypeSizeU3D20 ::9666990B9E1597F7E131559526746C7F93CEDA12 __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 ___9666990B9E1597F7E131559526746C7F93CEDA12_22; // ___StaticArrayInitTypeSizeU3D2280 ::9EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4 __StaticArrayInitTypeSizeU3D2280_t10464DFBC5EE2F33D918B4776B0DB349A8AF39D6 ___9EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23; // ___StaticArrayInitTypeSizeU3D12 ::AAF72C1002FDBCAE040DAE16A10D82184CE83679 __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 ___AAF72C1002FDBCAE040DAE16A10D82184CE83679_24; // ___StaticArrayInitTypeSizeU3D28 ::ABA94D9D605C93844F7DA5D24A6C9B2860FAF412 __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 ___ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25; // ___StaticArrayInitTypeSizeU3D24 ::B2FC020B04AA828526693E12E2B3E3E337AB3D38 __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 ___B2FC020B04AA828526693E12E2B3E3E337AB3D38_26; // ___StaticArrayInitTypeSizeU3D56 ::B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 ___B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27; // ___StaticArrayInitTypeSizeU3D12 ::B67A7FB4648C62F6A1337CA473436D0E787E8633 __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 ___B67A7FB4648C62F6A1337CA473436D0E787E8633_28; // ___StaticArrayInitTypeSizeU3D28 ::C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29 __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 ___C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29; // ___StaticArrayInitTypeSizeU3D12 ::C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 ___C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30; // ___StaticArrayInitTypeSizeU3D48 ::D6F340C2ED1460D28D5405C15CDC1ED18701EF7D __StaticArrayInitTypeSizeU3D48_tF32E0E0CF1CDF233FDDA0A19F0CAB73F393A7CB6 ___D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31; // ___StaticArrayInitTypeSizeU3D12 ::FAD52931F5B79811D31566BB18B6E0B5D2E2A164 __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 ___FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32; public: inline static int32_t get_offset_of_U307CB285B714B88F565B0EFE7C8B11CB96E995552_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___07CB285B714B88F565B0EFE7C8B11CB96E995552_0)); } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 get_U307CB285B714B88F565B0EFE7C8B11CB96E995552_0() const { return ___07CB285B714B88F565B0EFE7C8B11CB96E995552_0; } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 * get_address_of_U307CB285B714B88F565B0EFE7C8B11CB96E995552_0() { return &___07CB285B714B88F565B0EFE7C8B11CB96E995552_0; } inline void set_U307CB285B714B88F565B0EFE7C8B11CB96E995552_0(__StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 value) { ___07CB285B714B88F565B0EFE7C8B11CB96E995552_0 = value; } inline static int32_t get_offset_of_U3148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1)); } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 get_U3148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1() const { return ___148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1; } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 * get_address_of_U3148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1() { return &___148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1; } inline void set_U3148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1(__StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 value) { ___148E9E3E864CD628C70D3DC1D8309483BD8C0E89_1 = value; } inline static int32_t get_offset_of_U3176FAE10329F039240A833E505AE43F45C78DCB0_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___176FAE10329F039240A833E505AE43F45C78DCB0_2)); } inline __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 get_U3176FAE10329F039240A833E505AE43F45C78DCB0_2() const { return ___176FAE10329F039240A833E505AE43F45C78DCB0_2; } inline __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 * get_address_of_U3176FAE10329F039240A833E505AE43F45C78DCB0_2() { return &___176FAE10329F039240A833E505AE43F45C78DCB0_2; } inline void set_U3176FAE10329F039240A833E505AE43F45C78DCB0_2(__StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 value) { ___176FAE10329F039240A833E505AE43F45C78DCB0_2 = value; } inline static int32_t get_offset_of_U3247E375333DF63CEB019ABEFD5D1502DE6417215_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___247E375333DF63CEB019ABEFD5D1502DE6417215_3)); } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 get_U3247E375333DF63CEB019ABEFD5D1502DE6417215_3() const { return ___247E375333DF63CEB019ABEFD5D1502DE6417215_3; } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 * get_address_of_U3247E375333DF63CEB019ABEFD5D1502DE6417215_3() { return &___247E375333DF63CEB019ABEFD5D1502DE6417215_3; } inline void set_U3247E375333DF63CEB019ABEFD5D1502DE6417215_3(__StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 value) { ___247E375333DF63CEB019ABEFD5D1502DE6417215_3 = value; } inline static int32_t get_offset_of_U32D198F5F8A204206856298703CC82FE80F469D35_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___2D198F5F8A204206856298703CC82FE80F469D35_4)); } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 get_U32D198F5F8A204206856298703CC82FE80F469D35_4() const { return ___2D198F5F8A204206856298703CC82FE80F469D35_4; } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 * get_address_of_U32D198F5F8A204206856298703CC82FE80F469D35_4() { return &___2D198F5F8A204206856298703CC82FE80F469D35_4; } inline void set_U32D198F5F8A204206856298703CC82FE80F469D35_4(__StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 value) { ___2D198F5F8A204206856298703CC82FE80F469D35_4 = value; } inline static int32_t get_offset_of_U32D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5)); } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 get_U32D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5() const { return ___2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5; } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 * get_address_of_U32D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5() { return &___2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5; } inline void set_U32D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5(__StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 value) { ___2D210AE5B5FEFF129C1BB8C0B5556BA1DB178711_5 = value; } inline static int32_t get_offset_of_U33DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6)); } inline __StaticArrayInitTypeSizeU3D16_t6EB025C40E80FDD74132718092D59E92446BD13D get_U33DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6() const { return ___3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6; } inline __StaticArrayInitTypeSizeU3D16_t6EB025C40E80FDD74132718092D59E92446BD13D * get_address_of_U33DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6() { return &___3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6; } inline void set_U33DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6(__StaticArrayInitTypeSizeU3D16_t6EB025C40E80FDD74132718092D59E92446BD13D value) { ___3DBEB390D93906AD67CFFC5FAE7EB0E70FB90D34_6 = value; } inline static int32_t get_offset_of_U34168510F8D308AC5B42D52EBBC76C8FE5936BF01_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___4168510F8D308AC5B42D52EBBC76C8FE5936BF01_7)); } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 get_U34168510F8D308AC5B42D52EBBC76C8FE5936BF01_7() const { return ___4168510F8D308AC5B42D52EBBC76C8FE5936BF01_7; } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 * get_address_of_U34168510F8D308AC5B42D52EBBC76C8FE5936BF01_7() { return &___4168510F8D308AC5B42D52EBBC76C8FE5936BF01_7; } inline void set_U34168510F8D308AC5B42D52EBBC76C8FE5936BF01_7(__StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 value) { ___4168510F8D308AC5B42D52EBBC76C8FE5936BF01_7 = value; } inline static int32_t get_offset_of_U34C454A051D1B1668C9C52B004730B8EED8B8B0AF_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___4C454A051D1B1668C9C52B004730B8EED8B8B0AF_8)); } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 get_U34C454A051D1B1668C9C52B004730B8EED8B8B0AF_8() const { return ___4C454A051D1B1668C9C52B004730B8EED8B8B0AF_8; } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 * get_address_of_U34C454A051D1B1668C9C52B004730B8EED8B8B0AF_8() { return &___4C454A051D1B1668C9C52B004730B8EED8B8B0AF_8; } inline void set_U34C454A051D1B1668C9C52B004730B8EED8B8B0AF_8(__StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 value) { ___4C454A051D1B1668C9C52B004730B8EED8B8B0AF_8 = value; } inline static int32_t get_offset_of_U34D065E5364F92E11171F4FFD5408CD666DF41197_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___4D065E5364F92E11171F4FFD5408CD666DF41197_9)); } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 get_U34D065E5364F92E11171F4FFD5408CD666DF41197_9() const { return ___4D065E5364F92E11171F4FFD5408CD666DF41197_9; } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 * get_address_of_U34D065E5364F92E11171F4FFD5408CD666DF41197_9() { return &___4D065E5364F92E11171F4FFD5408CD666DF41197_9; } inline void set_U34D065E5364F92E11171F4FFD5408CD666DF41197_9(__StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 value) { ___4D065E5364F92E11171F4FFD5408CD666DF41197_9 = value; } inline static int32_t get_offset_of_U350B1635D1FB2907A171B71751E1A3FA79423CA17_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___50B1635D1FB2907A171B71751E1A3FA79423CA17_10)); } inline __StaticArrayInitTypeSizeU3D112_tE5C8DC2B5968BB8FB06B4102EA325357E43C7183 get_U350B1635D1FB2907A171B71751E1A3FA79423CA17_10() const { return ___50B1635D1FB2907A171B71751E1A3FA79423CA17_10; } inline __StaticArrayInitTypeSizeU3D112_tE5C8DC2B5968BB8FB06B4102EA325357E43C7183 * get_address_of_U350B1635D1FB2907A171B71751E1A3FA79423CA17_10() { return &___50B1635D1FB2907A171B71751E1A3FA79423CA17_10; } inline void set_U350B1635D1FB2907A171B71751E1A3FA79423CA17_10(__StaticArrayInitTypeSizeU3D112_tE5C8DC2B5968BB8FB06B4102EA325357E43C7183 value) { ___50B1635D1FB2907A171B71751E1A3FA79423CA17_10 = value; } inline static int32_t get_offset_of_U3519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11)); } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 get_U3519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11() const { return ___519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11; } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 * get_address_of_U3519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11() { return &___519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11; } inline void set_U3519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11(__StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 value) { ___519FECAA1FAF0B47BE4C8372D5E0FDD502D40363_11 = value; } inline static int32_t get_offset_of_U3535AC63EA62E482655769F895EED28DA6325D7FC_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___535AC63EA62E482655769F895EED28DA6325D7FC_12)); } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 get_U3535AC63EA62E482655769F895EED28DA6325D7FC_12() const { return ___535AC63EA62E482655769F895EED28DA6325D7FC_12; } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 * get_address_of_U3535AC63EA62E482655769F895EED28DA6325D7FC_12() { return &___535AC63EA62E482655769F895EED28DA6325D7FC_12; } inline void set_U3535AC63EA62E482655769F895EED28DA6325D7FC_12(__StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 value) { ___535AC63EA62E482655769F895EED28DA6325D7FC_12 = value; } inline static int32_t get_offset_of_U3591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13)); } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 get_U3591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13() const { return ___591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13; } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 * get_address_of_U3591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13() { return &___591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13; } inline void set_U3591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13(__StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 value) { ___591D5232DD4B1887E1EA81C7DEFD07DB435D7A33_13 = value; } inline static int32_t get_offset_of_U35CF7299F6558A8AC3F821B4F2F65F23798D319D3_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___5CF7299F6558A8AC3F821B4F2F65F23798D319D3_14)); } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 get_U35CF7299F6558A8AC3F821B4F2F65F23798D319D3_14() const { return ___5CF7299F6558A8AC3F821B4F2F65F23798D319D3_14; } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 * get_address_of_U35CF7299F6558A8AC3F821B4F2F65F23798D319D3_14() { return &___5CF7299F6558A8AC3F821B4F2F65F23798D319D3_14; } inline void set_U35CF7299F6558A8AC3F821B4F2F65F23798D319D3_14(__StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 value) { ___5CF7299F6558A8AC3F821B4F2F65F23798D319D3_14 = value; } inline static int32_t get_offset_of_U36818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15)); } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 get_U36818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15() const { return ___6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15; } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 * get_address_of_U36818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15() { return &___6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15; } inline void set_U36818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15(__StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 value) { ___6818F00F5A7F0EB3AAA637E683616E6CBFDC2BE9_15 = value; } inline static int32_t get_offset_of_U36DC1182F152141818338D4801D5EBFE98FD2D653_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___6DC1182F152141818338D4801D5EBFE98FD2D653_16)); } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 get_U36DC1182F152141818338D4801D5EBFE98FD2D653_16() const { return ___6DC1182F152141818338D4801D5EBFE98FD2D653_16; } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 * get_address_of_U36DC1182F152141818338D4801D5EBFE98FD2D653_16() { return &___6DC1182F152141818338D4801D5EBFE98FD2D653_16; } inline void set_U36DC1182F152141818338D4801D5EBFE98FD2D653_16(__StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 value) { ___6DC1182F152141818338D4801D5EBFE98FD2D653_16 = value; } inline static int32_t get_offset_of_U370978426BA7D2309BC7F100005CBC0E56A6C6249_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___70978426BA7D2309BC7F100005CBC0E56A6C6249_17)); } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 get_U370978426BA7D2309BC7F100005CBC0E56A6C6249_17() const { return ___70978426BA7D2309BC7F100005CBC0E56A6C6249_17; } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 * get_address_of_U370978426BA7D2309BC7F100005CBC0E56A6C6249_17() { return &___70978426BA7D2309BC7F100005CBC0E56A6C6249_17; } inline void set_U370978426BA7D2309BC7F100005CBC0E56A6C6249_17(__StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 value) { ___70978426BA7D2309BC7F100005CBC0E56A6C6249_17 = value; } inline static int32_t get_offset_of_U3898C1B18C5DEF351AD9A350EC32C98353930CDD2_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___898C1B18C5DEF351AD9A350EC32C98353930CDD2_18)); } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 get_U3898C1B18C5DEF351AD9A350EC32C98353930CDD2_18() const { return ___898C1B18C5DEF351AD9A350EC32C98353930CDD2_18; } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 * get_address_of_U3898C1B18C5DEF351AD9A350EC32C98353930CDD2_18() { return &___898C1B18C5DEF351AD9A350EC32C98353930CDD2_18; } inline void set_U3898C1B18C5DEF351AD9A350EC32C98353930CDD2_18(__StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 value) { ___898C1B18C5DEF351AD9A350EC32C98353930CDD2_18 = value; } inline static int32_t get_offset_of_U38B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19)); } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 get_U38B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19() const { return ___8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19; } inline __StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 * get_address_of_U38B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19() { return &___8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19; } inline void set_U38B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19(__StaticArrayInitTypeSizeU3D40_tD87B40325C1C419706DD9F7DB5160DF766B15B33 value) { ___8B39CD21319AA0B5B0A666FA3E3D989B3B0395CF_19 = value; } inline static int32_t get_offset_of_U392AF1A7F2B8598278647962C459B29C3F0590377_20() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___92AF1A7F2B8598278647962C459B29C3F0590377_20)); } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 get_U392AF1A7F2B8598278647962C459B29C3F0590377_20() const { return ___92AF1A7F2B8598278647962C459B29C3F0590377_20; } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 * get_address_of_U392AF1A7F2B8598278647962C459B29C3F0590377_20() { return &___92AF1A7F2B8598278647962C459B29C3F0590377_20; } inline void set_U392AF1A7F2B8598278647962C459B29C3F0590377_20(__StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 value) { ___92AF1A7F2B8598278647962C459B29C3F0590377_20 = value; } inline static int32_t get_offset_of_U392C0CB9223CD7512F04B9E73E0DF3FDA27193597_21() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___92C0CB9223CD7512F04B9E73E0DF3FDA27193597_21)); } inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 get_U392C0CB9223CD7512F04B9E73E0DF3FDA27193597_21() const { return ___92C0CB9223CD7512F04B9E73E0DF3FDA27193597_21; } inline __StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 * get_address_of_U392C0CB9223CD7512F04B9E73E0DF3FDA27193597_21() { return &___92C0CB9223CD7512F04B9E73E0DF3FDA27193597_21; } inline void set_U392C0CB9223CD7512F04B9E73E0DF3FDA27193597_21(__StaticArrayInitTypeSizeU3D32_t94E9375C899479358C941227FA08AB6B16D04315 value) { ___92C0CB9223CD7512F04B9E73E0DF3FDA27193597_21 = value; } inline static int32_t get_offset_of_U39666990B9E1597F7E131559526746C7F93CEDA12_22() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9666990B9E1597F7E131559526746C7F93CEDA12_22)); } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 get_U39666990B9E1597F7E131559526746C7F93CEDA12_22() const { return ___9666990B9E1597F7E131559526746C7F93CEDA12_22; } inline __StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 * get_address_of_U39666990B9E1597F7E131559526746C7F93CEDA12_22() { return &___9666990B9E1597F7E131559526746C7F93CEDA12_22; } inline void set_U39666990B9E1597F7E131559526746C7F93CEDA12_22(__StaticArrayInitTypeSizeU3D20_tD65589242911778C66D1E5AC9009597568746382 value) { ___9666990B9E1597F7E131559526746C7F93CEDA12_22 = value; } inline static int32_t get_offset_of_U39EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___9EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23)); } inline __StaticArrayInitTypeSizeU3D2280_t10464DFBC5EE2F33D918B4776B0DB349A8AF39D6 get_U39EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23() const { return ___9EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23; } inline __StaticArrayInitTypeSizeU3D2280_t10464DFBC5EE2F33D918B4776B0DB349A8AF39D6 * get_address_of_U39EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23() { return &___9EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23; } inline void set_U39EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23(__StaticArrayInitTypeSizeU3D2280_t10464DFBC5EE2F33D918B4776B0DB349A8AF39D6 value) { ___9EB9A547E98BF74DCE099AFCCCCC1CB0D118ABB4_23 = value; } inline static int32_t get_offset_of_AAF72C1002FDBCAE040DAE16A10D82184CE83679_24() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___AAF72C1002FDBCAE040DAE16A10D82184CE83679_24)); } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 get_AAF72C1002FDBCAE040DAE16A10D82184CE83679_24() const { return ___AAF72C1002FDBCAE040DAE16A10D82184CE83679_24; } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 * get_address_of_AAF72C1002FDBCAE040DAE16A10D82184CE83679_24() { return &___AAF72C1002FDBCAE040DAE16A10D82184CE83679_24; } inline void set_AAF72C1002FDBCAE040DAE16A10D82184CE83679_24(__StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 value) { ___AAF72C1002FDBCAE040DAE16A10D82184CE83679_24 = value; } inline static int32_t get_offset_of_ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25)); } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 get_ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25() const { return ___ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25; } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 * get_address_of_ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25() { return &___ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25; } inline void set_ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25(__StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 value) { ___ABA94D9D605C93844F7DA5D24A6C9B2860FAF412_25 = value; } inline static int32_t get_offset_of_B2FC020B04AA828526693E12E2B3E3E337AB3D38_26() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B2FC020B04AA828526693E12E2B3E3E337AB3D38_26)); } inline __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 get_B2FC020B04AA828526693E12E2B3E3E337AB3D38_26() const { return ___B2FC020B04AA828526693E12E2B3E3E337AB3D38_26; } inline __StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 * get_address_of_B2FC020B04AA828526693E12E2B3E3E337AB3D38_26() { return &___B2FC020B04AA828526693E12E2B3E3E337AB3D38_26; } inline void set_B2FC020B04AA828526693E12E2B3E3E337AB3D38_26(__StaticArrayInitTypeSizeU3D24_t0186834C621050282F5EF637E836A6E1DC934A34 value) { ___B2FC020B04AA828526693E12E2B3E3E337AB3D38_26 = value; } inline static int32_t get_offset_of_B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27)); } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 get_B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27() const { return ___B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27; } inline __StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 * get_address_of_B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27() { return &___B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27; } inline void set_B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27(__StaticArrayInitTypeSizeU3D56_t8D3DFA87C31E8ED8877F777D9F0504EA567DF816 value) { ___B4FCEA0B8B09A2FB1FCD62C3ADA74E33A5DB98AF_27 = value; } inline static int32_t get_offset_of_B67A7FB4648C62F6A1337CA473436D0E787E8633_28() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___B67A7FB4648C62F6A1337CA473436D0E787E8633_28)); } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 get_B67A7FB4648C62F6A1337CA473436D0E787E8633_28() const { return ___B67A7FB4648C62F6A1337CA473436D0E787E8633_28; } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 * get_address_of_B67A7FB4648C62F6A1337CA473436D0E787E8633_28() { return &___B67A7FB4648C62F6A1337CA473436D0E787E8633_28; } inline void set_B67A7FB4648C62F6A1337CA473436D0E787E8633_28(__StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 value) { ___B67A7FB4648C62F6A1337CA473436D0E787E8633_28 = value; } inline static int32_t get_offset_of_C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29)); } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 get_C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29() const { return ___C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29; } inline __StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 * get_address_of_C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29() { return &___C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29; } inline void set_C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29(__StaticArrayInitTypeSizeU3D28_tD2672E72DE7681E58346994836A2016B555BF4C1 value) { ___C2259AC15E6DF03D5D2D5CDAC7D1A57DD3F04A29_29 = value; } inline static int32_t get_offset_of_C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30)); } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 get_C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30() const { return ___C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30; } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 * get_address_of_C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30() { return &___C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30; } inline void set_C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30(__StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 value) { ___C69BF4F300AD2C2E49A8072C2FE6B712FA73EA8F_30 = value; } inline static int32_t get_offset_of_D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31)); } inline __StaticArrayInitTypeSizeU3D48_tF32E0E0CF1CDF233FDDA0A19F0CAB73F393A7CB6 get_D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31() const { return ___D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31; } inline __StaticArrayInitTypeSizeU3D48_tF32E0E0CF1CDF233FDDA0A19F0CAB73F393A7CB6 * get_address_of_D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31() { return &___D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31; } inline void set_D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31(__StaticArrayInitTypeSizeU3D48_tF32E0E0CF1CDF233FDDA0A19F0CAB73F393A7CB6 value) { ___D6F340C2ED1460D28D5405C15CDC1ED18701EF7D_31 = value; } inline static int32_t get_offset_of_FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t4846F3E0DC61BBD6AE249FF1EAAC4CB64097DE4A_StaticFields, ___FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32)); } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 get_FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32() const { return ___FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32; } inline __StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 * get_address_of_FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32() { return &___FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32; } inline void set_FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32(__StaticArrayInitTypeSizeU3D12_t65235398342E0C6C387633EE4B2E7F326A539C91 value) { ___FAD52931F5B79811D31566BB18B6E0B5D2E2A164_32 = value; } }; // Camerafolow_camfolow struct camfolow_t9D5CA8D821E76D9DE84498325AAAE66562A82E63 { public: // System.Int32 Camerafolow_camfolow::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(camfolow_t9D5CA8D821E76D9DE84498325AAAE66562A82E63, ___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; } }; // ClientState struct ClientState_tBE78123494568DA330704FD5F90169D908EB62B7 { public: // System.Int32 ClientState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ClientState_tBE78123494568DA330704FD5F90169D908EB62B7, ___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; } }; // DisType struct DisType_t3F70ABAF0CCB3831952B16AA330F995FA3E273F8 { public: // System.Int32 DisType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DisType_t3F70ABAF0CCB3831952B16AA330F995FA3E273F8, ___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; } }; // Makesupway_createitemposition struct createitemposition_t4966FF52EF7402D86AA44C75B6B2B2D142B80C2D { public: // System.Int32 Makesupway_createitemposition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(createitemposition_t4966FF52EF7402D86AA44C75B6B2B2D142B80C2D, ___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; } }; // Makesupway_stylecreate struct stylecreate_t097958CC65DE38E756B62D78B5E7742F52E39991 { public: // System.Int32 Makesupway_stylecreate::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(stylecreate_t097958CC65DE38E756B62D78B5E7742F52E39991, ___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; } }; // Makesupway_stylecreatecoin struct stylecreatecoin_t457CC7BCDE7D96CF84511ABDEAE0C563D1FE7107 { public: // System.Int32 Makesupway_stylecreatecoin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(stylecreatecoin_t457CC7BCDE7D96CF84511ABDEAE0C563D1FE7107, ___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; } }; // Makesupway_stylecreatecoinposisition struct stylecreatecoinposisition_tDA493F52511DC0BF9B3B5320FB813DF30A73B75E { public: // System.Int32 Makesupway_stylecreatecoinposisition::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(stylecreatecoinposisition_tDA493F52511DC0BF9B3B5320FB813DF30A73B75E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; } inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9; int32_t ___method_is_virtual_10; }; // 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * 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_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* 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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13; StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // System.IO.MemoryStream struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_5; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_6; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_7; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_8; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_9; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_10; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_11; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_12; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13; public: inline static int32_t get_offset_of__buffer_4() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; } inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ____buffer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value); } inline static int32_t get_offset_of__origin_5() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); } inline int32_t get__origin_5() const { return ____origin_5; } inline int32_t* get_address_of__origin_5() { return &____origin_5; } inline void set__origin_5(int32_t value) { ____origin_5 = value; } inline static int32_t get_offset_of__position_6() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); } inline int32_t get__position_6() const { return ____position_6; } inline int32_t* get_address_of__position_6() { return &____position_6; } inline void set__position_6(int32_t value) { ____position_6 = value; } inline static int32_t get_offset_of__length_7() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); } inline int32_t get__length_7() const { return ____length_7; } inline int32_t* get_address_of__length_7() { return &____length_7; } inline void set__length_7(int32_t value) { ____length_7 = value; } inline static int32_t get_offset_of__capacity_8() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); } inline int32_t get__capacity_8() const { return ____capacity_8; } inline int32_t* get_address_of__capacity_8() { return &____capacity_8; } inline void set__capacity_8(int32_t value) { ____capacity_8 = value; } inline static int32_t get_offset_of__expandable_9() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); } inline bool get__expandable_9() const { return ____expandable_9; } inline bool* get_address_of__expandable_9() { return &____expandable_9; } inline void set__expandable_9(bool value) { ____expandable_9 = value; } inline static int32_t get_offset_of__writable_10() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); } inline bool get__writable_10() const { return ____writable_10; } inline bool* get_address_of__writable_10() { return &____writable_10; } inline void set__writable_10(bool value) { ____writable_10 = value; } inline static int32_t get_offset_of__exposable_11() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); } inline bool get__exposable_11() const { return ____exposable_11; } inline bool* get_address_of__exposable_11() { return &____exposable_11; } inline void set__exposable_11(bool value) { ____exposable_11 = value; } inline static int32_t get_offset_of__isOpen_12() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); } inline bool get__isOpen_12() const { return ____isOpen_12; } inline bool* get_address_of__isOpen_12() { return &____isOpen_12; } inline void set__isOpen_12(bool value) { ____isOpen_12 = value; } inline static int32_t get_offset_of__lastReadTask_13() { return static_cast(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; } inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; } inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value) { ____lastReadTask_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value); } }; // System.IO.SeekOrigin struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3 { public: // System.Int32 System.IO.SeekOrigin::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___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.Net.Sockets.AddressFamily struct AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E { public: // System.Int32 System.Net.Sockets.AddressFamily::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E, ___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.Net.Sockets.NetworkStream struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 { public: // System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_StreamSocket_4; // System.Boolean System.Net.Sockets.NetworkStream::m_Readable bool ___m_Readable_5; // System.Boolean System.Net.Sockets.NetworkStream::m_Writeable bool ___m_Writeable_6; // System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket bool ___m_OwnsSocket_7; // System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout int32_t ___m_CloseTimeout_8; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp bool ___m_CleanedUp_9; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout int32_t ___m_CurrentReadTimeout_10; // System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout int32_t ___m_CurrentWriteTimeout_11; public: inline static int32_t get_offset_of_m_StreamSocket_4() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_StreamSocket_4)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_StreamSocket_4() const { return ___m_StreamSocket_4; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_StreamSocket_4() { return &___m_StreamSocket_4; } inline void set_m_StreamSocket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___m_StreamSocket_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_StreamSocket_4), (void*)value); } inline static int32_t get_offset_of_m_Readable_5() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Readable_5)); } inline bool get_m_Readable_5() const { return ___m_Readable_5; } inline bool* get_address_of_m_Readable_5() { return &___m_Readable_5; } inline void set_m_Readable_5(bool value) { ___m_Readable_5 = value; } inline static int32_t get_offset_of_m_Writeable_6() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Writeable_6)); } inline bool get_m_Writeable_6() const { return ___m_Writeable_6; } inline bool* get_address_of_m_Writeable_6() { return &___m_Writeable_6; } inline void set_m_Writeable_6(bool value) { ___m_Writeable_6 = value; } inline static int32_t get_offset_of_m_OwnsSocket_7() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_OwnsSocket_7)); } inline bool get_m_OwnsSocket_7() const { return ___m_OwnsSocket_7; } inline bool* get_address_of_m_OwnsSocket_7() { return &___m_OwnsSocket_7; } inline void set_m_OwnsSocket_7(bool value) { ___m_OwnsSocket_7 = value; } inline static int32_t get_offset_of_m_CloseTimeout_8() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CloseTimeout_8)); } inline int32_t get_m_CloseTimeout_8() const { return ___m_CloseTimeout_8; } inline int32_t* get_address_of_m_CloseTimeout_8() { return &___m_CloseTimeout_8; } inline void set_m_CloseTimeout_8(int32_t value) { ___m_CloseTimeout_8 = value; } inline static int32_t get_offset_of_m_CleanedUp_9() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CleanedUp_9)); } inline bool get_m_CleanedUp_9() const { return ___m_CleanedUp_9; } inline bool* get_address_of_m_CleanedUp_9() { return &___m_CleanedUp_9; } inline void set_m_CleanedUp_9(bool value) { ___m_CleanedUp_9 = value; } inline static int32_t get_offset_of_m_CurrentReadTimeout_10() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentReadTimeout_10)); } inline int32_t get_m_CurrentReadTimeout_10() const { return ___m_CurrentReadTimeout_10; } inline int32_t* get_address_of_m_CurrentReadTimeout_10() { return &___m_CurrentReadTimeout_10; } inline void set_m_CurrentReadTimeout_10(int32_t value) { ___m_CurrentReadTimeout_10 = value; } inline static int32_t get_offset_of_m_CurrentWriteTimeout_11() { return static_cast(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentWriteTimeout_11)); } inline int32_t get_m_CurrentWriteTimeout_11() const { return ___m_CurrentWriteTimeout_11; } inline int32_t* get_address_of_m_CurrentWriteTimeout_11() { return &___m_CurrentWriteTimeout_11; } inline void set_m_CurrentWriteTimeout_11(int32_t value) { ___m_CurrentWriteTimeout_11 = value; } }; // System.Net.Sockets.ProtocolType struct ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD { public: // System.Int32 System.Net.Sockets.ProtocolType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD, ___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.Net.Sockets.SocketAsyncOperation struct SocketAsyncOperation_t160EA51A781C803FD186EFA21B78F2A76F603FAF { public: // System.Int32 System.Net.Sockets.SocketAsyncOperation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketAsyncOperation_t160EA51A781C803FD186EFA21B78F2A76F603FAF, ___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.Net.Sockets.SocketError struct SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7 { public: // System.Int32 System.Net.Sockets.SocketError::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7, ___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.Net.Sockets.SocketShutdown struct SocketShutdown_tC1C26BD51DCA13F2A5314DAA97701EF9B230D957 { public: // System.Int32 System.Net.Sockets.SocketShutdown::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketShutdown_tC1C26BD51DCA13F2A5314DAA97701EF9B230D957, ___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.Net.Sockets.SocketType struct SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775 { public: // System.Int32 System.Net.Sockets.SocketType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // UnityEngine.Collision struct Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C : public RuntimeObject { public: // UnityEngine.Vector3 UnityEngine.Collision::m_Impulse Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Impulse_0; // UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_RelativeVelocity_1; // UnityEngine.Rigidbody UnityEngine.Collision::m_Rigidbody Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * ___m_Rigidbody_2; // UnityEngine.Collider UnityEngine.Collision::m_Collider Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___m_Collider_3; // System.Int32 UnityEngine.Collision::m_ContactCount int32_t ___m_ContactCount_4; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_ReusedContacts ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA* ___m_ReusedContacts_5; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_LegacyContacts ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA* ___m_LegacyContacts_6; public: inline static int32_t get_offset_of_m_Impulse_0() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_Impulse_0)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Impulse_0() const { return ___m_Impulse_0; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Impulse_0() { return &___m_Impulse_0; } inline void set_m_Impulse_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_Impulse_0 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_1() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_RelativeVelocity_1)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_RelativeVelocity_1() const { return ___m_RelativeVelocity_1; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_RelativeVelocity_1() { return &___m_RelativeVelocity_1; } inline void set_m_RelativeVelocity_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___m_RelativeVelocity_1 = value; } inline static int32_t get_offset_of_m_Rigidbody_2() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_Rigidbody_2)); } inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * get_m_Rigidbody_2() const { return ___m_Rigidbody_2; } inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 ** get_address_of_m_Rigidbody_2() { return &___m_Rigidbody_2; } inline void set_m_Rigidbody_2(Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * value) { ___m_Rigidbody_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Rigidbody_2), (void*)value); } inline static int32_t get_offset_of_m_Collider_3() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_Collider_3)); } inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * get_m_Collider_3() const { return ___m_Collider_3; } inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF ** get_address_of_m_Collider_3() { return &___m_Collider_3; } inline void set_m_Collider_3(Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * value) { ___m_Collider_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Collider_3), (void*)value); } inline static int32_t get_offset_of_m_ContactCount_4() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_ContactCount_4)); } inline int32_t get_m_ContactCount_4() const { return ___m_ContactCount_4; } inline int32_t* get_address_of_m_ContactCount_4() { return &___m_ContactCount_4; } inline void set_m_ContactCount_4(int32_t value) { ___m_ContactCount_4 = value; } inline static int32_t get_offset_of_m_ReusedContacts_5() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_ReusedContacts_5)); } inline ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA* get_m_ReusedContacts_5() const { return ___m_ReusedContacts_5; } inline ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA** get_address_of_m_ReusedContacts_5() { return &___m_ReusedContacts_5; } inline void set_m_ReusedContacts_5(ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA* value) { ___m_ReusedContacts_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ReusedContacts_5), (void*)value); } inline static int32_t get_offset_of_m_LegacyContacts_6() { return static_cast(offsetof(Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C, ___m_LegacyContacts_6)); } inline ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA* get_m_LegacyContacts_6() const { return ___m_LegacyContacts_6; } inline ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA** get_address_of_m_LegacyContacts_6() { return &___m_LegacyContacts_6; } inline void set_m_LegacyContacts_6(ContactPointU5BU5D_t10BB5D5BFFFA3C919FD97DFDEDB49D954AFB8EAA* value) { ___m_LegacyContacts_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LegacyContacts_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Collision struct Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C_marshaled_pinvoke { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Impulse_0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_RelativeVelocity_1; Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * ___m_Rigidbody_2; Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 * ___m_ReusedContacts_5; ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 * ___m_LegacyContacts_6; }; // Native definition for COM marshalling of UnityEngine.Collision struct Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C_marshaled_com { Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Impulse_0; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_RelativeVelocity_1; Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * ___m_Rigidbody_2; Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 * ___m_ReusedContacts_5; ContactPoint_tE0D3A30ED34A1FC8CA3F7391348429F3232CA515 * ___m_LegacyContacts_6; }; // UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 { 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_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___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_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com { intptr_t ___m_Ptr_0; }; // UnityEngine.KeyCode struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C { public: // System.Int32 UnityEngine.KeyCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : 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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.TouchScreenKeyboardType struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602 { 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_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___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_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB : public UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F { public: public: }; // UnityEngine.UI.ColorBlock struct ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA { public: // UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_NormalColor_0; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_HighlightedColor_1; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_PressedColor_2; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectedColor_3; // UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___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_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_NormalColor_0)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_NormalColor_0() const { return ___m_NormalColor_0; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; } inline void set_m_NormalColor_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_NormalColor_0 = value; } inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_HighlightedColor_1)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; } inline void set_m_HighlightedColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_HighlightedColor_1 = value; } inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_PressedColor_2)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_PressedColor_2() const { return ___m_PressedColor_2; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; } inline void set_m_PressedColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_PressedColor_2 = value; } inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_SelectedColor_3)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; } inline void set_m_SelectedColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_SelectedColor_3 = value; } inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_DisabledColor_4)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; } inline void set_m_DisabledColor_4(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_DisabledColor_4 = value; } inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___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_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___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; } }; // UnityEngine.UI.InputField_CharacterValidation struct CharacterValidation_t2661E1767E01D63D4C8CE8F95C53C617118F206E { 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_t2661E1767E01D63D4C8CE8F95C53C617118F206E, ___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_t8F7DB5382A51BC2D99814DEB6BCD904D5E5B2048 { 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_t8F7DB5382A51BC2D99814DEB6BCD904D5E5B2048, ___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_t1726189312457C509B0693B5ACDB9DA7387EB54A { 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_t1726189312457C509B0693B5ACDB9DA7387EB54A, ___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_t9C34D02DDDA75D3E914ADD9E417258B40D56DED6 { 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_t9C34D02DDDA75D3E914ADD9E417258B40D56DED6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Navigation_Mode struct Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26 { 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_t93F92BD50B147AE38D82BA33FA77FD247A59FE26, ___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_tA9261C608B54C52324084A0B080E7A3E0548A181 { 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_tA9261C608B54C52324084A0B080E7A3E0548A181, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Slider_Direction struct Direction_tAAEBCB52D43F1B8F5DBB1A6F1025F9D02852B67E { public: // System.Int32 UnityEngine.UI.Slider_Direction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Direction_tAAEBCB52D43F1B8F5DBB1A6F1025F9D02852B67E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.UI.Slider_SliderEvent struct SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C : public UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA { public: public: }; // Makesupway_d__136 struct U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 : public RuntimeObject { public: // System.Int32 Makesupway_d__136::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__136::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__136::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Single Makesupway_d__136::tranformz float ___tranformz_3; // Makesupway_stylecreatecoinposisition Makesupway_d__136::styleposison int32_t ___styleposison_4; // Makesupway_stylecreatecoin Makesupway_d__136::style int32_t ___style_5; // System.Int32 Makesupway_d__136::value int32_t ___value_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___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(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___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(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_tranformz_3() { return static_cast(offsetof(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___tranformz_3)); } inline float get_tranformz_3() const { return ___tranformz_3; } inline float* get_address_of_tranformz_3() { return &___tranformz_3; } inline void set_tranformz_3(float value) { ___tranformz_3 = value; } inline static int32_t get_offset_of_styleposison_4() { return static_cast(offsetof(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___styleposison_4)); } inline int32_t get_styleposison_4() const { return ___styleposison_4; } inline int32_t* get_address_of_styleposison_4() { return &___styleposison_4; } inline void set_styleposison_4(int32_t value) { ___styleposison_4 = value; } inline static int32_t get_offset_of_style_5() { return static_cast(offsetof(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___style_5)); } inline int32_t get_style_5() const { return ___style_5; } inline int32_t* get_address_of_style_5() { return &___style_5; } inline void set_style_5(int32_t value) { ___style_5 = value; } inline static int32_t get_offset_of_value_6() { return static_cast(offsetof(U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7, ___value_6)); } inline int32_t get_value_6() const { return ___value_6; } inline int32_t* get_address_of_value_6() { return &___value_6; } inline void set_value_6(int32_t value) { ___value_6 = value; } }; // Makesupway_d__157 struct U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 : public RuntimeObject { public: // System.Int32 Makesupway_d__157::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Makesupway_d__157::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Makesupway Makesupway_d__157::<>4__this Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___U3CU3E4__this_2; // System.Single Makesupway_d__157::transformz float ___transformz_3; // Makesupway_createitemposition Makesupway_d__157::stylecreate int32_t ___stylecreate_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3, ___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(U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3, ___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(U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3, ___U3CU3E4__this_2)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_transformz_3() { return static_cast(offsetof(U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3, ___transformz_3)); } inline float get_transformz_3() const { return ___transformz_3; } inline float* get_address_of_transformz_3() { return &___transformz_3; } inline void set_transformz_3(float value) { ___transformz_3 = value; } inline static int32_t get_offset_of_stylecreate_4() { return static_cast(offsetof(U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3, ___stylecreate_4)); } inline int32_t get_stylecreate_4() const { return ___stylecreate_4; } inline int32_t* get_address_of_stylecreate_4() { return &___stylecreate_4; } inline void set_stylecreate_4(int32_t value) { ___stylecreate_4 = value; } }; // NewSocketClient struct NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF : public RuntimeObject { public: // ClientState NewSocketClient::m_State int32_t ___m_State_0; // System.Net.Sockets.Socket NewSocketClient::m_Socket Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_Socket_1; // System.Net.Sockets.SocketAsyncEventArgs NewSocketClient::m_ConnectEvent SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___m_ConnectEvent_2; // System.Net.Sockets.SocketAsyncEventArgs NewSocketClient::m_RecvEvent SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___m_RecvEvent_3; // System.Net.Sockets.SocketAsyncEventArgs NewSocketClient::m_SendEvent SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___m_SendEvent_4; // System.Int32 NewSocketClient::m_RecvTokenSize int32_t ___m_RecvTokenSize_6; // System.Boolean NewSocketClient::m_Sending bool ___m_Sending_7; // System.Byte[] NewSocketClient::m_RecvTokenBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_RecvTokenBuffer_8; // System.Object NewSocketClient::m_SendSync RuntimeObject * ___m_SendSync_9; // System.Collections.Generic.Queue`1 NewSocketClient::m_SendQueue Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * ___m_SendQueue_10; // System.Boolean NewSocketClient::isClose bool ___isClose_11; // System.Net.Sockets.TcpClient NewSocketClient::client TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * ___client_12; // System.Net.Sockets.NetworkStream NewSocketClient::outStream NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___outStream_13; // System.IO.MemoryStream NewSocketClient::memStream MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___memStream_14; // System.IO.BinaryReader NewSocketClient::reader BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * ___reader_15; // System.Byte[] NewSocketClient::byteBuffer ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_17; // System.Boolean NewSocketClient::isRemove bool ___isRemove_18; // System.Int32 NewSocketClient::sid int32_t ___sid_20; public: inline static int32_t get_offset_of_m_State_0() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_State_0)); } inline int32_t get_m_State_0() const { return ___m_State_0; } inline int32_t* get_address_of_m_State_0() { return &___m_State_0; } inline void set_m_State_0(int32_t value) { ___m_State_0 = value; } inline static int32_t get_offset_of_m_Socket_1() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_Socket_1)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_Socket_1() const { return ___m_Socket_1; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_Socket_1() { return &___m_Socket_1; } inline void set_m_Socket_1(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___m_Socket_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Socket_1), (void*)value); } inline static int32_t get_offset_of_m_ConnectEvent_2() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_ConnectEvent_2)); } inline SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * get_m_ConnectEvent_2() const { return ___m_ConnectEvent_2; } inline SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 ** get_address_of_m_ConnectEvent_2() { return &___m_ConnectEvent_2; } inline void set_m_ConnectEvent_2(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * value) { ___m_ConnectEvent_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ConnectEvent_2), (void*)value); } inline static int32_t get_offset_of_m_RecvEvent_3() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_RecvEvent_3)); } inline SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * get_m_RecvEvent_3() const { return ___m_RecvEvent_3; } inline SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 ** get_address_of_m_RecvEvent_3() { return &___m_RecvEvent_3; } inline void set_m_RecvEvent_3(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * value) { ___m_RecvEvent_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RecvEvent_3), (void*)value); } inline static int32_t get_offset_of_m_SendEvent_4() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_SendEvent_4)); } inline SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * get_m_SendEvent_4() const { return ___m_SendEvent_4; } inline SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 ** get_address_of_m_SendEvent_4() { return &___m_SendEvent_4; } inline void set_m_SendEvent_4(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * value) { ___m_SendEvent_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SendEvent_4), (void*)value); } inline static int32_t get_offset_of_m_RecvTokenSize_6() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_RecvTokenSize_6)); } inline int32_t get_m_RecvTokenSize_6() const { return ___m_RecvTokenSize_6; } inline int32_t* get_address_of_m_RecvTokenSize_6() { return &___m_RecvTokenSize_6; } inline void set_m_RecvTokenSize_6(int32_t value) { ___m_RecvTokenSize_6 = value; } inline static int32_t get_offset_of_m_Sending_7() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_Sending_7)); } inline bool get_m_Sending_7() const { return ___m_Sending_7; } inline bool* get_address_of_m_Sending_7() { return &___m_Sending_7; } inline void set_m_Sending_7(bool value) { ___m_Sending_7 = value; } inline static int32_t get_offset_of_m_RecvTokenBuffer_8() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_RecvTokenBuffer_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_RecvTokenBuffer_8() const { return ___m_RecvTokenBuffer_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_RecvTokenBuffer_8() { return &___m_RecvTokenBuffer_8; } inline void set_m_RecvTokenBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___m_RecvTokenBuffer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RecvTokenBuffer_8), (void*)value); } inline static int32_t get_offset_of_m_SendSync_9() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_SendSync_9)); } inline RuntimeObject * get_m_SendSync_9() const { return ___m_SendSync_9; } inline RuntimeObject ** get_address_of_m_SendSync_9() { return &___m_SendSync_9; } inline void set_m_SendSync_9(RuntimeObject * value) { ___m_SendSync_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SendSync_9), (void*)value); } inline static int32_t get_offset_of_m_SendQueue_10() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___m_SendQueue_10)); } inline Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * get_m_SendQueue_10() const { return ___m_SendQueue_10; } inline Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED ** get_address_of_m_SendQueue_10() { return &___m_SendQueue_10; } inline void set_m_SendQueue_10(Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * value) { ___m_SendQueue_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SendQueue_10), (void*)value); } inline static int32_t get_offset_of_isClose_11() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___isClose_11)); } inline bool get_isClose_11() const { return ___isClose_11; } inline bool* get_address_of_isClose_11() { return &___isClose_11; } inline void set_isClose_11(bool value) { ___isClose_11 = value; } inline static int32_t get_offset_of_client_12() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___client_12)); } inline TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * get_client_12() const { return ___client_12; } inline TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB ** get_address_of_client_12() { return &___client_12; } inline void set_client_12(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * value) { ___client_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___client_12), (void*)value); } inline static int32_t get_offset_of_outStream_13() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___outStream_13)); } inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * get_outStream_13() const { return ___outStream_13; } inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA ** get_address_of_outStream_13() { return &___outStream_13; } inline void set_outStream_13(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * value) { ___outStream_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___outStream_13), (void*)value); } inline static int32_t get_offset_of_memStream_14() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___memStream_14)); } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_memStream_14() const { return ___memStream_14; } inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_memStream_14() { return &___memStream_14; } inline void set_memStream_14(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value) { ___memStream_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___memStream_14), (void*)value); } inline static int32_t get_offset_of_reader_15() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___reader_15)); } inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * get_reader_15() const { return ___reader_15; } inline BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 ** get_address_of_reader_15() { return &___reader_15; } inline void set_reader_15(BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * value) { ___reader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___reader_15), (void*)value); } inline static int32_t get_offset_of_byteBuffer_17() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___byteBuffer_17)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_17() const { return ___byteBuffer_17; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_17() { return &___byteBuffer_17; } inline void set_byteBuffer_17(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___byteBuffer_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_17), (void*)value); } inline static int32_t get_offset_of_isRemove_18() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___isRemove_18)); } inline bool get_isRemove_18() const { return ___isRemove_18; } inline bool* get_address_of_isRemove_18() { return &___isRemove_18; } inline void set_isRemove_18(bool value) { ___isRemove_18 = value; } inline static int32_t get_offset_of_sid_20() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF, ___sid_20)); } inline int32_t get_sid_20() const { return ___sid_20; } inline int32_t* get_address_of_sid_20() { return &___sid_20; } inline void set_sid_20(int32_t value) { ___sid_20 = value; } }; struct NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF_StaticFields { public: // System.Boolean NewSocketClient::loggedIn bool ___loggedIn_19; // System.Boolean NewSocketClient::_isBigEndian bool ____isBigEndian_21; // System.Boolean NewSocketClient::_isEndianChecked bool ____isEndianChecked_22; public: inline static int32_t get_offset_of_loggedIn_19() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF_StaticFields, ___loggedIn_19)); } inline bool get_loggedIn_19() const { return ___loggedIn_19; } inline bool* get_address_of_loggedIn_19() { return &___loggedIn_19; } inline void set_loggedIn_19(bool value) { ___loggedIn_19 = value; } inline static int32_t get_offset_of__isBigEndian_21() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF_StaticFields, ____isBigEndian_21)); } inline bool get__isBigEndian_21() const { return ____isBigEndian_21; } inline bool* get_address_of__isBigEndian_21() { return &____isBigEndian_21; } inline void set__isBigEndian_21(bool value) { ____isBigEndian_21 = value; } inline static int32_t get_offset_of__isEndianChecked_22() { return static_cast(offsetof(NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF_StaticFields, ____isEndianChecked_22)); } inline bool get__isEndianChecked_22() const { return ____isEndianChecked_22; } inline bool* get_address_of__isEndianChecked_22() { return &____isEndianChecked_22; } inline void set__isEndianChecked_22(bool value) { ____isEndianChecked_22 = value; } }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Net.IPAddress struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE : public RuntimeObject { public: // System.Int64 System.Net.IPAddress::m_Address int64_t ___m_Address_5; // System.String System.Net.IPAddress::m_ToString String_t* ___m_ToString_6; // System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family int32_t ___m_Family_10; // System.UInt16[] System.Net.IPAddress::m_Numbers UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___m_Numbers_11; // System.Int64 System.Net.IPAddress::m_ScopeId int64_t ___m_ScopeId_12; // System.Int32 System.Net.IPAddress::m_HashCode int32_t ___m_HashCode_13; public: inline static int32_t get_offset_of_m_Address_5() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Address_5)); } inline int64_t get_m_Address_5() const { return ___m_Address_5; } inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; } inline void set_m_Address_5(int64_t value) { ___m_Address_5 = value; } inline static int32_t get_offset_of_m_ToString_6() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ToString_6)); } inline String_t* get_m_ToString_6() const { return ___m_ToString_6; } inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; } inline void set_m_ToString_6(String_t* value) { ___m_ToString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ToString_6), (void*)value); } inline static int32_t get_offset_of_m_Family_10() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Family_10)); } inline int32_t get_m_Family_10() const { return ___m_Family_10; } inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; } inline void set_m_Family_10(int32_t value) { ___m_Family_10 = value; } inline static int32_t get_offset_of_m_Numbers_11() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Numbers_11)); } inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_m_Numbers_11() const { return ___m_Numbers_11; } inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_m_Numbers_11() { return &___m_Numbers_11; } inline void set_m_Numbers_11(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value) { ___m_Numbers_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Numbers_11), (void*)value); } inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ScopeId_12)); } inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; } inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; } inline void set_m_ScopeId_12(int64_t value) { ___m_ScopeId_12 = value; } inline static int32_t get_offset_of_m_HashCode_13() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_HashCode_13)); } inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; } inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; } inline void set_m_HashCode_13(int32_t value) { ___m_HashCode_13 = value; } }; struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields { public: // System.Net.IPAddress System.Net.IPAddress::Any IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Any_0; // System.Net.IPAddress System.Net.IPAddress::Loopback IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Loopback_1; // System.Net.IPAddress System.Net.IPAddress::Broadcast IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Broadcast_2; // System.Net.IPAddress System.Net.IPAddress::None IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___None_3; // System.Net.IPAddress System.Net.IPAddress::IPv6Any IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Any_7; // System.Net.IPAddress System.Net.IPAddress::IPv6Loopback IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Loopback_8; // System.Net.IPAddress System.Net.IPAddress::IPv6None IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6None_9; public: inline static int32_t get_offset_of_Any_0() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Any_0)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Any_0() const { return ___Any_0; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Any_0() { return &___Any_0; } inline void set_Any_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___Any_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Any_0), (void*)value); } inline static int32_t get_offset_of_Loopback_1() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Loopback_1)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Loopback_1() const { return ___Loopback_1; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Loopback_1() { return &___Loopback_1; } inline void set_Loopback_1(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___Loopback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Loopback_1), (void*)value); } inline static int32_t get_offset_of_Broadcast_2() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Broadcast_2)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Broadcast_2() const { return ___Broadcast_2; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Broadcast_2() { return &___Broadcast_2; } inline void set_Broadcast_2(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___Broadcast_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Broadcast_2), (void*)value); } inline static int32_t get_offset_of_None_3() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___None_3)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_None_3() const { return ___None_3; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_None_3() { return &___None_3; } inline void set_None_3(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___None_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___None_3), (void*)value); } inline static int32_t get_offset_of_IPv6Any_7() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Any_7)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Any_7() const { return ___IPv6Any_7; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; } inline void set_IPv6Any_7(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___IPv6Any_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Any_7), (void*)value); } inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Loopback_8)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; } inline void set_IPv6Loopback_8(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___IPv6Loopback_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6Loopback_8), (void*)value); } inline static int32_t get_offset_of_IPv6None_9() { return static_cast(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6None_9)); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6None_9() const { return ___IPv6None_9; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6None_9() { return &___IPv6None_9; } inline void set_IPv6None_9(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { ___IPv6None_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___IPv6None_9), (void*)value); } }; // System.Net.Sockets.Socket struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 : public RuntimeObject { public: // System.Boolean System.Net.Sockets.Socket::is_closed bool ___is_closed_6; // System.Boolean System.Net.Sockets.Socket::is_listening bool ___is_listening_7; // System.Boolean System.Net.Sockets.Socket::useOverlappedIO bool ___useOverlappedIO_8; // System.Int32 System.Net.Sockets.Socket::linger_timeout int32_t ___linger_timeout_9; // System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily int32_t ___addressFamily_10; // System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType int32_t ___socketType_11; // System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType int32_t ___protocolType_12; // System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___m_Handle_13; // System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___seed_endpoint_14; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___ReadSem_15; // System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___WriteSem_16; // System.Boolean System.Net.Sockets.Socket::is_blocking bool ___is_blocking_17; // System.Boolean System.Net.Sockets.Socket::is_bound bool ___is_bound_18; // System.Boolean System.Net.Sockets.Socket::is_connected bool ___is_connected_19; // System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp int32_t ___m_IntCleanedUp_20; // System.Boolean System.Net.Sockets.Socket::connect_in_progress bool ___connect_in_progress_21; public: inline static int32_t get_offset_of_is_closed_6() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_closed_6)); } inline bool get_is_closed_6() const { return ___is_closed_6; } inline bool* get_address_of_is_closed_6() { return &___is_closed_6; } inline void set_is_closed_6(bool value) { ___is_closed_6 = value; } inline static int32_t get_offset_of_is_listening_7() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_listening_7)); } inline bool get_is_listening_7() const { return ___is_listening_7; } inline bool* get_address_of_is_listening_7() { return &___is_listening_7; } inline void set_is_listening_7(bool value) { ___is_listening_7 = value; } inline static int32_t get_offset_of_useOverlappedIO_8() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___useOverlappedIO_8)); } inline bool get_useOverlappedIO_8() const { return ___useOverlappedIO_8; } inline bool* get_address_of_useOverlappedIO_8() { return &___useOverlappedIO_8; } inline void set_useOverlappedIO_8(bool value) { ___useOverlappedIO_8 = value; } inline static int32_t get_offset_of_linger_timeout_9() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___linger_timeout_9)); } inline int32_t get_linger_timeout_9() const { return ___linger_timeout_9; } inline int32_t* get_address_of_linger_timeout_9() { return &___linger_timeout_9; } inline void set_linger_timeout_9(int32_t value) { ___linger_timeout_9 = value; } inline static int32_t get_offset_of_addressFamily_10() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___addressFamily_10)); } inline int32_t get_addressFamily_10() const { return ___addressFamily_10; } inline int32_t* get_address_of_addressFamily_10() { return &___addressFamily_10; } inline void set_addressFamily_10(int32_t value) { ___addressFamily_10 = value; } inline static int32_t get_offset_of_socketType_11() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___socketType_11)); } inline int32_t get_socketType_11() const { return ___socketType_11; } inline int32_t* get_address_of_socketType_11() { return &___socketType_11; } inline void set_socketType_11(int32_t value) { ___socketType_11 = value; } inline static int32_t get_offset_of_protocolType_12() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___protocolType_12)); } inline int32_t get_protocolType_12() const { return ___protocolType_12; } inline int32_t* get_address_of_protocolType_12() { return &___protocolType_12; } inline void set_protocolType_12(int32_t value) { ___protocolType_12 = value; } inline static int32_t get_offset_of_m_Handle_13() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_Handle_13)); } inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * get_m_Handle_13() const { return ___m_Handle_13; } inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A ** get_address_of_m_Handle_13() { return &___m_Handle_13; } inline void set_m_Handle_13(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * value) { ___m_Handle_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Handle_13), (void*)value); } inline static int32_t get_offset_of_seed_endpoint_14() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___seed_endpoint_14)); } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_seed_endpoint_14() const { return ___seed_endpoint_14; } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_seed_endpoint_14() { return &___seed_endpoint_14; } inline void set_seed_endpoint_14(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value) { ___seed_endpoint_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___seed_endpoint_14), (void*)value); } inline static int32_t get_offset_of_ReadSem_15() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___ReadSem_15)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_ReadSem_15() const { return ___ReadSem_15; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_ReadSem_15() { return &___ReadSem_15; } inline void set_ReadSem_15(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ___ReadSem_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadSem_15), (void*)value); } inline static int32_t get_offset_of_WriteSem_16() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___WriteSem_16)); } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_WriteSem_16() const { return ___WriteSem_16; } inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_WriteSem_16() { return &___WriteSem_16; } inline void set_WriteSem_16(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value) { ___WriteSem_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___WriteSem_16), (void*)value); } inline static int32_t get_offset_of_is_blocking_17() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_blocking_17)); } inline bool get_is_blocking_17() const { return ___is_blocking_17; } inline bool* get_address_of_is_blocking_17() { return &___is_blocking_17; } inline void set_is_blocking_17(bool value) { ___is_blocking_17 = value; } inline static int32_t get_offset_of_is_bound_18() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_bound_18)); } inline bool get_is_bound_18() const { return ___is_bound_18; } inline bool* get_address_of_is_bound_18() { return &___is_bound_18; } inline void set_is_bound_18(bool value) { ___is_bound_18 = value; } inline static int32_t get_offset_of_is_connected_19() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_connected_19)); } inline bool get_is_connected_19() const { return ___is_connected_19; } inline bool* get_address_of_is_connected_19() { return &___is_connected_19; } inline void set_is_connected_19(bool value) { ___is_connected_19 = value; } inline static int32_t get_offset_of_m_IntCleanedUp_20() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_IntCleanedUp_20)); } inline int32_t get_m_IntCleanedUp_20() const { return ___m_IntCleanedUp_20; } inline int32_t* get_address_of_m_IntCleanedUp_20() { return &___m_IntCleanedUp_20; } inline void set_m_IntCleanedUp_20(int32_t value) { ___m_IntCleanedUp_20 = value; } inline static int32_t get_offset_of_connect_in_progress_21() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___connect_in_progress_21)); } inline bool get_connect_in_progress_21() const { return ___connect_in_progress_21; } inline bool* get_address_of_connect_in_progress_21() { return &___connect_in_progress_21; } inline void set_connect_in_progress_21(bool value) { ___connect_in_progress_21 = value; } }; struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields { public: // System.Object System.Net.Sockets.Socket::s_InternalSyncObject RuntimeObject * ___s_InternalSyncObject_0; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4 bool ___s_SupportsIPv4_1; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6 bool ___s_SupportsIPv6_2; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6 bool ___s_OSSupportsIPv6_3; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized bool ___s_Initialized_4; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled bool ___s_LoggingEnabled_5; // System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___AcceptAsyncCallback_22; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptCallback_23; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptReceiveCallback_24; // System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ConnectAsyncCallback_25; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginConnectCallback_26; // System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___DisconnectAsyncCallback_27; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginDisconnectCallback_28; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveAsyncCallback_29; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveCallback_30; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveGenericCallback_31; // System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveFromAsyncCallback_32; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveFromCallback_33; // System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendAsyncCallback_34; // System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginSendGenericCallback_35; // System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendToAsyncCallback_36; public: inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_InternalSyncObject_0)); } inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; } inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; } inline void set_s_InternalSyncObject_0(RuntimeObject * value) { ___s_InternalSyncObject_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_0), (void*)value); } inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv4_1)); } inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; } inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; } inline void set_s_SupportsIPv4_1(bool value) { ___s_SupportsIPv4_1 = value; } inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv6_2)); } inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; } inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; } inline void set_s_SupportsIPv6_2(bool value) { ___s_SupportsIPv6_2 = value; } inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_OSSupportsIPv6_3)); } inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; } inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; } inline void set_s_OSSupportsIPv6_3(bool value) { ___s_OSSupportsIPv6_3 = value; } inline static int32_t get_offset_of_s_Initialized_4() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_Initialized_4)); } inline bool get_s_Initialized_4() const { return ___s_Initialized_4; } inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; } inline void set_s_Initialized_4(bool value) { ___s_Initialized_4 = value; } inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_LoggingEnabled_5)); } inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; } inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; } inline void set_s_LoggingEnabled_5(bool value) { ___s_LoggingEnabled_5 = value; } inline static int32_t get_offset_of_AcceptAsyncCallback_22() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___AcceptAsyncCallback_22)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_AcceptAsyncCallback_22() const { return ___AcceptAsyncCallback_22; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_AcceptAsyncCallback_22() { return &___AcceptAsyncCallback_22; } inline void set_AcceptAsyncCallback_22(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___AcceptAsyncCallback_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___AcceptAsyncCallback_22), (void*)value); } inline static int32_t get_offset_of_BeginAcceptCallback_23() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptCallback_23)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptCallback_23() const { return ___BeginAcceptCallback_23; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptCallback_23() { return &___BeginAcceptCallback_23; } inline void set_BeginAcceptCallback_23(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginAcceptCallback_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptCallback_23), (void*)value); } inline static int32_t get_offset_of_BeginAcceptReceiveCallback_24() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptReceiveCallback_24)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptReceiveCallback_24() const { return ___BeginAcceptReceiveCallback_24; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptReceiveCallback_24() { return &___BeginAcceptReceiveCallback_24; } inline void set_BeginAcceptReceiveCallback_24(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginAcceptReceiveCallback_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginAcceptReceiveCallback_24), (void*)value); } inline static int32_t get_offset_of_ConnectAsyncCallback_25() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ConnectAsyncCallback_25)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ConnectAsyncCallback_25() const { return ___ConnectAsyncCallback_25; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ConnectAsyncCallback_25() { return &___ConnectAsyncCallback_25; } inline void set_ConnectAsyncCallback_25(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___ConnectAsyncCallback_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConnectAsyncCallback_25), (void*)value); } inline static int32_t get_offset_of_BeginConnectCallback_26() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginConnectCallback_26)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginConnectCallback_26() const { return ___BeginConnectCallback_26; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginConnectCallback_26() { return &___BeginConnectCallback_26; } inline void set_BeginConnectCallback_26(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginConnectCallback_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginConnectCallback_26), (void*)value); } inline static int32_t get_offset_of_DisconnectAsyncCallback_27() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___DisconnectAsyncCallback_27)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_DisconnectAsyncCallback_27() const { return ___DisconnectAsyncCallback_27; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_DisconnectAsyncCallback_27() { return &___DisconnectAsyncCallback_27; } inline void set_DisconnectAsyncCallback_27(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___DisconnectAsyncCallback_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___DisconnectAsyncCallback_27), (void*)value); } inline static int32_t get_offset_of_BeginDisconnectCallback_28() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginDisconnectCallback_28)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginDisconnectCallback_28() const { return ___BeginDisconnectCallback_28; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginDisconnectCallback_28() { return &___BeginDisconnectCallback_28; } inline void set_BeginDisconnectCallback_28(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginDisconnectCallback_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginDisconnectCallback_28), (void*)value); } inline static int32_t get_offset_of_ReceiveAsyncCallback_29() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveAsyncCallback_29)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveAsyncCallback_29() const { return ___ReceiveAsyncCallback_29; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveAsyncCallback_29() { return &___ReceiveAsyncCallback_29; } inline void set_ReceiveAsyncCallback_29(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___ReceiveAsyncCallback_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveAsyncCallback_29), (void*)value); } inline static int32_t get_offset_of_BeginReceiveCallback_30() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveCallback_30)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveCallback_30() const { return ___BeginReceiveCallback_30; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveCallback_30() { return &___BeginReceiveCallback_30; } inline void set_BeginReceiveCallback_30(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginReceiveCallback_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveCallback_30), (void*)value); } inline static int32_t get_offset_of_BeginReceiveGenericCallback_31() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveGenericCallback_31)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveGenericCallback_31() const { return ___BeginReceiveGenericCallback_31; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveGenericCallback_31() { return &___BeginReceiveGenericCallback_31; } inline void set_BeginReceiveGenericCallback_31(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginReceiveGenericCallback_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveGenericCallback_31), (void*)value); } inline static int32_t get_offset_of_ReceiveFromAsyncCallback_32() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveFromAsyncCallback_32)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveFromAsyncCallback_32() const { return ___ReceiveFromAsyncCallback_32; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveFromAsyncCallback_32() { return &___ReceiveFromAsyncCallback_32; } inline void set_ReceiveFromAsyncCallback_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___ReceiveFromAsyncCallback_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReceiveFromAsyncCallback_32), (void*)value); } inline static int32_t get_offset_of_BeginReceiveFromCallback_33() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveFromCallback_33)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveFromCallback_33() const { return ___BeginReceiveFromCallback_33; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveFromCallback_33() { return &___BeginReceiveFromCallback_33; } inline void set_BeginReceiveFromCallback_33(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginReceiveFromCallback_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginReceiveFromCallback_33), (void*)value); } inline static int32_t get_offset_of_SendAsyncCallback_34() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendAsyncCallback_34)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendAsyncCallback_34() const { return ___SendAsyncCallback_34; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendAsyncCallback_34() { return &___SendAsyncCallback_34; } inline void set_SendAsyncCallback_34(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___SendAsyncCallback_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendAsyncCallback_34), (void*)value); } inline static int32_t get_offset_of_BeginSendGenericCallback_35() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginSendGenericCallback_35)); } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginSendGenericCallback_35() const { return ___BeginSendGenericCallback_35; } inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginSendGenericCallback_35() { return &___BeginSendGenericCallback_35; } inline void set_BeginSendGenericCallback_35(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value) { ___BeginSendGenericCallback_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___BeginSendGenericCallback_35), (void*)value); } inline static int32_t get_offset_of_SendToAsyncCallback_36() { return static_cast(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendToAsyncCallback_36)); } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendToAsyncCallback_36() const { return ___SendToAsyncCallback_36; } inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendToAsyncCallback_36() { return &___SendToAsyncCallback_36; } inline void set_SendToAsyncCallback_36(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value) { ___SendToAsyncCallback_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___SendToAsyncCallback_36), (void*)value); } }; // System.Net.Sockets.SocketAsyncEventArgs struct SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E { public: // System.Boolean System.Net.Sockets.SocketAsyncEventArgs::disposed bool ___disposed_1; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.SocketAsyncEventArgs::in_progress int32_t ___in_progress_2; // System.Net.EndPoint System.Net.Sockets.SocketAsyncEventArgs::remote_ep EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remote_ep_3; // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::current_socket Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___current_socket_4; // System.Net.Sockets.SocketAsyncResult System.Net.Sockets.SocketAsyncEventArgs::socket_async_result SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___socket_async_result_5; // System.Exception System.Net.Sockets.SocketAsyncEventArgs::k__BackingField Exception_t * ___U3CConnectByNameErrorU3Ek__BackingField_6; // System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::k__BackingField Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___U3CAcceptSocketU3Ek__BackingField_7; // System.Byte[] System.Net.Sockets.SocketAsyncEventArgs::k__BackingField ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___U3CBufferU3Ek__BackingField_8; // System.Collections.Generic.IList`1> System.Net.Sockets.SocketAsyncEventArgs::m_BufferList RuntimeObject* ___m_BufferList_9; // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CBytesTransferredU3Ek__BackingField_10; // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CCountU3Ek__BackingField_11; // System.Net.Sockets.SocketAsyncOperation System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CLastOperationU3Ek__BackingField_12; // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3COffsetU3Ek__BackingField_13; // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CSendPacketsSendSizeU3Ek__BackingField_14; // System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncEventArgs::k__BackingField int32_t ___U3CSocketErrorU3Ek__BackingField_15; // System.EventHandler`1 System.Net.Sockets.SocketAsyncEventArgs::Completed EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * ___Completed_16; public: inline static int32_t get_offset_of_disposed_1() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___disposed_1)); } inline bool get_disposed_1() const { return ___disposed_1; } inline bool* get_address_of_disposed_1() { return &___disposed_1; } inline void set_disposed_1(bool value) { ___disposed_1 = value; } inline static int32_t get_offset_of_in_progress_2() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___in_progress_2)); } inline int32_t get_in_progress_2() const { return ___in_progress_2; } inline int32_t* get_address_of_in_progress_2() { return &___in_progress_2; } inline void set_in_progress_2(int32_t value) { ___in_progress_2 = value; } inline static int32_t get_offset_of_remote_ep_3() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___remote_ep_3)); } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_remote_ep_3() const { return ___remote_ep_3; } inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_remote_ep_3() { return &___remote_ep_3; } inline void set_remote_ep_3(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value) { ___remote_ep_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___remote_ep_3), (void*)value); } inline static int32_t get_offset_of_current_socket_4() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___current_socket_4)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_current_socket_4() const { return ___current_socket_4; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_current_socket_4() { return &___current_socket_4; } inline void set_current_socket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___current_socket_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_socket_4), (void*)value); } inline static int32_t get_offset_of_socket_async_result_5() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___socket_async_result_5)); } inline SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * get_socket_async_result_5() const { return ___socket_async_result_5; } inline SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C ** get_address_of_socket_async_result_5() { return &___socket_async_result_5; } inline void set_socket_async_result_5(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * value) { ___socket_async_result_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___socket_async_result_5), (void*)value); } inline static int32_t get_offset_of_U3CConnectByNameErrorU3Ek__BackingField_6() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CConnectByNameErrorU3Ek__BackingField_6)); } inline Exception_t * get_U3CConnectByNameErrorU3Ek__BackingField_6() const { return ___U3CConnectByNameErrorU3Ek__BackingField_6; } inline Exception_t ** get_address_of_U3CConnectByNameErrorU3Ek__BackingField_6() { return &___U3CConnectByNameErrorU3Ek__BackingField_6; } inline void set_U3CConnectByNameErrorU3Ek__BackingField_6(Exception_t * value) { ___U3CConnectByNameErrorU3Ek__BackingField_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConnectByNameErrorU3Ek__BackingField_6), (void*)value); } inline static int32_t get_offset_of_U3CAcceptSocketU3Ek__BackingField_7() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CAcceptSocketU3Ek__BackingField_7)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_U3CAcceptSocketU3Ek__BackingField_7() const { return ___U3CAcceptSocketU3Ek__BackingField_7; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_U3CAcceptSocketU3Ek__BackingField_7() { return &___U3CAcceptSocketU3Ek__BackingField_7; } inline void set_U3CAcceptSocketU3Ek__BackingField_7(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___U3CAcceptSocketU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAcceptSocketU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CBufferU3Ek__BackingField_8() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CBufferU3Ek__BackingField_8)); } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_U3CBufferU3Ek__BackingField_8() const { return ___U3CBufferU3Ek__BackingField_8; } inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_U3CBufferU3Ek__BackingField_8() { return &___U3CBufferU3Ek__BackingField_8; } inline void set_U3CBufferU3Ek__BackingField_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value) { ___U3CBufferU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBufferU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_m_BufferList_9() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___m_BufferList_9)); } inline RuntimeObject* get_m_BufferList_9() const { return ___m_BufferList_9; } inline RuntimeObject** get_address_of_m_BufferList_9() { return &___m_BufferList_9; } inline void set_m_BufferList_9(RuntimeObject* value) { ___m_BufferList_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BufferList_9), (void*)value); } inline static int32_t get_offset_of_U3CBytesTransferredU3Ek__BackingField_10() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CBytesTransferredU3Ek__BackingField_10)); } inline int32_t get_U3CBytesTransferredU3Ek__BackingField_10() const { return ___U3CBytesTransferredU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CBytesTransferredU3Ek__BackingField_10() { return &___U3CBytesTransferredU3Ek__BackingField_10; } inline void set_U3CBytesTransferredU3Ek__BackingField_10(int32_t value) { ___U3CBytesTransferredU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_U3CCountU3Ek__BackingField_11() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CCountU3Ek__BackingField_11)); } inline int32_t get_U3CCountU3Ek__BackingField_11() const { return ___U3CCountU3Ek__BackingField_11; } inline int32_t* get_address_of_U3CCountU3Ek__BackingField_11() { return &___U3CCountU3Ek__BackingField_11; } inline void set_U3CCountU3Ek__BackingField_11(int32_t value) { ___U3CCountU3Ek__BackingField_11 = value; } inline static int32_t get_offset_of_U3CLastOperationU3Ek__BackingField_12() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CLastOperationU3Ek__BackingField_12)); } inline int32_t get_U3CLastOperationU3Ek__BackingField_12() const { return ___U3CLastOperationU3Ek__BackingField_12; } inline int32_t* get_address_of_U3CLastOperationU3Ek__BackingField_12() { return &___U3CLastOperationU3Ek__BackingField_12; } inline void set_U3CLastOperationU3Ek__BackingField_12(int32_t value) { ___U3CLastOperationU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_U3COffsetU3Ek__BackingField_13() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3COffsetU3Ek__BackingField_13)); } inline int32_t get_U3COffsetU3Ek__BackingField_13() const { return ___U3COffsetU3Ek__BackingField_13; } inline int32_t* get_address_of_U3COffsetU3Ek__BackingField_13() { return &___U3COffsetU3Ek__BackingField_13; } inline void set_U3COffsetU3Ek__BackingField_13(int32_t value) { ___U3COffsetU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CSendPacketsSendSizeU3Ek__BackingField_14() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CSendPacketsSendSizeU3Ek__BackingField_14)); } inline int32_t get_U3CSendPacketsSendSizeU3Ek__BackingField_14() const { return ___U3CSendPacketsSendSizeU3Ek__BackingField_14; } inline int32_t* get_address_of_U3CSendPacketsSendSizeU3Ek__BackingField_14() { return &___U3CSendPacketsSendSizeU3Ek__BackingField_14; } inline void set_U3CSendPacketsSendSizeU3Ek__BackingField_14(int32_t value) { ___U3CSendPacketsSendSizeU3Ek__BackingField_14 = value; } inline static int32_t get_offset_of_U3CSocketErrorU3Ek__BackingField_15() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CSocketErrorU3Ek__BackingField_15)); } inline int32_t get_U3CSocketErrorU3Ek__BackingField_15() const { return ___U3CSocketErrorU3Ek__BackingField_15; } inline int32_t* get_address_of_U3CSocketErrorU3Ek__BackingField_15() { return &___U3CSocketErrorU3Ek__BackingField_15; } inline void set_U3CSocketErrorU3Ek__BackingField_15(int32_t value) { ___U3CSocketErrorU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_Completed_16() { return static_cast(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___Completed_16)); } inline EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * get_Completed_16() const { return ___Completed_16; } inline EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 ** get_address_of_Completed_16() { return &___Completed_16; } inline void set_Completed_16(EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * value) { ___Completed_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Completed_16), (void*)value); } }; // System.Net.Sockets.TcpClient struct TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB : public RuntimeObject { public: // System.Net.Sockets.Socket System.Net.Sockets.TcpClient::m_ClientSocket Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_ClientSocket_0; // System.Boolean System.Net.Sockets.TcpClient::m_Active bool ___m_Active_1; // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::m_DataStream NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___m_DataStream_2; // System.Net.Sockets.AddressFamily System.Net.Sockets.TcpClient::m_Family int32_t ___m_Family_3; // System.Boolean System.Net.Sockets.TcpClient::m_CleanedUp bool ___m_CleanedUp_4; public: inline static int32_t get_offset_of_m_ClientSocket_0() { return static_cast(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_ClientSocket_0)); } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_ClientSocket_0() const { return ___m_ClientSocket_0; } inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_ClientSocket_0() { return &___m_ClientSocket_0; } inline void set_m_ClientSocket_0(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value) { ___m_ClientSocket_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ClientSocket_0), (void*)value); } inline static int32_t get_offset_of_m_Active_1() { return static_cast(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_Active_1)); } inline bool get_m_Active_1() const { return ___m_Active_1; } inline bool* get_address_of_m_Active_1() { return &___m_Active_1; } inline void set_m_Active_1(bool value) { ___m_Active_1 = value; } inline static int32_t get_offset_of_m_DataStream_2() { return static_cast(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_DataStream_2)); } inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * get_m_DataStream_2() const { return ___m_DataStream_2; } inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA ** get_address_of_m_DataStream_2() { return &___m_DataStream_2; } inline void set_m_DataStream_2(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * value) { ___m_DataStream_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DataStream_2), (void*)value); } inline static int32_t get_offset_of_m_Family_3() { return static_cast(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_Family_3)); } inline int32_t get_m_Family_3() const { return ___m_Family_3; } inline int32_t* get_address_of_m_Family_3() { return &___m_Family_3; } inline void set_m_Family_3(int32_t value) { ___m_Family_3 = value; } inline static int32_t get_offset_of_m_CleanedUp_4() { return static_cast(offsetof(TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB, ___m_CleanedUp_4)); } inline bool get_m_CleanedUp_4() const { return ___m_CleanedUp_4; } inline bool* get_address_of_m_CleanedUp_4() { return &___m_CleanedUp_4; } inline void set_m_CleanedUp_4(bool value) { ___m_CleanedUp_4 = value; } }; // System.SystemException struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // UnityEngine.Component struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.GameObject struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 { public: public: }; // UnityEngine.UI.Navigation struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 { public: // UnityEngine.UI.Navigation_Mode UnityEngine.UI.Navigation::m_Mode int32_t ___m_Mode_0; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3; // UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___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_SelectOnUp_1() { return static_cast(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnUp_1)); } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; } inline void set_m_SelectOnUp_1(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value) { ___m_SelectOnUp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_1), (void*)value); } inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnDown_2)); } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; } inline void set_m_SelectOnDown_2(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value) { ___m_SelectOnDown_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_2), (void*)value); } inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnLeft_3)); } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; } inline void set_m_SelectOnLeft_3(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value) { ___m_SelectOnLeft_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_3), (void*)value); } inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnRight_4)); } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; } inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; } inline void set_m_SelectOnRight_4(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value) { ___m_SelectOnRight_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_4), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07_marshaled_pinvoke { int32_t ___m_Mode_0; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4; }; // Native definition for COM marshalling of UnityEngine.UI.Navigation struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07_marshaled_com { int32_t ___m_Mode_0; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3; Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4; }; // MessageHandler_ActionHandler struct ActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588 : public MulticastDelegate_t { public: public: }; // MessageHandler_DeviceHandler struct DeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D : public MulticastDelegate_t { public: public: }; // MessageHandler_InviteFriendHandler struct InviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D : public MulticastDelegate_t { public: public: }; // MessageHandler_MotionHandler struct MotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711 : public MulticastDelegate_t { public: public: }; // MessageHandler_StepHandler struct StepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213 : public MulticastDelegate_t { public: public: }; // MessageHandler_UserFriendsHandler struct UserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36 : public MulticastDelegate_t { public: public: }; // ScorpioThreadPool_ScorpioThreadHandler struct ScorpioThreadHandler_t5B837D64FD85DAE3503A82A4E9606874565D1C0A : public MulticastDelegate_t { public: public: }; // System.Action struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t { public: public: }; // System.Action`2 struct Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 : public MulticastDelegate_t { public: public: }; // System.AsyncCallback struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t { public: public: }; // System.EventHandler`1 struct EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 : public MulticastDelegate_t { public: public: }; // System.NotSupportedException struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 { public: public: }; // UnityEngine.Behaviour struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Collider struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 : public MulticastDelegate_t { public: public: }; // UnityEngine.Events.UnityAction`1 struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 : public MulticastDelegate_t { public: public: }; // UnityEngine.Renderer struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Transform struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 { public: public: }; // UnityEngine.Animator struct Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: public: }; // UnityEngine.Camera struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: public: }; struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields { public: // UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4; // UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5; // UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6; public: inline static int32_t get_offset_of_onPreCull_4() { return static_cast(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; } inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value) { ___onPreCull_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value); } inline static int32_t get_offset_of_onPreRender_5() { return static_cast(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; } inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value) { ___onPreRender_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value); } inline static int32_t get_offset_of_onPostRender_6() { return static_cast(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; } inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; } inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value) { ___onPostRender_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value); } }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 { public: public: }; // UnityEngine.RectTransform struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 : public Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA { public: public: }; struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields { public: // UnityEngine.RectTransform_ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * ___reapplyDrivenProperties_4; public: inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast(offsetof(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields, ___reapplyDrivenProperties_4)); } inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; } inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; } inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * value) { ___reapplyDrivenProperties_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value); } }; // Camerafolow struct Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject Camerafolow::Effects GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Effects_4; // UnityEngine.GameObject Camerafolow::child GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___child_5; // Camerafolow_camfolow Camerafolow::cam int32_t ___cam_6; // UnityEngine.Transform Camerafolow::taget Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___taget_7; // System.Single Camerafolow::cameraDistOffset float ___cameraDistOffset_8; // System.Single Camerafolow::camx float ___camx_9; // System.Single Camerafolow::camy float ___camy_10; // System.Single Camerafolow::camz float ___camz_11; // System.Single Camerafolow::distincamx float ___distincamx_12; // System.Single Camerafolow::distincamy float ___distincamy_13; // System.Single Camerafolow::distincamz float ___distincamz_14; // UnityEngine.GameObject Camerafolow::folowtoleft GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___folowtoleft_18; // UnityEngine.GameObject Camerafolow::folowtoright GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___folowtoright_19; // UnityEngine.GameObject Camerafolow::folowtobetwen GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___folowtobetwen_20; // UnityEngine.GameObject Camerafolow::folowtoup GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___folowtoup_21; // UnityEngine.GameObject Camerafolow::folowtofly GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___folowtofly_22; // UnityEngine.GameObject Camerafolow::cameramain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___cameramain_23; // UnityEngine.Transform Camerafolow::pointfolowtoleft Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___pointfolowtoleft_24; // UnityEngine.Transform Camerafolow::pointfolowtoright Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___pointfolowtoright_25; // UnityEngine.Transform Camerafolow::pointfolowtobetwen Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___pointfolowtobetwen_26; // Playermuving Camerafolow::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_27; // UnityEngine.Transform Camerafolow::target Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___target_28; // System.Single Camerafolow::distance float ___distance_29; // System.Single Camerafolow::height float ___height_30; // System.Single Camerafolow::height1 float ___height1_31; // System.Single Camerafolow::heightDamping float ___heightDamping_32; // System.Single Camerafolow::heightDamping1 float ___heightDamping1_33; // System.Single Camerafolow::rotationDamping float ___rotationDamping_34; // UnityEngine.Transform Camerafolow::tagetlockat Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagetlockat_37; // UnityEngine.Vector3 Camerafolow::pointst Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pointst_38; // UnityEngine.Vector3 Camerafolow::pointen Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pointen_39; // UnityEngine.Rigidbody Camerafolow::rb Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * ___rb_40; // System.Boolean Camerafolow::alowcall bool ___alowcall_41; // System.Boolean Camerafolow::allow bool ___allow_42; public: inline static int32_t get_offset_of_Effects_4() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___Effects_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Effects_4() const { return ___Effects_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Effects_4() { return &___Effects_4; } inline void set_Effects_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Effects_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Effects_4), (void*)value); } inline static int32_t get_offset_of_child_5() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___child_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_child_5() const { return ___child_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_child_5() { return &___child_5; } inline void set_child_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___child_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___child_5), (void*)value); } inline static int32_t get_offset_of_cam_6() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___cam_6)); } inline int32_t get_cam_6() const { return ___cam_6; } inline int32_t* get_address_of_cam_6() { return &___cam_6; } inline void set_cam_6(int32_t value) { ___cam_6 = value; } inline static int32_t get_offset_of_taget_7() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___taget_7)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_taget_7() const { return ___taget_7; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_taget_7() { return &___taget_7; } inline void set_taget_7(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___taget_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___taget_7), (void*)value); } inline static int32_t get_offset_of_cameraDistOffset_8() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___cameraDistOffset_8)); } inline float get_cameraDistOffset_8() const { return ___cameraDistOffset_8; } inline float* get_address_of_cameraDistOffset_8() { return &___cameraDistOffset_8; } inline void set_cameraDistOffset_8(float value) { ___cameraDistOffset_8 = value; } inline static int32_t get_offset_of_camx_9() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___camx_9)); } inline float get_camx_9() const { return ___camx_9; } inline float* get_address_of_camx_9() { return &___camx_9; } inline void set_camx_9(float value) { ___camx_9 = value; } inline static int32_t get_offset_of_camy_10() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___camy_10)); } inline float get_camy_10() const { return ___camy_10; } inline float* get_address_of_camy_10() { return &___camy_10; } inline void set_camy_10(float value) { ___camy_10 = value; } inline static int32_t get_offset_of_camz_11() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___camz_11)); } inline float get_camz_11() const { return ___camz_11; } inline float* get_address_of_camz_11() { return &___camz_11; } inline void set_camz_11(float value) { ___camz_11 = value; } inline static int32_t get_offset_of_distincamx_12() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___distincamx_12)); } inline float get_distincamx_12() const { return ___distincamx_12; } inline float* get_address_of_distincamx_12() { return &___distincamx_12; } inline void set_distincamx_12(float value) { ___distincamx_12 = value; } inline static int32_t get_offset_of_distincamy_13() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___distincamy_13)); } inline float get_distincamy_13() const { return ___distincamy_13; } inline float* get_address_of_distincamy_13() { return &___distincamy_13; } inline void set_distincamy_13(float value) { ___distincamy_13 = value; } inline static int32_t get_offset_of_distincamz_14() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___distincamz_14)); } inline float get_distincamz_14() const { return ___distincamz_14; } inline float* get_address_of_distincamz_14() { return &___distincamz_14; } inline void set_distincamz_14(float value) { ___distincamz_14 = value; } inline static int32_t get_offset_of_folowtoleft_18() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___folowtoleft_18)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_folowtoleft_18() const { return ___folowtoleft_18; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_folowtoleft_18() { return &___folowtoleft_18; } inline void set_folowtoleft_18(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___folowtoleft_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___folowtoleft_18), (void*)value); } inline static int32_t get_offset_of_folowtoright_19() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___folowtoright_19)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_folowtoright_19() const { return ___folowtoright_19; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_folowtoright_19() { return &___folowtoright_19; } inline void set_folowtoright_19(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___folowtoright_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___folowtoright_19), (void*)value); } inline static int32_t get_offset_of_folowtobetwen_20() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___folowtobetwen_20)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_folowtobetwen_20() const { return ___folowtobetwen_20; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_folowtobetwen_20() { return &___folowtobetwen_20; } inline void set_folowtobetwen_20(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___folowtobetwen_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___folowtobetwen_20), (void*)value); } inline static int32_t get_offset_of_folowtoup_21() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___folowtoup_21)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_folowtoup_21() const { return ___folowtoup_21; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_folowtoup_21() { return &___folowtoup_21; } inline void set_folowtoup_21(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___folowtoup_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___folowtoup_21), (void*)value); } inline static int32_t get_offset_of_folowtofly_22() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___folowtofly_22)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_folowtofly_22() const { return ___folowtofly_22; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_folowtofly_22() { return &___folowtofly_22; } inline void set_folowtofly_22(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___folowtofly_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___folowtofly_22), (void*)value); } inline static int32_t get_offset_of_cameramain_23() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___cameramain_23)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_cameramain_23() const { return ___cameramain_23; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_cameramain_23() { return &___cameramain_23; } inline void set_cameramain_23(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___cameramain_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameramain_23), (void*)value); } inline static int32_t get_offset_of_pointfolowtoleft_24() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___pointfolowtoleft_24)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_pointfolowtoleft_24() const { return ___pointfolowtoleft_24; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_pointfolowtoleft_24() { return &___pointfolowtoleft_24; } inline void set_pointfolowtoleft_24(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___pointfolowtoleft_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___pointfolowtoleft_24), (void*)value); } inline static int32_t get_offset_of_pointfolowtoright_25() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___pointfolowtoright_25)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_pointfolowtoright_25() const { return ___pointfolowtoright_25; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_pointfolowtoright_25() { return &___pointfolowtoright_25; } inline void set_pointfolowtoright_25(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___pointfolowtoright_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___pointfolowtoright_25), (void*)value); } inline static int32_t get_offset_of_pointfolowtobetwen_26() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___pointfolowtobetwen_26)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_pointfolowtobetwen_26() const { return ___pointfolowtobetwen_26; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_pointfolowtobetwen_26() { return &___pointfolowtobetwen_26; } inline void set_pointfolowtobetwen_26(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___pointfolowtobetwen_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___pointfolowtobetwen_26), (void*)value); } inline static int32_t get_offset_of_player_27() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___player_27)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_27() const { return ___player_27; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_27() { return &___player_27; } inline void set_player_27(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_27), (void*)value); } inline static int32_t get_offset_of_target_28() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___target_28)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_target_28() const { return ___target_28; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_target_28() { return &___target_28; } inline void set_target_28(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___target_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_28), (void*)value); } inline static int32_t get_offset_of_distance_29() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___distance_29)); } inline float get_distance_29() const { return ___distance_29; } inline float* get_address_of_distance_29() { return &___distance_29; } inline void set_distance_29(float value) { ___distance_29 = value; } inline static int32_t get_offset_of_height_30() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___height_30)); } inline float get_height_30() const { return ___height_30; } inline float* get_address_of_height_30() { return &___height_30; } inline void set_height_30(float value) { ___height_30 = value; } inline static int32_t get_offset_of_height1_31() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___height1_31)); } inline float get_height1_31() const { return ___height1_31; } inline float* get_address_of_height1_31() { return &___height1_31; } inline void set_height1_31(float value) { ___height1_31 = value; } inline static int32_t get_offset_of_heightDamping_32() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___heightDamping_32)); } inline float get_heightDamping_32() const { return ___heightDamping_32; } inline float* get_address_of_heightDamping_32() { return &___heightDamping_32; } inline void set_heightDamping_32(float value) { ___heightDamping_32 = value; } inline static int32_t get_offset_of_heightDamping1_33() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___heightDamping1_33)); } inline float get_heightDamping1_33() const { return ___heightDamping1_33; } inline float* get_address_of_heightDamping1_33() { return &___heightDamping1_33; } inline void set_heightDamping1_33(float value) { ___heightDamping1_33 = value; } inline static int32_t get_offset_of_rotationDamping_34() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___rotationDamping_34)); } inline float get_rotationDamping_34() const { return ___rotationDamping_34; } inline float* get_address_of_rotationDamping_34() { return &___rotationDamping_34; } inline void set_rotationDamping_34(float value) { ___rotationDamping_34 = value; } inline static int32_t get_offset_of_tagetlockat_37() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___tagetlockat_37)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagetlockat_37() const { return ___tagetlockat_37; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagetlockat_37() { return &___tagetlockat_37; } inline void set_tagetlockat_37(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagetlockat_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagetlockat_37), (void*)value); } inline static int32_t get_offset_of_pointst_38() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___pointst_38)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_pointst_38() const { return ___pointst_38; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_pointst_38() { return &___pointst_38; } inline void set_pointst_38(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___pointst_38 = value; } inline static int32_t get_offset_of_pointen_39() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___pointen_39)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_pointen_39() const { return ___pointen_39; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_pointen_39() { return &___pointen_39; } inline void set_pointen_39(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___pointen_39 = value; } inline static int32_t get_offset_of_rb_40() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___rb_40)); } inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * get_rb_40() const { return ___rb_40; } inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 ** get_address_of_rb_40() { return &___rb_40; } inline void set_rb_40(Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * value) { ___rb_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_40), (void*)value); } inline static int32_t get_offset_of_alowcall_41() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___alowcall_41)); } inline bool get_alowcall_41() const { return ___alowcall_41; } inline bool* get_address_of_alowcall_41() { return &___alowcall_41; } inline void set_alowcall_41(bool value) { ___alowcall_41 = value; } inline static int32_t get_offset_of_allow_42() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0, ___allow_42)); } inline bool get_allow_42() const { return ___allow_42; } inline bool* get_address_of_allow_42() { return &___allow_42; } inline void set_allow_42(bool value) { ___allow_42 = value; } }; struct Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields { public: // System.Boolean Camerafolow::downcamlef bool ___downcamlef_15; // System.Boolean Camerafolow::downcamrigh bool ___downcamrigh_16; // System.Boolean Camerafolow::downcam bool ___downcam_17; // System.Single Camerafolow::speed float ___speed_35; // System.Int32 Camerafolow::folow int32_t ___folow_36; // System.Boolean Camerafolow::isdowham bool ___isdowham_43; public: inline static int32_t get_offset_of_downcamlef_15() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields, ___downcamlef_15)); } inline bool get_downcamlef_15() const { return ___downcamlef_15; } inline bool* get_address_of_downcamlef_15() { return &___downcamlef_15; } inline void set_downcamlef_15(bool value) { ___downcamlef_15 = value; } inline static int32_t get_offset_of_downcamrigh_16() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields, ___downcamrigh_16)); } inline bool get_downcamrigh_16() const { return ___downcamrigh_16; } inline bool* get_address_of_downcamrigh_16() { return &___downcamrigh_16; } inline void set_downcamrigh_16(bool value) { ___downcamrigh_16 = value; } inline static int32_t get_offset_of_downcam_17() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields, ___downcam_17)); } inline bool get_downcam_17() const { return ___downcam_17; } inline bool* get_address_of_downcam_17() { return &___downcam_17; } inline void set_downcam_17(bool value) { ___downcam_17 = value; } inline static int32_t get_offset_of_speed_35() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields, ___speed_35)); } inline float get_speed_35() const { return ___speed_35; } inline float* get_address_of_speed_35() { return &___speed_35; } inline void set_speed_35(float value) { ___speed_35 = value; } inline static int32_t get_offset_of_folow_36() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields, ___folow_36)); } inline int32_t get_folow_36() const { return ___folow_36; } inline int32_t* get_address_of_folow_36() { return &___folow_36; } inline void set_folow_36(int32_t value) { ___folow_36 = value; } inline static int32_t get_offset_of_isdowham_43() { return static_cast(offsetof(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_StaticFields, ___isdowham_43)); } inline bool get_isdowham_43() const { return ___isdowham_43; } inline bool* get_address_of_isdowham_43() { return &___isdowham_43; } inline void set_isdowham_43(bool value) { ___isdowham_43 = value; } }; // Chekdestroi struct Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Transform Chekdestroi::target Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___target_4; // System.Single Chekdestroi::speed float ___speed_5; // UnityEngine.GameObject Chekdestroi::coin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___coin_6; // Playermuving Chekdestroi::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_7; // Makesupway Chekdestroi::makesupway Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___makesupway_8; // System.Boolean Chekdestroi::rotaychidcoi bool ___rotaychidcoi_9; // System.Boolean Chekdestroi::alow bool ___alow_10; public: inline static int32_t get_offset_of_target_4() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___target_4)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_target_4() const { return ___target_4; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_target_4() { return &___target_4; } inline void set_target_4(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___target_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_4), (void*)value); } inline static int32_t get_offset_of_speed_5() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___speed_5)); } inline float get_speed_5() const { return ___speed_5; } inline float* get_address_of_speed_5() { return &___speed_5; } inline void set_speed_5(float value) { ___speed_5 = value; } inline static int32_t get_offset_of_coin_6() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___coin_6)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_coin_6() const { return ___coin_6; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_coin_6() { return &___coin_6; } inline void set_coin_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___coin_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___coin_6), (void*)value); } inline static int32_t get_offset_of_player_7() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___player_7)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_7() const { return ___player_7; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_7() { return &___player_7; } inline void set_player_7(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_7), (void*)value); } inline static int32_t get_offset_of_makesupway_8() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___makesupway_8)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_makesupway_8() const { return ___makesupway_8; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_makesupway_8() { return &___makesupway_8; } inline void set_makesupway_8(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___makesupway_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___makesupway_8), (void*)value); } inline static int32_t get_offset_of_rotaychidcoi_9() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___rotaychidcoi_9)); } inline bool get_rotaychidcoi_9() const { return ___rotaychidcoi_9; } inline bool* get_address_of_rotaychidcoi_9() { return &___rotaychidcoi_9; } inline void set_rotaychidcoi_9(bool value) { ___rotaychidcoi_9 = value; } inline static int32_t get_offset_of_alow_10() { return static_cast(offsetof(Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED, ___alow_10)); } inline bool get_alow_10() const { return ___alow_10; } inline bool* get_address_of_alow_10() { return &___alow_10; } inline void set_alow_10(bool value) { ___alow_10 = value; } }; // IKanimation struct IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Animator IKanimation::animationPlayer Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___animationPlayer_4; // Playermuving IKanimation::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_6; // UnityEngine.Transform IKanimation::positionmangnetl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___positionmangnetl_7; // UnityEngine.Transform IKanimation::positionRighHand Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___positionRighHand_8; // UnityEngine.Transform IKanimation::positionLeftHand Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___positionLeftHand_9; public: inline static int32_t get_offset_of_animationPlayer_4() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D, ___animationPlayer_4)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_animationPlayer_4() const { return ___animationPlayer_4; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_animationPlayer_4() { return &___animationPlayer_4; } inline void set_animationPlayer_4(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___animationPlayer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationPlayer_4), (void*)value); } inline static int32_t get_offset_of_player_6() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D, ___player_6)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_6() const { return ___player_6; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_6() { return &___player_6; } inline void set_player_6(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_6), (void*)value); } inline static int32_t get_offset_of_positionmangnetl_7() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D, ___positionmangnetl_7)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_positionmangnetl_7() const { return ___positionmangnetl_7; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_positionmangnetl_7() { return &___positionmangnetl_7; } inline void set_positionmangnetl_7(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___positionmangnetl_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionmangnetl_7), (void*)value); } inline static int32_t get_offset_of_positionRighHand_8() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D, ___positionRighHand_8)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_positionRighHand_8() const { return ___positionRighHand_8; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_positionRighHand_8() { return &___positionRighHand_8; } inline void set_positionRighHand_8(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___positionRighHand_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionRighHand_8), (void*)value); } inline static int32_t get_offset_of_positionLeftHand_9() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D, ___positionLeftHand_9)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_positionLeftHand_9() const { return ___positionLeftHand_9; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_positionLeftHand_9() { return &___positionLeftHand_9; } inline void set_positionLeftHand_9(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___positionLeftHand_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionLeftHand_9), (void*)value); } }; struct IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D_StaticFields { public: // IKanimation IKanimation::IKMAGNET IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D * ___IKMAGNET_5; // System.Single IKanimation::iklegth float ___iklegth_10; // System.Single IKanimation::iklegth1 float ___iklegth1_11; public: inline static int32_t get_offset_of_IKMAGNET_5() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D_StaticFields, ___IKMAGNET_5)); } inline IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D * get_IKMAGNET_5() const { return ___IKMAGNET_5; } inline IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D ** get_address_of_IKMAGNET_5() { return &___IKMAGNET_5; } inline void set_IKMAGNET_5(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D * value) { ___IKMAGNET_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IKMAGNET_5), (void*)value); } inline static int32_t get_offset_of_iklegth_10() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D_StaticFields, ___iklegth_10)); } inline float get_iklegth_10() const { return ___iklegth_10; } inline float* get_address_of_iklegth_10() { return &___iklegth_10; } inline void set_iklegth_10(float value) { ___iklegth_10 = value; } inline static int32_t get_offset_of_iklegth1_11() { return static_cast(offsetof(IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D_StaticFields, ___iklegth1_11)); } inline float get_iklegth1_11() const { return ___iklegth1_11; } inline float* get_address_of_iklegth1_11() { return &___iklegth1_11; } inline void set_iklegth1_11(float value) { ___iklegth1_11 = value; } }; // IkEmty struct IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Animator IkEmty::animationPlayer Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___animationPlayer_4; // UnityEngine.Transform IkEmty::maintaget Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___maintaget_6; // UnityEngine.Transform IkEmty::positionmangnetl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___positionmangnetl_7; // UnityEngine.Transform IkEmty::positionmangnetlgau Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___positionmangnetlgau_8; // UnityEngine.Transform IkEmty::positionmangnetlgirl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___positionmangnetlgirl_9; public: inline static int32_t get_offset_of_animationPlayer_4() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8, ___animationPlayer_4)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_animationPlayer_4() const { return ___animationPlayer_4; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_animationPlayer_4() { return &___animationPlayer_4; } inline void set_animationPlayer_4(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___animationPlayer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationPlayer_4), (void*)value); } inline static int32_t get_offset_of_maintaget_6() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8, ___maintaget_6)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_maintaget_6() const { return ___maintaget_6; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_maintaget_6() { return &___maintaget_6; } inline void set_maintaget_6(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___maintaget_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___maintaget_6), (void*)value); } inline static int32_t get_offset_of_positionmangnetl_7() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8, ___positionmangnetl_7)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_positionmangnetl_7() const { return ___positionmangnetl_7; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_positionmangnetl_7() { return &___positionmangnetl_7; } inline void set_positionmangnetl_7(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___positionmangnetl_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionmangnetl_7), (void*)value); } inline static int32_t get_offset_of_positionmangnetlgau_8() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8, ___positionmangnetlgau_8)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_positionmangnetlgau_8() const { return ___positionmangnetlgau_8; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_positionmangnetlgau_8() { return &___positionmangnetlgau_8; } inline void set_positionmangnetlgau_8(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___positionmangnetlgau_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionmangnetlgau_8), (void*)value); } inline static int32_t get_offset_of_positionmangnetlgirl_9() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8, ___positionmangnetlgirl_9)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_positionmangnetlgirl_9() const { return ___positionmangnetlgirl_9; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_positionmangnetlgirl_9() { return &___positionmangnetlgirl_9; } inline void set_positionmangnetlgirl_9(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___positionmangnetlgirl_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___positionmangnetlgirl_9), (void*)value); } }; struct IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8_StaticFields { public: // IkEmty IkEmty::IKMAGNET IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8 * ___IKMAGNET_5; // System.Single IkEmty::iklegth float ___iklegth_10; // System.Single IkEmty::iklegth1 float ___iklegth1_11; public: inline static int32_t get_offset_of_IKMAGNET_5() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8_StaticFields, ___IKMAGNET_5)); } inline IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8 * get_IKMAGNET_5() const { return ___IKMAGNET_5; } inline IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8 ** get_address_of_IKMAGNET_5() { return &___IKMAGNET_5; } inline void set_IKMAGNET_5(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8 * value) { ___IKMAGNET_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___IKMAGNET_5), (void*)value); } inline static int32_t get_offset_of_iklegth_10() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8_StaticFields, ___iklegth_10)); } inline float get_iklegth_10() const { return ___iklegth_10; } inline float* get_address_of_iklegth_10() { return &___iklegth_10; } inline void set_iklegth_10(float value) { ___iklegth_10 = value; } inline static int32_t get_offset_of_iklegth1_11() { return static_cast(offsetof(IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8_StaticFields, ___iklegth1_11)); } inline float get_iklegth1_11() const { return ___iklegth1_11; } inline float* get_address_of_iklegth1_11() { return &___iklegth1_11; } inline void set_iklegth1_11(float value) { ___iklegth1_11 = value; } }; // Makesupway struct Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject Makesupway::zhongdian GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___zhongdian_4; // System.Collections.Generic.List`1 Makesupway::startPoint List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___startPoint_5; // System.Collections.Generic.List`1 Makesupway::endPoint List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___endPoint_6; // UnityEngine.GameObject Makesupway::makesupwaymap3 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makesupwaymap3_7; // UnityEngine.GameObject Makesupway::dangang GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___dangang_8; // UnityEngine.GameObject Makesupway::shuanggang GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___shuanggang_9; // UnityEngine.GameObject Makesupway::yaling GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___yaling_10; // UnityEngine.GameObject Makesupway::jianshenhuan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___jianshenhuan_11; // UnityEngine.GameObject Makesupway::hulaquan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___hulaquan_12; // UnityEngine.GameObject Makesupway::jianshenqiu GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___jianshenqiu_13; // Makesupway_stylecreate Makesupway::newstyle int32_t ___newstyle_14; // UnityEngine.GameObject Makesupway::makeemtyshipdie GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeemtyshipdie_15; // UnityEngine.GameObject Makesupway::makeemtyshipdie1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeemtyshipdie1_16; // UnityEngine.GameObject Makesupway::makeemtyshipdie2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeemtyshipdie2_17; // UnityEngine.GameObject Makesupway::makeemtyshipdiemuving GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeemtyshipdiemuving_18; // UnityEngine.GameObject Makesupway::makeemtyship GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeemtyship_19; // UnityEngine.GameObject Makesupway::makeembars_smore GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembars_smore_20; // UnityEngine.GameObject Makesupway::makeembars_big GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembars_big_21; // UnityEngine.GameObject Makesupway::makeembars_biger GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembars_biger_22; // UnityEngine.GameObject Makesupway::makeembridge GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembridge_23; // UnityEngine.GameObject Makesupway::makeembridgeleft GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembridgeleft_24; // UnityEngine.GameObject Makesupway::makeembridgerigh GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembridgerigh_25; // UnityEngine.GameObject Makesupway::cubeoper GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___cubeoper_26; // UnityEngine.GameObject Makesupway::makeembridgebehig GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeembridgebehig_27; // UnityEngine.GameObject Makesupway::powerpoles GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___powerpoles_28; // UnityEngine.Vector3 Makesupway::locationemty Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___locationemty_29; // UnityEngine.GameObject Makesupway::makeitemcoin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemcoin_30; // UnityEngine.GameObject Makesupway::makeitemhutcoin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemhutcoin_31; // UnityEngine.GameObject Makesupway::makeitembay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitembay_32; // UnityEngine.GameObject Makesupway::makeitembaylong GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitembaylong_33; // UnityEngine.GameObject Makesupway::makeitemnhay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemnhay_34; // UnityEngine.GameObject Makesupway::makeitemx2coin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemx2coin_35; // UnityEngine.GameObject Makesupway::makeitemvan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemvan_36; // UnityEngine.GameObject Makesupway::makeitembox GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitembox_37; // UnityEngine.GameObject Makesupway::makeitemkey GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemkey_38; // UnityEngine.GameObject Makesupway::makeitemyaoshui GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemyaoshui_39; // UnityEngine.GameObject Makesupway::makeitemxxin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemxxin_40; // UnityEngine.GameObject Makesupway::makeitemdaodan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemdaodan_41; // UnityEngine.GameObject Makesupway::makeitemyanliaozhadan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemyanliaozhadan_42; // UnityEngine.GameObject Makesupway::makeitemxiangjiaopi GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemxiangjiaopi_43; // UnityEngine.GameObject Makesupway::makeitemxiangjiaopi2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeitemxiangjiaopi2_44; // System.Int32 Makesupway::randummap int32_t ___randummap_45; // System.Int32 Makesupway::randumemty int32_t ___randumemty_46; // UnityEngine.Vector3 Makesupway::location Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___location_47; // System.Collections.Generic.List`1 Makesupway::map List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___map_48; // System.Collections.Generic.List`1 Makesupway::map1 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___map1_49; // System.Collections.Generic.List`1 Makesupway::map2 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___map2_50; // System.Collections.Generic.List`1 Makesupway::map21 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___map21_51; // System.Collections.Generic.List`1 Makesupway::map22 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___map22_52; // System.Collections.Generic.List`1 Makesupway::supwaylist List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___supwaylist_53; // System.Collections.Generic.List`1 Makesupway::mapemty1 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty1_54; // System.Collections.Generic.List`1 Makesupway::mapemty2 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty2_55; // System.Collections.Generic.List`1 Makesupway::mapemty3 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty3_56; // System.Collections.Generic.List`1 Makesupway::mapemty4 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty4_57; // System.Collections.Generic.List`1 Makesupway::mapemty5 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty5_58; // System.Collections.Generic.List`1 Makesupway::mapemty6 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty6_59; // System.Collections.Generic.List`1 Makesupway::mapemty7 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty7_60; // System.Collections.Generic.List`1 Makesupway::mapemty8 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty8_61; // System.Collections.Generic.List`1 Makesupway::mapemty9 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty9_62; // System.Collections.Generic.List`1 Makesupway::mapemty10 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty10_63; // System.Collections.Generic.List`1 Makesupway::mapemty11 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty11_64; // System.Collections.Generic.List`1 Makesupway::mapemty12 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty12_65; // System.Collections.Generic.List`1 Makesupway::mapemty13 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty13_66; // System.Collections.Generic.List`1 Makesupway::mapemty14 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty14_67; // System.Collections.Generic.List`1 Makesupway::mapemty15 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty15_68; // System.Collections.Generic.List`1 Makesupway::mapemty16 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty16_69; // System.Collections.Generic.List`1 Makesupway::mapemty17 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty17_70; // System.Collections.Generic.List`1 Makesupway::mapemty18 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty18_71; // System.Collections.Generic.List`1 Makesupway::mapemty19 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty19_72; // System.Collections.Generic.List`1 Makesupway::mapemty20 List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapemty20_73; // System.Collections.Generic.List`1 Makesupway::mapmain List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mapmain_74; // UnityEngine.GameObject Makesupway::main GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___main_75; // UnityEngine.GameObject Makesupway::m1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m1_76; // UnityEngine.GameObject Makesupway::m2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m2_77; // UnityEngine.GameObject Makesupway::m3 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m3_78; // UnityEngine.GameObject Makesupway::m4 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m4_79; // UnityEngine.GameObject Makesupway::m5 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m5_80; // UnityEngine.GameObject Makesupway::MapHowToPlay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___MapHowToPlay_82; // UnityEngine.GameObject Makesupway::Map1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map1_83; // UnityEngine.GameObject Makesupway::Map2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map2_84; // UnityEngine.GameObject Makesupway::Map3 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map3_85; // UnityEngine.GameObject Makesupway::Map4 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map4_86; // UnityEngine.GameObject Makesupway::Map5 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map5_87; // UnityEngine.GameObject Makesupway::Map6 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map6_88; // UnityEngine.GameObject Makesupway::Map7 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map7_89; // UnityEngine.GameObject Makesupway::Map8 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map8_90; // UnityEngine.GameObject Makesupway::Map9 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Map9_91; // System.Collections.Generic.List`1 Makesupway::CityMaps List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___CityMaps_92; // System.Collections.Generic.List`1 Makesupway::BosqueMaps List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___BosqueMaps_93; // System.Int32 Makesupway::valueofmap int32_t ___valueofmap_94; // System.Int32 Makesupway::mapType int32_t ___mapType_96; // Playermuving Makesupway::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_97; // System.Single Makesupway::distinct float ___distinct_98; // System.Single Makesupway::distinctplayer float ___distinctplayer_99; // System.Single Makesupway::addlocation float ___addlocation_100; // System.Int32[] Makesupway::allten Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___allten_101; // System.Int32 Makesupway::alltenidx int32_t ___alltenidx_102; // System.Boolean Makesupway::call bool ___call_103; // System.Int32 Makesupway::lasrandum int32_t ___lasrandum_104; // System.Single Makesupway::DistanceTranslate float ___DistanceTranslate_105; // System.Single Makesupway::backtobehigh float ___backtobehigh_106; // UnityEngine.Vector3 Makesupway::loationback Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___loationback_107; // System.Single Makesupway::delayy float ___delayy_108; // System.Single Makesupway::dx float ___dx_109; // System.Single Makesupway::timedelay float ___timedelay_110; // System.Int32 Makesupway::cchangeship int32_t ___cchangeship_111; // UnityEngine.Transform Makesupway::roadset Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___roadset_112; // UnityEngine.Transform Makesupway::buildset Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___buildset_113; // System.Collections.Generic.List`1 Makesupway::submaptalents List_1_t4DBFD85DCFB946888856DBE52AC08C2AF69C4DBE * ___submaptalents_114; // UnityEngine.Vector3 Makesupway::tranformcoin Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tranformcoin_115; // UnityEngine.Vector3 Makesupway::vectorcoin Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___vectorcoin_116; // System.Int32 Makesupway::valuecoinintance int32_t ___valuecoinintance_117; // UnityEngine.Transform Makesupway::coinset Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___coinset_118; // UnityEngine.Vector3 Makesupway::tranformiteflybt Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tranformiteflybt_119; // UnityEngine.Vector3 Makesupway::tranformiteflyl Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tranformiteflyl_120; // UnityEngine.Vector3 Makesupway::tranformiteflyr Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tranformiteflyr_121; // System.Boolean Makesupway::alowshowitemaddcoin bool ___alowshowitemaddcoin_122; // System.Collections.Generic.List`1 Makesupway::ManagerAllcoin List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___ManagerAllcoin_123; // System.Collections.Generic.List`1 Makesupway::ManagerAllitem List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___ManagerAllitem_124; // UnityEngine.GameObject Makesupway::craate1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___craate1_125; // UnityEngine.GameObject Makesupway::craate2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___craate2_126; // UnityEngine.GameObject Makesupway::craate3 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___craate3_127; // System.Boolean Makesupway::AlowlcreatecoinforFly bool ___AlowlcreatecoinforFly_128; // System.Collections.Generic.List`1 Makesupway::mb List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___mb_129; // UnityEngine.GameObject Makesupway::coinend GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___coinend_130; // UnityEngine.Vector3 Makesupway::tranformitem Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___tranformitem_132; // System.Single Makesupway::checkshow float ___checkshow_133; // System.Single Makesupway::checkshowx float ___checkshowx_134; // System.Collections.Generic.List`1 Makesupway::hidecoin List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___hidecoin_135; // System.Single Makesupway::muving float ___muving_136; // System.Boolean Makesupway::alowback bool ___alowback_137; // System.Boolean Makesupway::Dontrandum bool ___Dontrandum_138; // System.Boolean Makesupway::callback bool ___callback_139; // System.Boolean Makesupway::ismakecoin bool ___ismakecoin_140; // System.Collections.Generic.List`1 Makesupway::allemty List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___allemty_141; public: inline static int32_t get_offset_of_zhongdian_4() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___zhongdian_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_zhongdian_4() const { return ___zhongdian_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_zhongdian_4() { return &___zhongdian_4; } inline void set_zhongdian_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___zhongdian_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___zhongdian_4), (void*)value); } inline static int32_t get_offset_of_startPoint_5() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___startPoint_5)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_startPoint_5() const { return ___startPoint_5; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_startPoint_5() { return &___startPoint_5; } inline void set_startPoint_5(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___startPoint_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___startPoint_5), (void*)value); } inline static int32_t get_offset_of_endPoint_6() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___endPoint_6)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_endPoint_6() const { return ___endPoint_6; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_endPoint_6() { return &___endPoint_6; } inline void set_endPoint_6(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___endPoint_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___endPoint_6), (void*)value); } inline static int32_t get_offset_of_makesupwaymap3_7() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makesupwaymap3_7)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makesupwaymap3_7() const { return ___makesupwaymap3_7; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makesupwaymap3_7() { return &___makesupwaymap3_7; } inline void set_makesupwaymap3_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makesupwaymap3_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___makesupwaymap3_7), (void*)value); } inline static int32_t get_offset_of_dangang_8() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___dangang_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_dangang_8() const { return ___dangang_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_dangang_8() { return &___dangang_8; } inline void set_dangang_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___dangang_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___dangang_8), (void*)value); } inline static int32_t get_offset_of_shuanggang_9() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___shuanggang_9)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_shuanggang_9() const { return ___shuanggang_9; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_shuanggang_9() { return &___shuanggang_9; } inline void set_shuanggang_9(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___shuanggang_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___shuanggang_9), (void*)value); } inline static int32_t get_offset_of_yaling_10() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___yaling_10)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_yaling_10() const { return ___yaling_10; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_yaling_10() { return &___yaling_10; } inline void set_yaling_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___yaling_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___yaling_10), (void*)value); } inline static int32_t get_offset_of_jianshenhuan_11() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___jianshenhuan_11)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_jianshenhuan_11() const { return ___jianshenhuan_11; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_jianshenhuan_11() { return &___jianshenhuan_11; } inline void set_jianshenhuan_11(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___jianshenhuan_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___jianshenhuan_11), (void*)value); } inline static int32_t get_offset_of_hulaquan_12() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___hulaquan_12)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_hulaquan_12() const { return ___hulaquan_12; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_hulaquan_12() { return &___hulaquan_12; } inline void set_hulaquan_12(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___hulaquan_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___hulaquan_12), (void*)value); } inline static int32_t get_offset_of_jianshenqiu_13() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___jianshenqiu_13)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_jianshenqiu_13() const { return ___jianshenqiu_13; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_jianshenqiu_13() { return &___jianshenqiu_13; } inline void set_jianshenqiu_13(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___jianshenqiu_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___jianshenqiu_13), (void*)value); } inline static int32_t get_offset_of_newstyle_14() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___newstyle_14)); } inline int32_t get_newstyle_14() const { return ___newstyle_14; } inline int32_t* get_address_of_newstyle_14() { return &___newstyle_14; } inline void set_newstyle_14(int32_t value) { ___newstyle_14 = value; } inline static int32_t get_offset_of_makeemtyshipdie_15() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeemtyshipdie_15)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeemtyshipdie_15() const { return ___makeemtyshipdie_15; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeemtyshipdie_15() { return &___makeemtyshipdie_15; } inline void set_makeemtyshipdie_15(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeemtyshipdie_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeemtyshipdie_15), (void*)value); } inline static int32_t get_offset_of_makeemtyshipdie1_16() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeemtyshipdie1_16)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeemtyshipdie1_16() const { return ___makeemtyshipdie1_16; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeemtyshipdie1_16() { return &___makeemtyshipdie1_16; } inline void set_makeemtyshipdie1_16(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeemtyshipdie1_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeemtyshipdie1_16), (void*)value); } inline static int32_t get_offset_of_makeemtyshipdie2_17() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeemtyshipdie2_17)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeemtyshipdie2_17() const { return ___makeemtyshipdie2_17; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeemtyshipdie2_17() { return &___makeemtyshipdie2_17; } inline void set_makeemtyshipdie2_17(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeemtyshipdie2_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeemtyshipdie2_17), (void*)value); } inline static int32_t get_offset_of_makeemtyshipdiemuving_18() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeemtyshipdiemuving_18)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeemtyshipdiemuving_18() const { return ___makeemtyshipdiemuving_18; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeemtyshipdiemuving_18() { return &___makeemtyshipdiemuving_18; } inline void set_makeemtyshipdiemuving_18(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeemtyshipdiemuving_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeemtyshipdiemuving_18), (void*)value); } inline static int32_t get_offset_of_makeemtyship_19() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeemtyship_19)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeemtyship_19() const { return ___makeemtyship_19; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeemtyship_19() { return &___makeemtyship_19; } inline void set_makeemtyship_19(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeemtyship_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeemtyship_19), (void*)value); } inline static int32_t get_offset_of_makeembars_smore_20() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembars_smore_20)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembars_smore_20() const { return ___makeembars_smore_20; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembars_smore_20() { return &___makeembars_smore_20; } inline void set_makeembars_smore_20(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembars_smore_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembars_smore_20), (void*)value); } inline static int32_t get_offset_of_makeembars_big_21() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembars_big_21)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembars_big_21() const { return ___makeembars_big_21; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembars_big_21() { return &___makeembars_big_21; } inline void set_makeembars_big_21(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembars_big_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembars_big_21), (void*)value); } inline static int32_t get_offset_of_makeembars_biger_22() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembars_biger_22)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembars_biger_22() const { return ___makeembars_biger_22; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembars_biger_22() { return &___makeembars_biger_22; } inline void set_makeembars_biger_22(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembars_biger_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembars_biger_22), (void*)value); } inline static int32_t get_offset_of_makeembridge_23() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembridge_23)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembridge_23() const { return ___makeembridge_23; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembridge_23() { return &___makeembridge_23; } inline void set_makeembridge_23(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembridge_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembridge_23), (void*)value); } inline static int32_t get_offset_of_makeembridgeleft_24() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembridgeleft_24)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembridgeleft_24() const { return ___makeembridgeleft_24; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembridgeleft_24() { return &___makeembridgeleft_24; } inline void set_makeembridgeleft_24(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembridgeleft_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembridgeleft_24), (void*)value); } inline static int32_t get_offset_of_makeembridgerigh_25() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembridgerigh_25)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembridgerigh_25() const { return ___makeembridgerigh_25; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembridgerigh_25() { return &___makeembridgerigh_25; } inline void set_makeembridgerigh_25(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembridgerigh_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembridgerigh_25), (void*)value); } inline static int32_t get_offset_of_cubeoper_26() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___cubeoper_26)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_cubeoper_26() const { return ___cubeoper_26; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_cubeoper_26() { return &___cubeoper_26; } inline void set_cubeoper_26(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___cubeoper_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___cubeoper_26), (void*)value); } inline static int32_t get_offset_of_makeembridgebehig_27() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeembridgebehig_27)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeembridgebehig_27() const { return ___makeembridgebehig_27; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeembridgebehig_27() { return &___makeembridgebehig_27; } inline void set_makeembridgebehig_27(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeembridgebehig_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeembridgebehig_27), (void*)value); } inline static int32_t get_offset_of_powerpoles_28() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___powerpoles_28)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_powerpoles_28() const { return ___powerpoles_28; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_powerpoles_28() { return &___powerpoles_28; } inline void set_powerpoles_28(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___powerpoles_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___powerpoles_28), (void*)value); } inline static int32_t get_offset_of_locationemty_29() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___locationemty_29)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_locationemty_29() const { return ___locationemty_29; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_locationemty_29() { return &___locationemty_29; } inline void set_locationemty_29(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___locationemty_29 = value; } inline static int32_t get_offset_of_makeitemcoin_30() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemcoin_30)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemcoin_30() const { return ___makeitemcoin_30; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemcoin_30() { return &___makeitemcoin_30; } inline void set_makeitemcoin_30(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemcoin_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemcoin_30), (void*)value); } inline static int32_t get_offset_of_makeitemhutcoin_31() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemhutcoin_31)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemhutcoin_31() const { return ___makeitemhutcoin_31; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemhutcoin_31() { return &___makeitemhutcoin_31; } inline void set_makeitemhutcoin_31(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemhutcoin_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemhutcoin_31), (void*)value); } inline static int32_t get_offset_of_makeitembay_32() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitembay_32)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitembay_32() const { return ___makeitembay_32; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitembay_32() { return &___makeitembay_32; } inline void set_makeitembay_32(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitembay_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitembay_32), (void*)value); } inline static int32_t get_offset_of_makeitembaylong_33() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitembaylong_33)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitembaylong_33() const { return ___makeitembaylong_33; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitembaylong_33() { return &___makeitembaylong_33; } inline void set_makeitembaylong_33(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitembaylong_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitembaylong_33), (void*)value); } inline static int32_t get_offset_of_makeitemnhay_34() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemnhay_34)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemnhay_34() const { return ___makeitemnhay_34; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemnhay_34() { return &___makeitemnhay_34; } inline void set_makeitemnhay_34(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemnhay_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemnhay_34), (void*)value); } inline static int32_t get_offset_of_makeitemx2coin_35() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemx2coin_35)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemx2coin_35() const { return ___makeitemx2coin_35; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemx2coin_35() { return &___makeitemx2coin_35; } inline void set_makeitemx2coin_35(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemx2coin_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemx2coin_35), (void*)value); } inline static int32_t get_offset_of_makeitemvan_36() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemvan_36)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemvan_36() const { return ___makeitemvan_36; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemvan_36() { return &___makeitemvan_36; } inline void set_makeitemvan_36(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemvan_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemvan_36), (void*)value); } inline static int32_t get_offset_of_makeitembox_37() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitembox_37)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitembox_37() const { return ___makeitembox_37; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitembox_37() { return &___makeitembox_37; } inline void set_makeitembox_37(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitembox_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitembox_37), (void*)value); } inline static int32_t get_offset_of_makeitemkey_38() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemkey_38)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemkey_38() const { return ___makeitemkey_38; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemkey_38() { return &___makeitemkey_38; } inline void set_makeitemkey_38(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemkey_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemkey_38), (void*)value); } inline static int32_t get_offset_of_makeitemyaoshui_39() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemyaoshui_39)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemyaoshui_39() const { return ___makeitemyaoshui_39; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemyaoshui_39() { return &___makeitemyaoshui_39; } inline void set_makeitemyaoshui_39(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemyaoshui_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemyaoshui_39), (void*)value); } inline static int32_t get_offset_of_makeitemxxin_40() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemxxin_40)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemxxin_40() const { return ___makeitemxxin_40; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemxxin_40() { return &___makeitemxxin_40; } inline void set_makeitemxxin_40(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemxxin_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemxxin_40), (void*)value); } inline static int32_t get_offset_of_makeitemdaodan_41() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemdaodan_41)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemdaodan_41() const { return ___makeitemdaodan_41; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemdaodan_41() { return &___makeitemdaodan_41; } inline void set_makeitemdaodan_41(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemdaodan_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemdaodan_41), (void*)value); } inline static int32_t get_offset_of_makeitemyanliaozhadan_42() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemyanliaozhadan_42)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemyanliaozhadan_42() const { return ___makeitemyanliaozhadan_42; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemyanliaozhadan_42() { return &___makeitemyanliaozhadan_42; } inline void set_makeitemyanliaozhadan_42(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemyanliaozhadan_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemyanliaozhadan_42), (void*)value); } inline static int32_t get_offset_of_makeitemxiangjiaopi_43() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemxiangjiaopi_43)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemxiangjiaopi_43() const { return ___makeitemxiangjiaopi_43; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemxiangjiaopi_43() { return &___makeitemxiangjiaopi_43; } inline void set_makeitemxiangjiaopi_43(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemxiangjiaopi_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemxiangjiaopi_43), (void*)value); } inline static int32_t get_offset_of_makeitemxiangjiaopi2_44() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___makeitemxiangjiaopi2_44)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeitemxiangjiaopi2_44() const { return ___makeitemxiangjiaopi2_44; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeitemxiangjiaopi2_44() { return &___makeitemxiangjiaopi2_44; } inline void set_makeitemxiangjiaopi2_44(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeitemxiangjiaopi2_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeitemxiangjiaopi2_44), (void*)value); } inline static int32_t get_offset_of_randummap_45() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___randummap_45)); } inline int32_t get_randummap_45() const { return ___randummap_45; } inline int32_t* get_address_of_randummap_45() { return &___randummap_45; } inline void set_randummap_45(int32_t value) { ___randummap_45 = value; } inline static int32_t get_offset_of_randumemty_46() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___randumemty_46)); } inline int32_t get_randumemty_46() const { return ___randumemty_46; } inline int32_t* get_address_of_randumemty_46() { return &___randumemty_46; } inline void set_randumemty_46(int32_t value) { ___randumemty_46 = value; } inline static int32_t get_offset_of_location_47() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___location_47)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_location_47() const { return ___location_47; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_location_47() { return &___location_47; } inline void set_location_47(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___location_47 = value; } inline static int32_t get_offset_of_map_48() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___map_48)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_map_48() const { return ___map_48; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_map_48() { return &___map_48; } inline void set_map_48(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___map_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_48), (void*)value); } inline static int32_t get_offset_of_map1_49() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___map1_49)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_map1_49() const { return ___map1_49; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_map1_49() { return &___map1_49; } inline void set_map1_49(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___map1_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___map1_49), (void*)value); } inline static int32_t get_offset_of_map2_50() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___map2_50)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_map2_50() const { return ___map2_50; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_map2_50() { return &___map2_50; } inline void set_map2_50(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___map2_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___map2_50), (void*)value); } inline static int32_t get_offset_of_map21_51() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___map21_51)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_map21_51() const { return ___map21_51; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_map21_51() { return &___map21_51; } inline void set_map21_51(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___map21_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___map21_51), (void*)value); } inline static int32_t get_offset_of_map22_52() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___map22_52)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_map22_52() const { return ___map22_52; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_map22_52() { return &___map22_52; } inline void set_map22_52(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___map22_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___map22_52), (void*)value); } inline static int32_t get_offset_of_supwaylist_53() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___supwaylist_53)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_supwaylist_53() const { return ___supwaylist_53; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_supwaylist_53() { return &___supwaylist_53; } inline void set_supwaylist_53(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___supwaylist_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___supwaylist_53), (void*)value); } inline static int32_t get_offset_of_mapemty1_54() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty1_54)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty1_54() const { return ___mapemty1_54; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty1_54() { return &___mapemty1_54; } inline void set_mapemty1_54(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty1_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty1_54), (void*)value); } inline static int32_t get_offset_of_mapemty2_55() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty2_55)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty2_55() const { return ___mapemty2_55; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty2_55() { return &___mapemty2_55; } inline void set_mapemty2_55(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty2_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty2_55), (void*)value); } inline static int32_t get_offset_of_mapemty3_56() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty3_56)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty3_56() const { return ___mapemty3_56; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty3_56() { return &___mapemty3_56; } inline void set_mapemty3_56(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty3_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty3_56), (void*)value); } inline static int32_t get_offset_of_mapemty4_57() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty4_57)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty4_57() const { return ___mapemty4_57; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty4_57() { return &___mapemty4_57; } inline void set_mapemty4_57(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty4_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty4_57), (void*)value); } inline static int32_t get_offset_of_mapemty5_58() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty5_58)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty5_58() const { return ___mapemty5_58; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty5_58() { return &___mapemty5_58; } inline void set_mapemty5_58(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty5_58 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty5_58), (void*)value); } inline static int32_t get_offset_of_mapemty6_59() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty6_59)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty6_59() const { return ___mapemty6_59; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty6_59() { return &___mapemty6_59; } inline void set_mapemty6_59(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty6_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty6_59), (void*)value); } inline static int32_t get_offset_of_mapemty7_60() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty7_60)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty7_60() const { return ___mapemty7_60; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty7_60() { return &___mapemty7_60; } inline void set_mapemty7_60(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty7_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty7_60), (void*)value); } inline static int32_t get_offset_of_mapemty8_61() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty8_61)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty8_61() const { return ___mapemty8_61; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty8_61() { return &___mapemty8_61; } inline void set_mapemty8_61(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty8_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty8_61), (void*)value); } inline static int32_t get_offset_of_mapemty9_62() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty9_62)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty9_62() const { return ___mapemty9_62; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty9_62() { return &___mapemty9_62; } inline void set_mapemty9_62(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty9_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty9_62), (void*)value); } inline static int32_t get_offset_of_mapemty10_63() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty10_63)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty10_63() const { return ___mapemty10_63; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty10_63() { return &___mapemty10_63; } inline void set_mapemty10_63(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty10_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty10_63), (void*)value); } inline static int32_t get_offset_of_mapemty11_64() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty11_64)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty11_64() const { return ___mapemty11_64; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty11_64() { return &___mapemty11_64; } inline void set_mapemty11_64(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty11_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty11_64), (void*)value); } inline static int32_t get_offset_of_mapemty12_65() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty12_65)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty12_65() const { return ___mapemty12_65; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty12_65() { return &___mapemty12_65; } inline void set_mapemty12_65(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty12_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty12_65), (void*)value); } inline static int32_t get_offset_of_mapemty13_66() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty13_66)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty13_66() const { return ___mapemty13_66; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty13_66() { return &___mapemty13_66; } inline void set_mapemty13_66(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty13_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty13_66), (void*)value); } inline static int32_t get_offset_of_mapemty14_67() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty14_67)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty14_67() const { return ___mapemty14_67; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty14_67() { return &___mapemty14_67; } inline void set_mapemty14_67(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty14_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty14_67), (void*)value); } inline static int32_t get_offset_of_mapemty15_68() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty15_68)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty15_68() const { return ___mapemty15_68; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty15_68() { return &___mapemty15_68; } inline void set_mapemty15_68(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty15_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty15_68), (void*)value); } inline static int32_t get_offset_of_mapemty16_69() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty16_69)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty16_69() const { return ___mapemty16_69; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty16_69() { return &___mapemty16_69; } inline void set_mapemty16_69(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty16_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty16_69), (void*)value); } inline static int32_t get_offset_of_mapemty17_70() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty17_70)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty17_70() const { return ___mapemty17_70; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty17_70() { return &___mapemty17_70; } inline void set_mapemty17_70(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty17_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty17_70), (void*)value); } inline static int32_t get_offset_of_mapemty18_71() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty18_71)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty18_71() const { return ___mapemty18_71; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty18_71() { return &___mapemty18_71; } inline void set_mapemty18_71(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty18_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty18_71), (void*)value); } inline static int32_t get_offset_of_mapemty19_72() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty19_72)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty19_72() const { return ___mapemty19_72; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty19_72() { return &___mapemty19_72; } inline void set_mapemty19_72(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty19_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty19_72), (void*)value); } inline static int32_t get_offset_of_mapemty20_73() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapemty20_73)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapemty20_73() const { return ___mapemty20_73; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapemty20_73() { return &___mapemty20_73; } inline void set_mapemty20_73(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapemty20_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapemty20_73), (void*)value); } inline static int32_t get_offset_of_mapmain_74() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapmain_74)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mapmain_74() const { return ___mapmain_74; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mapmain_74() { return &___mapmain_74; } inline void set_mapmain_74(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mapmain_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapmain_74), (void*)value); } inline static int32_t get_offset_of_main_75() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___main_75)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_main_75() const { return ___main_75; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_main_75() { return &___main_75; } inline void set_main_75(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___main_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___main_75), (void*)value); } inline static int32_t get_offset_of_m1_76() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___m1_76)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m1_76() const { return ___m1_76; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m1_76() { return &___m1_76; } inline void set_m1_76(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m1_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___m1_76), (void*)value); } inline static int32_t get_offset_of_m2_77() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___m2_77)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m2_77() const { return ___m2_77; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m2_77() { return &___m2_77; } inline void set_m2_77(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m2_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___m2_77), (void*)value); } inline static int32_t get_offset_of_m3_78() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___m3_78)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m3_78() const { return ___m3_78; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m3_78() { return &___m3_78; } inline void set_m3_78(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m3_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___m3_78), (void*)value); } inline static int32_t get_offset_of_m4_79() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___m4_79)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m4_79() const { return ___m4_79; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m4_79() { return &___m4_79; } inline void set_m4_79(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m4_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___m4_79), (void*)value); } inline static int32_t get_offset_of_m5_80() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___m5_80)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m5_80() const { return ___m5_80; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m5_80() { return &___m5_80; } inline void set_m5_80(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___m5_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___m5_80), (void*)value); } inline static int32_t get_offset_of_MapHowToPlay_82() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___MapHowToPlay_82)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_MapHowToPlay_82() const { return ___MapHowToPlay_82; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_MapHowToPlay_82() { return &___MapHowToPlay_82; } inline void set_MapHowToPlay_82(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___MapHowToPlay_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___MapHowToPlay_82), (void*)value); } inline static int32_t get_offset_of_Map1_83() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map1_83)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map1_83() const { return ___Map1_83; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map1_83() { return &___Map1_83; } inline void set_Map1_83(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map1_83 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map1_83), (void*)value); } inline static int32_t get_offset_of_Map2_84() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map2_84)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map2_84() const { return ___Map2_84; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map2_84() { return &___Map2_84; } inline void set_Map2_84(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map2_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map2_84), (void*)value); } inline static int32_t get_offset_of_Map3_85() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map3_85)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map3_85() const { return ___Map3_85; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map3_85() { return &___Map3_85; } inline void set_Map3_85(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map3_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map3_85), (void*)value); } inline static int32_t get_offset_of_Map4_86() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map4_86)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map4_86() const { return ___Map4_86; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map4_86() { return &___Map4_86; } inline void set_Map4_86(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map4_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map4_86), (void*)value); } inline static int32_t get_offset_of_Map5_87() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map5_87)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map5_87() const { return ___Map5_87; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map5_87() { return &___Map5_87; } inline void set_Map5_87(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map5_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map5_87), (void*)value); } inline static int32_t get_offset_of_Map6_88() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map6_88)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map6_88() const { return ___Map6_88; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map6_88() { return &___Map6_88; } inline void set_Map6_88(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map6_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map6_88), (void*)value); } inline static int32_t get_offset_of_Map7_89() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map7_89)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map7_89() const { return ___Map7_89; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map7_89() { return &___Map7_89; } inline void set_Map7_89(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map7_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map7_89), (void*)value); } inline static int32_t get_offset_of_Map8_90() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map8_90)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map8_90() const { return ___Map8_90; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map8_90() { return &___Map8_90; } inline void set_Map8_90(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map8_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map8_90), (void*)value); } inline static int32_t get_offset_of_Map9_91() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Map9_91)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Map9_91() const { return ___Map9_91; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Map9_91() { return &___Map9_91; } inline void set_Map9_91(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Map9_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___Map9_91), (void*)value); } inline static int32_t get_offset_of_CityMaps_92() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___CityMaps_92)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_CityMaps_92() const { return ___CityMaps_92; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_CityMaps_92() { return &___CityMaps_92; } inline void set_CityMaps_92(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___CityMaps_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___CityMaps_92), (void*)value); } inline static int32_t get_offset_of_BosqueMaps_93() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___BosqueMaps_93)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_BosqueMaps_93() const { return ___BosqueMaps_93; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_BosqueMaps_93() { return &___BosqueMaps_93; } inline void set_BosqueMaps_93(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___BosqueMaps_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___BosqueMaps_93), (void*)value); } inline static int32_t get_offset_of_valueofmap_94() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___valueofmap_94)); } inline int32_t get_valueofmap_94() const { return ___valueofmap_94; } inline int32_t* get_address_of_valueofmap_94() { return &___valueofmap_94; } inline void set_valueofmap_94(int32_t value) { ___valueofmap_94 = value; } inline static int32_t get_offset_of_mapType_96() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mapType_96)); } inline int32_t get_mapType_96() const { return ___mapType_96; } inline int32_t* get_address_of_mapType_96() { return &___mapType_96; } inline void set_mapType_96(int32_t value) { ___mapType_96 = value; } inline static int32_t get_offset_of_player_97() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___player_97)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_97() const { return ___player_97; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_97() { return &___player_97; } inline void set_player_97(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_97), (void*)value); } inline static int32_t get_offset_of_distinct_98() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___distinct_98)); } inline float get_distinct_98() const { return ___distinct_98; } inline float* get_address_of_distinct_98() { return &___distinct_98; } inline void set_distinct_98(float value) { ___distinct_98 = value; } inline static int32_t get_offset_of_distinctplayer_99() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___distinctplayer_99)); } inline float get_distinctplayer_99() const { return ___distinctplayer_99; } inline float* get_address_of_distinctplayer_99() { return &___distinctplayer_99; } inline void set_distinctplayer_99(float value) { ___distinctplayer_99 = value; } inline static int32_t get_offset_of_addlocation_100() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___addlocation_100)); } inline float get_addlocation_100() const { return ___addlocation_100; } inline float* get_address_of_addlocation_100() { return &___addlocation_100; } inline void set_addlocation_100(float value) { ___addlocation_100 = value; } inline static int32_t get_offset_of_allten_101() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___allten_101)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_allten_101() const { return ___allten_101; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_allten_101() { return &___allten_101; } inline void set_allten_101(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___allten_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___allten_101), (void*)value); } inline static int32_t get_offset_of_alltenidx_102() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___alltenidx_102)); } inline int32_t get_alltenidx_102() const { return ___alltenidx_102; } inline int32_t* get_address_of_alltenidx_102() { return &___alltenidx_102; } inline void set_alltenidx_102(int32_t value) { ___alltenidx_102 = value; } inline static int32_t get_offset_of_call_103() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___call_103)); } inline bool get_call_103() const { return ___call_103; } inline bool* get_address_of_call_103() { return &___call_103; } inline void set_call_103(bool value) { ___call_103 = value; } inline static int32_t get_offset_of_lasrandum_104() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___lasrandum_104)); } inline int32_t get_lasrandum_104() const { return ___lasrandum_104; } inline int32_t* get_address_of_lasrandum_104() { return &___lasrandum_104; } inline void set_lasrandum_104(int32_t value) { ___lasrandum_104 = value; } inline static int32_t get_offset_of_DistanceTranslate_105() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___DistanceTranslate_105)); } inline float get_DistanceTranslate_105() const { return ___DistanceTranslate_105; } inline float* get_address_of_DistanceTranslate_105() { return &___DistanceTranslate_105; } inline void set_DistanceTranslate_105(float value) { ___DistanceTranslate_105 = value; } inline static int32_t get_offset_of_backtobehigh_106() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___backtobehigh_106)); } inline float get_backtobehigh_106() const { return ___backtobehigh_106; } inline float* get_address_of_backtobehigh_106() { return &___backtobehigh_106; } inline void set_backtobehigh_106(float value) { ___backtobehigh_106 = value; } inline static int32_t get_offset_of_loationback_107() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___loationback_107)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_loationback_107() const { return ___loationback_107; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_loationback_107() { return &___loationback_107; } inline void set_loationback_107(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___loationback_107 = value; } inline static int32_t get_offset_of_delayy_108() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___delayy_108)); } inline float get_delayy_108() const { return ___delayy_108; } inline float* get_address_of_delayy_108() { return &___delayy_108; } inline void set_delayy_108(float value) { ___delayy_108 = value; } inline static int32_t get_offset_of_dx_109() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___dx_109)); } inline float get_dx_109() const { return ___dx_109; } inline float* get_address_of_dx_109() { return &___dx_109; } inline void set_dx_109(float value) { ___dx_109 = value; } inline static int32_t get_offset_of_timedelay_110() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___timedelay_110)); } inline float get_timedelay_110() const { return ___timedelay_110; } inline float* get_address_of_timedelay_110() { return &___timedelay_110; } inline void set_timedelay_110(float value) { ___timedelay_110 = value; } inline static int32_t get_offset_of_cchangeship_111() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___cchangeship_111)); } inline int32_t get_cchangeship_111() const { return ___cchangeship_111; } inline int32_t* get_address_of_cchangeship_111() { return &___cchangeship_111; } inline void set_cchangeship_111(int32_t value) { ___cchangeship_111 = value; } inline static int32_t get_offset_of_roadset_112() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___roadset_112)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_roadset_112() const { return ___roadset_112; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_roadset_112() { return &___roadset_112; } inline void set_roadset_112(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___roadset_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadset_112), (void*)value); } inline static int32_t get_offset_of_buildset_113() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___buildset_113)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_buildset_113() const { return ___buildset_113; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_buildset_113() { return &___buildset_113; } inline void set_buildset_113(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___buildset_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildset_113), (void*)value); } inline static int32_t get_offset_of_submaptalents_114() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___submaptalents_114)); } inline List_1_t4DBFD85DCFB946888856DBE52AC08C2AF69C4DBE * get_submaptalents_114() const { return ___submaptalents_114; } inline List_1_t4DBFD85DCFB946888856DBE52AC08C2AF69C4DBE ** get_address_of_submaptalents_114() { return &___submaptalents_114; } inline void set_submaptalents_114(List_1_t4DBFD85DCFB946888856DBE52AC08C2AF69C4DBE * value) { ___submaptalents_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___submaptalents_114), (void*)value); } inline static int32_t get_offset_of_tranformcoin_115() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___tranformcoin_115)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tranformcoin_115() const { return ___tranformcoin_115; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tranformcoin_115() { return &___tranformcoin_115; } inline void set_tranformcoin_115(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tranformcoin_115 = value; } inline static int32_t get_offset_of_vectorcoin_116() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___vectorcoin_116)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_vectorcoin_116() const { return ___vectorcoin_116; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_vectorcoin_116() { return &___vectorcoin_116; } inline void set_vectorcoin_116(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___vectorcoin_116 = value; } inline static int32_t get_offset_of_valuecoinintance_117() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___valuecoinintance_117)); } inline int32_t get_valuecoinintance_117() const { return ___valuecoinintance_117; } inline int32_t* get_address_of_valuecoinintance_117() { return &___valuecoinintance_117; } inline void set_valuecoinintance_117(int32_t value) { ___valuecoinintance_117 = value; } inline static int32_t get_offset_of_coinset_118() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___coinset_118)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_coinset_118() const { return ___coinset_118; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_coinset_118() { return &___coinset_118; } inline void set_coinset_118(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___coinset_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___coinset_118), (void*)value); } inline static int32_t get_offset_of_tranformiteflybt_119() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___tranformiteflybt_119)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tranformiteflybt_119() const { return ___tranformiteflybt_119; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tranformiteflybt_119() { return &___tranformiteflybt_119; } inline void set_tranformiteflybt_119(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tranformiteflybt_119 = value; } inline static int32_t get_offset_of_tranformiteflyl_120() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___tranformiteflyl_120)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tranformiteflyl_120() const { return ___tranformiteflyl_120; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tranformiteflyl_120() { return &___tranformiteflyl_120; } inline void set_tranformiteflyl_120(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tranformiteflyl_120 = value; } inline static int32_t get_offset_of_tranformiteflyr_121() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___tranformiteflyr_121)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tranformiteflyr_121() const { return ___tranformiteflyr_121; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tranformiteflyr_121() { return &___tranformiteflyr_121; } inline void set_tranformiteflyr_121(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tranformiteflyr_121 = value; } inline static int32_t get_offset_of_alowshowitemaddcoin_122() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___alowshowitemaddcoin_122)); } inline bool get_alowshowitemaddcoin_122() const { return ___alowshowitemaddcoin_122; } inline bool* get_address_of_alowshowitemaddcoin_122() { return &___alowshowitemaddcoin_122; } inline void set_alowshowitemaddcoin_122(bool value) { ___alowshowitemaddcoin_122 = value; } inline static int32_t get_offset_of_ManagerAllcoin_123() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___ManagerAllcoin_123)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_ManagerAllcoin_123() const { return ___ManagerAllcoin_123; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_ManagerAllcoin_123() { return &___ManagerAllcoin_123; } inline void set_ManagerAllcoin_123(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___ManagerAllcoin_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___ManagerAllcoin_123), (void*)value); } inline static int32_t get_offset_of_ManagerAllitem_124() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___ManagerAllitem_124)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_ManagerAllitem_124() const { return ___ManagerAllitem_124; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_ManagerAllitem_124() { return &___ManagerAllitem_124; } inline void set_ManagerAllitem_124(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___ManagerAllitem_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___ManagerAllitem_124), (void*)value); } inline static int32_t get_offset_of_craate1_125() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___craate1_125)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_craate1_125() const { return ___craate1_125; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_craate1_125() { return &___craate1_125; } inline void set_craate1_125(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___craate1_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___craate1_125), (void*)value); } inline static int32_t get_offset_of_craate2_126() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___craate2_126)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_craate2_126() const { return ___craate2_126; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_craate2_126() { return &___craate2_126; } inline void set_craate2_126(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___craate2_126 = value; Il2CppCodeGenWriteBarrier((void**)(&___craate2_126), (void*)value); } inline static int32_t get_offset_of_craate3_127() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___craate3_127)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_craate3_127() const { return ___craate3_127; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_craate3_127() { return &___craate3_127; } inline void set_craate3_127(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___craate3_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___craate3_127), (void*)value); } inline static int32_t get_offset_of_AlowlcreatecoinforFly_128() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___AlowlcreatecoinforFly_128)); } inline bool get_AlowlcreatecoinforFly_128() const { return ___AlowlcreatecoinforFly_128; } inline bool* get_address_of_AlowlcreatecoinforFly_128() { return &___AlowlcreatecoinforFly_128; } inline void set_AlowlcreatecoinforFly_128(bool value) { ___AlowlcreatecoinforFly_128 = value; } inline static int32_t get_offset_of_mb_129() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___mb_129)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_mb_129() const { return ___mb_129; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_mb_129() { return &___mb_129; } inline void set_mb_129(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___mb_129 = value; Il2CppCodeGenWriteBarrier((void**)(&___mb_129), (void*)value); } inline static int32_t get_offset_of_coinend_130() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___coinend_130)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_coinend_130() const { return ___coinend_130; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_coinend_130() { return &___coinend_130; } inline void set_coinend_130(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___coinend_130 = value; Il2CppCodeGenWriteBarrier((void**)(&___coinend_130), (void*)value); } inline static int32_t get_offset_of_tranformitem_132() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___tranformitem_132)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_tranformitem_132() const { return ___tranformitem_132; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_tranformitem_132() { return &___tranformitem_132; } inline void set_tranformitem_132(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___tranformitem_132 = value; } inline static int32_t get_offset_of_checkshow_133() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___checkshow_133)); } inline float get_checkshow_133() const { return ___checkshow_133; } inline float* get_address_of_checkshow_133() { return &___checkshow_133; } inline void set_checkshow_133(float value) { ___checkshow_133 = value; } inline static int32_t get_offset_of_checkshowx_134() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___checkshowx_134)); } inline float get_checkshowx_134() const { return ___checkshowx_134; } inline float* get_address_of_checkshowx_134() { return &___checkshowx_134; } inline void set_checkshowx_134(float value) { ___checkshowx_134 = value; } inline static int32_t get_offset_of_hidecoin_135() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___hidecoin_135)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_hidecoin_135() const { return ___hidecoin_135; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_hidecoin_135() { return &___hidecoin_135; } inline void set_hidecoin_135(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___hidecoin_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___hidecoin_135), (void*)value); } inline static int32_t get_offset_of_muving_136() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___muving_136)); } inline float get_muving_136() const { return ___muving_136; } inline float* get_address_of_muving_136() { return &___muving_136; } inline void set_muving_136(float value) { ___muving_136 = value; } inline static int32_t get_offset_of_alowback_137() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___alowback_137)); } inline bool get_alowback_137() const { return ___alowback_137; } inline bool* get_address_of_alowback_137() { return &___alowback_137; } inline void set_alowback_137(bool value) { ___alowback_137 = value; } inline static int32_t get_offset_of_Dontrandum_138() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___Dontrandum_138)); } inline bool get_Dontrandum_138() const { return ___Dontrandum_138; } inline bool* get_address_of_Dontrandum_138() { return &___Dontrandum_138; } inline void set_Dontrandum_138(bool value) { ___Dontrandum_138 = value; } inline static int32_t get_offset_of_callback_139() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___callback_139)); } inline bool get_callback_139() const { return ___callback_139; } inline bool* get_address_of_callback_139() { return &___callback_139; } inline void set_callback_139(bool value) { ___callback_139 = value; } inline static int32_t get_offset_of_ismakecoin_140() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___ismakecoin_140)); } inline bool get_ismakecoin_140() const { return ___ismakecoin_140; } inline bool* get_address_of_ismakecoin_140() { return &___ismakecoin_140; } inline void set_ismakecoin_140(bool value) { ___ismakecoin_140 = value; } inline static int32_t get_offset_of_allemty_141() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323, ___allemty_141)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_allemty_141() const { return ___allemty_141; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_allemty_141() { return &___allemty_141; } inline void set_allemty_141(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___allemty_141 = value; Il2CppCodeGenWriteBarrier((void**)(&___allemty_141), (void*)value); } }; struct Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323_StaticFields { public: // Makesupway Makesupway::makemap Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___makemap_81; // System.Boolean Makesupway::isnewgame bool ___isnewgame_95; // System.Single Makesupway::usingflyitemtranform float ___usingflyitemtranform_131; public: inline static int32_t get_offset_of_makemap_81() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323_StaticFields, ___makemap_81)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_makemap_81() const { return ___makemap_81; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_makemap_81() { return &___makemap_81; } inline void set_makemap_81(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___makemap_81 = value; Il2CppCodeGenWriteBarrier((void**)(&___makemap_81), (void*)value); } inline static int32_t get_offset_of_isnewgame_95() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323_StaticFields, ___isnewgame_95)); } inline bool get_isnewgame_95() const { return ___isnewgame_95; } inline bool* get_address_of_isnewgame_95() { return &___isnewgame_95; } inline void set_isnewgame_95(bool value) { ___isnewgame_95 = value; } inline static int32_t get_offset_of_usingflyitemtranform_131() { return static_cast(offsetof(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323_StaticFields, ___usingflyitemtranform_131)); } inline float get_usingflyitemtranform_131() const { return ___usingflyitemtranform_131; } inline float* get_address_of_usingflyitemtranform_131() { return &___usingflyitemtranform_131; } inline void set_usingflyitemtranform_131(float value) { ___usingflyitemtranform_131 = value; } }; // Manageritem struct Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // System.Boolean Manageritem::giay bool ___giay_4; // System.Boolean Manageritem::x2coin bool ___x2coin_5; // System.Boolean Manageritem::hutcoin bool ___hutcoin_6; // System.Boolean Manageritem::baycoin bool ___baycoin_7; // System.Boolean Manageritem::van bool ___van_8; // System.Boolean Manageritem::baylongcoin bool ___baylongcoin_9; // System.Boolean Manageritem::box bool ___box_10; // System.Boolean Manageritem::usingbayitembuy bool ___usingbayitembuy_11; // Manageritem Manageritem::mngitem Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * ___mngitem_12; public: inline static int32_t get_offset_of_giay_4() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___giay_4)); } inline bool get_giay_4() const { return ___giay_4; } inline bool* get_address_of_giay_4() { return &___giay_4; } inline void set_giay_4(bool value) { ___giay_4 = value; } inline static int32_t get_offset_of_x2coin_5() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___x2coin_5)); } inline bool get_x2coin_5() const { return ___x2coin_5; } inline bool* get_address_of_x2coin_5() { return &___x2coin_5; } inline void set_x2coin_5(bool value) { ___x2coin_5 = value; } inline static int32_t get_offset_of_hutcoin_6() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___hutcoin_6)); } inline bool get_hutcoin_6() const { return ___hutcoin_6; } inline bool* get_address_of_hutcoin_6() { return &___hutcoin_6; } inline void set_hutcoin_6(bool value) { ___hutcoin_6 = value; } inline static int32_t get_offset_of_baycoin_7() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___baycoin_7)); } inline bool get_baycoin_7() const { return ___baycoin_7; } inline bool* get_address_of_baycoin_7() { return &___baycoin_7; } inline void set_baycoin_7(bool value) { ___baycoin_7 = value; } inline static int32_t get_offset_of_van_8() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___van_8)); } inline bool get_van_8() const { return ___van_8; } inline bool* get_address_of_van_8() { return &___van_8; } inline void set_van_8(bool value) { ___van_8 = value; } inline static int32_t get_offset_of_baylongcoin_9() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___baylongcoin_9)); } inline bool get_baylongcoin_9() const { return ___baylongcoin_9; } inline bool* get_address_of_baylongcoin_9() { return &___baylongcoin_9; } inline void set_baylongcoin_9(bool value) { ___baylongcoin_9 = value; } inline static int32_t get_offset_of_box_10() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___box_10)); } inline bool get_box_10() const { return ___box_10; } inline bool* get_address_of_box_10() { return &___box_10; } inline void set_box_10(bool value) { ___box_10 = value; } inline static int32_t get_offset_of_usingbayitembuy_11() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___usingbayitembuy_11)); } inline bool get_usingbayitembuy_11() const { return ___usingbayitembuy_11; } inline bool* get_address_of_usingbayitembuy_11() { return &___usingbayitembuy_11; } inline void set_usingbayitembuy_11(bool value) { ___usingbayitembuy_11 = value; } inline static int32_t get_offset_of_mngitem_12() { return static_cast(offsetof(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE, ___mngitem_12)); } inline Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * get_mngitem_12() const { return ___mngitem_12; } inline Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE ** get_address_of_mngitem_12() { return &___mngitem_12; } inline void set_mngitem_12(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * value) { ___mngitem_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mngitem_12), (void*)value); } }; // ManagernewSceen struct ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject ManagernewSceen::CarmuVingitro GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___CarmuVingitro_4; // UnityEngine.Transform ManagernewSceen::taget Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___taget_5; // UnityEngine.GameObject ManagernewSceen::banhxe GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___banhxe_6; // UnityEngine.GameObject ManagernewSceen::bus GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___bus_8; // UnityEngine.GameObject ManagernewSceen::cam GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___cam_10; // System.Collections.Generic.List`1 ManagernewSceen::tho List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___tho_11; // UnityEngine.GameObject ManagernewSceen::thotrenxe GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___thotrenxe_12; public: inline static int32_t get_offset_of_CarmuVingitro_4() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___CarmuVingitro_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_CarmuVingitro_4() const { return ___CarmuVingitro_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_CarmuVingitro_4() { return &___CarmuVingitro_4; } inline void set_CarmuVingitro_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___CarmuVingitro_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___CarmuVingitro_4), (void*)value); } inline static int32_t get_offset_of_taget_5() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___taget_5)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_taget_5() const { return ___taget_5; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_taget_5() { return &___taget_5; } inline void set_taget_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___taget_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___taget_5), (void*)value); } inline static int32_t get_offset_of_banhxe_6() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___banhxe_6)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_banhxe_6() const { return ___banhxe_6; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_banhxe_6() { return &___banhxe_6; } inline void set_banhxe_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___banhxe_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___banhxe_6), (void*)value); } inline static int32_t get_offset_of_bus_8() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___bus_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_bus_8() const { return ___bus_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_bus_8() { return &___bus_8; } inline void set_bus_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___bus_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___bus_8), (void*)value); } inline static int32_t get_offset_of_cam_10() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___cam_10)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_cam_10() const { return ___cam_10; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_cam_10() { return &___cam_10; } inline void set_cam_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___cam_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___cam_10), (void*)value); } inline static int32_t get_offset_of_tho_11() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___tho_11)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_tho_11() const { return ___tho_11; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_tho_11() { return &___tho_11; } inline void set_tho_11(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___tho_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___tho_11), (void*)value); } inline static int32_t get_offset_of_thotrenxe_12() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78, ___thotrenxe_12)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_thotrenxe_12() const { return ___thotrenxe_12; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_thotrenxe_12() { return &___thotrenxe_12; } inline void set_thotrenxe_12(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___thotrenxe_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___thotrenxe_12), (void*)value); } }; struct ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields { public: // System.Boolean ManagernewSceen::alowmuving bool ___alowmuving_7; // System.Boolean ManagernewSceen::startmuvingbus bool ___startmuvingbus_9; // ManagernewSceen ManagernewSceen::Intance ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * ___Intance_13; public: inline static int32_t get_offset_of_alowmuving_7() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields, ___alowmuving_7)); } inline bool get_alowmuving_7() const { return ___alowmuving_7; } inline bool* get_address_of_alowmuving_7() { return &___alowmuving_7; } inline void set_alowmuving_7(bool value) { ___alowmuving_7 = value; } inline static int32_t get_offset_of_startmuvingbus_9() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields, ___startmuvingbus_9)); } inline bool get_startmuvingbus_9() const { return ___startmuvingbus_9; } inline bool* get_address_of_startmuvingbus_9() { return &___startmuvingbus_9; } inline void set_startmuvingbus_9(bool value) { ___startmuvingbus_9 = value; } inline static int32_t get_offset_of_Intance_13() { return static_cast(offsetof(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields, ___Intance_13)); } inline ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * get_Intance_13() const { return ___Intance_13; } inline ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 ** get_address_of_Intance_13() { return &___Intance_13; } inline void set_Intance_13(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * value) { ___Intance_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___Intance_13), (void*)value); } }; // MessageHandler struct MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Transform MessageHandler::left Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___left_5; // UnityEngine.Transform MessageHandler::right Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___right_6; // UnityEngine.Transform MessageHandler::cameraTransform Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___cameraTransform_7; public: inline static int32_t get_offset_of_left_5() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840, ___left_5)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_left_5() const { return ___left_5; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_left_5() { return &___left_5; } inline void set_left_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___left_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___left_5), (void*)value); } inline static int32_t get_offset_of_right_6() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840, ___right_6)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_right_6() const { return ___right_6; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_right_6() { return &___right_6; } inline void set_right_6(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___right_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___right_6), (void*)value); } inline static int32_t get_offset_of_cameraTransform_7() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840, ___cameraTransform_7)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_cameraTransform_7() const { return ___cameraTransform_7; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_cameraTransform_7() { return &___cameraTransform_7; } inline void set_cameraTransform_7(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___cameraTransform_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___cameraTransform_7), (void*)value); } }; struct MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields { public: // System.Boolean MessageHandler::_debug bool ____debug_4; // UnityEngine.Vector3 MessageHandler::lv Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lv_8; // UnityEngine.Vector3 MessageHandler::rv Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rv_9; // UnityEngine.Quaternion MessageHandler::lqo Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___lqo_10; // UnityEngine.Quaternion MessageHandler::rqo Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rqo_11; // UnityEngine.Quaternion MessageHandler::lq Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___lq_12; // UnityEngine.Quaternion MessageHandler::rq Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rq_13; // UnityEngine.UI.Text MessageHandler::montionTextPos Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___montionTextPos_14; // UnityEngine.UI.Text MessageHandler::montionTextAtt Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___montionTextAtt_15; // UnityEngine.UI.Text MessageHandler::montionTextAttConver Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___montionTextAttConver_16; // UnityEngine.UI.Text MessageHandler::montionTextStep Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___montionTextStep_17; // System.Int32 MessageHandler::motionLeftCode_0 int32_t ___motionLeftCode_0_18; // System.Int32 MessageHandler::motionRightCode_0 int32_t ___motionRightCode_0_19; // System.Int32 MessageHandler::motionLeftCode_1 int32_t ___motionLeftCode_1_20; // System.Int32 MessageHandler::motionRightCode_1 int32_t ___motionRightCode_1_21; // UnityEngine.UI.Text MessageHandler::textDeviceOne Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceOne_22; // UnityEngine.UI.Text MessageHandler::textDeviceOneStatus Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceOneStatus_23; // UnityEngine.UI.Text MessageHandler::textDeviceOneElectricity Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceOneElectricity_24; // UnityEngine.UI.Text MessageHandler::textDeviceTwo Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceTwo_25; // UnityEngine.UI.Text MessageHandler::textDeviceTwoStatus Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceTwoStatus_26; // UnityEngine.UI.Text MessageHandler::textDeviceTwoElectricity Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceTwoElectricity_27; // UnityEngine.UI.Text MessageHandler::textGetUserFriends Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textGetUserFriends_28; // UnityEngine.UI.Text MessageHandler::textGameMode Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textGameMode_29; // UnityEngine.UI.Text MessageHandler::textDeviceOneMotion Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceOneMotion_30; // UnityEngine.UI.Text MessageHandler::textDeviceTwoMotion Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___textDeviceTwoMotion_31; // Response`1 MessageHandler::friends Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC * ___friends_32; // System.String MessageHandler::_name_0 String_t* ____name_0_33; // System.String MessageHandler::_address_0 String_t* ____address_0_34; // System.Int32 MessageHandler::_status_0 int32_t ____status_0_35; // System.Int32 MessageHandler::_electricity_0 int32_t ____electricity_0_36; // System.String MessageHandler::_name_1 String_t* ____name_1_37; // System.String MessageHandler::_address_1 String_t* ____address_1_38; // System.Int32 MessageHandler::_status_1 int32_t ____status_1_39; // System.Int32 MessageHandler::_electricity_1 int32_t ____electricity_1_40; // System.Boolean MessageHandler::_gameMode bool ____gameMode_41; // System.Int32 MessageHandler::_leftStatus int32_t ____leftStatus_42; // System.Int32 MessageHandler::_leftFrag int32_t ____leftFrag_43; // System.Int32 MessageHandler::_rightStatus int32_t ____rightStatus_44; // System.Int32 MessageHandler::_rightFrag int32_t ____rightFrag_45; // System.Int16 MessageHandler::_lx int16_t ____lx_46; // System.Int16 MessageHandler::_ly int16_t ____ly_47; // System.Int16 MessageHandler::_lz int16_t ____lz_48; // System.Int16 MessageHandler::_rx int16_t ____rx_49; // System.Int16 MessageHandler::_ry int16_t ____ry_50; // System.Int16 MessageHandler::_rz int16_t ____rz_51; // System.Action MessageHandler::DeviceCallBack Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___DeviceCallBack_52; // System.Action`2 MessageHandler::InviteCallBack Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 * ___InviteCallBack_53; // System.Boolean MessageHandler::device1_con bool ___device1_con_54; // System.String MessageHandler::Device1Name String_t* ___Device1Name_55; // System.Int32 MessageHandler::Device1Status int32_t ___Device1Status_56; // System.String MessageHandler::Device1Address String_t* ___Device1Address_57; // System.Int32 MessageHandler::Device1Electricity int32_t ___Device1Electricity_58; // System.Boolean MessageHandler::device2_con bool ___device2_con_59; // System.String MessageHandler::Device2Name String_t* ___Device2Name_60; // System.Int32 MessageHandler::Device2Status int32_t ___Device2Status_61; // System.String MessageHandler::Device2Address String_t* ___Device2Address_62; // System.Int32 MessageHandler::Device2Electricity int32_t ___Device2Electricity_63; // System.Int32[] MessageHandler::speeds Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___speeds_64; public: inline static int32_t get_offset_of__debug_4() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____debug_4)); } inline bool get__debug_4() const { return ____debug_4; } inline bool* get_address_of__debug_4() { return &____debug_4; } inline void set__debug_4(bool value) { ____debug_4 = value; } inline static int32_t get_offset_of_lv_8() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___lv_8)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_lv_8() const { return ___lv_8; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_lv_8() { return &___lv_8; } inline void set_lv_8(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___lv_8 = value; } inline static int32_t get_offset_of_rv_9() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___rv_9)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rv_9() const { return ___rv_9; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rv_9() { return &___rv_9; } inline void set_rv_9(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rv_9 = value; } inline static int32_t get_offset_of_lqo_10() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___lqo_10)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_lqo_10() const { return ___lqo_10; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_lqo_10() { return &___lqo_10; } inline void set_lqo_10(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___lqo_10 = value; } inline static int32_t get_offset_of_rqo_11() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___rqo_11)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_rqo_11() const { return ___rqo_11; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_rqo_11() { return &___rqo_11; } inline void set_rqo_11(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___rqo_11 = value; } inline static int32_t get_offset_of_lq_12() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___lq_12)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_lq_12() const { return ___lq_12; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_lq_12() { return &___lq_12; } inline void set_lq_12(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___lq_12 = value; } inline static int32_t get_offset_of_rq_13() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___rq_13)); } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_rq_13() const { return ___rq_13; } inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_rq_13() { return &___rq_13; } inline void set_rq_13(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value) { ___rq_13 = value; } inline static int32_t get_offset_of_montionTextPos_14() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___montionTextPos_14)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_montionTextPos_14() const { return ___montionTextPos_14; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_montionTextPos_14() { return &___montionTextPos_14; } inline void set_montionTextPos_14(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___montionTextPos_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___montionTextPos_14), (void*)value); } inline static int32_t get_offset_of_montionTextAtt_15() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___montionTextAtt_15)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_montionTextAtt_15() const { return ___montionTextAtt_15; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_montionTextAtt_15() { return &___montionTextAtt_15; } inline void set_montionTextAtt_15(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___montionTextAtt_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___montionTextAtt_15), (void*)value); } inline static int32_t get_offset_of_montionTextAttConver_16() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___montionTextAttConver_16)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_montionTextAttConver_16() const { return ___montionTextAttConver_16; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_montionTextAttConver_16() { return &___montionTextAttConver_16; } inline void set_montionTextAttConver_16(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___montionTextAttConver_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___montionTextAttConver_16), (void*)value); } inline static int32_t get_offset_of_montionTextStep_17() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___montionTextStep_17)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_montionTextStep_17() const { return ___montionTextStep_17; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_montionTextStep_17() { return &___montionTextStep_17; } inline void set_montionTextStep_17(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___montionTextStep_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___montionTextStep_17), (void*)value); } inline static int32_t get_offset_of_motionLeftCode_0_18() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___motionLeftCode_0_18)); } inline int32_t get_motionLeftCode_0_18() const { return ___motionLeftCode_0_18; } inline int32_t* get_address_of_motionLeftCode_0_18() { return &___motionLeftCode_0_18; } inline void set_motionLeftCode_0_18(int32_t value) { ___motionLeftCode_0_18 = value; } inline static int32_t get_offset_of_motionRightCode_0_19() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___motionRightCode_0_19)); } inline int32_t get_motionRightCode_0_19() const { return ___motionRightCode_0_19; } inline int32_t* get_address_of_motionRightCode_0_19() { return &___motionRightCode_0_19; } inline void set_motionRightCode_0_19(int32_t value) { ___motionRightCode_0_19 = value; } inline static int32_t get_offset_of_motionLeftCode_1_20() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___motionLeftCode_1_20)); } inline int32_t get_motionLeftCode_1_20() const { return ___motionLeftCode_1_20; } inline int32_t* get_address_of_motionLeftCode_1_20() { return &___motionLeftCode_1_20; } inline void set_motionLeftCode_1_20(int32_t value) { ___motionLeftCode_1_20 = value; } inline static int32_t get_offset_of_motionRightCode_1_21() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___motionRightCode_1_21)); } inline int32_t get_motionRightCode_1_21() const { return ___motionRightCode_1_21; } inline int32_t* get_address_of_motionRightCode_1_21() { return &___motionRightCode_1_21; } inline void set_motionRightCode_1_21(int32_t value) { ___motionRightCode_1_21 = value; } inline static int32_t get_offset_of_textDeviceOne_22() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceOne_22)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceOne_22() const { return ___textDeviceOne_22; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceOne_22() { return &___textDeviceOne_22; } inline void set_textDeviceOne_22(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceOne_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceOne_22), (void*)value); } inline static int32_t get_offset_of_textDeviceOneStatus_23() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceOneStatus_23)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceOneStatus_23() const { return ___textDeviceOneStatus_23; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceOneStatus_23() { return &___textDeviceOneStatus_23; } inline void set_textDeviceOneStatus_23(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceOneStatus_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceOneStatus_23), (void*)value); } inline static int32_t get_offset_of_textDeviceOneElectricity_24() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceOneElectricity_24)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceOneElectricity_24() const { return ___textDeviceOneElectricity_24; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceOneElectricity_24() { return &___textDeviceOneElectricity_24; } inline void set_textDeviceOneElectricity_24(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceOneElectricity_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceOneElectricity_24), (void*)value); } inline static int32_t get_offset_of_textDeviceTwo_25() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceTwo_25)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceTwo_25() const { return ___textDeviceTwo_25; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceTwo_25() { return &___textDeviceTwo_25; } inline void set_textDeviceTwo_25(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceTwo_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceTwo_25), (void*)value); } inline static int32_t get_offset_of_textDeviceTwoStatus_26() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceTwoStatus_26)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceTwoStatus_26() const { return ___textDeviceTwoStatus_26; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceTwoStatus_26() { return &___textDeviceTwoStatus_26; } inline void set_textDeviceTwoStatus_26(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceTwoStatus_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceTwoStatus_26), (void*)value); } inline static int32_t get_offset_of_textDeviceTwoElectricity_27() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceTwoElectricity_27)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceTwoElectricity_27() const { return ___textDeviceTwoElectricity_27; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceTwoElectricity_27() { return &___textDeviceTwoElectricity_27; } inline void set_textDeviceTwoElectricity_27(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceTwoElectricity_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceTwoElectricity_27), (void*)value); } inline static int32_t get_offset_of_textGetUserFriends_28() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textGetUserFriends_28)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textGetUserFriends_28() const { return ___textGetUserFriends_28; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textGetUserFriends_28() { return &___textGetUserFriends_28; } inline void set_textGetUserFriends_28(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textGetUserFriends_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___textGetUserFriends_28), (void*)value); } inline static int32_t get_offset_of_textGameMode_29() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textGameMode_29)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textGameMode_29() const { return ___textGameMode_29; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textGameMode_29() { return &___textGameMode_29; } inline void set_textGameMode_29(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textGameMode_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___textGameMode_29), (void*)value); } inline static int32_t get_offset_of_textDeviceOneMotion_30() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceOneMotion_30)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceOneMotion_30() const { return ___textDeviceOneMotion_30; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceOneMotion_30() { return &___textDeviceOneMotion_30; } inline void set_textDeviceOneMotion_30(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceOneMotion_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceOneMotion_30), (void*)value); } inline static int32_t get_offset_of_textDeviceTwoMotion_31() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___textDeviceTwoMotion_31)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_textDeviceTwoMotion_31() const { return ___textDeviceTwoMotion_31; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_textDeviceTwoMotion_31() { return &___textDeviceTwoMotion_31; } inline void set_textDeviceTwoMotion_31(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___textDeviceTwoMotion_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___textDeviceTwoMotion_31), (void*)value); } inline static int32_t get_offset_of_friends_32() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___friends_32)); } inline Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC * get_friends_32() const { return ___friends_32; } inline Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC ** get_address_of_friends_32() { return &___friends_32; } inline void set_friends_32(Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC * value) { ___friends_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___friends_32), (void*)value); } inline static int32_t get_offset_of__name_0_33() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____name_0_33)); } inline String_t* get__name_0_33() const { return ____name_0_33; } inline String_t** get_address_of__name_0_33() { return &____name_0_33; } inline void set__name_0_33(String_t* value) { ____name_0_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_0_33), (void*)value); } inline static int32_t get_offset_of__address_0_34() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____address_0_34)); } inline String_t* get__address_0_34() const { return ____address_0_34; } inline String_t** get_address_of__address_0_34() { return &____address_0_34; } inline void set__address_0_34(String_t* value) { ____address_0_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____address_0_34), (void*)value); } inline static int32_t get_offset_of__status_0_35() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____status_0_35)); } inline int32_t get__status_0_35() const { return ____status_0_35; } inline int32_t* get_address_of__status_0_35() { return &____status_0_35; } inline void set__status_0_35(int32_t value) { ____status_0_35 = value; } inline static int32_t get_offset_of__electricity_0_36() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____electricity_0_36)); } inline int32_t get__electricity_0_36() const { return ____electricity_0_36; } inline int32_t* get_address_of__electricity_0_36() { return &____electricity_0_36; } inline void set__electricity_0_36(int32_t value) { ____electricity_0_36 = value; } inline static int32_t get_offset_of__name_1_37() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____name_1_37)); } inline String_t* get__name_1_37() const { return ____name_1_37; } inline String_t** get_address_of__name_1_37() { return &____name_1_37; } inline void set__name_1_37(String_t* value) { ____name_1_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_1_37), (void*)value); } inline static int32_t get_offset_of__address_1_38() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____address_1_38)); } inline String_t* get__address_1_38() const { return ____address_1_38; } inline String_t** get_address_of__address_1_38() { return &____address_1_38; } inline void set__address_1_38(String_t* value) { ____address_1_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____address_1_38), (void*)value); } inline static int32_t get_offset_of__status_1_39() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____status_1_39)); } inline int32_t get__status_1_39() const { return ____status_1_39; } inline int32_t* get_address_of__status_1_39() { return &____status_1_39; } inline void set__status_1_39(int32_t value) { ____status_1_39 = value; } inline static int32_t get_offset_of__electricity_1_40() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____electricity_1_40)); } inline int32_t get__electricity_1_40() const { return ____electricity_1_40; } inline int32_t* get_address_of__electricity_1_40() { return &____electricity_1_40; } inline void set__electricity_1_40(int32_t value) { ____electricity_1_40 = value; } inline static int32_t get_offset_of__gameMode_41() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____gameMode_41)); } inline bool get__gameMode_41() const { return ____gameMode_41; } inline bool* get_address_of__gameMode_41() { return &____gameMode_41; } inline void set__gameMode_41(bool value) { ____gameMode_41 = value; } inline static int32_t get_offset_of__leftStatus_42() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____leftStatus_42)); } inline int32_t get__leftStatus_42() const { return ____leftStatus_42; } inline int32_t* get_address_of__leftStatus_42() { return &____leftStatus_42; } inline void set__leftStatus_42(int32_t value) { ____leftStatus_42 = value; } inline static int32_t get_offset_of__leftFrag_43() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____leftFrag_43)); } inline int32_t get__leftFrag_43() const { return ____leftFrag_43; } inline int32_t* get_address_of__leftFrag_43() { return &____leftFrag_43; } inline void set__leftFrag_43(int32_t value) { ____leftFrag_43 = value; } inline static int32_t get_offset_of__rightStatus_44() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____rightStatus_44)); } inline int32_t get__rightStatus_44() const { return ____rightStatus_44; } inline int32_t* get_address_of__rightStatus_44() { return &____rightStatus_44; } inline void set__rightStatus_44(int32_t value) { ____rightStatus_44 = value; } inline static int32_t get_offset_of__rightFrag_45() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____rightFrag_45)); } inline int32_t get__rightFrag_45() const { return ____rightFrag_45; } inline int32_t* get_address_of__rightFrag_45() { return &____rightFrag_45; } inline void set__rightFrag_45(int32_t value) { ____rightFrag_45 = value; } inline static int32_t get_offset_of__lx_46() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____lx_46)); } inline int16_t get__lx_46() const { return ____lx_46; } inline int16_t* get_address_of__lx_46() { return &____lx_46; } inline void set__lx_46(int16_t value) { ____lx_46 = value; } inline static int32_t get_offset_of__ly_47() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____ly_47)); } inline int16_t get__ly_47() const { return ____ly_47; } inline int16_t* get_address_of__ly_47() { return &____ly_47; } inline void set__ly_47(int16_t value) { ____ly_47 = value; } inline static int32_t get_offset_of__lz_48() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____lz_48)); } inline int16_t get__lz_48() const { return ____lz_48; } inline int16_t* get_address_of__lz_48() { return &____lz_48; } inline void set__lz_48(int16_t value) { ____lz_48 = value; } inline static int32_t get_offset_of__rx_49() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____rx_49)); } inline int16_t get__rx_49() const { return ____rx_49; } inline int16_t* get_address_of__rx_49() { return &____rx_49; } inline void set__rx_49(int16_t value) { ____rx_49 = value; } inline static int32_t get_offset_of__ry_50() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____ry_50)); } inline int16_t get__ry_50() const { return ____ry_50; } inline int16_t* get_address_of__ry_50() { return &____ry_50; } inline void set__ry_50(int16_t value) { ____ry_50 = value; } inline static int32_t get_offset_of__rz_51() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ____rz_51)); } inline int16_t get__rz_51() const { return ____rz_51; } inline int16_t* get_address_of__rz_51() { return &____rz_51; } inline void set__rz_51(int16_t value) { ____rz_51 = value; } inline static int32_t get_offset_of_DeviceCallBack_52() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___DeviceCallBack_52)); } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_DeviceCallBack_52() const { return ___DeviceCallBack_52; } inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_DeviceCallBack_52() { return &___DeviceCallBack_52; } inline void set_DeviceCallBack_52(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value) { ___DeviceCallBack_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___DeviceCallBack_52), (void*)value); } inline static int32_t get_offset_of_InviteCallBack_53() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___InviteCallBack_53)); } inline Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 * get_InviteCallBack_53() const { return ___InviteCallBack_53; } inline Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 ** get_address_of_InviteCallBack_53() { return &___InviteCallBack_53; } inline void set_InviteCallBack_53(Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 * value) { ___InviteCallBack_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___InviteCallBack_53), (void*)value); } inline static int32_t get_offset_of_device1_con_54() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___device1_con_54)); } inline bool get_device1_con_54() const { return ___device1_con_54; } inline bool* get_address_of_device1_con_54() { return &___device1_con_54; } inline void set_device1_con_54(bool value) { ___device1_con_54 = value; } inline static int32_t get_offset_of_Device1Name_55() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device1Name_55)); } inline String_t* get_Device1Name_55() const { return ___Device1Name_55; } inline String_t** get_address_of_Device1Name_55() { return &___Device1Name_55; } inline void set_Device1Name_55(String_t* value) { ___Device1Name_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___Device1Name_55), (void*)value); } inline static int32_t get_offset_of_Device1Status_56() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device1Status_56)); } inline int32_t get_Device1Status_56() const { return ___Device1Status_56; } inline int32_t* get_address_of_Device1Status_56() { return &___Device1Status_56; } inline void set_Device1Status_56(int32_t value) { ___Device1Status_56 = value; } inline static int32_t get_offset_of_Device1Address_57() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device1Address_57)); } inline String_t* get_Device1Address_57() const { return ___Device1Address_57; } inline String_t** get_address_of_Device1Address_57() { return &___Device1Address_57; } inline void set_Device1Address_57(String_t* value) { ___Device1Address_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___Device1Address_57), (void*)value); } inline static int32_t get_offset_of_Device1Electricity_58() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device1Electricity_58)); } inline int32_t get_Device1Electricity_58() const { return ___Device1Electricity_58; } inline int32_t* get_address_of_Device1Electricity_58() { return &___Device1Electricity_58; } inline void set_Device1Electricity_58(int32_t value) { ___Device1Electricity_58 = value; } inline static int32_t get_offset_of_device2_con_59() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___device2_con_59)); } inline bool get_device2_con_59() const { return ___device2_con_59; } inline bool* get_address_of_device2_con_59() { return &___device2_con_59; } inline void set_device2_con_59(bool value) { ___device2_con_59 = value; } inline static int32_t get_offset_of_Device2Name_60() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device2Name_60)); } inline String_t* get_Device2Name_60() const { return ___Device2Name_60; } inline String_t** get_address_of_Device2Name_60() { return &___Device2Name_60; } inline void set_Device2Name_60(String_t* value) { ___Device2Name_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___Device2Name_60), (void*)value); } inline static int32_t get_offset_of_Device2Status_61() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device2Status_61)); } inline int32_t get_Device2Status_61() const { return ___Device2Status_61; } inline int32_t* get_address_of_Device2Status_61() { return &___Device2Status_61; } inline void set_Device2Status_61(int32_t value) { ___Device2Status_61 = value; } inline static int32_t get_offset_of_Device2Address_62() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device2Address_62)); } inline String_t* get_Device2Address_62() const { return ___Device2Address_62; } inline String_t** get_address_of_Device2Address_62() { return &___Device2Address_62; } inline void set_Device2Address_62(String_t* value) { ___Device2Address_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___Device2Address_62), (void*)value); } inline static int32_t get_offset_of_Device2Electricity_63() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___Device2Electricity_63)); } inline int32_t get_Device2Electricity_63() const { return ___Device2Electricity_63; } inline int32_t* get_address_of_Device2Electricity_63() { return &___Device2Electricity_63; } inline void set_Device2Electricity_63(int32_t value) { ___Device2Electricity_63 = value; } inline static int32_t get_offset_of_speeds_64() { return static_cast(offsetof(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840_StaticFields, ___speeds_64)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_speeds_64() const { return ___speeds_64; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_speeds_64() { return &___speeds_64; } inline void set_speeds_64(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___speeds_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___speeds_64), (void*)value); } }; // MuvingcointinItemax struct MuvingcointinItemax_t186B82C267775B1810730B5A53BE8849AF91353C : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Transform MuvingcointinItemax::dic Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___dic_4; // System.Boolean MuvingcointinItemax::delay bool ___delay_5; public: inline static int32_t get_offset_of_dic_4() { return static_cast(offsetof(MuvingcointinItemax_t186B82C267775B1810730B5A53BE8849AF91353C, ___dic_4)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_dic_4() const { return ___dic_4; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_dic_4() { return &___dic_4; } inline void set_dic_4(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___dic_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___dic_4), (void*)value); } inline static int32_t get_offset_of_delay_5() { return static_cast(offsetof(MuvingcointinItemax_t186B82C267775B1810730B5A53BE8849AF91353C, ___delay_5)); } inline bool get_delay_5() const { return ___delay_5; } inline bool* get_address_of_delay_5() { return &___delay_5; } inline void set_delay_5(bool value) { ___delay_5 = value; } }; // MyUIProgress struct MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.UI.Text MyUIProgress::uiNum Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___uiNum_4; // System.Single MyUIProgress::percent float ___percent_5; // UnityEngine.Vector2 MyUIProgress::oldSize Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oldSize_6; public: inline static int32_t get_offset_of_uiNum_4() { return static_cast(offsetof(MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA, ___uiNum_4)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_uiNum_4() const { return ___uiNum_4; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_uiNum_4() { return &___uiNum_4; } inline void set_uiNum_4(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___uiNum_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___uiNum_4), (void*)value); } inline static int32_t get_offset_of_percent_5() { return static_cast(offsetof(MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA, ___percent_5)); } inline float get_percent_5() const { return ___percent_5; } inline float* get_address_of_percent_5() { return &___percent_5; } inline void set_percent_5(float value) { ___percent_5 = value; } inline static int32_t get_offset_of_oldSize_6() { return static_cast(offsetof(MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA, ___oldSize_6)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oldSize_6() const { return ___oldSize_6; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oldSize_6() { return &___oldSize_6; } inline void set_oldSize_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___oldSize_6 = value; } }; // NewBehaviourScript struct NewBehaviourScript_tF2FE3ECCFBC98B6EF49F3577A340114691B00003 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: public: }; // NewHighscore struct NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Transform NewHighscore::getnewPosition Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___getnewPosition_5; public: inline static int32_t get_offset_of_getnewPosition_5() { return static_cast(offsetof(NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99, ___getnewPosition_5)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_getnewPosition_5() const { return ___getnewPosition_5; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_getnewPosition_5() { return &___getnewPosition_5; } inline void set_getnewPosition_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___getnewPosition_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___getnewPosition_5), (void*)value); } }; struct NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99_StaticFields { public: // NewHighscore NewHighscore::newhigh NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99 * ___newhigh_4; public: inline static int32_t get_offset_of_newhigh_4() { return static_cast(offsetof(NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99_StaticFields, ___newhigh_4)); } inline NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99 * get_newhigh_4() const { return ___newhigh_4; } inline NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99 ** get_address_of_newhigh_4() { return &___newhigh_4; } inline void set_newhigh_4(NewHighscore_t0A1FEE15ECA30E5D9BCC185D3026D6B0773E4A99 * value) { ___newhigh_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___newhigh_4), (void*)value); } }; // Onhaveitemgiay struct Onhaveitemgiay_t748B2CF5895A4B698BD04F9B373CAE5E04422EEE : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // Playermuving Onhaveitemgiay::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_4; public: inline static int32_t get_offset_of_player_4() { return static_cast(offsetof(Onhaveitemgiay_t748B2CF5895A4B698BD04F9B373CAE5E04422EEE, ___player_4)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_4() const { return ___player_4; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_4() { return &___player_4; } inline void set_player_4(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_4), (void*)value); } }; // Pausegame struct Pausegame_tD821B6B823FC7A7C06E06521EE34BC15519C08BB : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: public: }; // Perencamera struct Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // Playermuving Perencamera::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_5; // UnityEngine.Transform Perencamera::target Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___target_6; // System.Single Perencamera::distance float ___distance_7; // System.Single Perencamera::height float ___height_8; // System.Single Perencamera::height1 float ___height1_9; // System.Single Perencamera::height2 float ___height2_10; // System.Single Perencamera::heightDamping1 float ___heightDamping1_12; // System.Single Perencamera::rotationDamping float ___rotationDamping_14; // System.Single Perencamera::wantedRotationAngle float ___wantedRotationAngle_15; // System.Single Perencamera::wantedHeight float ___wantedHeight_16; // System.Single Perencamera::wantedHeight1 float ___wantedHeight1_17; // System.Single Perencamera::wantedHeight2 float ___wantedHeight2_18; // System.Single Perencamera::currentRotationAngle float ___currentRotationAngle_19; // System.Single Perencamera::currentHeight float ___currentHeight_20; // System.Single Perencamera::currentHeight1 float ___currentHeight1_21; // System.Single Perencamera::currentHeight2 float ___currentHeight2_22; // UnityEngine.Animator Perencamera::amin Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___amin_23; // System.Boolean Perencamera::isfolowsoll bool ___isfolowsoll_24; // System.Boolean Perencamera::alow bool ___alow_26; // UnityEngine.GameObject Perencamera::EffctsFly GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___EffctsFly_27; public: inline static int32_t get_offset_of_player_5() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___player_5)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_5() const { return ___player_5; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_5() { return &___player_5; } inline void set_player_5(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_5), (void*)value); } inline static int32_t get_offset_of_target_6() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___target_6)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_target_6() const { return ___target_6; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_target_6() { return &___target_6; } inline void set_target_6(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___target_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___target_6), (void*)value); } inline static int32_t get_offset_of_distance_7() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___distance_7)); } inline float get_distance_7() const { return ___distance_7; } inline float* get_address_of_distance_7() { return &___distance_7; } inline void set_distance_7(float value) { ___distance_7 = value; } inline static int32_t get_offset_of_height_8() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___height_8)); } inline float get_height_8() const { return ___height_8; } inline float* get_address_of_height_8() { return &___height_8; } inline void set_height_8(float value) { ___height_8 = value; } inline static int32_t get_offset_of_height1_9() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___height1_9)); } inline float get_height1_9() const { return ___height1_9; } inline float* get_address_of_height1_9() { return &___height1_9; } inline void set_height1_9(float value) { ___height1_9 = value; } inline static int32_t get_offset_of_height2_10() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___height2_10)); } inline float get_height2_10() const { return ___height2_10; } inline float* get_address_of_height2_10() { return &___height2_10; } inline void set_height2_10(float value) { ___height2_10 = value; } inline static int32_t get_offset_of_heightDamping1_12() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___heightDamping1_12)); } inline float get_heightDamping1_12() const { return ___heightDamping1_12; } inline float* get_address_of_heightDamping1_12() { return &___heightDamping1_12; } inline void set_heightDamping1_12(float value) { ___heightDamping1_12 = value; } inline static int32_t get_offset_of_rotationDamping_14() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___rotationDamping_14)); } inline float get_rotationDamping_14() const { return ___rotationDamping_14; } inline float* get_address_of_rotationDamping_14() { return &___rotationDamping_14; } inline void set_rotationDamping_14(float value) { ___rotationDamping_14 = value; } inline static int32_t get_offset_of_wantedRotationAngle_15() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___wantedRotationAngle_15)); } inline float get_wantedRotationAngle_15() const { return ___wantedRotationAngle_15; } inline float* get_address_of_wantedRotationAngle_15() { return &___wantedRotationAngle_15; } inline void set_wantedRotationAngle_15(float value) { ___wantedRotationAngle_15 = value; } inline static int32_t get_offset_of_wantedHeight_16() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___wantedHeight_16)); } inline float get_wantedHeight_16() const { return ___wantedHeight_16; } inline float* get_address_of_wantedHeight_16() { return &___wantedHeight_16; } inline void set_wantedHeight_16(float value) { ___wantedHeight_16 = value; } inline static int32_t get_offset_of_wantedHeight1_17() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___wantedHeight1_17)); } inline float get_wantedHeight1_17() const { return ___wantedHeight1_17; } inline float* get_address_of_wantedHeight1_17() { return &___wantedHeight1_17; } inline void set_wantedHeight1_17(float value) { ___wantedHeight1_17 = value; } inline static int32_t get_offset_of_wantedHeight2_18() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___wantedHeight2_18)); } inline float get_wantedHeight2_18() const { return ___wantedHeight2_18; } inline float* get_address_of_wantedHeight2_18() { return &___wantedHeight2_18; } inline void set_wantedHeight2_18(float value) { ___wantedHeight2_18 = value; } inline static int32_t get_offset_of_currentRotationAngle_19() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___currentRotationAngle_19)); } inline float get_currentRotationAngle_19() const { return ___currentRotationAngle_19; } inline float* get_address_of_currentRotationAngle_19() { return &___currentRotationAngle_19; } inline void set_currentRotationAngle_19(float value) { ___currentRotationAngle_19 = value; } inline static int32_t get_offset_of_currentHeight_20() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___currentHeight_20)); } inline float get_currentHeight_20() const { return ___currentHeight_20; } inline float* get_address_of_currentHeight_20() { return &___currentHeight_20; } inline void set_currentHeight_20(float value) { ___currentHeight_20 = value; } inline static int32_t get_offset_of_currentHeight1_21() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___currentHeight1_21)); } inline float get_currentHeight1_21() const { return ___currentHeight1_21; } inline float* get_address_of_currentHeight1_21() { return &___currentHeight1_21; } inline void set_currentHeight1_21(float value) { ___currentHeight1_21 = value; } inline static int32_t get_offset_of_currentHeight2_22() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___currentHeight2_22)); } inline float get_currentHeight2_22() const { return ___currentHeight2_22; } inline float* get_address_of_currentHeight2_22() { return &___currentHeight2_22; } inline void set_currentHeight2_22(float value) { ___currentHeight2_22 = value; } inline static int32_t get_offset_of_amin_23() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___amin_23)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_amin_23() const { return ___amin_23; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_amin_23() { return &___amin_23; } inline void set_amin_23(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___amin_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___amin_23), (void*)value); } inline static int32_t get_offset_of_isfolowsoll_24() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___isfolowsoll_24)); } inline bool get_isfolowsoll_24() const { return ___isfolowsoll_24; } inline bool* get_address_of_isfolowsoll_24() { return &___isfolowsoll_24; } inline void set_isfolowsoll_24(bool value) { ___isfolowsoll_24 = value; } inline static int32_t get_offset_of_alow_26() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___alow_26)); } inline bool get_alow_26() const { return ___alow_26; } inline bool* get_address_of_alow_26() { return &___alow_26; } inline void set_alow_26(bool value) { ___alow_26 = value; } inline static int32_t get_offset_of_EffctsFly_27() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE, ___EffctsFly_27)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_EffctsFly_27() const { return ___EffctsFly_27; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_EffctsFly_27() { return &___EffctsFly_27; } inline void set_EffctsFly_27(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___EffctsFly_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___EffctsFly_27), (void*)value); } }; struct Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE_StaticFields { public: // Perencamera Perencamera::managerscen Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * ___managerscen_4; // System.Single Perencamera::heightDamping float ___heightDamping_11; // System.Single Perencamera::heightDamping2 float ___heightDamping2_13; // System.Boolean Perencamera::isfolowwenstartnew bool ___isfolowwenstartnew_25; public: inline static int32_t get_offset_of_managerscen_4() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE_StaticFields, ___managerscen_4)); } inline Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * get_managerscen_4() const { return ___managerscen_4; } inline Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE ** get_address_of_managerscen_4() { return &___managerscen_4; } inline void set_managerscen_4(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * value) { ___managerscen_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___managerscen_4), (void*)value); } inline static int32_t get_offset_of_heightDamping_11() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE_StaticFields, ___heightDamping_11)); } inline float get_heightDamping_11() const { return ___heightDamping_11; } inline float* get_address_of_heightDamping_11() { return &___heightDamping_11; } inline void set_heightDamping_11(float value) { ___heightDamping_11 = value; } inline static int32_t get_offset_of_heightDamping2_13() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE_StaticFields, ___heightDamping2_13)); } inline float get_heightDamping2_13() const { return ___heightDamping2_13; } inline float* get_address_of_heightDamping2_13() { return &___heightDamping2_13; } inline void set_heightDamping2_13(float value) { ___heightDamping2_13 = value; } inline static int32_t get_offset_of_isfolowwenstartnew_25() { return static_cast(offsetof(Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE_StaticFields, ___isfolowwenstartnew_25)); } inline bool get_isfolowwenstartnew_25() const { return ___isfolowwenstartnew_25; } inline bool* get_address_of_isfolowwenstartnew_25() { return &___isfolowwenstartnew_25; } inline void set_isfolowwenstartnew_25(bool value) { ___isfolowwenstartnew_25 = value; } }; // PlayerController struct PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // System.Boolean PlayerController::isJump bool ___isJump_4; // System.Boolean PlayerController::isRuning bool ___isRuning_5; public: inline static int32_t get_offset_of_isJump_4() { return static_cast(offsetof(PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85, ___isJump_4)); } inline bool get_isJump_4() const { return ___isJump_4; } inline bool* get_address_of_isJump_4() { return &___isJump_4; } inline void set_isJump_4(bool value) { ___isJump_4 = value; } inline static int32_t get_offset_of_isRuning_5() { return static_cast(offsetof(PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85, ___isRuning_5)); } inline bool get_isRuning_5() const { return ___isRuning_5; } inline bool* get_address_of_isRuning_5() { return &___isRuning_5; } inline void set_isRuning_5(bool value) { ___isRuning_5 = value; } }; // Playermuving struct Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject Playermuving::getitemeffect2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___getitemeffect2_4; // UnityEngine.GameObject Playermuving::getitemeffect GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___getitemeffect_5; // UnityEngine.GameObject Playermuving::baiyan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___baiyan_6; // UnityEngine.GameObject Playermuving::shaderobj GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___shaderobj_7; // UnityEngine.GameObject Playermuving::Effect_baozha GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Effect_baozha_8; // UnityEngine.GameObject Playermuving::Effect_xuanyun GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Effect_xuanyun_9; // UnityEngine.GameObject Playermuving::Effect_yanliaozhadan_fen GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Effect_yanliaozhadan_fen_10; // UnityEngine.GameObject Playermuving::chong GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___chong_11; // UnityEngine.GameObject Playermuving::zhao GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___zhao_12; // UnityEngine.GameObject Playermuving::zhao2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___zhao2_13; // Manageritem Playermuving::manageritem Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * ___manageritem_14; // UnityEngine.GameObject Playermuving::head GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___head_15; // UnityEngine.GameObject Playermuving::checkdie GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___checkdie_16; // UnityEngine.Rigidbody Playermuving::rb Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * ___rb_17; // System.Single Playermuving::poinstart float ___poinstart_18; // System.Boolean Playermuving::alowjupm bool ___alowjupm_19; // UnityEngine.GameObject Playermuving::playermodol GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___playermodol_20; // UnityEngine.GameObject Playermuving::biinhxit GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___biinhxit_21; // UnityEngine.GameObject Playermuving::biinhxit1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___biinhxit1_22; // UnityEngine.GameObject Playermuving::biinhxit2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___biinhxit2_23; // UnityEngine.GameObject Playermuving::baycaodai GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___baycaodai_24; // UnityEngine.GameObject Playermuving::baycaodai1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___baycaodai1_25; // UnityEngine.GameObject Playermuving::baycaodai2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___baycaodai2_26; // UnityEngine.GameObject Playermuving::baycao GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___baycao_27; // UnityEngine.GameObject Playermuving::van GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___van_28; // UnityEngine.GameObject Playermuving::vangau GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___vangau_29; // UnityEngine.GameObject Playermuving::vangirl GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___vangirl_30; // UnityEngine.Animator Playermuving::animationPlayer Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___animationPlayer_31; // System.Single Playermuving::lastvectoryx float ___lastvectoryx_32; // UnityEngine.GameObject Playermuving::destroicoin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___destroicoin_33; // System.Single Playermuving::mainvectory float ___mainvectory_34; // System.Single Playermuving::speedmuving float ___speedmuving_35; // Playermuving Playermuving::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_38; // UnityEngine.Vector3 Playermuving::posisonanimation Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___posisonanimation_39; // UnityEngine.Vector3 Playermuving::rotationanimation Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rotationanimation_40; // System.Single Playermuving::timeagainanimation float ___timeagainanimation_41; // System.Boolean Playermuving::allowcall bool ___allowcall_42; // System.Int32 Playermuving::checkgetmosechange int32_t ___checkgetmosechange_43; // System.Int32 Playermuving::stylemuving int32_t ___stylemuving_44; // UnityEngine.GameObject Playermuving::giayleft GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___giayleft_46; // UnityEngine.GameObject Playermuving::giayrigh GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___giayrigh_47; // System.Int32 Playermuving::roleid int32_t ___roleid_48; // UnityEngine.GameObject Playermuving::Rightcheck GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Rightcheck_49; // UnityEngine.GameObject Playermuving::LeftCheck GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___LeftCheck_50; // Camerafolow Playermuving::camfolowplayer Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * ___camfolowplayer_51; // Makesupway Playermuving::makesupway Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___makesupway_52; // System.Int32 Playermuving::move_diff int32_t ___move_diff_53; // UnityEngine.Vector3 Playermuving::effect_loop_pos Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___effect_loop_pos_54; // System.Boolean Playermuving::canbeginchong bool ___canbeginchong_55; // System.Single Playermuving::longchongtime float ___longchongtime_56; // System.Boolean Playermuving::canbeginchong2 bool ___canbeginchong2_57; // System.Boolean Playermuving::inchong bool ___inchong_58; // UnityEngine.Transform Playermuving::vantranform Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___vantranform_59; // UnityEngine.Transform Playermuving::vantranformgau Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___vantranformgau_60; // UnityEngine.Transform Playermuving::vantranformgirl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___vantranformgirl_61; // UnityEngine.Transform Playermuving::vantranformdown Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___vantranformdown_62; // System.Collections.Generic.List`1 Playermuving::vantranformlist List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___vantranformlist_63; // System.Collections.Generic.List`1 Playermuving::vantranformlistgau List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___vantranformlistgau_64; // System.Collections.Generic.List`1 Playermuving::vantranformlistgirl List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___vantranformlistgirl_65; // System.Collections.Generic.List`1 Playermuving::vantranformdownlist List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___vantranformdownlist_66; // System.Collections.Generic.List`1 Playermuving::Allplayer List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___Allplayer_67; // UnityEngine.Transform Playermuving::campos Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___campos_68; // UnityEngine.Transform Playermuving::savetranformvan Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___savetranformvan_69; // UnityEngine.Transform Playermuving::savetranformvangirl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___savetranformvangirl_70; // UnityEngine.Transform Playermuving::savetranformvangau Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___savetranformvangau_71; // UnityEngine.Transform Playermuving::tagettranformgiayleft Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformgiayleft_72; // UnityEngine.Transform Playermuving::tagettranformgiayright Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformgiayright_73; // UnityEngine.Transform Playermuving::tagettranformgiayleftgirl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformgiayleftgirl_74; // UnityEngine.Transform Playermuving::tagettranformgiayrightgirl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformgiayrightgirl_75; // UnityEngine.Transform Playermuving::tagettranformgiayleftgau Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformgiayleftgau_76; // UnityEngine.Transform Playermuving::tagettranformgiayrightgau Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformgiayrightgau_77; // UnityEngine.Transform Playermuving::tagettranformbay Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformbay_78; // UnityEngine.Transform Playermuving::tagettranformbaygirl Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformbaygirl_79; // UnityEngine.Transform Playermuving::tagettranformbaygau Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagettranformbaygau_80; // System.Boolean Playermuving::delayleftright bool ___delayleftright_81; // System.Single Playermuving::xxx float ___xxx_82; // System.Boolean Playermuving::over bool ___over_83; // System.Int32 Playermuving::coinmuving int32_t ___coinmuving_86; // UnityEngine.Transform Playermuving::tagetcutchemty Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagetcutchemty_87; // UnityEngine.Transform Playermuving::tagetcutchplayer Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___tagetcutchplayer_88; // System.Boolean Playermuving::alowcallvan bool ___alowcallvan_89; // System.Single Playermuving::positionchekdowcameray float ___positionchekdowcameray_91; // System.Boolean Playermuving::checkforcameradow bool ___checkforcameradow_92; // System.Boolean Playermuving::alowbckmap bool ___alowbckmap_93; // System.Single Playermuving::record_z_begin float ___record_z_begin_94; // System.Double[] Playermuving::ai_check_pos_map1 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map1_95; // System.Int32[] Playermuving::ai_op_map1 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map1_96; // System.Double[] Playermuving::ai_check_pos_map2 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map2_97; // System.Int32[] Playermuving::ai_op_map2 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map2_98; // System.Double[] Playermuving::ai_check_pos_map3 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map3_99; // System.Int32[] Playermuving::ai_op_map3 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map3_100; // System.Double[] Playermuving::ai_check_pos_map4 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map4_101; // System.Int32[] Playermuving::ai_op_map4 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map4_102; // System.Double[] Playermuving::ai_check_pos_map5 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map5_103; // System.Int32[] Playermuving::ai_op_map5 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map5_104; // System.Double[] Playermuving::ai_check_pos_map6 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map6_105; // System.Int32[] Playermuving::ai_op_map6 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map6_106; // System.Double[] Playermuving::ai_check_pos_map7 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map7_107; // System.Int32[] Playermuving::ai_op_map7 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map7_108; // System.Double[] Playermuving::ai_check_pos_map8 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map8_109; // System.Int32[] Playermuving::ai_op_map8 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map8_110; // System.Double[] Playermuving::ai_check_pos_map9 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map9_111; // System.Int32[] Playermuving::ai_op_map9 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map9_112; // System.Double[] Playermuving::ai_check_pos_map10 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map10_113; // System.Int32[] Playermuving::ai_op_map10 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map10_114; // System.Double[] Playermuving::ai_check_pos_map11 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map11_115; // System.Int32[] Playermuving::ai_op_map11 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map11_116; // System.Double[] Playermuving::ai_check_pos_map12 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map12_117; // System.Int32[] Playermuving::ai_op_map12 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map12_118; // System.Double[] Playermuving::ai_check_pos_map13 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map13_119; // System.Int32[] Playermuving::ai_op_map13 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map13_120; // System.Double[] Playermuving::ai_check_pos_map14 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map14_121; // System.Int32[] Playermuving::ai_op_map14 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map14_122; // System.Double[] Playermuving::ai_check_pos_map15 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map15_123; // System.Int32[] Playermuving::ai_op_map15 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map15_124; // System.Double[] Playermuving::ai_check_pos_map16 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map16_125; // System.Int32[] Playermuving::ai_op_map16 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map16_126; // System.Double[] Playermuving::ai_check_pos_map17 DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___ai_check_pos_map17_127; // System.Int32[] Playermuving::ai_op_map17 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map17_128; // System.Double[] Playermuving::cur_ai_checkpos_map DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* ___cur_ai_checkpos_map_129; // System.Int32[] Playermuving::ai_op_map Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ai_op_map_130; // System.Int32 Playermuving::cur_idx int32_t ___cur_idx_131; // System.Int32 Playermuving::coin int32_t ___coin_132; // System.Single Playermuving::ai_begin_z float ___ai_begin_z_133; // System.Single Playermuving::speedeffecttime float ___speedeffecttime_134; // System.Single Playermuving::xuanyuntime float ___xuanyuntime_135; // System.Int32 Playermuving::player_star int32_t ___player_star_136; // UnityEngine.Vector3 Playermuving::gocquay Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___gocquay_137; // System.Boolean Playermuving::eeee bool ___eeee_138; // System.Single Playermuving::old_speed float ___old_speed_139; // System.Single Playermuving::checkpositionjump float ___checkpositionjump_140; // System.Single Playermuving::tranformlimzcheckjump float ___tranformlimzcheckjump_141; // UnityEngine.GameObject Playermuving::downvan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___downvan_142; // System.Int32 Playermuving::xx int32_t ___xx_143; // System.Single Playermuving::distince float ___distince_144; // System.Single Playermuving::tranformformuvingwendie float ___tranformformuvingwendie_146; // System.Single Playermuving::muvingsecon float ___muvingsecon_147; // System.Boolean Playermuving::touchtheship bool ___touchtheship_148; // System.Single Playermuving::savethetranformcheckformuvingvoin float ___savethetranformcheckformuvingvoin_149; // UnityEngine.GameObject Playermuving::magnet GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___magnet_152; // UnityEngine.GameObject Playermuving::magnet1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___magnet1_153; // UnityEngine.GameObject Playermuving::magnet2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___magnet2_154; // UnityEngine.GameObject Playermuving::itemeffct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___itemeffct_155; // System.Single Playermuving::longjumptime float ___longjumptime_156; // System.Boolean Playermuving::longjunp bool ___longjunp_157; public: inline static int32_t get_offset_of_getitemeffect2_4() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___getitemeffect2_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_getitemeffect2_4() const { return ___getitemeffect2_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_getitemeffect2_4() { return &___getitemeffect2_4; } inline void set_getitemeffect2_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___getitemeffect2_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___getitemeffect2_4), (void*)value); } inline static int32_t get_offset_of_getitemeffect_5() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___getitemeffect_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_getitemeffect_5() const { return ___getitemeffect_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_getitemeffect_5() { return &___getitemeffect_5; } inline void set_getitemeffect_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___getitemeffect_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___getitemeffect_5), (void*)value); } inline static int32_t get_offset_of_baiyan_6() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___baiyan_6)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_baiyan_6() const { return ___baiyan_6; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_baiyan_6() { return &___baiyan_6; } inline void set_baiyan_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___baiyan_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___baiyan_6), (void*)value); } inline static int32_t get_offset_of_shaderobj_7() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___shaderobj_7)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_shaderobj_7() const { return ___shaderobj_7; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_shaderobj_7() { return &___shaderobj_7; } inline void set_shaderobj_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___shaderobj_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___shaderobj_7), (void*)value); } inline static int32_t get_offset_of_Effect_baozha_8() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___Effect_baozha_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Effect_baozha_8() const { return ___Effect_baozha_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Effect_baozha_8() { return &___Effect_baozha_8; } inline void set_Effect_baozha_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Effect_baozha_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___Effect_baozha_8), (void*)value); } inline static int32_t get_offset_of_Effect_xuanyun_9() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___Effect_xuanyun_9)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Effect_xuanyun_9() const { return ___Effect_xuanyun_9; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Effect_xuanyun_9() { return &___Effect_xuanyun_9; } inline void set_Effect_xuanyun_9(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Effect_xuanyun_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Effect_xuanyun_9), (void*)value); } inline static int32_t get_offset_of_Effect_yanliaozhadan_fen_10() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___Effect_yanliaozhadan_fen_10)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Effect_yanliaozhadan_fen_10() const { return ___Effect_yanliaozhadan_fen_10; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Effect_yanliaozhadan_fen_10() { return &___Effect_yanliaozhadan_fen_10; } inline void set_Effect_yanliaozhadan_fen_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Effect_yanliaozhadan_fen_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___Effect_yanliaozhadan_fen_10), (void*)value); } inline static int32_t get_offset_of_chong_11() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___chong_11)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_chong_11() const { return ___chong_11; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_chong_11() { return &___chong_11; } inline void set_chong_11(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___chong_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___chong_11), (void*)value); } inline static int32_t get_offset_of_zhao_12() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___zhao_12)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_zhao_12() const { return ___zhao_12; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_zhao_12() { return &___zhao_12; } inline void set_zhao_12(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___zhao_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___zhao_12), (void*)value); } inline static int32_t get_offset_of_zhao2_13() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___zhao2_13)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_zhao2_13() const { return ___zhao2_13; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_zhao2_13() { return &___zhao2_13; } inline void set_zhao2_13(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___zhao2_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___zhao2_13), (void*)value); } inline static int32_t get_offset_of_manageritem_14() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___manageritem_14)); } inline Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * get_manageritem_14() const { return ___manageritem_14; } inline Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE ** get_address_of_manageritem_14() { return &___manageritem_14; } inline void set_manageritem_14(Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * value) { ___manageritem_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___manageritem_14), (void*)value); } inline static int32_t get_offset_of_head_15() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___head_15)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_head_15() const { return ___head_15; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_head_15() { return &___head_15; } inline void set_head_15(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___head_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___head_15), (void*)value); } inline static int32_t get_offset_of_checkdie_16() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___checkdie_16)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_checkdie_16() const { return ___checkdie_16; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_checkdie_16() { return &___checkdie_16; } inline void set_checkdie_16(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___checkdie_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___checkdie_16), (void*)value); } inline static int32_t get_offset_of_rb_17() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___rb_17)); } inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * get_rb_17() const { return ___rb_17; } inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 ** get_address_of_rb_17() { return &___rb_17; } inline void set_rb_17(Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * value) { ___rb_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_17), (void*)value); } inline static int32_t get_offset_of_poinstart_18() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___poinstart_18)); } inline float get_poinstart_18() const { return ___poinstart_18; } inline float* get_address_of_poinstart_18() { return &___poinstart_18; } inline void set_poinstart_18(float value) { ___poinstart_18 = value; } inline static int32_t get_offset_of_alowjupm_19() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___alowjupm_19)); } inline bool get_alowjupm_19() const { return ___alowjupm_19; } inline bool* get_address_of_alowjupm_19() { return &___alowjupm_19; } inline void set_alowjupm_19(bool value) { ___alowjupm_19 = value; } inline static int32_t get_offset_of_playermodol_20() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___playermodol_20)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_playermodol_20() const { return ___playermodol_20; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_playermodol_20() { return &___playermodol_20; } inline void set_playermodol_20(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___playermodol_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___playermodol_20), (void*)value); } inline static int32_t get_offset_of_biinhxit_21() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___biinhxit_21)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_biinhxit_21() const { return ___biinhxit_21; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_biinhxit_21() { return &___biinhxit_21; } inline void set_biinhxit_21(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___biinhxit_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___biinhxit_21), (void*)value); } inline static int32_t get_offset_of_biinhxit1_22() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___biinhxit1_22)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_biinhxit1_22() const { return ___biinhxit1_22; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_biinhxit1_22() { return &___biinhxit1_22; } inline void set_biinhxit1_22(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___biinhxit1_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___biinhxit1_22), (void*)value); } inline static int32_t get_offset_of_biinhxit2_23() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___biinhxit2_23)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_biinhxit2_23() const { return ___biinhxit2_23; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_biinhxit2_23() { return &___biinhxit2_23; } inline void set_biinhxit2_23(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___biinhxit2_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___biinhxit2_23), (void*)value); } inline static int32_t get_offset_of_baycaodai_24() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___baycaodai_24)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_baycaodai_24() const { return ___baycaodai_24; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_baycaodai_24() { return &___baycaodai_24; } inline void set_baycaodai_24(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___baycaodai_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___baycaodai_24), (void*)value); } inline static int32_t get_offset_of_baycaodai1_25() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___baycaodai1_25)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_baycaodai1_25() const { return ___baycaodai1_25; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_baycaodai1_25() { return &___baycaodai1_25; } inline void set_baycaodai1_25(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___baycaodai1_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___baycaodai1_25), (void*)value); } inline static int32_t get_offset_of_baycaodai2_26() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___baycaodai2_26)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_baycaodai2_26() const { return ___baycaodai2_26; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_baycaodai2_26() { return &___baycaodai2_26; } inline void set_baycaodai2_26(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___baycaodai2_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___baycaodai2_26), (void*)value); } inline static int32_t get_offset_of_baycao_27() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___baycao_27)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_baycao_27() const { return ___baycao_27; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_baycao_27() { return &___baycao_27; } inline void set_baycao_27(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___baycao_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___baycao_27), (void*)value); } inline static int32_t get_offset_of_van_28() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___van_28)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_van_28() const { return ___van_28; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_van_28() { return &___van_28; } inline void set_van_28(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___van_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___van_28), (void*)value); } inline static int32_t get_offset_of_vangau_29() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vangau_29)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_vangau_29() const { return ___vangau_29; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_vangau_29() { return &___vangau_29; } inline void set_vangau_29(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___vangau_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___vangau_29), (void*)value); } inline static int32_t get_offset_of_vangirl_30() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vangirl_30)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_vangirl_30() const { return ___vangirl_30; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_vangirl_30() { return &___vangirl_30; } inline void set_vangirl_30(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___vangirl_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___vangirl_30), (void*)value); } inline static int32_t get_offset_of_animationPlayer_31() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___animationPlayer_31)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_animationPlayer_31() const { return ___animationPlayer_31; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_animationPlayer_31() { return &___animationPlayer_31; } inline void set_animationPlayer_31(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___animationPlayer_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationPlayer_31), (void*)value); } inline static int32_t get_offset_of_lastvectoryx_32() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___lastvectoryx_32)); } inline float get_lastvectoryx_32() const { return ___lastvectoryx_32; } inline float* get_address_of_lastvectoryx_32() { return &___lastvectoryx_32; } inline void set_lastvectoryx_32(float value) { ___lastvectoryx_32 = value; } inline static int32_t get_offset_of_destroicoin_33() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___destroicoin_33)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_destroicoin_33() const { return ___destroicoin_33; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_destroicoin_33() { return &___destroicoin_33; } inline void set_destroicoin_33(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___destroicoin_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroicoin_33), (void*)value); } inline static int32_t get_offset_of_mainvectory_34() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___mainvectory_34)); } inline float get_mainvectory_34() const { return ___mainvectory_34; } inline float* get_address_of_mainvectory_34() { return &___mainvectory_34; } inline void set_mainvectory_34(float value) { ___mainvectory_34 = value; } inline static int32_t get_offset_of_speedmuving_35() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___speedmuving_35)); } inline float get_speedmuving_35() const { return ___speedmuving_35; } inline float* get_address_of_speedmuving_35() { return &___speedmuving_35; } inline void set_speedmuving_35(float value) { ___speedmuving_35 = value; } inline static int32_t get_offset_of_player_38() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___player_38)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_38() const { return ___player_38; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_38() { return &___player_38; } inline void set_player_38(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_38), (void*)value); } inline static int32_t get_offset_of_posisonanimation_39() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___posisonanimation_39)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_posisonanimation_39() const { return ___posisonanimation_39; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_posisonanimation_39() { return &___posisonanimation_39; } inline void set_posisonanimation_39(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___posisonanimation_39 = value; } inline static int32_t get_offset_of_rotationanimation_40() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___rotationanimation_40)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_rotationanimation_40() const { return ___rotationanimation_40; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_rotationanimation_40() { return &___rotationanimation_40; } inline void set_rotationanimation_40(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___rotationanimation_40 = value; } inline static int32_t get_offset_of_timeagainanimation_41() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___timeagainanimation_41)); } inline float get_timeagainanimation_41() const { return ___timeagainanimation_41; } inline float* get_address_of_timeagainanimation_41() { return &___timeagainanimation_41; } inline void set_timeagainanimation_41(float value) { ___timeagainanimation_41 = value; } inline static int32_t get_offset_of_allowcall_42() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___allowcall_42)); } inline bool get_allowcall_42() const { return ___allowcall_42; } inline bool* get_address_of_allowcall_42() { return &___allowcall_42; } inline void set_allowcall_42(bool value) { ___allowcall_42 = value; } inline static int32_t get_offset_of_checkgetmosechange_43() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___checkgetmosechange_43)); } inline int32_t get_checkgetmosechange_43() const { return ___checkgetmosechange_43; } inline int32_t* get_address_of_checkgetmosechange_43() { return &___checkgetmosechange_43; } inline void set_checkgetmosechange_43(int32_t value) { ___checkgetmosechange_43 = value; } inline static int32_t get_offset_of_stylemuving_44() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___stylemuving_44)); } inline int32_t get_stylemuving_44() const { return ___stylemuving_44; } inline int32_t* get_address_of_stylemuving_44() { return &___stylemuving_44; } inline void set_stylemuving_44(int32_t value) { ___stylemuving_44 = value; } inline static int32_t get_offset_of_giayleft_46() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___giayleft_46)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_giayleft_46() const { return ___giayleft_46; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_giayleft_46() { return &___giayleft_46; } inline void set_giayleft_46(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___giayleft_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___giayleft_46), (void*)value); } inline static int32_t get_offset_of_giayrigh_47() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___giayrigh_47)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_giayrigh_47() const { return ___giayrigh_47; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_giayrigh_47() { return &___giayrigh_47; } inline void set_giayrigh_47(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___giayrigh_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___giayrigh_47), (void*)value); } inline static int32_t get_offset_of_roleid_48() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___roleid_48)); } inline int32_t get_roleid_48() const { return ___roleid_48; } inline int32_t* get_address_of_roleid_48() { return &___roleid_48; } inline void set_roleid_48(int32_t value) { ___roleid_48 = value; } inline static int32_t get_offset_of_Rightcheck_49() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___Rightcheck_49)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Rightcheck_49() const { return ___Rightcheck_49; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Rightcheck_49() { return &___Rightcheck_49; } inline void set_Rightcheck_49(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Rightcheck_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___Rightcheck_49), (void*)value); } inline static int32_t get_offset_of_LeftCheck_50() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___LeftCheck_50)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_LeftCheck_50() const { return ___LeftCheck_50; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_LeftCheck_50() { return &___LeftCheck_50; } inline void set_LeftCheck_50(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___LeftCheck_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___LeftCheck_50), (void*)value); } inline static int32_t get_offset_of_camfolowplayer_51() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___camfolowplayer_51)); } inline Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * get_camfolowplayer_51() const { return ___camfolowplayer_51; } inline Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 ** get_address_of_camfolowplayer_51() { return &___camfolowplayer_51; } inline void set_camfolowplayer_51(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * value) { ___camfolowplayer_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___camfolowplayer_51), (void*)value); } inline static int32_t get_offset_of_makesupway_52() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___makesupway_52)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_makesupway_52() const { return ___makesupway_52; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_makesupway_52() { return &___makesupway_52; } inline void set_makesupway_52(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___makesupway_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___makesupway_52), (void*)value); } inline static int32_t get_offset_of_move_diff_53() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___move_diff_53)); } inline int32_t get_move_diff_53() const { return ___move_diff_53; } inline int32_t* get_address_of_move_diff_53() { return &___move_diff_53; } inline void set_move_diff_53(int32_t value) { ___move_diff_53 = value; } inline static int32_t get_offset_of_effect_loop_pos_54() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___effect_loop_pos_54)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_effect_loop_pos_54() const { return ___effect_loop_pos_54; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_effect_loop_pos_54() { return &___effect_loop_pos_54; } inline void set_effect_loop_pos_54(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___effect_loop_pos_54 = value; } inline static int32_t get_offset_of_canbeginchong_55() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___canbeginchong_55)); } inline bool get_canbeginchong_55() const { return ___canbeginchong_55; } inline bool* get_address_of_canbeginchong_55() { return &___canbeginchong_55; } inline void set_canbeginchong_55(bool value) { ___canbeginchong_55 = value; } inline static int32_t get_offset_of_longchongtime_56() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___longchongtime_56)); } inline float get_longchongtime_56() const { return ___longchongtime_56; } inline float* get_address_of_longchongtime_56() { return &___longchongtime_56; } inline void set_longchongtime_56(float value) { ___longchongtime_56 = value; } inline static int32_t get_offset_of_canbeginchong2_57() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___canbeginchong2_57)); } inline bool get_canbeginchong2_57() const { return ___canbeginchong2_57; } inline bool* get_address_of_canbeginchong2_57() { return &___canbeginchong2_57; } inline void set_canbeginchong2_57(bool value) { ___canbeginchong2_57 = value; } inline static int32_t get_offset_of_inchong_58() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___inchong_58)); } inline bool get_inchong_58() const { return ___inchong_58; } inline bool* get_address_of_inchong_58() { return &___inchong_58; } inline void set_inchong_58(bool value) { ___inchong_58 = value; } inline static int32_t get_offset_of_vantranform_59() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranform_59)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_vantranform_59() const { return ___vantranform_59; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_vantranform_59() { return &___vantranform_59; } inline void set_vantranform_59(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___vantranform_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranform_59), (void*)value); } inline static int32_t get_offset_of_vantranformgau_60() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformgau_60)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_vantranformgau_60() const { return ___vantranformgau_60; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_vantranformgau_60() { return &___vantranformgau_60; } inline void set_vantranformgau_60(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___vantranformgau_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformgau_60), (void*)value); } inline static int32_t get_offset_of_vantranformgirl_61() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformgirl_61)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_vantranformgirl_61() const { return ___vantranformgirl_61; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_vantranformgirl_61() { return &___vantranformgirl_61; } inline void set_vantranformgirl_61(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___vantranformgirl_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformgirl_61), (void*)value); } inline static int32_t get_offset_of_vantranformdown_62() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformdown_62)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_vantranformdown_62() const { return ___vantranformdown_62; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_vantranformdown_62() { return &___vantranformdown_62; } inline void set_vantranformdown_62(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___vantranformdown_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformdown_62), (void*)value); } inline static int32_t get_offset_of_vantranformlist_63() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformlist_63)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_vantranformlist_63() const { return ___vantranformlist_63; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_vantranformlist_63() { return &___vantranformlist_63; } inline void set_vantranformlist_63(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___vantranformlist_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformlist_63), (void*)value); } inline static int32_t get_offset_of_vantranformlistgau_64() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformlistgau_64)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_vantranformlistgau_64() const { return ___vantranformlistgau_64; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_vantranformlistgau_64() { return &___vantranformlistgau_64; } inline void set_vantranformlistgau_64(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___vantranformlistgau_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformlistgau_64), (void*)value); } inline static int32_t get_offset_of_vantranformlistgirl_65() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformlistgirl_65)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_vantranformlistgirl_65() const { return ___vantranformlistgirl_65; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_vantranformlistgirl_65() { return &___vantranformlistgirl_65; } inline void set_vantranformlistgirl_65(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___vantranformlistgirl_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformlistgirl_65), (void*)value); } inline static int32_t get_offset_of_vantranformdownlist_66() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___vantranformdownlist_66)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_vantranformdownlist_66() const { return ___vantranformdownlist_66; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_vantranformdownlist_66() { return &___vantranformdownlist_66; } inline void set_vantranformdownlist_66(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___vantranformdownlist_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___vantranformdownlist_66), (void*)value); } inline static int32_t get_offset_of_Allplayer_67() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___Allplayer_67)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_Allplayer_67() const { return ___Allplayer_67; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_Allplayer_67() { return &___Allplayer_67; } inline void set_Allplayer_67(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___Allplayer_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___Allplayer_67), (void*)value); } inline static int32_t get_offset_of_campos_68() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___campos_68)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_campos_68() const { return ___campos_68; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_campos_68() { return &___campos_68; } inline void set_campos_68(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___campos_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___campos_68), (void*)value); } inline static int32_t get_offset_of_savetranformvan_69() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___savetranformvan_69)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_savetranformvan_69() const { return ___savetranformvan_69; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_savetranformvan_69() { return &___savetranformvan_69; } inline void set_savetranformvan_69(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___savetranformvan_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___savetranformvan_69), (void*)value); } inline static int32_t get_offset_of_savetranformvangirl_70() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___savetranformvangirl_70)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_savetranformvangirl_70() const { return ___savetranformvangirl_70; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_savetranformvangirl_70() { return &___savetranformvangirl_70; } inline void set_savetranformvangirl_70(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___savetranformvangirl_70 = value; Il2CppCodeGenWriteBarrier((void**)(&___savetranformvangirl_70), (void*)value); } inline static int32_t get_offset_of_savetranformvangau_71() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___savetranformvangau_71)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_savetranformvangau_71() const { return ___savetranformvangau_71; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_savetranformvangau_71() { return &___savetranformvangau_71; } inline void set_savetranformvangau_71(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___savetranformvangau_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___savetranformvangau_71), (void*)value); } inline static int32_t get_offset_of_tagettranformgiayleft_72() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformgiayleft_72)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformgiayleft_72() const { return ___tagettranformgiayleft_72; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformgiayleft_72() { return &___tagettranformgiayleft_72; } inline void set_tagettranformgiayleft_72(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformgiayleft_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformgiayleft_72), (void*)value); } inline static int32_t get_offset_of_tagettranformgiayright_73() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformgiayright_73)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformgiayright_73() const { return ___tagettranformgiayright_73; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformgiayright_73() { return &___tagettranformgiayright_73; } inline void set_tagettranformgiayright_73(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformgiayright_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformgiayright_73), (void*)value); } inline static int32_t get_offset_of_tagettranformgiayleftgirl_74() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformgiayleftgirl_74)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformgiayleftgirl_74() const { return ___tagettranformgiayleftgirl_74; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformgiayleftgirl_74() { return &___tagettranformgiayleftgirl_74; } inline void set_tagettranformgiayleftgirl_74(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformgiayleftgirl_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformgiayleftgirl_74), (void*)value); } inline static int32_t get_offset_of_tagettranformgiayrightgirl_75() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformgiayrightgirl_75)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformgiayrightgirl_75() const { return ___tagettranformgiayrightgirl_75; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformgiayrightgirl_75() { return &___tagettranformgiayrightgirl_75; } inline void set_tagettranformgiayrightgirl_75(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformgiayrightgirl_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformgiayrightgirl_75), (void*)value); } inline static int32_t get_offset_of_tagettranformgiayleftgau_76() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformgiayleftgau_76)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformgiayleftgau_76() const { return ___tagettranformgiayleftgau_76; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformgiayleftgau_76() { return &___tagettranformgiayleftgau_76; } inline void set_tagettranformgiayleftgau_76(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformgiayleftgau_76 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformgiayleftgau_76), (void*)value); } inline static int32_t get_offset_of_tagettranformgiayrightgau_77() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformgiayrightgau_77)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformgiayrightgau_77() const { return ___tagettranformgiayrightgau_77; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformgiayrightgau_77() { return &___tagettranformgiayrightgau_77; } inline void set_tagettranformgiayrightgau_77(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformgiayrightgau_77 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformgiayrightgau_77), (void*)value); } inline static int32_t get_offset_of_tagettranformbay_78() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformbay_78)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformbay_78() const { return ___tagettranformbay_78; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformbay_78() { return &___tagettranformbay_78; } inline void set_tagettranformbay_78(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformbay_78 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformbay_78), (void*)value); } inline static int32_t get_offset_of_tagettranformbaygirl_79() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformbaygirl_79)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformbaygirl_79() const { return ___tagettranformbaygirl_79; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformbaygirl_79() { return &___tagettranformbaygirl_79; } inline void set_tagettranformbaygirl_79(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformbaygirl_79 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformbaygirl_79), (void*)value); } inline static int32_t get_offset_of_tagettranformbaygau_80() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagettranformbaygau_80)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagettranformbaygau_80() const { return ___tagettranformbaygau_80; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagettranformbaygau_80() { return &___tagettranformbaygau_80; } inline void set_tagettranformbaygau_80(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagettranformbaygau_80 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagettranformbaygau_80), (void*)value); } inline static int32_t get_offset_of_delayleftright_81() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___delayleftright_81)); } inline bool get_delayleftright_81() const { return ___delayleftright_81; } inline bool* get_address_of_delayleftright_81() { return &___delayleftright_81; } inline void set_delayleftright_81(bool value) { ___delayleftright_81 = value; } inline static int32_t get_offset_of_xxx_82() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___xxx_82)); } inline float get_xxx_82() const { return ___xxx_82; } inline float* get_address_of_xxx_82() { return &___xxx_82; } inline void set_xxx_82(float value) { ___xxx_82 = value; } inline static int32_t get_offset_of_over_83() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___over_83)); } inline bool get_over_83() const { return ___over_83; } inline bool* get_address_of_over_83() { return &___over_83; } inline void set_over_83(bool value) { ___over_83 = value; } inline static int32_t get_offset_of_coinmuving_86() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___coinmuving_86)); } inline int32_t get_coinmuving_86() const { return ___coinmuving_86; } inline int32_t* get_address_of_coinmuving_86() { return &___coinmuving_86; } inline void set_coinmuving_86(int32_t value) { ___coinmuving_86 = value; } inline static int32_t get_offset_of_tagetcutchemty_87() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagetcutchemty_87)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagetcutchemty_87() const { return ___tagetcutchemty_87; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagetcutchemty_87() { return &___tagetcutchemty_87; } inline void set_tagetcutchemty_87(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagetcutchemty_87 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagetcutchemty_87), (void*)value); } inline static int32_t get_offset_of_tagetcutchplayer_88() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tagetcutchplayer_88)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_tagetcutchplayer_88() const { return ___tagetcutchplayer_88; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_tagetcutchplayer_88() { return &___tagetcutchplayer_88; } inline void set_tagetcutchplayer_88(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___tagetcutchplayer_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___tagetcutchplayer_88), (void*)value); } inline static int32_t get_offset_of_alowcallvan_89() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___alowcallvan_89)); } inline bool get_alowcallvan_89() const { return ___alowcallvan_89; } inline bool* get_address_of_alowcallvan_89() { return &___alowcallvan_89; } inline void set_alowcallvan_89(bool value) { ___alowcallvan_89 = value; } inline static int32_t get_offset_of_positionchekdowcameray_91() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___positionchekdowcameray_91)); } inline float get_positionchekdowcameray_91() const { return ___positionchekdowcameray_91; } inline float* get_address_of_positionchekdowcameray_91() { return &___positionchekdowcameray_91; } inline void set_positionchekdowcameray_91(float value) { ___positionchekdowcameray_91 = value; } inline static int32_t get_offset_of_checkforcameradow_92() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___checkforcameradow_92)); } inline bool get_checkforcameradow_92() const { return ___checkforcameradow_92; } inline bool* get_address_of_checkforcameradow_92() { return &___checkforcameradow_92; } inline void set_checkforcameradow_92(bool value) { ___checkforcameradow_92 = value; } inline static int32_t get_offset_of_alowbckmap_93() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___alowbckmap_93)); } inline bool get_alowbckmap_93() const { return ___alowbckmap_93; } inline bool* get_address_of_alowbckmap_93() { return &___alowbckmap_93; } inline void set_alowbckmap_93(bool value) { ___alowbckmap_93 = value; } inline static int32_t get_offset_of_record_z_begin_94() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___record_z_begin_94)); } inline float get_record_z_begin_94() const { return ___record_z_begin_94; } inline float* get_address_of_record_z_begin_94() { return &___record_z_begin_94; } inline void set_record_z_begin_94(float value) { ___record_z_begin_94 = value; } inline static int32_t get_offset_of_ai_check_pos_map1_95() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map1_95)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map1_95() const { return ___ai_check_pos_map1_95; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map1_95() { return &___ai_check_pos_map1_95; } inline void set_ai_check_pos_map1_95(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map1_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map1_95), (void*)value); } inline static int32_t get_offset_of_ai_op_map1_96() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map1_96)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map1_96() const { return ___ai_op_map1_96; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map1_96() { return &___ai_op_map1_96; } inline void set_ai_op_map1_96(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map1_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map1_96), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map2_97() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map2_97)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map2_97() const { return ___ai_check_pos_map2_97; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map2_97() { return &___ai_check_pos_map2_97; } inline void set_ai_check_pos_map2_97(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map2_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map2_97), (void*)value); } inline static int32_t get_offset_of_ai_op_map2_98() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map2_98)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map2_98() const { return ___ai_op_map2_98; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map2_98() { return &___ai_op_map2_98; } inline void set_ai_op_map2_98(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map2_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map2_98), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map3_99() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map3_99)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map3_99() const { return ___ai_check_pos_map3_99; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map3_99() { return &___ai_check_pos_map3_99; } inline void set_ai_check_pos_map3_99(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map3_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map3_99), (void*)value); } inline static int32_t get_offset_of_ai_op_map3_100() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map3_100)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map3_100() const { return ___ai_op_map3_100; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map3_100() { return &___ai_op_map3_100; } inline void set_ai_op_map3_100(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map3_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map3_100), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map4_101() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map4_101)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map4_101() const { return ___ai_check_pos_map4_101; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map4_101() { return &___ai_check_pos_map4_101; } inline void set_ai_check_pos_map4_101(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map4_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map4_101), (void*)value); } inline static int32_t get_offset_of_ai_op_map4_102() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map4_102)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map4_102() const { return ___ai_op_map4_102; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map4_102() { return &___ai_op_map4_102; } inline void set_ai_op_map4_102(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map4_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map4_102), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map5_103() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map5_103)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map5_103() const { return ___ai_check_pos_map5_103; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map5_103() { return &___ai_check_pos_map5_103; } inline void set_ai_check_pos_map5_103(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map5_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map5_103), (void*)value); } inline static int32_t get_offset_of_ai_op_map5_104() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map5_104)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map5_104() const { return ___ai_op_map5_104; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map5_104() { return &___ai_op_map5_104; } inline void set_ai_op_map5_104(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map5_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map5_104), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map6_105() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map6_105)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map6_105() const { return ___ai_check_pos_map6_105; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map6_105() { return &___ai_check_pos_map6_105; } inline void set_ai_check_pos_map6_105(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map6_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map6_105), (void*)value); } inline static int32_t get_offset_of_ai_op_map6_106() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map6_106)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map6_106() const { return ___ai_op_map6_106; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map6_106() { return &___ai_op_map6_106; } inline void set_ai_op_map6_106(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map6_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map6_106), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map7_107() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map7_107)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map7_107() const { return ___ai_check_pos_map7_107; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map7_107() { return &___ai_check_pos_map7_107; } inline void set_ai_check_pos_map7_107(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map7_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map7_107), (void*)value); } inline static int32_t get_offset_of_ai_op_map7_108() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map7_108)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map7_108() const { return ___ai_op_map7_108; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map7_108() { return &___ai_op_map7_108; } inline void set_ai_op_map7_108(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map7_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map7_108), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map8_109() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map8_109)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map8_109() const { return ___ai_check_pos_map8_109; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map8_109() { return &___ai_check_pos_map8_109; } inline void set_ai_check_pos_map8_109(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map8_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map8_109), (void*)value); } inline static int32_t get_offset_of_ai_op_map8_110() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map8_110)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map8_110() const { return ___ai_op_map8_110; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map8_110() { return &___ai_op_map8_110; } inline void set_ai_op_map8_110(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map8_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map8_110), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map9_111() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map9_111)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map9_111() const { return ___ai_check_pos_map9_111; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map9_111() { return &___ai_check_pos_map9_111; } inline void set_ai_check_pos_map9_111(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map9_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map9_111), (void*)value); } inline static int32_t get_offset_of_ai_op_map9_112() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map9_112)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map9_112() const { return ___ai_op_map9_112; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map9_112() { return &___ai_op_map9_112; } inline void set_ai_op_map9_112(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map9_112 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map9_112), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map10_113() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map10_113)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map10_113() const { return ___ai_check_pos_map10_113; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map10_113() { return &___ai_check_pos_map10_113; } inline void set_ai_check_pos_map10_113(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map10_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map10_113), (void*)value); } inline static int32_t get_offset_of_ai_op_map10_114() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map10_114)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map10_114() const { return ___ai_op_map10_114; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map10_114() { return &___ai_op_map10_114; } inline void set_ai_op_map10_114(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map10_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map10_114), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map11_115() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map11_115)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map11_115() const { return ___ai_check_pos_map11_115; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map11_115() { return &___ai_check_pos_map11_115; } inline void set_ai_check_pos_map11_115(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map11_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map11_115), (void*)value); } inline static int32_t get_offset_of_ai_op_map11_116() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map11_116)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map11_116() const { return ___ai_op_map11_116; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map11_116() { return &___ai_op_map11_116; } inline void set_ai_op_map11_116(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map11_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map11_116), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map12_117() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map12_117)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map12_117() const { return ___ai_check_pos_map12_117; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map12_117() { return &___ai_check_pos_map12_117; } inline void set_ai_check_pos_map12_117(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map12_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map12_117), (void*)value); } inline static int32_t get_offset_of_ai_op_map12_118() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map12_118)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map12_118() const { return ___ai_op_map12_118; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map12_118() { return &___ai_op_map12_118; } inline void set_ai_op_map12_118(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map12_118 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map12_118), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map13_119() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map13_119)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map13_119() const { return ___ai_check_pos_map13_119; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map13_119() { return &___ai_check_pos_map13_119; } inline void set_ai_check_pos_map13_119(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map13_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map13_119), (void*)value); } inline static int32_t get_offset_of_ai_op_map13_120() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map13_120)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map13_120() const { return ___ai_op_map13_120; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map13_120() { return &___ai_op_map13_120; } inline void set_ai_op_map13_120(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map13_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map13_120), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map14_121() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map14_121)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map14_121() const { return ___ai_check_pos_map14_121; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map14_121() { return &___ai_check_pos_map14_121; } inline void set_ai_check_pos_map14_121(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map14_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map14_121), (void*)value); } inline static int32_t get_offset_of_ai_op_map14_122() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map14_122)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map14_122() const { return ___ai_op_map14_122; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map14_122() { return &___ai_op_map14_122; } inline void set_ai_op_map14_122(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map14_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map14_122), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map15_123() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map15_123)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map15_123() const { return ___ai_check_pos_map15_123; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map15_123() { return &___ai_check_pos_map15_123; } inline void set_ai_check_pos_map15_123(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map15_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map15_123), (void*)value); } inline static int32_t get_offset_of_ai_op_map15_124() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map15_124)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map15_124() const { return ___ai_op_map15_124; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map15_124() { return &___ai_op_map15_124; } inline void set_ai_op_map15_124(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map15_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map15_124), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map16_125() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map16_125)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map16_125() const { return ___ai_check_pos_map16_125; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map16_125() { return &___ai_check_pos_map16_125; } inline void set_ai_check_pos_map16_125(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map16_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map16_125), (void*)value); } inline static int32_t get_offset_of_ai_op_map16_126() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map16_126)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map16_126() const { return ___ai_op_map16_126; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map16_126() { return &___ai_op_map16_126; } inline void set_ai_op_map16_126(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map16_126 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map16_126), (void*)value); } inline static int32_t get_offset_of_ai_check_pos_map17_127() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_check_pos_map17_127)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_ai_check_pos_map17_127() const { return ___ai_check_pos_map17_127; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_ai_check_pos_map17_127() { return &___ai_check_pos_map17_127; } inline void set_ai_check_pos_map17_127(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___ai_check_pos_map17_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_check_pos_map17_127), (void*)value); } inline static int32_t get_offset_of_ai_op_map17_128() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map17_128)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map17_128() const { return ___ai_op_map17_128; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map17_128() { return &___ai_op_map17_128; } inline void set_ai_op_map17_128(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map17_128 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map17_128), (void*)value); } inline static int32_t get_offset_of_cur_ai_checkpos_map_129() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___cur_ai_checkpos_map_129)); } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* get_cur_ai_checkpos_map_129() const { return ___cur_ai_checkpos_map_129; } inline DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D** get_address_of_cur_ai_checkpos_map_129() { return &___cur_ai_checkpos_map_129; } inline void set_cur_ai_checkpos_map_129(DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D* value) { ___cur_ai_checkpos_map_129 = value; Il2CppCodeGenWriteBarrier((void**)(&___cur_ai_checkpos_map_129), (void*)value); } inline static int32_t get_offset_of_ai_op_map_130() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_op_map_130)); } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ai_op_map_130() const { return ___ai_op_map_130; } inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ai_op_map_130() { return &___ai_op_map_130; } inline void set_ai_op_map_130(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value) { ___ai_op_map_130 = value; Il2CppCodeGenWriteBarrier((void**)(&___ai_op_map_130), (void*)value); } inline static int32_t get_offset_of_cur_idx_131() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___cur_idx_131)); } inline int32_t get_cur_idx_131() const { return ___cur_idx_131; } inline int32_t* get_address_of_cur_idx_131() { return &___cur_idx_131; } inline void set_cur_idx_131(int32_t value) { ___cur_idx_131 = value; } inline static int32_t get_offset_of_coin_132() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___coin_132)); } inline int32_t get_coin_132() const { return ___coin_132; } inline int32_t* get_address_of_coin_132() { return &___coin_132; } inline void set_coin_132(int32_t value) { ___coin_132 = value; } inline static int32_t get_offset_of_ai_begin_z_133() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___ai_begin_z_133)); } inline float get_ai_begin_z_133() const { return ___ai_begin_z_133; } inline float* get_address_of_ai_begin_z_133() { return &___ai_begin_z_133; } inline void set_ai_begin_z_133(float value) { ___ai_begin_z_133 = value; } inline static int32_t get_offset_of_speedeffecttime_134() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___speedeffecttime_134)); } inline float get_speedeffecttime_134() const { return ___speedeffecttime_134; } inline float* get_address_of_speedeffecttime_134() { return &___speedeffecttime_134; } inline void set_speedeffecttime_134(float value) { ___speedeffecttime_134 = value; } inline static int32_t get_offset_of_xuanyuntime_135() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___xuanyuntime_135)); } inline float get_xuanyuntime_135() const { return ___xuanyuntime_135; } inline float* get_address_of_xuanyuntime_135() { return &___xuanyuntime_135; } inline void set_xuanyuntime_135(float value) { ___xuanyuntime_135 = value; } inline static int32_t get_offset_of_player_star_136() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___player_star_136)); } inline int32_t get_player_star_136() const { return ___player_star_136; } inline int32_t* get_address_of_player_star_136() { return &___player_star_136; } inline void set_player_star_136(int32_t value) { ___player_star_136 = value; } inline static int32_t get_offset_of_gocquay_137() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___gocquay_137)); } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_gocquay_137() const { return ___gocquay_137; } inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_gocquay_137() { return &___gocquay_137; } inline void set_gocquay_137(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value) { ___gocquay_137 = value; } inline static int32_t get_offset_of_eeee_138() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___eeee_138)); } inline bool get_eeee_138() const { return ___eeee_138; } inline bool* get_address_of_eeee_138() { return &___eeee_138; } inline void set_eeee_138(bool value) { ___eeee_138 = value; } inline static int32_t get_offset_of_old_speed_139() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___old_speed_139)); } inline float get_old_speed_139() const { return ___old_speed_139; } inline float* get_address_of_old_speed_139() { return &___old_speed_139; } inline void set_old_speed_139(float value) { ___old_speed_139 = value; } inline static int32_t get_offset_of_checkpositionjump_140() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___checkpositionjump_140)); } inline float get_checkpositionjump_140() const { return ___checkpositionjump_140; } inline float* get_address_of_checkpositionjump_140() { return &___checkpositionjump_140; } inline void set_checkpositionjump_140(float value) { ___checkpositionjump_140 = value; } inline static int32_t get_offset_of_tranformlimzcheckjump_141() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tranformlimzcheckjump_141)); } inline float get_tranformlimzcheckjump_141() const { return ___tranformlimzcheckjump_141; } inline float* get_address_of_tranformlimzcheckjump_141() { return &___tranformlimzcheckjump_141; } inline void set_tranformlimzcheckjump_141(float value) { ___tranformlimzcheckjump_141 = value; } inline static int32_t get_offset_of_downvan_142() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___downvan_142)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_downvan_142() const { return ___downvan_142; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_downvan_142() { return &___downvan_142; } inline void set_downvan_142(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___downvan_142 = value; Il2CppCodeGenWriteBarrier((void**)(&___downvan_142), (void*)value); } inline static int32_t get_offset_of_xx_143() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___xx_143)); } inline int32_t get_xx_143() const { return ___xx_143; } inline int32_t* get_address_of_xx_143() { return &___xx_143; } inline void set_xx_143(int32_t value) { ___xx_143 = value; } inline static int32_t get_offset_of_distince_144() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___distince_144)); } inline float get_distince_144() const { return ___distince_144; } inline float* get_address_of_distince_144() { return &___distince_144; } inline void set_distince_144(float value) { ___distince_144 = value; } inline static int32_t get_offset_of_tranformformuvingwendie_146() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___tranformformuvingwendie_146)); } inline float get_tranformformuvingwendie_146() const { return ___tranformformuvingwendie_146; } inline float* get_address_of_tranformformuvingwendie_146() { return &___tranformformuvingwendie_146; } inline void set_tranformformuvingwendie_146(float value) { ___tranformformuvingwendie_146 = value; } inline static int32_t get_offset_of_muvingsecon_147() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___muvingsecon_147)); } inline float get_muvingsecon_147() const { return ___muvingsecon_147; } inline float* get_address_of_muvingsecon_147() { return &___muvingsecon_147; } inline void set_muvingsecon_147(float value) { ___muvingsecon_147 = value; } inline static int32_t get_offset_of_touchtheship_148() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___touchtheship_148)); } inline bool get_touchtheship_148() const { return ___touchtheship_148; } inline bool* get_address_of_touchtheship_148() { return &___touchtheship_148; } inline void set_touchtheship_148(bool value) { ___touchtheship_148 = value; } inline static int32_t get_offset_of_savethetranformcheckformuvingvoin_149() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___savethetranformcheckformuvingvoin_149)); } inline float get_savethetranformcheckformuvingvoin_149() const { return ___savethetranformcheckformuvingvoin_149; } inline float* get_address_of_savethetranformcheckformuvingvoin_149() { return &___savethetranformcheckformuvingvoin_149; } inline void set_savethetranformcheckformuvingvoin_149(float value) { ___savethetranformcheckformuvingvoin_149 = value; } inline static int32_t get_offset_of_magnet_152() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___magnet_152)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_magnet_152() const { return ___magnet_152; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_magnet_152() { return &___magnet_152; } inline void set_magnet_152(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___magnet_152 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnet_152), (void*)value); } inline static int32_t get_offset_of_magnet1_153() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___magnet1_153)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_magnet1_153() const { return ___magnet1_153; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_magnet1_153() { return &___magnet1_153; } inline void set_magnet1_153(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___magnet1_153 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnet1_153), (void*)value); } inline static int32_t get_offset_of_magnet2_154() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___magnet2_154)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_magnet2_154() const { return ___magnet2_154; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_magnet2_154() { return &___magnet2_154; } inline void set_magnet2_154(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___magnet2_154 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnet2_154), (void*)value); } inline static int32_t get_offset_of_itemeffct_155() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___itemeffct_155)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_itemeffct_155() const { return ___itemeffct_155; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_itemeffct_155() { return &___itemeffct_155; } inline void set_itemeffct_155(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___itemeffct_155 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemeffct_155), (void*)value); } inline static int32_t get_offset_of_longjumptime_156() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___longjumptime_156)); } inline float get_longjumptime_156() const { return ___longjumptime_156; } inline float* get_address_of_longjumptime_156() { return &___longjumptime_156; } inline void set_longjumptime_156(float value) { ___longjumptime_156 = value; } inline static int32_t get_offset_of_longjunp_157() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719, ___longjunp_157)); } inline bool get_longjunp_157() const { return ___longjunp_157; } inline bool* get_address_of_longjunp_157() { return &___longjunp_157; } inline void set_longjunp_157(bool value) { ___longjunp_157 = value; } }; struct Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields { public: // System.Boolean Playermuving::isplay bool ___isplay_36; // System.Boolean Playermuving::isdead bool ___isdead_37; // System.Single Playermuving::gettranformofplayerforitemvantomuving float ___gettranformofplayerforitemvantomuving_45; // System.Boolean Playermuving::is_in_test bool ___is_in_test_84; // System.Int32 Playermuving::cur_op_must int32_t ___cur_op_must_85; // System.Boolean Playermuving::backnowmuvingship bool ___backnowmuvingship_90; // System.Boolean Playermuving::destroigameojectwenhaheitemvan bool ___destroigameojectwenhaheitemvan_145; // System.Boolean Playermuving::isCatch bool ___isCatch_150; // System.Boolean Playermuving::isstartnow bool ___isstartnow_151; public: inline static int32_t get_offset_of_isplay_36() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___isplay_36)); } inline bool get_isplay_36() const { return ___isplay_36; } inline bool* get_address_of_isplay_36() { return &___isplay_36; } inline void set_isplay_36(bool value) { ___isplay_36 = value; } inline static int32_t get_offset_of_isdead_37() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___isdead_37)); } inline bool get_isdead_37() const { return ___isdead_37; } inline bool* get_address_of_isdead_37() { return &___isdead_37; } inline void set_isdead_37(bool value) { ___isdead_37 = value; } inline static int32_t get_offset_of_gettranformofplayerforitemvantomuving_45() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___gettranformofplayerforitemvantomuving_45)); } inline float get_gettranformofplayerforitemvantomuving_45() const { return ___gettranformofplayerforitemvantomuving_45; } inline float* get_address_of_gettranformofplayerforitemvantomuving_45() { return &___gettranformofplayerforitemvantomuving_45; } inline void set_gettranformofplayerforitemvantomuving_45(float value) { ___gettranformofplayerforitemvantomuving_45 = value; } inline static int32_t get_offset_of_is_in_test_84() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___is_in_test_84)); } inline bool get_is_in_test_84() const { return ___is_in_test_84; } inline bool* get_address_of_is_in_test_84() { return &___is_in_test_84; } inline void set_is_in_test_84(bool value) { ___is_in_test_84 = value; } inline static int32_t get_offset_of_cur_op_must_85() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___cur_op_must_85)); } inline int32_t get_cur_op_must_85() const { return ___cur_op_must_85; } inline int32_t* get_address_of_cur_op_must_85() { return &___cur_op_must_85; } inline void set_cur_op_must_85(int32_t value) { ___cur_op_must_85 = value; } inline static int32_t get_offset_of_backnowmuvingship_90() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___backnowmuvingship_90)); } inline bool get_backnowmuvingship_90() const { return ___backnowmuvingship_90; } inline bool* get_address_of_backnowmuvingship_90() { return &___backnowmuvingship_90; } inline void set_backnowmuvingship_90(bool value) { ___backnowmuvingship_90 = value; } inline static int32_t get_offset_of_destroigameojectwenhaheitemvan_145() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___destroigameojectwenhaheitemvan_145)); } inline bool get_destroigameojectwenhaheitemvan_145() const { return ___destroigameojectwenhaheitemvan_145; } inline bool* get_address_of_destroigameojectwenhaheitemvan_145() { return &___destroigameojectwenhaheitemvan_145; } inline void set_destroigameojectwenhaheitemvan_145(bool value) { ___destroigameojectwenhaheitemvan_145 = value; } inline static int32_t get_offset_of_isCatch_150() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___isCatch_150)); } inline bool get_isCatch_150() const { return ___isCatch_150; } inline bool* get_address_of_isCatch_150() { return &___isCatch_150; } inline void set_isCatch_150(bool value) { ___isCatch_150 = value; } inline static int32_t get_offset_of_isstartnow_151() { return static_cast(offsetof(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields, ___isstartnow_151)); } inline bool get_isstartnow_151() const { return ___isstartnow_151; } inline bool* get_address_of_isstartnow_151() { return &___isstartnow_151; } inline void set_isstartnow_151(bool value) { ___isstartnow_151 = value; } }; // QFramework.RunGame.GameMgr struct GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // System.Collections.Generic.List`1 QFramework.RunGame.GameMgr::constantItem List_1_t6C54A2B20E1C3D07F2BDCB9EFDFA9255A1C12A9E * ___constantItem_4; // System.Collections.Generic.List`1 QFramework.RunGame.GameMgr::constantMission List_1_tC65D6567391A99F5BDCEDFB630080603068335D0 * ___constantMission_5; // System.Collections.Generic.List`1 QFramework.RunGame.GameMgr::constantShop List_1_t59CFDF18446630DCFA0D3D988BA32AF780EDA868 * ___constantShop_6; // System.Collections.Generic.Dictionary`2 QFramework.RunGame.GameMgr::constantItemDict Dictionary_2_t19D74B4172302F3E8BE87FDB2C2B6EAB88E6C1E2 * ___constantItemDict_7; // System.Collections.Generic.Dictionary`2 QFramework.RunGame.GameMgr::constantMissionDict Dictionary_2_tB23B4E05DA63E15526F7ABA24913A1E4B7170EF0 * ___constantMissionDict_8; // System.Collections.Generic.Dictionary`2 QFramework.RunGame.GameMgr::constantShopDict Dictionary_2_t65D6FE37FB6256E263038226911CE131884CC889 * ___constantShopDict_9; // QFramework.RunGame.HttpResGameConstant QFramework.RunGame.GameMgr::gameConstant HttpResGameConstant_tF915039B8DEB4C3513066403082AE6C85D67E74E * ___gameConstant_10; // System.Collections.Generic.Dictionary`2 QFramework.RunGame.GameMgr::cfgScene Dictionary_2_tAB6C4F38866CDF0234A838BF3DD8984543FCF780 * ___cfgScene_11; // QFramework.RunGame.HttpResLogin QFramework.RunGame.GameMgr::resLoginData HttpResLogin_t786906EB5FB8F707E65217476B7E7C6E0CC6F916 * ___resLoginData_12; // QFramework.RunGame.PlayerModel QFramework.RunGame.GameMgr::curPlayer PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A * ___curPlayer_13; // System.Boolean QFramework.RunGame.GameMgr::isLogin bool ___isLogin_14; // System.Boolean QFramework.RunGame.GameMgr::isKeepliving bool ___isKeepliving_15; // UImanager QFramework.RunGame.GameMgr::oldUIManager UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * ___oldUIManager_16; // MessageHandler QFramework.RunGame.GameMgr::messageHandler MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 * ___messageHandler_17; // inthepanelpause QFramework.RunGame.GameMgr::oldInthepanelpause inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF * ___oldInthepanelpause_18; // System.String QFramework.RunGame.GameMgr::goHomOperate String_t* ___goHomOperate_19; // System.String QFramework.RunGame.GameMgr::lastRunType String_t* ___lastRunType_20; // System.Collections.Generic.List`1 QFramework.RunGame.GameMgr::playerItems List_1_t45BED3BD6779BAD046A0BBF7DF63A61B89F6272D * ___playerItems_21; // System.Boolean QFramework.RunGame.GameMgr::isInRuning bool ___isInRuning_22; // QFramework.RunGame.UIGameRunPanel QFramework.RunGame.GameMgr::curGameRunPanel UIGameRunPanel_t4180EE1DCB598A00F251FABE3F38EA85E10E3390 * ___curGameRunPanel_23; // System.Int64 QFramework.RunGame.GameMgr::curGameRunTime int64_t ___curGameRunTime_24; // System.Int64 QFramework.RunGame.GameMgr::curGameRunTimeOther int64_t ___curGameRunTimeOther_25; // System.Int64 QFramework.RunGame.GameMgr::curGameRunScore int64_t ___curGameRunScore_26; // System.Int64 QFramework.RunGame.GameMgr::curGameRunGold int64_t ___curGameRunGold_27; // System.Collections.Generic.List`1 QFramework.RunGame.GameMgr::curFriends List_1_t522DA8A4459899466F3DE38B7184234FC4BFBA96 * ___curFriends_28; // System.Int32 QFramework.RunGame.GameMgr::friendRoomId int32_t ___friendRoomId_29; // System.Int64 QFramework.RunGame.GameMgr::roomOwner int64_t ___roomOwner_30; // QFramework.RunGame.PlayerModel QFramework.RunGame.GameMgr::matchFriend PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A * ___matchFriend_31; // QFramework.RunGame.HttpResMatchRandom QFramework.RunGame.GameMgr::matchRandomData HttpResMatchRandom_t46A5DC33A7D1DB288B3CEBC83EED77ECC224BE45 * ___matchRandomData_32; // QFramework.RunGame.GameReportRankModel QFramework.RunGame.GameMgr::matchRandomPlayerRank GameReportRankModel_tB8C5DE4B8E7DCEF6A26587F32AE6B9420F4594C6 * ___matchRandomPlayerRank_33; // System.Int32 QFramework.RunGame.GameMgr::reviveCount int32_t ___reviveCount_34; // System.Int32 QFramework.RunGame.GameMgr::newMail int32_t ___newMail_35; // System.Int64 QFramework.RunGame.GameMgr::newMailLastUp int64_t ___newMailLastUp_36; // System.Int32 QFramework.RunGame.GameMgr::newFriend int32_t ___newFriend_37; // System.Int64 QFramework.RunGame.GameMgr::newFriendLastUp int64_t ___newFriendLastUp_38; // System.Int32 QFramework.RunGame.GameMgr::newReward int32_t ___newReward_39; // System.Int64 QFramework.RunGame.GameMgr::newRewardLastUp int64_t ___newRewardLastUp_40; // System.Int32 QFramework.RunGame.GameMgr::slP1ModelId int32_t ___slP1ModelId_41; // System.Int32 QFramework.RunGame.GameMgr::slP2ModelId int32_t ___slP2ModelId_42; // System.Int32 QFramework.RunGame.GameMgr::slP1SkinId int32_t ___slP1SkinId_43; // System.Int32 QFramework.RunGame.GameMgr::slP2SkinId int32_t ___slP2SkinId_44; // System.Int32 QFramework.RunGame.GameMgr::matchLocalFinishCount int32_t ___matchLocalFinishCount_45; // System.Boolean QFramework.RunGame.GameMgr::isNoFinishedOverGame bool ___isNoFinishedOverGame_46; // System.Boolean QFramework.RunGame.GameMgr::isForceOverGame bool ___isForceOverGame_47; // System.Int64 QFramework.RunGame.GameMgr::match_player_id int64_t ___match_player_id_48; // System.Int32 QFramework.RunGame.GameMgr::matchroleid int32_t ___matchroleid_49; // System.Int32 QFramework.RunGame.GameMgr::matchskinid int32_t ___matchskinid_50; // System.Int32 QFramework.RunGame.GameMgr::matchornamentid int32_t ___matchornamentid_51; public: inline static int32_t get_offset_of_constantItem_4() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___constantItem_4)); } inline List_1_t6C54A2B20E1C3D07F2BDCB9EFDFA9255A1C12A9E * get_constantItem_4() const { return ___constantItem_4; } inline List_1_t6C54A2B20E1C3D07F2BDCB9EFDFA9255A1C12A9E ** get_address_of_constantItem_4() { return &___constantItem_4; } inline void set_constantItem_4(List_1_t6C54A2B20E1C3D07F2BDCB9EFDFA9255A1C12A9E * value) { ___constantItem_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___constantItem_4), (void*)value); } inline static int32_t get_offset_of_constantMission_5() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___constantMission_5)); } inline List_1_tC65D6567391A99F5BDCEDFB630080603068335D0 * get_constantMission_5() const { return ___constantMission_5; } inline List_1_tC65D6567391A99F5BDCEDFB630080603068335D0 ** get_address_of_constantMission_5() { return &___constantMission_5; } inline void set_constantMission_5(List_1_tC65D6567391A99F5BDCEDFB630080603068335D0 * value) { ___constantMission_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___constantMission_5), (void*)value); } inline static int32_t get_offset_of_constantShop_6() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___constantShop_6)); } inline List_1_t59CFDF18446630DCFA0D3D988BA32AF780EDA868 * get_constantShop_6() const { return ___constantShop_6; } inline List_1_t59CFDF18446630DCFA0D3D988BA32AF780EDA868 ** get_address_of_constantShop_6() { return &___constantShop_6; } inline void set_constantShop_6(List_1_t59CFDF18446630DCFA0D3D988BA32AF780EDA868 * value) { ___constantShop_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___constantShop_6), (void*)value); } inline static int32_t get_offset_of_constantItemDict_7() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___constantItemDict_7)); } inline Dictionary_2_t19D74B4172302F3E8BE87FDB2C2B6EAB88E6C1E2 * get_constantItemDict_7() const { return ___constantItemDict_7; } inline Dictionary_2_t19D74B4172302F3E8BE87FDB2C2B6EAB88E6C1E2 ** get_address_of_constantItemDict_7() { return &___constantItemDict_7; } inline void set_constantItemDict_7(Dictionary_2_t19D74B4172302F3E8BE87FDB2C2B6EAB88E6C1E2 * value) { ___constantItemDict_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___constantItemDict_7), (void*)value); } inline static int32_t get_offset_of_constantMissionDict_8() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___constantMissionDict_8)); } inline Dictionary_2_tB23B4E05DA63E15526F7ABA24913A1E4B7170EF0 * get_constantMissionDict_8() const { return ___constantMissionDict_8; } inline Dictionary_2_tB23B4E05DA63E15526F7ABA24913A1E4B7170EF0 ** get_address_of_constantMissionDict_8() { return &___constantMissionDict_8; } inline void set_constantMissionDict_8(Dictionary_2_tB23B4E05DA63E15526F7ABA24913A1E4B7170EF0 * value) { ___constantMissionDict_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___constantMissionDict_8), (void*)value); } inline static int32_t get_offset_of_constantShopDict_9() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___constantShopDict_9)); } inline Dictionary_2_t65D6FE37FB6256E263038226911CE131884CC889 * get_constantShopDict_9() const { return ___constantShopDict_9; } inline Dictionary_2_t65D6FE37FB6256E263038226911CE131884CC889 ** get_address_of_constantShopDict_9() { return &___constantShopDict_9; } inline void set_constantShopDict_9(Dictionary_2_t65D6FE37FB6256E263038226911CE131884CC889 * value) { ___constantShopDict_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___constantShopDict_9), (void*)value); } inline static int32_t get_offset_of_gameConstant_10() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___gameConstant_10)); } inline HttpResGameConstant_tF915039B8DEB4C3513066403082AE6C85D67E74E * get_gameConstant_10() const { return ___gameConstant_10; } inline HttpResGameConstant_tF915039B8DEB4C3513066403082AE6C85D67E74E ** get_address_of_gameConstant_10() { return &___gameConstant_10; } inline void set_gameConstant_10(HttpResGameConstant_tF915039B8DEB4C3513066403082AE6C85D67E74E * value) { ___gameConstant_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___gameConstant_10), (void*)value); } inline static int32_t get_offset_of_cfgScene_11() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___cfgScene_11)); } inline Dictionary_2_tAB6C4F38866CDF0234A838BF3DD8984543FCF780 * get_cfgScene_11() const { return ___cfgScene_11; } inline Dictionary_2_tAB6C4F38866CDF0234A838BF3DD8984543FCF780 ** get_address_of_cfgScene_11() { return &___cfgScene_11; } inline void set_cfgScene_11(Dictionary_2_tAB6C4F38866CDF0234A838BF3DD8984543FCF780 * value) { ___cfgScene_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___cfgScene_11), (void*)value); } inline static int32_t get_offset_of_resLoginData_12() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___resLoginData_12)); } inline HttpResLogin_t786906EB5FB8F707E65217476B7E7C6E0CC6F916 * get_resLoginData_12() const { return ___resLoginData_12; } inline HttpResLogin_t786906EB5FB8F707E65217476B7E7C6E0CC6F916 ** get_address_of_resLoginData_12() { return &___resLoginData_12; } inline void set_resLoginData_12(HttpResLogin_t786906EB5FB8F707E65217476B7E7C6E0CC6F916 * value) { ___resLoginData_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___resLoginData_12), (void*)value); } inline static int32_t get_offset_of_curPlayer_13() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curPlayer_13)); } inline PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A * get_curPlayer_13() const { return ___curPlayer_13; } inline PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A ** get_address_of_curPlayer_13() { return &___curPlayer_13; } inline void set_curPlayer_13(PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A * value) { ___curPlayer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___curPlayer_13), (void*)value); } inline static int32_t get_offset_of_isLogin_14() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___isLogin_14)); } inline bool get_isLogin_14() const { return ___isLogin_14; } inline bool* get_address_of_isLogin_14() { return &___isLogin_14; } inline void set_isLogin_14(bool value) { ___isLogin_14 = value; } inline static int32_t get_offset_of_isKeepliving_15() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___isKeepliving_15)); } inline bool get_isKeepliving_15() const { return ___isKeepliving_15; } inline bool* get_address_of_isKeepliving_15() { return &___isKeepliving_15; } inline void set_isKeepliving_15(bool value) { ___isKeepliving_15 = value; } inline static int32_t get_offset_of_oldUIManager_16() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___oldUIManager_16)); } inline UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * get_oldUIManager_16() const { return ___oldUIManager_16; } inline UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 ** get_address_of_oldUIManager_16() { return &___oldUIManager_16; } inline void set_oldUIManager_16(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * value) { ___oldUIManager_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldUIManager_16), (void*)value); } inline static int32_t get_offset_of_messageHandler_17() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___messageHandler_17)); } inline MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 * get_messageHandler_17() const { return ___messageHandler_17; } inline MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 ** get_address_of_messageHandler_17() { return &___messageHandler_17; } inline void set_messageHandler_17(MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 * value) { ___messageHandler_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___messageHandler_17), (void*)value); } inline static int32_t get_offset_of_oldInthepanelpause_18() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___oldInthepanelpause_18)); } inline inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF * get_oldInthepanelpause_18() const { return ___oldInthepanelpause_18; } inline inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF ** get_address_of_oldInthepanelpause_18() { return &___oldInthepanelpause_18; } inline void set_oldInthepanelpause_18(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF * value) { ___oldInthepanelpause_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___oldInthepanelpause_18), (void*)value); } inline static int32_t get_offset_of_goHomOperate_19() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___goHomOperate_19)); } inline String_t* get_goHomOperate_19() const { return ___goHomOperate_19; } inline String_t** get_address_of_goHomOperate_19() { return &___goHomOperate_19; } inline void set_goHomOperate_19(String_t* value) { ___goHomOperate_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___goHomOperate_19), (void*)value); } inline static int32_t get_offset_of_lastRunType_20() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___lastRunType_20)); } inline String_t* get_lastRunType_20() const { return ___lastRunType_20; } inline String_t** get_address_of_lastRunType_20() { return &___lastRunType_20; } inline void set_lastRunType_20(String_t* value) { ___lastRunType_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastRunType_20), (void*)value); } inline static int32_t get_offset_of_playerItems_21() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___playerItems_21)); } inline List_1_t45BED3BD6779BAD046A0BBF7DF63A61B89F6272D * get_playerItems_21() const { return ___playerItems_21; } inline List_1_t45BED3BD6779BAD046A0BBF7DF63A61B89F6272D ** get_address_of_playerItems_21() { return &___playerItems_21; } inline void set_playerItems_21(List_1_t45BED3BD6779BAD046A0BBF7DF63A61B89F6272D * value) { ___playerItems_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerItems_21), (void*)value); } inline static int32_t get_offset_of_isInRuning_22() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___isInRuning_22)); } inline bool get_isInRuning_22() const { return ___isInRuning_22; } inline bool* get_address_of_isInRuning_22() { return &___isInRuning_22; } inline void set_isInRuning_22(bool value) { ___isInRuning_22 = value; } inline static int32_t get_offset_of_curGameRunPanel_23() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curGameRunPanel_23)); } inline UIGameRunPanel_t4180EE1DCB598A00F251FABE3F38EA85E10E3390 * get_curGameRunPanel_23() const { return ___curGameRunPanel_23; } inline UIGameRunPanel_t4180EE1DCB598A00F251FABE3F38EA85E10E3390 ** get_address_of_curGameRunPanel_23() { return &___curGameRunPanel_23; } inline void set_curGameRunPanel_23(UIGameRunPanel_t4180EE1DCB598A00F251FABE3F38EA85E10E3390 * value) { ___curGameRunPanel_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___curGameRunPanel_23), (void*)value); } inline static int32_t get_offset_of_curGameRunTime_24() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curGameRunTime_24)); } inline int64_t get_curGameRunTime_24() const { return ___curGameRunTime_24; } inline int64_t* get_address_of_curGameRunTime_24() { return &___curGameRunTime_24; } inline void set_curGameRunTime_24(int64_t value) { ___curGameRunTime_24 = value; } inline static int32_t get_offset_of_curGameRunTimeOther_25() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curGameRunTimeOther_25)); } inline int64_t get_curGameRunTimeOther_25() const { return ___curGameRunTimeOther_25; } inline int64_t* get_address_of_curGameRunTimeOther_25() { return &___curGameRunTimeOther_25; } inline void set_curGameRunTimeOther_25(int64_t value) { ___curGameRunTimeOther_25 = value; } inline static int32_t get_offset_of_curGameRunScore_26() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curGameRunScore_26)); } inline int64_t get_curGameRunScore_26() const { return ___curGameRunScore_26; } inline int64_t* get_address_of_curGameRunScore_26() { return &___curGameRunScore_26; } inline void set_curGameRunScore_26(int64_t value) { ___curGameRunScore_26 = value; } inline static int32_t get_offset_of_curGameRunGold_27() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curGameRunGold_27)); } inline int64_t get_curGameRunGold_27() const { return ___curGameRunGold_27; } inline int64_t* get_address_of_curGameRunGold_27() { return &___curGameRunGold_27; } inline void set_curGameRunGold_27(int64_t value) { ___curGameRunGold_27 = value; } inline static int32_t get_offset_of_curFriends_28() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___curFriends_28)); } inline List_1_t522DA8A4459899466F3DE38B7184234FC4BFBA96 * get_curFriends_28() const { return ___curFriends_28; } inline List_1_t522DA8A4459899466F3DE38B7184234FC4BFBA96 ** get_address_of_curFriends_28() { return &___curFriends_28; } inline void set_curFriends_28(List_1_t522DA8A4459899466F3DE38B7184234FC4BFBA96 * value) { ___curFriends_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___curFriends_28), (void*)value); } inline static int32_t get_offset_of_friendRoomId_29() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___friendRoomId_29)); } inline int32_t get_friendRoomId_29() const { return ___friendRoomId_29; } inline int32_t* get_address_of_friendRoomId_29() { return &___friendRoomId_29; } inline void set_friendRoomId_29(int32_t value) { ___friendRoomId_29 = value; } inline static int32_t get_offset_of_roomOwner_30() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___roomOwner_30)); } inline int64_t get_roomOwner_30() const { return ___roomOwner_30; } inline int64_t* get_address_of_roomOwner_30() { return &___roomOwner_30; } inline void set_roomOwner_30(int64_t value) { ___roomOwner_30 = value; } inline static int32_t get_offset_of_matchFriend_31() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchFriend_31)); } inline PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A * get_matchFriend_31() const { return ___matchFriend_31; } inline PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A ** get_address_of_matchFriend_31() { return &___matchFriend_31; } inline void set_matchFriend_31(PlayerModel_tFB7C916C4EF54EF298EC2254C6B594CBFFA54B4A * value) { ___matchFriend_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchFriend_31), (void*)value); } inline static int32_t get_offset_of_matchRandomData_32() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchRandomData_32)); } inline HttpResMatchRandom_t46A5DC33A7D1DB288B3CEBC83EED77ECC224BE45 * get_matchRandomData_32() const { return ___matchRandomData_32; } inline HttpResMatchRandom_t46A5DC33A7D1DB288B3CEBC83EED77ECC224BE45 ** get_address_of_matchRandomData_32() { return &___matchRandomData_32; } inline void set_matchRandomData_32(HttpResMatchRandom_t46A5DC33A7D1DB288B3CEBC83EED77ECC224BE45 * value) { ___matchRandomData_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchRandomData_32), (void*)value); } inline static int32_t get_offset_of_matchRandomPlayerRank_33() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchRandomPlayerRank_33)); } inline GameReportRankModel_tB8C5DE4B8E7DCEF6A26587F32AE6B9420F4594C6 * get_matchRandomPlayerRank_33() const { return ___matchRandomPlayerRank_33; } inline GameReportRankModel_tB8C5DE4B8E7DCEF6A26587F32AE6B9420F4594C6 ** get_address_of_matchRandomPlayerRank_33() { return &___matchRandomPlayerRank_33; } inline void set_matchRandomPlayerRank_33(GameReportRankModel_tB8C5DE4B8E7DCEF6A26587F32AE6B9420F4594C6 * value) { ___matchRandomPlayerRank_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___matchRandomPlayerRank_33), (void*)value); } inline static int32_t get_offset_of_reviveCount_34() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___reviveCount_34)); } inline int32_t get_reviveCount_34() const { return ___reviveCount_34; } inline int32_t* get_address_of_reviveCount_34() { return &___reviveCount_34; } inline void set_reviveCount_34(int32_t value) { ___reviveCount_34 = value; } inline static int32_t get_offset_of_newMail_35() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___newMail_35)); } inline int32_t get_newMail_35() const { return ___newMail_35; } inline int32_t* get_address_of_newMail_35() { return &___newMail_35; } inline void set_newMail_35(int32_t value) { ___newMail_35 = value; } inline static int32_t get_offset_of_newMailLastUp_36() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___newMailLastUp_36)); } inline int64_t get_newMailLastUp_36() const { return ___newMailLastUp_36; } inline int64_t* get_address_of_newMailLastUp_36() { return &___newMailLastUp_36; } inline void set_newMailLastUp_36(int64_t value) { ___newMailLastUp_36 = value; } inline static int32_t get_offset_of_newFriend_37() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___newFriend_37)); } inline int32_t get_newFriend_37() const { return ___newFriend_37; } inline int32_t* get_address_of_newFriend_37() { return &___newFriend_37; } inline void set_newFriend_37(int32_t value) { ___newFriend_37 = value; } inline static int32_t get_offset_of_newFriendLastUp_38() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___newFriendLastUp_38)); } inline int64_t get_newFriendLastUp_38() const { return ___newFriendLastUp_38; } inline int64_t* get_address_of_newFriendLastUp_38() { return &___newFriendLastUp_38; } inline void set_newFriendLastUp_38(int64_t value) { ___newFriendLastUp_38 = value; } inline static int32_t get_offset_of_newReward_39() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___newReward_39)); } inline int32_t get_newReward_39() const { return ___newReward_39; } inline int32_t* get_address_of_newReward_39() { return &___newReward_39; } inline void set_newReward_39(int32_t value) { ___newReward_39 = value; } inline static int32_t get_offset_of_newRewardLastUp_40() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___newRewardLastUp_40)); } inline int64_t get_newRewardLastUp_40() const { return ___newRewardLastUp_40; } inline int64_t* get_address_of_newRewardLastUp_40() { return &___newRewardLastUp_40; } inline void set_newRewardLastUp_40(int64_t value) { ___newRewardLastUp_40 = value; } inline static int32_t get_offset_of_slP1ModelId_41() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___slP1ModelId_41)); } inline int32_t get_slP1ModelId_41() const { return ___slP1ModelId_41; } inline int32_t* get_address_of_slP1ModelId_41() { return &___slP1ModelId_41; } inline void set_slP1ModelId_41(int32_t value) { ___slP1ModelId_41 = value; } inline static int32_t get_offset_of_slP2ModelId_42() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___slP2ModelId_42)); } inline int32_t get_slP2ModelId_42() const { return ___slP2ModelId_42; } inline int32_t* get_address_of_slP2ModelId_42() { return &___slP2ModelId_42; } inline void set_slP2ModelId_42(int32_t value) { ___slP2ModelId_42 = value; } inline static int32_t get_offset_of_slP1SkinId_43() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___slP1SkinId_43)); } inline int32_t get_slP1SkinId_43() const { return ___slP1SkinId_43; } inline int32_t* get_address_of_slP1SkinId_43() { return &___slP1SkinId_43; } inline void set_slP1SkinId_43(int32_t value) { ___slP1SkinId_43 = value; } inline static int32_t get_offset_of_slP2SkinId_44() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___slP2SkinId_44)); } inline int32_t get_slP2SkinId_44() const { return ___slP2SkinId_44; } inline int32_t* get_address_of_slP2SkinId_44() { return &___slP2SkinId_44; } inline void set_slP2SkinId_44(int32_t value) { ___slP2SkinId_44 = value; } inline static int32_t get_offset_of_matchLocalFinishCount_45() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchLocalFinishCount_45)); } inline int32_t get_matchLocalFinishCount_45() const { return ___matchLocalFinishCount_45; } inline int32_t* get_address_of_matchLocalFinishCount_45() { return &___matchLocalFinishCount_45; } inline void set_matchLocalFinishCount_45(int32_t value) { ___matchLocalFinishCount_45 = value; } inline static int32_t get_offset_of_isNoFinishedOverGame_46() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___isNoFinishedOverGame_46)); } inline bool get_isNoFinishedOverGame_46() const { return ___isNoFinishedOverGame_46; } inline bool* get_address_of_isNoFinishedOverGame_46() { return &___isNoFinishedOverGame_46; } inline void set_isNoFinishedOverGame_46(bool value) { ___isNoFinishedOverGame_46 = value; } inline static int32_t get_offset_of_isForceOverGame_47() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___isForceOverGame_47)); } inline bool get_isForceOverGame_47() const { return ___isForceOverGame_47; } inline bool* get_address_of_isForceOverGame_47() { return &___isForceOverGame_47; } inline void set_isForceOverGame_47(bool value) { ___isForceOverGame_47 = value; } inline static int32_t get_offset_of_match_player_id_48() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___match_player_id_48)); } inline int64_t get_match_player_id_48() const { return ___match_player_id_48; } inline int64_t* get_address_of_match_player_id_48() { return &___match_player_id_48; } inline void set_match_player_id_48(int64_t value) { ___match_player_id_48 = value; } inline static int32_t get_offset_of_matchroleid_49() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchroleid_49)); } inline int32_t get_matchroleid_49() const { return ___matchroleid_49; } inline int32_t* get_address_of_matchroleid_49() { return &___matchroleid_49; } inline void set_matchroleid_49(int32_t value) { ___matchroleid_49 = value; } inline static int32_t get_offset_of_matchskinid_50() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchskinid_50)); } inline int32_t get_matchskinid_50() const { return ___matchskinid_50; } inline int32_t* get_address_of_matchskinid_50() { return &___matchskinid_50; } inline void set_matchskinid_50(int32_t value) { ___matchskinid_50 = value; } inline static int32_t get_offset_of_matchornamentid_51() { return static_cast(offsetof(GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF, ___matchornamentid_51)); } inline int32_t get_matchornamentid_51() const { return ___matchornamentid_51; } inline int32_t* get_address_of_matchornamentid_51() { return &___matchornamentid_51; } inline void set_matchornamentid_51(int32_t value) { ___matchornamentid_51 = value; } }; // Slideraxspeed struct Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject Slideraxspeed::_showmaxspeed GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ____showmaxspeed_5; // UnityEngine.UI.Image Slideraxspeed::_imgshowmaxspeed Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ____imgshowmaxspeed_6; // UnityEngine.UI.Text Slideraxspeed::_Showloaddelay Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ____Showloaddelay_7; // UnityEngine.GameObject Slideraxspeed::_kim GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ____kim_8; // UnityEngine.GameObject Slideraxspeed::makeintance GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___makeintance_9; // UnityEngine.GameObject Slideraxspeed::maxspeedojectanimator GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___maxspeedojectanimator_10; // UnityEngine.GameObject Slideraxspeed::effctpaler GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___effctpaler_11; // UnityEngine.GameObject Slideraxspeed::tplayer GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___tplayer_12; // Makesupway Slideraxspeed::makesupway Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * ___makesupway_13; // Playermuving Slideraxspeed::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_14; // System.Collections.Generic.List`1 Slideraxspeed::Hidecoin List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___Hidecoin_15; // System.Collections.Generic.List`1 Slideraxspeed::Showcoin List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___Showcoin_16; // System.Collections.Generic.List`1 Slideraxspeed::HidecoininGame List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___HidecoininGame_17; // System.Collections.Generic.List`1 Slideraxspeed::ShowcoininGame List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___ShowcoininGame_18; // UnityEngine.GameObject Slideraxspeed::coin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___coin_19; // System.Int32 Slideraxspeed::value int32_t ___value_21; // UnityEngine.UI.Image Slideraxspeed::imgposition Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgposition_22; // UnityEngine.RectTransform Slideraxspeed::rectranform RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___rectranform_23; public: inline static int32_t get_offset_of__showmaxspeed_5() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ____showmaxspeed_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get__showmaxspeed_5() const { return ____showmaxspeed_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of__showmaxspeed_5() { return &____showmaxspeed_5; } inline void set__showmaxspeed_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ____showmaxspeed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____showmaxspeed_5), (void*)value); } inline static int32_t get_offset_of__imgshowmaxspeed_6() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ____imgshowmaxspeed_6)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get__imgshowmaxspeed_6() const { return ____imgshowmaxspeed_6; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of__imgshowmaxspeed_6() { return &____imgshowmaxspeed_6; } inline void set__imgshowmaxspeed_6(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ____imgshowmaxspeed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____imgshowmaxspeed_6), (void*)value); } inline static int32_t get_offset_of__Showloaddelay_7() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ____Showloaddelay_7)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get__Showloaddelay_7() const { return ____Showloaddelay_7; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of__Showloaddelay_7() { return &____Showloaddelay_7; } inline void set__Showloaddelay_7(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ____Showloaddelay_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____Showloaddelay_7), (void*)value); } inline static int32_t get_offset_of__kim_8() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ____kim_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get__kim_8() const { return ____kim_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of__kim_8() { return &____kim_8; } inline void set__kim_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ____kim_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____kim_8), (void*)value); } inline static int32_t get_offset_of_makeintance_9() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___makeintance_9)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_makeintance_9() const { return ___makeintance_9; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_makeintance_9() { return &___makeintance_9; } inline void set_makeintance_9(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___makeintance_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___makeintance_9), (void*)value); } inline static int32_t get_offset_of_maxspeedojectanimator_10() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___maxspeedojectanimator_10)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_maxspeedojectanimator_10() const { return ___maxspeedojectanimator_10; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_maxspeedojectanimator_10() { return &___maxspeedojectanimator_10; } inline void set_maxspeedojectanimator_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___maxspeedojectanimator_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___maxspeedojectanimator_10), (void*)value); } inline static int32_t get_offset_of_effctpaler_11() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___effctpaler_11)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_effctpaler_11() const { return ___effctpaler_11; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_effctpaler_11() { return &___effctpaler_11; } inline void set_effctpaler_11(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___effctpaler_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___effctpaler_11), (void*)value); } inline static int32_t get_offset_of_tplayer_12() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___tplayer_12)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_tplayer_12() const { return ___tplayer_12; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_tplayer_12() { return &___tplayer_12; } inline void set_tplayer_12(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___tplayer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___tplayer_12), (void*)value); } inline static int32_t get_offset_of_makesupway_13() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___makesupway_13)); } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * get_makesupway_13() const { return ___makesupway_13; } inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 ** get_address_of_makesupway_13() { return &___makesupway_13; } inline void set_makesupway_13(Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * value) { ___makesupway_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___makesupway_13), (void*)value); } inline static int32_t get_offset_of_player_14() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___player_14)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_14() const { return ___player_14; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_14() { return &___player_14; } inline void set_player_14(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_14), (void*)value); } inline static int32_t get_offset_of_Hidecoin_15() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___Hidecoin_15)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_Hidecoin_15() const { return ___Hidecoin_15; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_Hidecoin_15() { return &___Hidecoin_15; } inline void set_Hidecoin_15(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___Hidecoin_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___Hidecoin_15), (void*)value); } inline static int32_t get_offset_of_Showcoin_16() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___Showcoin_16)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_Showcoin_16() const { return ___Showcoin_16; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_Showcoin_16() { return &___Showcoin_16; } inline void set_Showcoin_16(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___Showcoin_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___Showcoin_16), (void*)value); } inline static int32_t get_offset_of_HidecoininGame_17() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___HidecoininGame_17)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_HidecoininGame_17() const { return ___HidecoininGame_17; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_HidecoininGame_17() { return &___HidecoininGame_17; } inline void set_HidecoininGame_17(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___HidecoininGame_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___HidecoininGame_17), (void*)value); } inline static int32_t get_offset_of_ShowcoininGame_18() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___ShowcoininGame_18)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_ShowcoininGame_18() const { return ___ShowcoininGame_18; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_ShowcoininGame_18() { return &___ShowcoininGame_18; } inline void set_ShowcoininGame_18(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___ShowcoininGame_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowcoininGame_18), (void*)value); } inline static int32_t get_offset_of_coin_19() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___coin_19)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_coin_19() const { return ___coin_19; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_coin_19() { return &___coin_19; } inline void set_coin_19(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___coin_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___coin_19), (void*)value); } inline static int32_t get_offset_of_value_21() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___value_21)); } inline int32_t get_value_21() const { return ___value_21; } inline int32_t* get_address_of_value_21() { return &___value_21; } inline void set_value_21(int32_t value) { ___value_21 = value; } inline static int32_t get_offset_of_imgposition_22() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___imgposition_22)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgposition_22() const { return ___imgposition_22; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgposition_22() { return &___imgposition_22; } inline void set_imgposition_22(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgposition_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgposition_22), (void*)value); } inline static int32_t get_offset_of_rectranform_23() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF, ___rectranform_23)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_rectranform_23() const { return ___rectranform_23; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_rectranform_23() { return &___rectranform_23; } inline void set_rectranform_23(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___rectranform_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___rectranform_23), (void*)value); } }; struct Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF_StaticFields { public: // Slideraxspeed Slideraxspeed::instance Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF * ___instance_4; // System.Boolean Slideraxspeed::IntheuseingItem bool ___IntheuseingItem_20; public: inline static int32_t get_offset_of_instance_4() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF_StaticFields, ___instance_4)); } inline Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF * get_instance_4() const { return ___instance_4; } inline Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF ** get_address_of_instance_4() { return &___instance_4; } inline void set_instance_4(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF * value) { ___instance_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_4), (void*)value); } inline static int32_t get_offset_of_IntheuseingItem_20() { return static_cast(offsetof(Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF_StaticFields, ___IntheuseingItem_20)); } inline bool get_IntheuseingItem_20() const { return ___IntheuseingItem_20; } inline bool* get_address_of_IntheuseingItem_20() { return &___IntheuseingItem_20; } inline void set_IntheuseingItem_20(bool value) { ___IntheuseingItem_20 = value; } }; // Soundmanager struct Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject Soundmanager::backgrod GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___backgrod_4; // UnityEngine.GameObject Soundmanager::police GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___police_5; // UnityEngine.GameObject Soundmanager::slide GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___slide_6; // UnityEngine.GameObject Soundmanager::coin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___coin_7; // UnityEngine.GameObject Soundmanager::rung GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___rung_8; // UnityEngine.GameObject Soundmanager::Getitem GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Getitem_9; // UnityEngine.GameObject Soundmanager::UIclick GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___UIclick_10; // UnityEngine.AudioSource Soundmanager::Audiocoin AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * ___Audiocoin_11; // UnityEngine.GameObject Soundmanager::PlayAgian GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___PlayAgian_12; // UnityEngine.GameObject Soundmanager::newhighscore GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___newhighscore_13; // UnityEngine.GameObject Soundmanager::itemmax GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___itemmax_14; // System.Int32 Soundmanager::countcall int32_t ___countcall_18; public: inline static int32_t get_offset_of_backgrod_4() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___backgrod_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_backgrod_4() const { return ___backgrod_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_backgrod_4() { return &___backgrod_4; } inline void set_backgrod_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___backgrod_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___backgrod_4), (void*)value); } inline static int32_t get_offset_of_police_5() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___police_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_police_5() const { return ___police_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_police_5() { return &___police_5; } inline void set_police_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___police_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___police_5), (void*)value); } inline static int32_t get_offset_of_slide_6() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___slide_6)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_slide_6() const { return ___slide_6; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_slide_6() { return &___slide_6; } inline void set_slide_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___slide_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___slide_6), (void*)value); } inline static int32_t get_offset_of_coin_7() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___coin_7)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_coin_7() const { return ___coin_7; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_coin_7() { return &___coin_7; } inline void set_coin_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___coin_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___coin_7), (void*)value); } inline static int32_t get_offset_of_rung_8() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___rung_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_rung_8() const { return ___rung_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_rung_8() { return &___rung_8; } inline void set_rung_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___rung_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rung_8), (void*)value); } inline static int32_t get_offset_of_Getitem_9() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___Getitem_9)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Getitem_9() const { return ___Getitem_9; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Getitem_9() { return &___Getitem_9; } inline void set_Getitem_9(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___Getitem_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___Getitem_9), (void*)value); } inline static int32_t get_offset_of_UIclick_10() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___UIclick_10)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_UIclick_10() const { return ___UIclick_10; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_UIclick_10() { return &___UIclick_10; } inline void set_UIclick_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___UIclick_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UIclick_10), (void*)value); } inline static int32_t get_offset_of_Audiocoin_11() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___Audiocoin_11)); } inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * get_Audiocoin_11() const { return ___Audiocoin_11; } inline AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C ** get_address_of_Audiocoin_11() { return &___Audiocoin_11; } inline void set_Audiocoin_11(AudioSource_t5196F862B4E60F404613361C90D87FBDD041E93C * value) { ___Audiocoin_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___Audiocoin_11), (void*)value); } inline static int32_t get_offset_of_PlayAgian_12() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___PlayAgian_12)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_PlayAgian_12() const { return ___PlayAgian_12; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_PlayAgian_12() { return &___PlayAgian_12; } inline void set_PlayAgian_12(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___PlayAgian_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___PlayAgian_12), (void*)value); } inline static int32_t get_offset_of_newhighscore_13() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___newhighscore_13)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_newhighscore_13() const { return ___newhighscore_13; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_newhighscore_13() { return &___newhighscore_13; } inline void set_newhighscore_13(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___newhighscore_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___newhighscore_13), (void*)value); } inline static int32_t get_offset_of_itemmax_14() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___itemmax_14)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_itemmax_14() const { return ___itemmax_14; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_itemmax_14() { return &___itemmax_14; } inline void set_itemmax_14(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___itemmax_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___itemmax_14), (void*)value); } inline static int32_t get_offset_of_countcall_18() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09, ___countcall_18)); } inline int32_t get_countcall_18() const { return ___countcall_18; } inline int32_t* get_address_of_countcall_18() { return &___countcall_18; } inline void set_countcall_18(int32_t value) { ___countcall_18 = value; } }; struct Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09_StaticFields { public: // Soundmanager Soundmanager::soundmanager Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 * ___soundmanager_15; // UnityEngine.GameObject Soundmanager::xe GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___xe_16; // System.Single Soundmanager::pitchsound float ___pitchsound_17; public: inline static int32_t get_offset_of_soundmanager_15() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09_StaticFields, ___soundmanager_15)); } inline Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 * get_soundmanager_15() const { return ___soundmanager_15; } inline Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 ** get_address_of_soundmanager_15() { return &___soundmanager_15; } inline void set_soundmanager_15(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 * value) { ___soundmanager_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___soundmanager_15), (void*)value); } inline static int32_t get_offset_of_xe_16() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09_StaticFields, ___xe_16)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_xe_16() const { return ___xe_16; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_xe_16() { return &___xe_16; } inline void set_xe_16(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___xe_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___xe_16), (void*)value); } inline static int32_t get_offset_of_pitchsound_17() { return static_cast(offsetof(Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09_StaticFields, ___pitchsound_17)); } inline float get_pitchsound_17() const { return ___pitchsound_17; } inline float* get_address_of_pitchsound_17() { return &___pitchsound_17; } inline void set_pitchsound_17(float value) { ___pitchsound_17 = value; } }; // UImanager struct UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject UImanager::p2player GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___p2player_4; // UnityEngine.GameObject UImanager::showslidermaxspeed GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showslidermaxspeed_5; // UnityEngine.GameObject UImanager::showPlayeronlost GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showPlayeronlost_6; // UnityEngine.UI.Text UImanager::cointxt Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___cointxt_7; // UnityEngine.UI.Text UImanager::cointxtp2 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___cointxtp2_8; // UnityEngine.UI.Button UImanager::btnplay Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * ___btnplay_9; // UnityEngine.UI.Text UImanager::yourcoinmuving Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourcoinmuving_10; // UnityEngine.UI.Text UImanager::yourcoinmuvingnow Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourcoinmuvingnow_11; // UnityEngine.UI.Text UImanager::yourcoin Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourcoin_12; // UnityEngine.UI.Text UImanager::yourcoinnow Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourcoinnow_13; // UnityEngine.UI.Text UImanager::yourkeytxt Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourkeytxt_14; // UnityEngine.UI.Button UImanager::showbotton Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * ___showbotton_15; // UnityEngine.UI.Text UImanager::newsoccoretxt Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___newsoccoretxt_16; // UnityEngine.UI.Text UImanager::yourkey Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourkey_17; // UnityEngine.UI.Text UImanager::yourkeyneed Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourkeyneed_18; // System.Int32 UImanager::needkey int32_t ___needkey_19; // System.Boolean UImanager::Closebox bool ___Closebox_20; // UnityEngine.GameObject UImanager::showieffcts GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showieffcts_21; // UnityEngine.UI.Text UImanager::coinmain Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___coinmain_22; // UnityEngine.UI.Text UImanager::coinmainp2 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___coinmainp2_23; // System.Boolean UImanager::alowopen bool ___alowopen_24; // System.Single UImanager::Slidertimerdowload float ___Slidertimerdowload_25; // UnityEngine.Animator UImanager::amin Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___amin_26; // UnityEngine.GameObject UImanager::camerafolow GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___camerafolow_27; // UnityEngine.RectTransform UImanager::p1head1 RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___p1head1_29; // UnityEngine.RectTransform UImanager::p2head1 RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___p2head1_30; // UnityEngine.UI.Text UImanager::mingci1 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___mingci1_31; // UnityEngine.RectTransform UImanager::p1head2 RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___p1head2_32; // UnityEngine.RectTransform UImanager::p2head2 RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___p2head2_33; // UnityEngine.UI.Text UImanager::mingci2 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___mingci2_34; // UnityEngine.GameObject UImanager::lichengbiao1 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lichengbiao1_35; // UnityEngine.GameObject UImanager::lichengbiao2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___lichengbiao2_36; // UnityEngine.GameObject UImanager::paneloading GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___paneloading_37; // UnityEngine.GameObject UImanager::panellost GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panellost_38; // UnityEngine.GameObject UImanager::panelseleckey GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelseleckey_39; // UnityEngine.GameObject UImanager::panelcoin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelcoin_40; // UnityEngine.GameObject UImanager::newcoinmaxmung GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___newcoinmaxmung_41; // UnityEngine.GameObject UImanager::panelshowitem GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelshowitem_42; // UnityEngine.GameObject UImanager::panel_Earm_Coin GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panel_Earm_Coin_43; // UnityEngine.GameObject UImanager::panel_main_shop GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panel_main_shop_44; // UnityEngine.UI.Slider UImanager::timerforkey Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timerforkey_45; // UnityEngine.UI.Slider UImanager::Ontheloading Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___Ontheloading_46; // UnityEngine.UI.Slider UImanager::timer Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timer_47; // UnityEngine.UI.Slider UImanager::timeriteam Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timeriteam_48; // UnityEngine.UI.Slider UImanager::timeriteamhut Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timeriteamhut_49; // UnityEngine.UI.Slider UImanager::timeriteamx2 Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timeriteamx2_50; // UnityEngine.UI.Slider UImanager::timeriteamgiay Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timeriteamgiay_51; // UnityEngine.UI.Slider UImanager::timeriteambay Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___timeriteambay_52; // UnityEngine.GameObject UImanager::panelslidervan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelslidervan_53; // UnityEngine.GameObject UImanager::panelsliderhut GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelsliderhut_54; // UnityEngine.GameObject UImanager::panelsliderx2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelsliderx2_55; // UnityEngine.GameObject UImanager::panelslidergiay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelslidergiay_56; // UnityEngine.GameObject UImanager::panelsliderbay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelsliderbay_57; // System.Int32 UImanager::checkthedie int32_t ___checkthedie_58; // UnityEngine.UI.Text UImanager::showhighscoreinpanellost Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showhighscoreinpanellost_60; // UnityEngine.UI.Text UImanager::ShowHighscor3D Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___ShowHighscor3D_61; // System.Int32 UImanager::frameRate int32_t ___frameRate_62; // Playermuving UImanager::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_63; // Camerafolow UImanager::camfolowplayer Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * ___camfolowplayer_64; // UnityEngine.UI.Button UImanager::Playagainshowhide Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * ___Playagainshowhide_67; // System.Boolean UImanager::calll bool ___calll_68; // UnityEngine.GameObject UImanager::UIHowToPlay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___UIHowToPlay_69; // System.Collections.Generic.List`1 UImanager::allmessage List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___allmessage_72; // UnityEngine.GameObject UImanager::showtextwhait_1111111 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showtextwhait_1111111_73; // UnityEngine.UI.Text UImanager::delaysecon_1111111 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___delaysecon_1111111_74; // System.Boolean UImanager::alowdelay bool ___alowdelay_75; // System.Int32 UImanager::valuex2 int32_t ___valuex2_76; // System.Boolean UImanager::alowcall bool ___alowcall_77; // System.Boolean UImanager::showthenewsocore bool ___showthenewsocore_78; // System.Int32 UImanager::showbane int32_t ___showbane_79; // UnityEngine.UI.Image UImanager::_imgslidercicle Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ____imgslidercicle_81; // UnityEngine.GameObject UImanager::BtnPause GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___BtnPause_82; // System.Boolean UImanager::_continuedMuvingWenCliCads bool ____continuedMuvingWenCliCads_83; // UnityEngine.UI.Text UImanager::showdelay Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showdelay_84; // System.Int32 UImanager::delay int32_t ___delay_85; // System.Int32 UImanager::alowshowads int32_t ___alowshowads_86; // UnityEngine.GameObject UImanager::_btnunityAds GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ____btnunityAds_87; // UnityEngine.GameObject UImanager::notinapkey GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___notinapkey_88; // UnityEngine.Transform UImanager::Lischaracter Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___Lischaracter_90; // System.Collections.Generic.List`1 UImanager::showlisChaRacTer List_1_t3D4152882C54B77C712688E910390D5C8E030463 * ___showlisChaRacTer_91; // UnityEngine.GameObject UImanager::opennewHideSocore GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___opennewHideSocore_92; // UnityEngine.GameObject UImanager::panelbox GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelbox_93; // UnityEngine.UI.Text UImanager::yourrandumitembox Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___yourrandumitembox_94; // UnityEngine.UI.Text UImanager::showtexbox Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showtexbox_95; // UnityEngine.UI.Text UImanager::showvan Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showvan_96; // UnityEngine.UI.Text UImanager::showvan1 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showvan1_97; // UnityEngine.UI.Text UImanager::showcoin Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showcoin_98; // UnityEngine.UI.Text UImanager::showkey Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showkey_99; // UnityEngine.GameObject UImanager::showbuyvaninthemain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showbuyvaninthemain_100; // UnityEngine.GameObject UImanager::showsetting GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showsetting_101; // UnityEngine.GameObject UImanager::panelmain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelmain_102; // UnityEngine.UI.Image UImanager::notshowsound Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___notshowsound_103; // UnityEngine.UI.Text UImanager::showsown Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showsown_104; // UnityEngine.GameObject UImanager::shoppanel GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___shoppanel_105; // UnityEngine.UI.Text UImanager::txtkeyinshop Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___txtkeyinshop_106; // UnityEngine.UI.Text UImanager::txtcoininshop Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___txtcoininshop_107; // UnityEngine.UI.Text UImanager::counHoverboard Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___counHoverboard_108; // UnityEngine.UI.Image UImanager::imgHoverboard Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgHoverboard_109; // UnityEngine.UI.Image UImanager::MysteryBox Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___MysteryBox_110; // UnityEngine.UI.Image UImanager::imgheadstart Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgheadstart_111; // System.Boolean UImanager::buyitemboxintheshop bool ___buyitemboxintheshop_112; // UnityEngine.UI.ILayoutElement UImanager::layout RuntimeObject* ___layout_113; // UnityEngine.Animator UImanager::layoutamin Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___layoutamin_114; // UnityEngine.UI.Button UImanager::btnitemfly Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * ___btnitemfly_115; // UnityEngine.UI.Text UImanager::showtextog_facebook Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showtextog_facebook_116; // UnityEngine.UI.Text UImanager::CountItemFly Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___CountItemFly_117; // System.Boolean UImanager::delayforgetitemfly bool ___delayforgetitemfly_118; // UnityEngine.UI.Text UImanager::showyouhaveHeadstar Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showyouhaveHeadstar_119; // UnityEngine.UI.Slider UImanager::jetpackslider Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * ___jetpackslider_120; // UnityEngine.UI.Image UImanager::imgjetpack Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgjetpack_121; // UnityEngine.UI.Image UImanager::imgSuperSneakers Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgSuperSneakers_122; // UnityEngine.UI.Image UImanager::imgSuperMagnet Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgSuperMagnet_123; // UnityEngine.UI.Image UImanager::imgX2Coin Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___imgX2Coin_124; // UnityEngine.UI.Text UImanager::txtcoinlvjetpack Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___txtcoinlvjetpack_125; // UnityEngine.UI.Text UImanager::gettx Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___gettx_126; // UnityEngine.GameObject UImanager::slder GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___slder_127; // System.Single UImanager::cahe float ___cahe_129; // UnityEngine.UI.Text UImanager::showwhisthighscore Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___showwhisthighscore_130; // UnityEngine.UI.Text UImanager::SHOW Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___SHOW_131; // System.Single UImanager::deltaTime float ___deltaTime_132; // System.Int32 UImanager::add int32_t ___add_133; // UnityEngine.UI.Text UImanager::gettex Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___gettex_134; // UnityEngine.UI.Text UImanager::gettexp2 Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___gettexp2_135; // System.Int32 UImanager::gettexint int32_t ___gettexint_136; // System.Single UImanager::time float ___time_137; // UnityEngine.UI.Image UImanager::Avatarfb Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___Avatarfb_139; public: inline static int32_t get_offset_of_p2player_4() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___p2player_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_p2player_4() const { return ___p2player_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_p2player_4() { return &___p2player_4; } inline void set_p2player_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___p2player_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p2player_4), (void*)value); } inline static int32_t get_offset_of_showslidermaxspeed_5() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showslidermaxspeed_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showslidermaxspeed_5() const { return ___showslidermaxspeed_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showslidermaxspeed_5() { return &___showslidermaxspeed_5; } inline void set_showslidermaxspeed_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showslidermaxspeed_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___showslidermaxspeed_5), (void*)value); } inline static int32_t get_offset_of_showPlayeronlost_6() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showPlayeronlost_6)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showPlayeronlost_6() const { return ___showPlayeronlost_6; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showPlayeronlost_6() { return &___showPlayeronlost_6; } inline void set_showPlayeronlost_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showPlayeronlost_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___showPlayeronlost_6), (void*)value); } inline static int32_t get_offset_of_cointxt_7() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___cointxt_7)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_cointxt_7() const { return ___cointxt_7; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_cointxt_7() { return &___cointxt_7; } inline void set_cointxt_7(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___cointxt_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___cointxt_7), (void*)value); } inline static int32_t get_offset_of_cointxtp2_8() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___cointxtp2_8)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_cointxtp2_8() const { return ___cointxtp2_8; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_cointxtp2_8() { return &___cointxtp2_8; } inline void set_cointxtp2_8(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___cointxtp2_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___cointxtp2_8), (void*)value); } inline static int32_t get_offset_of_btnplay_9() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___btnplay_9)); } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * get_btnplay_9() const { return ___btnplay_9; } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B ** get_address_of_btnplay_9() { return &___btnplay_9; } inline void set_btnplay_9(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * value) { ___btnplay_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnplay_9), (void*)value); } inline static int32_t get_offset_of_yourcoinmuving_10() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourcoinmuving_10)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourcoinmuving_10() const { return ___yourcoinmuving_10; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourcoinmuving_10() { return &___yourcoinmuving_10; } inline void set_yourcoinmuving_10(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourcoinmuving_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourcoinmuving_10), (void*)value); } inline static int32_t get_offset_of_yourcoinmuvingnow_11() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourcoinmuvingnow_11)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourcoinmuvingnow_11() const { return ___yourcoinmuvingnow_11; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourcoinmuvingnow_11() { return &___yourcoinmuvingnow_11; } inline void set_yourcoinmuvingnow_11(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourcoinmuvingnow_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourcoinmuvingnow_11), (void*)value); } inline static int32_t get_offset_of_yourcoin_12() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourcoin_12)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourcoin_12() const { return ___yourcoin_12; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourcoin_12() { return &___yourcoin_12; } inline void set_yourcoin_12(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourcoin_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourcoin_12), (void*)value); } inline static int32_t get_offset_of_yourcoinnow_13() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourcoinnow_13)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourcoinnow_13() const { return ___yourcoinnow_13; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourcoinnow_13() { return &___yourcoinnow_13; } inline void set_yourcoinnow_13(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourcoinnow_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourcoinnow_13), (void*)value); } inline static int32_t get_offset_of_yourkeytxt_14() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourkeytxt_14)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourkeytxt_14() const { return ___yourkeytxt_14; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourkeytxt_14() { return &___yourkeytxt_14; } inline void set_yourkeytxt_14(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourkeytxt_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourkeytxt_14), (void*)value); } inline static int32_t get_offset_of_showbotton_15() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showbotton_15)); } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * get_showbotton_15() const { return ___showbotton_15; } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B ** get_address_of_showbotton_15() { return &___showbotton_15; } inline void set_showbotton_15(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * value) { ___showbotton_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___showbotton_15), (void*)value); } inline static int32_t get_offset_of_newsoccoretxt_16() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___newsoccoretxt_16)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_newsoccoretxt_16() const { return ___newsoccoretxt_16; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_newsoccoretxt_16() { return &___newsoccoretxt_16; } inline void set_newsoccoretxt_16(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___newsoccoretxt_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___newsoccoretxt_16), (void*)value); } inline static int32_t get_offset_of_yourkey_17() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourkey_17)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourkey_17() const { return ___yourkey_17; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourkey_17() { return &___yourkey_17; } inline void set_yourkey_17(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourkey_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourkey_17), (void*)value); } inline static int32_t get_offset_of_yourkeyneed_18() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourkeyneed_18)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourkeyneed_18() const { return ___yourkeyneed_18; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourkeyneed_18() { return &___yourkeyneed_18; } inline void set_yourkeyneed_18(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourkeyneed_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourkeyneed_18), (void*)value); } inline static int32_t get_offset_of_needkey_19() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___needkey_19)); } inline int32_t get_needkey_19() const { return ___needkey_19; } inline int32_t* get_address_of_needkey_19() { return &___needkey_19; } inline void set_needkey_19(int32_t value) { ___needkey_19 = value; } inline static int32_t get_offset_of_Closebox_20() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___Closebox_20)); } inline bool get_Closebox_20() const { return ___Closebox_20; } inline bool* get_address_of_Closebox_20() { return &___Closebox_20; } inline void set_Closebox_20(bool value) { ___Closebox_20 = value; } inline static int32_t get_offset_of_showieffcts_21() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showieffcts_21)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showieffcts_21() const { return ___showieffcts_21; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showieffcts_21() { return &___showieffcts_21; } inline void set_showieffcts_21(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showieffcts_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___showieffcts_21), (void*)value); } inline static int32_t get_offset_of_coinmain_22() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___coinmain_22)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_coinmain_22() const { return ___coinmain_22; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_coinmain_22() { return &___coinmain_22; } inline void set_coinmain_22(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___coinmain_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___coinmain_22), (void*)value); } inline static int32_t get_offset_of_coinmainp2_23() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___coinmainp2_23)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_coinmainp2_23() const { return ___coinmainp2_23; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_coinmainp2_23() { return &___coinmainp2_23; } inline void set_coinmainp2_23(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___coinmainp2_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___coinmainp2_23), (void*)value); } inline static int32_t get_offset_of_alowopen_24() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___alowopen_24)); } inline bool get_alowopen_24() const { return ___alowopen_24; } inline bool* get_address_of_alowopen_24() { return &___alowopen_24; } inline void set_alowopen_24(bool value) { ___alowopen_24 = value; } inline static int32_t get_offset_of_Slidertimerdowload_25() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___Slidertimerdowload_25)); } inline float get_Slidertimerdowload_25() const { return ___Slidertimerdowload_25; } inline float* get_address_of_Slidertimerdowload_25() { return &___Slidertimerdowload_25; } inline void set_Slidertimerdowload_25(float value) { ___Slidertimerdowload_25 = value; } inline static int32_t get_offset_of_amin_26() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___amin_26)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_amin_26() const { return ___amin_26; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_amin_26() { return &___amin_26; } inline void set_amin_26(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___amin_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___amin_26), (void*)value); } inline static int32_t get_offset_of_camerafolow_27() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___camerafolow_27)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_camerafolow_27() const { return ___camerafolow_27; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_camerafolow_27() { return &___camerafolow_27; } inline void set_camerafolow_27(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___camerafolow_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___camerafolow_27), (void*)value); } inline static int32_t get_offset_of_p1head1_29() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___p1head1_29)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_p1head1_29() const { return ___p1head1_29; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_p1head1_29() { return &___p1head1_29; } inline void set_p1head1_29(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___p1head1_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___p1head1_29), (void*)value); } inline static int32_t get_offset_of_p2head1_30() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___p2head1_30)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_p2head1_30() const { return ___p2head1_30; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_p2head1_30() { return &___p2head1_30; } inline void set_p2head1_30(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___p2head1_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___p2head1_30), (void*)value); } inline static int32_t get_offset_of_mingci1_31() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___mingci1_31)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_mingci1_31() const { return ___mingci1_31; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_mingci1_31() { return &___mingci1_31; } inline void set_mingci1_31(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___mingci1_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___mingci1_31), (void*)value); } inline static int32_t get_offset_of_p1head2_32() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___p1head2_32)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_p1head2_32() const { return ___p1head2_32; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_p1head2_32() { return &___p1head2_32; } inline void set_p1head2_32(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___p1head2_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___p1head2_32), (void*)value); } inline static int32_t get_offset_of_p2head2_33() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___p2head2_33)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_p2head2_33() const { return ___p2head2_33; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_p2head2_33() { return &___p2head2_33; } inline void set_p2head2_33(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___p2head2_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___p2head2_33), (void*)value); } inline static int32_t get_offset_of_mingci2_34() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___mingci2_34)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_mingci2_34() const { return ___mingci2_34; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_mingci2_34() { return &___mingci2_34; } inline void set_mingci2_34(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___mingci2_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___mingci2_34), (void*)value); } inline static int32_t get_offset_of_lichengbiao1_35() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___lichengbiao1_35)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_lichengbiao1_35() const { return ___lichengbiao1_35; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_lichengbiao1_35() { return &___lichengbiao1_35; } inline void set_lichengbiao1_35(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___lichengbiao1_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___lichengbiao1_35), (void*)value); } inline static int32_t get_offset_of_lichengbiao2_36() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___lichengbiao2_36)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_lichengbiao2_36() const { return ___lichengbiao2_36; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_lichengbiao2_36() { return &___lichengbiao2_36; } inline void set_lichengbiao2_36(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___lichengbiao2_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___lichengbiao2_36), (void*)value); } inline static int32_t get_offset_of_paneloading_37() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___paneloading_37)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_paneloading_37() const { return ___paneloading_37; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_paneloading_37() { return &___paneloading_37; } inline void set_paneloading_37(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___paneloading_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___paneloading_37), (void*)value); } inline static int32_t get_offset_of_panellost_38() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panellost_38)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panellost_38() const { return ___panellost_38; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panellost_38() { return &___panellost_38; } inline void set_panellost_38(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panellost_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___panellost_38), (void*)value); } inline static int32_t get_offset_of_panelseleckey_39() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelseleckey_39)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelseleckey_39() const { return ___panelseleckey_39; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelseleckey_39() { return &___panelseleckey_39; } inline void set_panelseleckey_39(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelseleckey_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelseleckey_39), (void*)value); } inline static int32_t get_offset_of_panelcoin_40() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelcoin_40)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelcoin_40() const { return ___panelcoin_40; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelcoin_40() { return &___panelcoin_40; } inline void set_panelcoin_40(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelcoin_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelcoin_40), (void*)value); } inline static int32_t get_offset_of_newcoinmaxmung_41() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___newcoinmaxmung_41)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_newcoinmaxmung_41() const { return ___newcoinmaxmung_41; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_newcoinmaxmung_41() { return &___newcoinmaxmung_41; } inline void set_newcoinmaxmung_41(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___newcoinmaxmung_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___newcoinmaxmung_41), (void*)value); } inline static int32_t get_offset_of_panelshowitem_42() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelshowitem_42)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelshowitem_42() const { return ___panelshowitem_42; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelshowitem_42() { return &___panelshowitem_42; } inline void set_panelshowitem_42(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelshowitem_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelshowitem_42), (void*)value); } inline static int32_t get_offset_of_panel_Earm_Coin_43() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panel_Earm_Coin_43)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panel_Earm_Coin_43() const { return ___panel_Earm_Coin_43; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panel_Earm_Coin_43() { return &___panel_Earm_Coin_43; } inline void set_panel_Earm_Coin_43(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panel_Earm_Coin_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___panel_Earm_Coin_43), (void*)value); } inline static int32_t get_offset_of_panel_main_shop_44() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panel_main_shop_44)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panel_main_shop_44() const { return ___panel_main_shop_44; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panel_main_shop_44() { return &___panel_main_shop_44; } inline void set_panel_main_shop_44(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panel_main_shop_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___panel_main_shop_44), (void*)value); } inline static int32_t get_offset_of_timerforkey_45() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timerforkey_45)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timerforkey_45() const { return ___timerforkey_45; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timerforkey_45() { return &___timerforkey_45; } inline void set_timerforkey_45(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timerforkey_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___timerforkey_45), (void*)value); } inline static int32_t get_offset_of_Ontheloading_46() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___Ontheloading_46)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_Ontheloading_46() const { return ___Ontheloading_46; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_Ontheloading_46() { return &___Ontheloading_46; } inline void set_Ontheloading_46(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___Ontheloading_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___Ontheloading_46), (void*)value); } inline static int32_t get_offset_of_timer_47() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timer_47)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timer_47() const { return ___timer_47; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timer_47() { return &___timer_47; } inline void set_timer_47(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timer_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___timer_47), (void*)value); } inline static int32_t get_offset_of_timeriteam_48() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timeriteam_48)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timeriteam_48() const { return ___timeriteam_48; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timeriteam_48() { return &___timeriteam_48; } inline void set_timeriteam_48(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timeriteam_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeriteam_48), (void*)value); } inline static int32_t get_offset_of_timeriteamhut_49() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timeriteamhut_49)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timeriteamhut_49() const { return ___timeriteamhut_49; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timeriteamhut_49() { return &___timeriteamhut_49; } inline void set_timeriteamhut_49(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timeriteamhut_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeriteamhut_49), (void*)value); } inline static int32_t get_offset_of_timeriteamx2_50() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timeriteamx2_50)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timeriteamx2_50() const { return ___timeriteamx2_50; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timeriteamx2_50() { return &___timeriteamx2_50; } inline void set_timeriteamx2_50(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timeriteamx2_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeriteamx2_50), (void*)value); } inline static int32_t get_offset_of_timeriteamgiay_51() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timeriteamgiay_51)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timeriteamgiay_51() const { return ___timeriteamgiay_51; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timeriteamgiay_51() { return &___timeriteamgiay_51; } inline void set_timeriteamgiay_51(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timeriteamgiay_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeriteamgiay_51), (void*)value); } inline static int32_t get_offset_of_timeriteambay_52() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___timeriteambay_52)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_timeriteambay_52() const { return ___timeriteambay_52; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_timeriteambay_52() { return &___timeriteambay_52; } inline void set_timeriteambay_52(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___timeriteambay_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___timeriteambay_52), (void*)value); } inline static int32_t get_offset_of_panelslidervan_53() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelslidervan_53)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelslidervan_53() const { return ___panelslidervan_53; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelslidervan_53() { return &___panelslidervan_53; } inline void set_panelslidervan_53(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelslidervan_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelslidervan_53), (void*)value); } inline static int32_t get_offset_of_panelsliderhut_54() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelsliderhut_54)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelsliderhut_54() const { return ___panelsliderhut_54; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelsliderhut_54() { return &___panelsliderhut_54; } inline void set_panelsliderhut_54(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelsliderhut_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelsliderhut_54), (void*)value); } inline static int32_t get_offset_of_panelsliderx2_55() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelsliderx2_55)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelsliderx2_55() const { return ___panelsliderx2_55; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelsliderx2_55() { return &___panelsliderx2_55; } inline void set_panelsliderx2_55(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelsliderx2_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelsliderx2_55), (void*)value); } inline static int32_t get_offset_of_panelslidergiay_56() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelslidergiay_56)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelslidergiay_56() const { return ___panelslidergiay_56; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelslidergiay_56() { return &___panelslidergiay_56; } inline void set_panelslidergiay_56(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelslidergiay_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelslidergiay_56), (void*)value); } inline static int32_t get_offset_of_panelsliderbay_57() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelsliderbay_57)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelsliderbay_57() const { return ___panelsliderbay_57; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelsliderbay_57() { return &___panelsliderbay_57; } inline void set_panelsliderbay_57(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelsliderbay_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelsliderbay_57), (void*)value); } inline static int32_t get_offset_of_checkthedie_58() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___checkthedie_58)); } inline int32_t get_checkthedie_58() const { return ___checkthedie_58; } inline int32_t* get_address_of_checkthedie_58() { return &___checkthedie_58; } inline void set_checkthedie_58(int32_t value) { ___checkthedie_58 = value; } inline static int32_t get_offset_of_showhighscoreinpanellost_60() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showhighscoreinpanellost_60)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showhighscoreinpanellost_60() const { return ___showhighscoreinpanellost_60; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showhighscoreinpanellost_60() { return &___showhighscoreinpanellost_60; } inline void set_showhighscoreinpanellost_60(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showhighscoreinpanellost_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___showhighscoreinpanellost_60), (void*)value); } inline static int32_t get_offset_of_ShowHighscor3D_61() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___ShowHighscor3D_61)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_ShowHighscor3D_61() const { return ___ShowHighscor3D_61; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_ShowHighscor3D_61() { return &___ShowHighscor3D_61; } inline void set_ShowHighscor3D_61(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___ShowHighscor3D_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___ShowHighscor3D_61), (void*)value); } inline static int32_t get_offset_of_frameRate_62() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___frameRate_62)); } inline int32_t get_frameRate_62() const { return ___frameRate_62; } inline int32_t* get_address_of_frameRate_62() { return &___frameRate_62; } inline void set_frameRate_62(int32_t value) { ___frameRate_62 = value; } inline static int32_t get_offset_of_player_63() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___player_63)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_63() const { return ___player_63; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_63() { return &___player_63; } inline void set_player_63(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_63), (void*)value); } inline static int32_t get_offset_of_camfolowplayer_64() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___camfolowplayer_64)); } inline Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * get_camfolowplayer_64() const { return ___camfolowplayer_64; } inline Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 ** get_address_of_camfolowplayer_64() { return &___camfolowplayer_64; } inline void set_camfolowplayer_64(Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * value) { ___camfolowplayer_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___camfolowplayer_64), (void*)value); } inline static int32_t get_offset_of_Playagainshowhide_67() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___Playagainshowhide_67)); } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * get_Playagainshowhide_67() const { return ___Playagainshowhide_67; } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B ** get_address_of_Playagainshowhide_67() { return &___Playagainshowhide_67; } inline void set_Playagainshowhide_67(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * value) { ___Playagainshowhide_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___Playagainshowhide_67), (void*)value); } inline static int32_t get_offset_of_calll_68() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___calll_68)); } inline bool get_calll_68() const { return ___calll_68; } inline bool* get_address_of_calll_68() { return &___calll_68; } inline void set_calll_68(bool value) { ___calll_68 = value; } inline static int32_t get_offset_of_UIHowToPlay_69() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___UIHowToPlay_69)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_UIHowToPlay_69() const { return ___UIHowToPlay_69; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_UIHowToPlay_69() { return &___UIHowToPlay_69; } inline void set_UIHowToPlay_69(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___UIHowToPlay_69 = value; Il2CppCodeGenWriteBarrier((void**)(&___UIHowToPlay_69), (void*)value); } inline static int32_t get_offset_of_allmessage_72() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___allmessage_72)); } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_allmessage_72() const { return ___allmessage_72; } inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_allmessage_72() { return &___allmessage_72; } inline void set_allmessage_72(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value) { ___allmessage_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___allmessage_72), (void*)value); } inline static int32_t get_offset_of_showtextwhait_1111111_73() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showtextwhait_1111111_73)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showtextwhait_1111111_73() const { return ___showtextwhait_1111111_73; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showtextwhait_1111111_73() { return &___showtextwhait_1111111_73; } inline void set_showtextwhait_1111111_73(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showtextwhait_1111111_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___showtextwhait_1111111_73), (void*)value); } inline static int32_t get_offset_of_delaysecon_1111111_74() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___delaysecon_1111111_74)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_delaysecon_1111111_74() const { return ___delaysecon_1111111_74; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_delaysecon_1111111_74() { return &___delaysecon_1111111_74; } inline void set_delaysecon_1111111_74(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___delaysecon_1111111_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___delaysecon_1111111_74), (void*)value); } inline static int32_t get_offset_of_alowdelay_75() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___alowdelay_75)); } inline bool get_alowdelay_75() const { return ___alowdelay_75; } inline bool* get_address_of_alowdelay_75() { return &___alowdelay_75; } inline void set_alowdelay_75(bool value) { ___alowdelay_75 = value; } inline static int32_t get_offset_of_valuex2_76() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___valuex2_76)); } inline int32_t get_valuex2_76() const { return ___valuex2_76; } inline int32_t* get_address_of_valuex2_76() { return &___valuex2_76; } inline void set_valuex2_76(int32_t value) { ___valuex2_76 = value; } inline static int32_t get_offset_of_alowcall_77() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___alowcall_77)); } inline bool get_alowcall_77() const { return ___alowcall_77; } inline bool* get_address_of_alowcall_77() { return &___alowcall_77; } inline void set_alowcall_77(bool value) { ___alowcall_77 = value; } inline static int32_t get_offset_of_showthenewsocore_78() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showthenewsocore_78)); } inline bool get_showthenewsocore_78() const { return ___showthenewsocore_78; } inline bool* get_address_of_showthenewsocore_78() { return &___showthenewsocore_78; } inline void set_showthenewsocore_78(bool value) { ___showthenewsocore_78 = value; } inline static int32_t get_offset_of_showbane_79() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showbane_79)); } inline int32_t get_showbane_79() const { return ___showbane_79; } inline int32_t* get_address_of_showbane_79() { return &___showbane_79; } inline void set_showbane_79(int32_t value) { ___showbane_79 = value; } inline static int32_t get_offset_of__imgslidercicle_81() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ____imgslidercicle_81)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get__imgslidercicle_81() const { return ____imgslidercicle_81; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of__imgslidercicle_81() { return &____imgslidercicle_81; } inline void set__imgslidercicle_81(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ____imgslidercicle_81 = value; Il2CppCodeGenWriteBarrier((void**)(&____imgslidercicle_81), (void*)value); } inline static int32_t get_offset_of_BtnPause_82() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___BtnPause_82)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_BtnPause_82() const { return ___BtnPause_82; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_BtnPause_82() { return &___BtnPause_82; } inline void set_BtnPause_82(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___BtnPause_82 = value; Il2CppCodeGenWriteBarrier((void**)(&___BtnPause_82), (void*)value); } inline static int32_t get_offset_of__continuedMuvingWenCliCads_83() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ____continuedMuvingWenCliCads_83)); } inline bool get__continuedMuvingWenCliCads_83() const { return ____continuedMuvingWenCliCads_83; } inline bool* get_address_of__continuedMuvingWenCliCads_83() { return &____continuedMuvingWenCliCads_83; } inline void set__continuedMuvingWenCliCads_83(bool value) { ____continuedMuvingWenCliCads_83 = value; } inline static int32_t get_offset_of_showdelay_84() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showdelay_84)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showdelay_84() const { return ___showdelay_84; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showdelay_84() { return &___showdelay_84; } inline void set_showdelay_84(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showdelay_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___showdelay_84), (void*)value); } inline static int32_t get_offset_of_delay_85() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___delay_85)); } inline int32_t get_delay_85() const { return ___delay_85; } inline int32_t* get_address_of_delay_85() { return &___delay_85; } inline void set_delay_85(int32_t value) { ___delay_85 = value; } inline static int32_t get_offset_of_alowshowads_86() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___alowshowads_86)); } inline int32_t get_alowshowads_86() const { return ___alowshowads_86; } inline int32_t* get_address_of_alowshowads_86() { return &___alowshowads_86; } inline void set_alowshowads_86(int32_t value) { ___alowshowads_86 = value; } inline static int32_t get_offset_of__btnunityAds_87() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ____btnunityAds_87)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get__btnunityAds_87() const { return ____btnunityAds_87; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of__btnunityAds_87() { return &____btnunityAds_87; } inline void set__btnunityAds_87(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ____btnunityAds_87 = value; Il2CppCodeGenWriteBarrier((void**)(&____btnunityAds_87), (void*)value); } inline static int32_t get_offset_of_notinapkey_88() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___notinapkey_88)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_notinapkey_88() const { return ___notinapkey_88; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_notinapkey_88() { return &___notinapkey_88; } inline void set_notinapkey_88(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___notinapkey_88 = value; Il2CppCodeGenWriteBarrier((void**)(&___notinapkey_88), (void*)value); } inline static int32_t get_offset_of_Lischaracter_90() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___Lischaracter_90)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_Lischaracter_90() const { return ___Lischaracter_90; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_Lischaracter_90() { return &___Lischaracter_90; } inline void set_Lischaracter_90(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___Lischaracter_90 = value; Il2CppCodeGenWriteBarrier((void**)(&___Lischaracter_90), (void*)value); } inline static int32_t get_offset_of_showlisChaRacTer_91() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showlisChaRacTer_91)); } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 * get_showlisChaRacTer_91() const { return ___showlisChaRacTer_91; } inline List_1_t3D4152882C54B77C712688E910390D5C8E030463 ** get_address_of_showlisChaRacTer_91() { return &___showlisChaRacTer_91; } inline void set_showlisChaRacTer_91(List_1_t3D4152882C54B77C712688E910390D5C8E030463 * value) { ___showlisChaRacTer_91 = value; Il2CppCodeGenWriteBarrier((void**)(&___showlisChaRacTer_91), (void*)value); } inline static int32_t get_offset_of_opennewHideSocore_92() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___opennewHideSocore_92)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_opennewHideSocore_92() const { return ___opennewHideSocore_92; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_opennewHideSocore_92() { return &___opennewHideSocore_92; } inline void set_opennewHideSocore_92(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___opennewHideSocore_92 = value; Il2CppCodeGenWriteBarrier((void**)(&___opennewHideSocore_92), (void*)value); } inline static int32_t get_offset_of_panelbox_93() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelbox_93)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelbox_93() const { return ___panelbox_93; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelbox_93() { return &___panelbox_93; } inline void set_panelbox_93(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelbox_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelbox_93), (void*)value); } inline static int32_t get_offset_of_yourrandumitembox_94() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___yourrandumitembox_94)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_yourrandumitembox_94() const { return ___yourrandumitembox_94; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_yourrandumitembox_94() { return &___yourrandumitembox_94; } inline void set_yourrandumitembox_94(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___yourrandumitembox_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___yourrandumitembox_94), (void*)value); } inline static int32_t get_offset_of_showtexbox_95() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showtexbox_95)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showtexbox_95() const { return ___showtexbox_95; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showtexbox_95() { return &___showtexbox_95; } inline void set_showtexbox_95(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showtexbox_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___showtexbox_95), (void*)value); } inline static int32_t get_offset_of_showvan_96() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showvan_96)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showvan_96() const { return ___showvan_96; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showvan_96() { return &___showvan_96; } inline void set_showvan_96(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showvan_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___showvan_96), (void*)value); } inline static int32_t get_offset_of_showvan1_97() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showvan1_97)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showvan1_97() const { return ___showvan1_97; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showvan1_97() { return &___showvan1_97; } inline void set_showvan1_97(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showvan1_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___showvan1_97), (void*)value); } inline static int32_t get_offset_of_showcoin_98() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showcoin_98)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showcoin_98() const { return ___showcoin_98; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showcoin_98() { return &___showcoin_98; } inline void set_showcoin_98(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showcoin_98 = value; Il2CppCodeGenWriteBarrier((void**)(&___showcoin_98), (void*)value); } inline static int32_t get_offset_of_showkey_99() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showkey_99)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showkey_99() const { return ___showkey_99; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showkey_99() { return &___showkey_99; } inline void set_showkey_99(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showkey_99 = value; Il2CppCodeGenWriteBarrier((void**)(&___showkey_99), (void*)value); } inline static int32_t get_offset_of_showbuyvaninthemain_100() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showbuyvaninthemain_100)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showbuyvaninthemain_100() const { return ___showbuyvaninthemain_100; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showbuyvaninthemain_100() { return &___showbuyvaninthemain_100; } inline void set_showbuyvaninthemain_100(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showbuyvaninthemain_100 = value; Il2CppCodeGenWriteBarrier((void**)(&___showbuyvaninthemain_100), (void*)value); } inline static int32_t get_offset_of_showsetting_101() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showsetting_101)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showsetting_101() const { return ___showsetting_101; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showsetting_101() { return &___showsetting_101; } inline void set_showsetting_101(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showsetting_101 = value; Il2CppCodeGenWriteBarrier((void**)(&___showsetting_101), (void*)value); } inline static int32_t get_offset_of_panelmain_102() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___panelmain_102)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelmain_102() const { return ___panelmain_102; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelmain_102() { return &___panelmain_102; } inline void set_panelmain_102(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelmain_102 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelmain_102), (void*)value); } inline static int32_t get_offset_of_notshowsound_103() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___notshowsound_103)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_notshowsound_103() const { return ___notshowsound_103; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_notshowsound_103() { return &___notshowsound_103; } inline void set_notshowsound_103(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___notshowsound_103 = value; Il2CppCodeGenWriteBarrier((void**)(&___notshowsound_103), (void*)value); } inline static int32_t get_offset_of_showsown_104() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showsown_104)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showsown_104() const { return ___showsown_104; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showsown_104() { return &___showsown_104; } inline void set_showsown_104(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showsown_104 = value; Il2CppCodeGenWriteBarrier((void**)(&___showsown_104), (void*)value); } inline static int32_t get_offset_of_shoppanel_105() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___shoppanel_105)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_shoppanel_105() const { return ___shoppanel_105; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_shoppanel_105() { return &___shoppanel_105; } inline void set_shoppanel_105(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___shoppanel_105 = value; Il2CppCodeGenWriteBarrier((void**)(&___shoppanel_105), (void*)value); } inline static int32_t get_offset_of_txtkeyinshop_106() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___txtkeyinshop_106)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_txtkeyinshop_106() const { return ___txtkeyinshop_106; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_txtkeyinshop_106() { return &___txtkeyinshop_106; } inline void set_txtkeyinshop_106(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___txtkeyinshop_106 = value; Il2CppCodeGenWriteBarrier((void**)(&___txtkeyinshop_106), (void*)value); } inline static int32_t get_offset_of_txtcoininshop_107() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___txtcoininshop_107)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_txtcoininshop_107() const { return ___txtcoininshop_107; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_txtcoininshop_107() { return &___txtcoininshop_107; } inline void set_txtcoininshop_107(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___txtcoininshop_107 = value; Il2CppCodeGenWriteBarrier((void**)(&___txtcoininshop_107), (void*)value); } inline static int32_t get_offset_of_counHoverboard_108() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___counHoverboard_108)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_counHoverboard_108() const { return ___counHoverboard_108; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_counHoverboard_108() { return &___counHoverboard_108; } inline void set_counHoverboard_108(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___counHoverboard_108 = value; Il2CppCodeGenWriteBarrier((void**)(&___counHoverboard_108), (void*)value); } inline static int32_t get_offset_of_imgHoverboard_109() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___imgHoverboard_109)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgHoverboard_109() const { return ___imgHoverboard_109; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgHoverboard_109() { return &___imgHoverboard_109; } inline void set_imgHoverboard_109(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgHoverboard_109 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgHoverboard_109), (void*)value); } inline static int32_t get_offset_of_MysteryBox_110() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___MysteryBox_110)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_MysteryBox_110() const { return ___MysteryBox_110; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_MysteryBox_110() { return &___MysteryBox_110; } inline void set_MysteryBox_110(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___MysteryBox_110 = value; Il2CppCodeGenWriteBarrier((void**)(&___MysteryBox_110), (void*)value); } inline static int32_t get_offset_of_imgheadstart_111() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___imgheadstart_111)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgheadstart_111() const { return ___imgheadstart_111; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgheadstart_111() { return &___imgheadstart_111; } inline void set_imgheadstart_111(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgheadstart_111 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgheadstart_111), (void*)value); } inline static int32_t get_offset_of_buyitemboxintheshop_112() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___buyitemboxintheshop_112)); } inline bool get_buyitemboxintheshop_112() const { return ___buyitemboxintheshop_112; } inline bool* get_address_of_buyitemboxintheshop_112() { return &___buyitemboxintheshop_112; } inline void set_buyitemboxintheshop_112(bool value) { ___buyitemboxintheshop_112 = value; } inline static int32_t get_offset_of_layout_113() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___layout_113)); } inline RuntimeObject* get_layout_113() const { return ___layout_113; } inline RuntimeObject** get_address_of_layout_113() { return &___layout_113; } inline void set_layout_113(RuntimeObject* value) { ___layout_113 = value; Il2CppCodeGenWriteBarrier((void**)(&___layout_113), (void*)value); } inline static int32_t get_offset_of_layoutamin_114() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___layoutamin_114)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_layoutamin_114() const { return ___layoutamin_114; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_layoutamin_114() { return &___layoutamin_114; } inline void set_layoutamin_114(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___layoutamin_114 = value; Il2CppCodeGenWriteBarrier((void**)(&___layoutamin_114), (void*)value); } inline static int32_t get_offset_of_btnitemfly_115() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___btnitemfly_115)); } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * get_btnitemfly_115() const { return ___btnitemfly_115; } inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B ** get_address_of_btnitemfly_115() { return &___btnitemfly_115; } inline void set_btnitemfly_115(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * value) { ___btnitemfly_115 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnitemfly_115), (void*)value); } inline static int32_t get_offset_of_showtextog_facebook_116() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showtextog_facebook_116)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showtextog_facebook_116() const { return ___showtextog_facebook_116; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showtextog_facebook_116() { return &___showtextog_facebook_116; } inline void set_showtextog_facebook_116(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showtextog_facebook_116 = value; Il2CppCodeGenWriteBarrier((void**)(&___showtextog_facebook_116), (void*)value); } inline static int32_t get_offset_of_CountItemFly_117() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___CountItemFly_117)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_CountItemFly_117() const { return ___CountItemFly_117; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_CountItemFly_117() { return &___CountItemFly_117; } inline void set_CountItemFly_117(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___CountItemFly_117 = value; Il2CppCodeGenWriteBarrier((void**)(&___CountItemFly_117), (void*)value); } inline static int32_t get_offset_of_delayforgetitemfly_118() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___delayforgetitemfly_118)); } inline bool get_delayforgetitemfly_118() const { return ___delayforgetitemfly_118; } inline bool* get_address_of_delayforgetitemfly_118() { return &___delayforgetitemfly_118; } inline void set_delayforgetitemfly_118(bool value) { ___delayforgetitemfly_118 = value; } inline static int32_t get_offset_of_showyouhaveHeadstar_119() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showyouhaveHeadstar_119)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showyouhaveHeadstar_119() const { return ___showyouhaveHeadstar_119; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showyouhaveHeadstar_119() { return &___showyouhaveHeadstar_119; } inline void set_showyouhaveHeadstar_119(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showyouhaveHeadstar_119 = value; Il2CppCodeGenWriteBarrier((void**)(&___showyouhaveHeadstar_119), (void*)value); } inline static int32_t get_offset_of_jetpackslider_120() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___jetpackslider_120)); } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * get_jetpackslider_120() const { return ___jetpackslider_120; } inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 ** get_address_of_jetpackslider_120() { return &___jetpackslider_120; } inline void set_jetpackslider_120(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * value) { ___jetpackslider_120 = value; Il2CppCodeGenWriteBarrier((void**)(&___jetpackslider_120), (void*)value); } inline static int32_t get_offset_of_imgjetpack_121() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___imgjetpack_121)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgjetpack_121() const { return ___imgjetpack_121; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgjetpack_121() { return &___imgjetpack_121; } inline void set_imgjetpack_121(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgjetpack_121 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgjetpack_121), (void*)value); } inline static int32_t get_offset_of_imgSuperSneakers_122() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___imgSuperSneakers_122)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgSuperSneakers_122() const { return ___imgSuperSneakers_122; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgSuperSneakers_122() { return &___imgSuperSneakers_122; } inline void set_imgSuperSneakers_122(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgSuperSneakers_122 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgSuperSneakers_122), (void*)value); } inline static int32_t get_offset_of_imgSuperMagnet_123() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___imgSuperMagnet_123)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgSuperMagnet_123() const { return ___imgSuperMagnet_123; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgSuperMagnet_123() { return &___imgSuperMagnet_123; } inline void set_imgSuperMagnet_123(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgSuperMagnet_123 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgSuperMagnet_123), (void*)value); } inline static int32_t get_offset_of_imgX2Coin_124() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___imgX2Coin_124)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_imgX2Coin_124() const { return ___imgX2Coin_124; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_imgX2Coin_124() { return &___imgX2Coin_124; } inline void set_imgX2Coin_124(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___imgX2Coin_124 = value; Il2CppCodeGenWriteBarrier((void**)(&___imgX2Coin_124), (void*)value); } inline static int32_t get_offset_of_txtcoinlvjetpack_125() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___txtcoinlvjetpack_125)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_txtcoinlvjetpack_125() const { return ___txtcoinlvjetpack_125; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_txtcoinlvjetpack_125() { return &___txtcoinlvjetpack_125; } inline void set_txtcoinlvjetpack_125(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___txtcoinlvjetpack_125 = value; Il2CppCodeGenWriteBarrier((void**)(&___txtcoinlvjetpack_125), (void*)value); } inline static int32_t get_offset_of_gettx_126() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___gettx_126)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_gettx_126() const { return ___gettx_126; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_gettx_126() { return &___gettx_126; } inline void set_gettx_126(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___gettx_126 = value; Il2CppCodeGenWriteBarrier((void**)(&___gettx_126), (void*)value); } inline static int32_t get_offset_of_slder_127() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___slder_127)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_slder_127() const { return ___slder_127; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_slder_127() { return &___slder_127; } inline void set_slder_127(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___slder_127 = value; Il2CppCodeGenWriteBarrier((void**)(&___slder_127), (void*)value); } inline static int32_t get_offset_of_cahe_129() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___cahe_129)); } inline float get_cahe_129() const { return ___cahe_129; } inline float* get_address_of_cahe_129() { return &___cahe_129; } inline void set_cahe_129(float value) { ___cahe_129 = value; } inline static int32_t get_offset_of_showwhisthighscore_130() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___showwhisthighscore_130)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_showwhisthighscore_130() const { return ___showwhisthighscore_130; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_showwhisthighscore_130() { return &___showwhisthighscore_130; } inline void set_showwhisthighscore_130(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___showwhisthighscore_130 = value; Il2CppCodeGenWriteBarrier((void**)(&___showwhisthighscore_130), (void*)value); } inline static int32_t get_offset_of_SHOW_131() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___SHOW_131)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_SHOW_131() const { return ___SHOW_131; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_SHOW_131() { return &___SHOW_131; } inline void set_SHOW_131(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___SHOW_131 = value; Il2CppCodeGenWriteBarrier((void**)(&___SHOW_131), (void*)value); } inline static int32_t get_offset_of_deltaTime_132() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___deltaTime_132)); } inline float get_deltaTime_132() const { return ___deltaTime_132; } inline float* get_address_of_deltaTime_132() { return &___deltaTime_132; } inline void set_deltaTime_132(float value) { ___deltaTime_132 = value; } inline static int32_t get_offset_of_add_133() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___add_133)); } inline int32_t get_add_133() const { return ___add_133; } inline int32_t* get_address_of_add_133() { return &___add_133; } inline void set_add_133(int32_t value) { ___add_133 = value; } inline static int32_t get_offset_of_gettex_134() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___gettex_134)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_gettex_134() const { return ___gettex_134; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_gettex_134() { return &___gettex_134; } inline void set_gettex_134(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___gettex_134 = value; Il2CppCodeGenWriteBarrier((void**)(&___gettex_134), (void*)value); } inline static int32_t get_offset_of_gettexp2_135() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___gettexp2_135)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_gettexp2_135() const { return ___gettexp2_135; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_gettexp2_135() { return &___gettexp2_135; } inline void set_gettexp2_135(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___gettexp2_135 = value; Il2CppCodeGenWriteBarrier((void**)(&___gettexp2_135), (void*)value); } inline static int32_t get_offset_of_gettexint_136() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___gettexint_136)); } inline int32_t get_gettexint_136() const { return ___gettexint_136; } inline int32_t* get_address_of_gettexint_136() { return &___gettexint_136; } inline void set_gettexint_136(int32_t value) { ___gettexint_136 = value; } inline static int32_t get_offset_of_time_137() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___time_137)); } inline float get_time_137() const { return ___time_137; } inline float* get_address_of_time_137() { return &___time_137; } inline void set_time_137(float value) { ___time_137 = value; } inline static int32_t get_offset_of_Avatarfb_139() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395, ___Avatarfb_139)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_Avatarfb_139() const { return ___Avatarfb_139; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_Avatarfb_139() { return &___Avatarfb_139; } inline void set_Avatarfb_139(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___Avatarfb_139 = value; Il2CppCodeGenWriteBarrier((void**)(&___Avatarfb_139), (void*)value); } }; struct UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields { public: // UImanager UImanager::uimanager UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * ___uimanager_28; // System.Boolean UImanager::selectkey bool ___selectkey_59; // Playermuving UImanager::playerp1 Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___playerp1_65; // Playermuving UImanager::playerp2 Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___playerp2_66; // System.Int32 UImanager::playmode int32_t ___playmode_70; // System.Boolean UImanager::in_xxxxxxxxxxx bool ___in_xxxxxxxxxxx_71; // System.Boolean UImanager::getvan bool ___getvan_80; // System.Boolean UImanager::Playnowintheseleckey bool ___Playnowintheseleckey_89; // System.Single UImanager::zong_li_cheng_shu float ___zong_li_cheng_shu_128; // System.Int32 UImanager::coinforuplv int32_t ___coinforuplv_138; // UnityEngine.UI.Image UImanager::saveImage Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___saveImage_140; // System.Boolean UImanager::LogInFb bool ___LogInFb_141; public: inline static int32_t get_offset_of_uimanager_28() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___uimanager_28)); } inline UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * get_uimanager_28() const { return ___uimanager_28; } inline UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 ** get_address_of_uimanager_28() { return &___uimanager_28; } inline void set_uimanager_28(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * value) { ___uimanager_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___uimanager_28), (void*)value); } inline static int32_t get_offset_of_selectkey_59() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___selectkey_59)); } inline bool get_selectkey_59() const { return ___selectkey_59; } inline bool* get_address_of_selectkey_59() { return &___selectkey_59; } inline void set_selectkey_59(bool value) { ___selectkey_59 = value; } inline static int32_t get_offset_of_playerp1_65() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___playerp1_65)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_playerp1_65() const { return ___playerp1_65; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_playerp1_65() { return &___playerp1_65; } inline void set_playerp1_65(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___playerp1_65 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerp1_65), (void*)value); } inline static int32_t get_offset_of_playerp2_66() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___playerp2_66)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_playerp2_66() const { return ___playerp2_66; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_playerp2_66() { return &___playerp2_66; } inline void set_playerp2_66(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___playerp2_66 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerp2_66), (void*)value); } inline static int32_t get_offset_of_playmode_70() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___playmode_70)); } inline int32_t get_playmode_70() const { return ___playmode_70; } inline int32_t* get_address_of_playmode_70() { return &___playmode_70; } inline void set_playmode_70(int32_t value) { ___playmode_70 = value; } inline static int32_t get_offset_of_in_xxxxxxxxxxx_71() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___in_xxxxxxxxxxx_71)); } inline bool get_in_xxxxxxxxxxx_71() const { return ___in_xxxxxxxxxxx_71; } inline bool* get_address_of_in_xxxxxxxxxxx_71() { return &___in_xxxxxxxxxxx_71; } inline void set_in_xxxxxxxxxxx_71(bool value) { ___in_xxxxxxxxxxx_71 = value; } inline static int32_t get_offset_of_getvan_80() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___getvan_80)); } inline bool get_getvan_80() const { return ___getvan_80; } inline bool* get_address_of_getvan_80() { return &___getvan_80; } inline void set_getvan_80(bool value) { ___getvan_80 = value; } inline static int32_t get_offset_of_Playnowintheseleckey_89() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___Playnowintheseleckey_89)); } inline bool get_Playnowintheseleckey_89() const { return ___Playnowintheseleckey_89; } inline bool* get_address_of_Playnowintheseleckey_89() { return &___Playnowintheseleckey_89; } inline void set_Playnowintheseleckey_89(bool value) { ___Playnowintheseleckey_89 = value; } inline static int32_t get_offset_of_zong_li_cheng_shu_128() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___zong_li_cheng_shu_128)); } inline float get_zong_li_cheng_shu_128() const { return ___zong_li_cheng_shu_128; } inline float* get_address_of_zong_li_cheng_shu_128() { return &___zong_li_cheng_shu_128; } inline void set_zong_li_cheng_shu_128(float value) { ___zong_li_cheng_shu_128 = value; } inline static int32_t get_offset_of_coinforuplv_138() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___coinforuplv_138)); } inline int32_t get_coinforuplv_138() const { return ___coinforuplv_138; } inline int32_t* get_address_of_coinforuplv_138() { return &___coinforuplv_138; } inline void set_coinforuplv_138(int32_t value) { ___coinforuplv_138 = value; } inline static int32_t get_offset_of_saveImage_140() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___saveImage_140)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_saveImage_140() const { return ___saveImage_140; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_saveImage_140() { return &___saveImage_140; } inline void set_saveImage_140(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___saveImage_140 = value; Il2CppCodeGenWriteBarrier((void**)(&___saveImage_140), (void*)value); } inline static int32_t get_offset_of_LogInFb_141() { return static_cast(offsetof(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields, ___LogInFb_141)); } inline bool get_LogInFb_141() const { return ___LogInFb_141; } inline bool* get_address_of_LogInFb_141() { return &___LogInFb_141; } inline void set_LogInFb_141(bool value) { ___LogInFb_141 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: public: }; // inthepanelpause struct inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject inthepanelpause::panelpause GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelpause_4; // UnityEngine.GameObject inthepanelpause::panelshowitem GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelshowitem_5; // UnityEngine.GameObject inthepanelpause::panelmain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelmain_7; // UnityEngine.GameObject inthepanelpause::btnbuyvan GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___btnbuyvan_8; // UnityEngine.GameObject inthepanelpause::btnsetinginthemain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___btnsetinginthemain_9; // UnityEngine.GameObject inthepanelpause::btnopenshopinthemain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___btnopenshopinthemain_10; // UnityEngine.GameObject inthepanelpause::tabplaymain GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___tabplaymain_11; // UnityEngine.GameObject inthepanelpause::tabplaymain2 GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___tabplaymain2_12; // UnityEngine.GameObject inthepanelpause::panelseting GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___panelseting_13; // UnityEngine.GameObject inthepanelpause::showtexdelay GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showtexdelay_14; // System.Boolean inthepanelpause::isclic bool ___isclic_15; // Playermuving inthepanelpause::player Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player_16; // UnityEngine.Animator inthepanelpause::amindelay Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * ___amindelay_20; // UnityEngine.UI.Text inthepanelpause::delaysecon Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___delaysecon_21; // UnityEngine.GameObject inthepanelpause::showtextwhait GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___showtextwhait_22; // System.Int32 inthepanelpause::delaysecons int32_t ___delaysecons_23; // UnityEngine.GameObject inthepanelpause::btnMe GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___btnMe_26; public: inline static int32_t get_offset_of_panelpause_4() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___panelpause_4)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelpause_4() const { return ___panelpause_4; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelpause_4() { return &___panelpause_4; } inline void set_panelpause_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelpause_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelpause_4), (void*)value); } inline static int32_t get_offset_of_panelshowitem_5() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___panelshowitem_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelshowitem_5() const { return ___panelshowitem_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelshowitem_5() { return &___panelshowitem_5; } inline void set_panelshowitem_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelshowitem_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelshowitem_5), (void*)value); } inline static int32_t get_offset_of_panelmain_7() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___panelmain_7)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelmain_7() const { return ___panelmain_7; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelmain_7() { return &___panelmain_7; } inline void set_panelmain_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelmain_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelmain_7), (void*)value); } inline static int32_t get_offset_of_btnbuyvan_8() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___btnbuyvan_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_btnbuyvan_8() const { return ___btnbuyvan_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_btnbuyvan_8() { return &___btnbuyvan_8; } inline void set_btnbuyvan_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___btnbuyvan_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnbuyvan_8), (void*)value); } inline static int32_t get_offset_of_btnsetinginthemain_9() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___btnsetinginthemain_9)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_btnsetinginthemain_9() const { return ___btnsetinginthemain_9; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_btnsetinginthemain_9() { return &___btnsetinginthemain_9; } inline void set_btnsetinginthemain_9(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___btnsetinginthemain_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnsetinginthemain_9), (void*)value); } inline static int32_t get_offset_of_btnopenshopinthemain_10() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___btnopenshopinthemain_10)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_btnopenshopinthemain_10() const { return ___btnopenshopinthemain_10; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_btnopenshopinthemain_10() { return &___btnopenshopinthemain_10; } inline void set_btnopenshopinthemain_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___btnopenshopinthemain_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnopenshopinthemain_10), (void*)value); } inline static int32_t get_offset_of_tabplaymain_11() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___tabplaymain_11)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_tabplaymain_11() const { return ___tabplaymain_11; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_tabplaymain_11() { return &___tabplaymain_11; } inline void set_tabplaymain_11(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___tabplaymain_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___tabplaymain_11), (void*)value); } inline static int32_t get_offset_of_tabplaymain2_12() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___tabplaymain2_12)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_tabplaymain2_12() const { return ___tabplaymain2_12; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_tabplaymain2_12() { return &___tabplaymain2_12; } inline void set_tabplaymain2_12(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___tabplaymain2_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___tabplaymain2_12), (void*)value); } inline static int32_t get_offset_of_panelseting_13() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___panelseting_13)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_panelseting_13() const { return ___panelseting_13; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_panelseting_13() { return &___panelseting_13; } inline void set_panelseting_13(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___panelseting_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___panelseting_13), (void*)value); } inline static int32_t get_offset_of_showtexdelay_14() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___showtexdelay_14)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showtexdelay_14() const { return ___showtexdelay_14; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showtexdelay_14() { return &___showtexdelay_14; } inline void set_showtexdelay_14(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showtexdelay_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___showtexdelay_14), (void*)value); } inline static int32_t get_offset_of_isclic_15() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___isclic_15)); } inline bool get_isclic_15() const { return ___isclic_15; } inline bool* get_address_of_isclic_15() { return &___isclic_15; } inline void set_isclic_15(bool value) { ___isclic_15 = value; } inline static int32_t get_offset_of_player_16() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___player_16)); } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * get_player_16() const { return ___player_16; } inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 ** get_address_of_player_16() { return &___player_16; } inline void set_player_16(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * value) { ___player_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___player_16), (void*)value); } inline static int32_t get_offset_of_amindelay_20() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___amindelay_20)); } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * get_amindelay_20() const { return ___amindelay_20; } inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A ** get_address_of_amindelay_20() { return &___amindelay_20; } inline void set_amindelay_20(Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * value) { ___amindelay_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___amindelay_20), (void*)value); } inline static int32_t get_offset_of_delaysecon_21() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___delaysecon_21)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_delaysecon_21() const { return ___delaysecon_21; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_delaysecon_21() { return &___delaysecon_21; } inline void set_delaysecon_21(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___delaysecon_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___delaysecon_21), (void*)value); } inline static int32_t get_offset_of_showtextwhait_22() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___showtextwhait_22)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_showtextwhait_22() const { return ___showtextwhait_22; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_showtextwhait_22() { return &___showtextwhait_22; } inline void set_showtextwhait_22(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___showtextwhait_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___showtextwhait_22), (void*)value); } inline static int32_t get_offset_of_delaysecons_23() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___delaysecons_23)); } inline int32_t get_delaysecons_23() const { return ___delaysecons_23; } inline int32_t* get_address_of_delaysecons_23() { return &___delaysecons_23; } inline void set_delaysecons_23(int32_t value) { ___delaysecons_23 = value; } inline static int32_t get_offset_of_btnMe_26() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF, ___btnMe_26)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_btnMe_26() const { return ___btnMe_26; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_btnMe_26() { return &___btnMe_26; } inline void set_btnMe_26(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___btnMe_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___btnMe_26), (void*)value); } }; struct inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields { public: // inthepanelpause inthepanelpause::pauses inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF * ___pauses_6; // System.Single inthepanelpause::datatime float ___datatime_17; // System.Boolean inthepanelpause::is_pause bool ___is_pause_18; // System.Boolean inthepanelpause::fixFlylong bool ___fixFlylong_19; // System.Boolean inthepanelpause::playagain bool ___playagain_24; // System.Boolean inthepanelpause::ispause bool ___ispause_25; public: inline static int32_t get_offset_of_pauses_6() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields, ___pauses_6)); } inline inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF * get_pauses_6() const { return ___pauses_6; } inline inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF ** get_address_of_pauses_6() { return &___pauses_6; } inline void set_pauses_6(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF * value) { ___pauses_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pauses_6), (void*)value); } inline static int32_t get_offset_of_datatime_17() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields, ___datatime_17)); } inline float get_datatime_17() const { return ___datatime_17; } inline float* get_address_of_datatime_17() { return &___datatime_17; } inline void set_datatime_17(float value) { ___datatime_17 = value; } inline static int32_t get_offset_of_is_pause_18() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields, ___is_pause_18)); } inline bool get_is_pause_18() const { return ___is_pause_18; } inline bool* get_address_of_is_pause_18() { return &___is_pause_18; } inline void set_is_pause_18(bool value) { ___is_pause_18 = value; } inline static int32_t get_offset_of_fixFlylong_19() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields, ___fixFlylong_19)); } inline bool get_fixFlylong_19() const { return ___fixFlylong_19; } inline bool* get_address_of_fixFlylong_19() { return &___fixFlylong_19; } inline void set_fixFlylong_19(bool value) { ___fixFlylong_19 = value; } inline static int32_t get_offset_of_playagain_24() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields, ___playagain_24)); } inline bool get_playagain_24() const { return ___playagain_24; } inline bool* get_address_of_playagain_24() { return &___playagain_24; } inline void set_playagain_24(bool value) { ___playagain_24 = value; } inline static int32_t get_offset_of_ispause_25() { return static_cast(offsetof(inthepanelpause_tB665416B78F250F46C2550AF2B875689A08BB9DF_StaticFields, ___ispause_25)); } inline bool get_ispause_25() const { return ___ispause_25; } inline bool* get_address_of_ispause_25() { return &___ispause_25; } inline void set_ispause_25(bool value) { ___ispause_25 = value; } }; // managerdata struct managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: public: }; struct managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields { public: // System.Int32 managerdata::play int32_t ___play_4; // System.Int32 managerdata::key int32_t ___key_5; // System.Int32 managerdata::coin int32_t ___coin_6; // System.Int32 managerdata::coinmoney int32_t ___coinmoney_7; // managerdata managerdata::manager managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * ___manager_8; public: inline static int32_t get_offset_of_play_4() { return static_cast(offsetof(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields, ___play_4)); } inline int32_t get_play_4() const { return ___play_4; } inline int32_t* get_address_of_play_4() { return &___play_4; } inline void set_play_4(int32_t value) { ___play_4 = value; } inline static int32_t get_offset_of_key_5() { return static_cast(offsetof(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields, ___key_5)); } inline int32_t get_key_5() const { return ___key_5; } inline int32_t* get_address_of_key_5() { return &___key_5; } inline void set_key_5(int32_t value) { ___key_5 = value; } inline static int32_t get_offset_of_coin_6() { return static_cast(offsetof(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields, ___coin_6)); } inline int32_t get_coin_6() const { return ___coin_6; } inline int32_t* get_address_of_coin_6() { return &___coin_6; } inline void set_coin_6(int32_t value) { ___coin_6 = value; } inline static int32_t get_offset_of_coinmoney_7() { return static_cast(offsetof(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields, ___coinmoney_7)); } inline int32_t get_coinmoney_7() const { return ___coinmoney_7; } inline int32_t* get_address_of_coinmoney_7() { return &___coinmoney_7; } inline void set_coinmoney_7(int32_t value) { ___coinmoney_7 = value; } inline static int32_t get_offset_of_manager_8() { return static_cast(offsetof(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields, ___manager_8)); } inline managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * get_manager_8() const { return ___manager_8; } inline managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F ** get_address_of_manager_8() { return &___manager_8; } inline void set_manager_8(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * value) { ___manager_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___manager_8), (void*)value); } }; // mapitro struct mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject mapitro::muvingship GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___muvingship_5; // UnityEngine.GameObject mapitro::CSSidie GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___CSSidie_6; // UnityEngine.GameObject mapitro::CSSrun GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___CSSrun_7; // UnityEngine.GameObject mapitro::mapitroativer GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___mapitroativer_8; public: inline static int32_t get_offset_of_muvingship_5() { return static_cast(offsetof(mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F, ___muvingship_5)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_muvingship_5() const { return ___muvingship_5; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_muvingship_5() { return &___muvingship_5; } inline void set_muvingship_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___muvingship_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___muvingship_5), (void*)value); } inline static int32_t get_offset_of_CSSidie_6() { return static_cast(offsetof(mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F, ___CSSidie_6)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_CSSidie_6() const { return ___CSSidie_6; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_CSSidie_6() { return &___CSSidie_6; } inline void set_CSSidie_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___CSSidie_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSSidie_6), (void*)value); } inline static int32_t get_offset_of_CSSrun_7() { return static_cast(offsetof(mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F, ___CSSrun_7)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_CSSrun_7() const { return ___CSSrun_7; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_CSSrun_7() { return &___CSSrun_7; } inline void set_CSSrun_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___CSSrun_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___CSSrun_7), (void*)value); } inline static int32_t get_offset_of_mapitroativer_8() { return static_cast(offsetof(mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F, ___mapitroativer_8)); } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_mapitroativer_8() const { return ___mapitroativer_8; } inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_mapitroativer_8() { return &___mapitroativer_8; } inline void set_mapitroativer_8(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value) { ___mapitroativer_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___mapitroativer_8), (void*)value); } }; struct mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F_StaticFields { public: // mapitro mapitro::instance mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F * ___instance_4; public: inline static int32_t get_offset_of_instance_4() { return static_cast(offsetof(mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F_StaticFields, ___instance_4)); } inline mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F * get_instance_4() const { return ___instance_4; } inline mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F ** get_address_of_instance_4() { return &___instance_4; } inline void set_instance_4(mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F * value) { ___instance_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_4), (void*)value); } }; // metrailstest struct metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.Material[] metrailstest::p0 MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___p0_4; // UnityEngine.Material[] metrailstest::p1 MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___p1_5; // UnityEngine.Material[] metrailstest::p2 MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___p2_6; // UnityEngine.Material[] metrailstest::p3 MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___p3_7; // UnityEngine.Material[] metrailstest::p4 MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___p4_8; // UnityEngine.Material[] metrailstest::p5 MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* ___p5_9; // System.Int32 metrailstest::index int32_t ___index_10; public: inline static int32_t get_offset_of_p0_4() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___p0_4)); } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_p0_4() const { return ___p0_4; } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_p0_4() { return &___p0_4; } inline void set_p0_4(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value) { ___p0_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___p0_4), (void*)value); } inline static int32_t get_offset_of_p1_5() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___p1_5)); } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_p1_5() const { return ___p1_5; } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_p1_5() { return &___p1_5; } inline void set_p1_5(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value) { ___p1_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___p1_5), (void*)value); } inline static int32_t get_offset_of_p2_6() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___p2_6)); } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_p2_6() const { return ___p2_6; } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_p2_6() { return &___p2_6; } inline void set_p2_6(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value) { ___p2_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___p2_6), (void*)value); } inline static int32_t get_offset_of_p3_7() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___p3_7)); } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_p3_7() const { return ___p3_7; } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_p3_7() { return &___p3_7; } inline void set_p3_7(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value) { ___p3_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___p3_7), (void*)value); } inline static int32_t get_offset_of_p4_8() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___p4_8)); } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_p4_8() const { return ___p4_8; } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_p4_8() { return &___p4_8; } inline void set_p4_8(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value) { ___p4_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___p4_8), (void*)value); } inline static int32_t get_offset_of_p5_9() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___p5_9)); } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* get_p5_9() const { return ___p5_9; } inline MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398** get_address_of_p5_9() { return &___p5_9; } inline void set_p5_9(MaterialU5BU5D_tD2350F98F2A1BB6C7A5FBFE1474DFC47331AB398* value) { ___p5_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___p5_9), (void*)value); } inline static int32_t get_offset_of_index_10() { return static_cast(offsetof(metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432, ___index_10)); } inline int32_t get_index_10() const { return ___index_10; } inline int32_t* get_address_of_index_10() { return &___index_10; } inline void set_index_10(int32_t value) { ___index_10 = value; } }; // shipintest struct shipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 { public: // UnityEngine.GameObject[] shipintest::shipins GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* ___shipins_4; public: inline static int32_t get_offset_of_shipins_4() { return static_cast(offsetof(shipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F, ___shipins_4)); } inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* get_shipins_4() const { return ___shipins_4; } inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520** get_address_of_shipins_4() { return &___shipins_4; } inline void set_shipins_4(GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* value) { ___shipins_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___shipins_4), (void*)value); } }; // UnityEngine.UI.Graphic struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___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.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_11; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_CanvasRenderer_12; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_Canvas_13; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_14; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_15; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyLayoutCallback_16; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyVertsCallback_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyMaterialCallback_18; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_CachedMesh_21; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___m_CachedUvs_22; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * ___m_ColorTweenRunner_23; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Material_6)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_Material_6() const { return ___m_Material_6; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * 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_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Color_7)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_Color_7() const { return ___m_Color_7; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___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_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___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_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___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_RectTransform_11() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_RectTransform_11)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_11() const { return ___m_RectTransform_11; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_11() { return &___m_RectTransform_11; } inline void set_m_RectTransform_11(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___m_RectTransform_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_11), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_12() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CanvasRenderer_12)); } inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_CanvasRenderer_12() const { return ___m_CanvasRenderer_12; } inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_CanvasRenderer_12() { return &___m_CanvasRenderer_12; } inline void set_m_CanvasRenderer_12(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value) { ___m_CanvasRenderer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_12), (void*)value); } inline static int32_t get_offset_of_m_Canvas_13() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Canvas_13)); } inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_Canvas_13() const { return ___m_Canvas_13; } inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_Canvas_13() { return &___m_Canvas_13; } inline void set_m_Canvas_13(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value) { ___m_Canvas_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_13), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_14() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_VertsDirty_14)); } inline bool get_m_VertsDirty_14() const { return ___m_VertsDirty_14; } inline bool* get_address_of_m_VertsDirty_14() { return &___m_VertsDirty_14; } inline void set_m_VertsDirty_14(bool value) { ___m_VertsDirty_14 = value; } inline static int32_t get_offset_of_m_MaterialDirty_15() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_MaterialDirty_15)); } inline bool get_m_MaterialDirty_15() const { return ___m_MaterialDirty_15; } inline bool* get_address_of_m_MaterialDirty_15() { return &___m_MaterialDirty_15; } inline void set_m_MaterialDirty_15(bool value) { ___m_MaterialDirty_15 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_16() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyLayoutCallback_16)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyLayoutCallback_16() const { return ___m_OnDirtyLayoutCallback_16; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyLayoutCallback_16() { return &___m_OnDirtyLayoutCallback_16; } inline void set_m_OnDirtyLayoutCallback_16(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___m_OnDirtyLayoutCallback_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_16), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_17() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyVertsCallback_17)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyVertsCallback_17() const { return ___m_OnDirtyVertsCallback_17; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyVertsCallback_17() { return &___m_OnDirtyVertsCallback_17; } inline void set_m_OnDirtyVertsCallback_17(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___m_OnDirtyVertsCallback_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_17), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_18() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyMaterialCallback_18)); } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyMaterialCallback_18() const { return ___m_OnDirtyMaterialCallback_18; } inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyMaterialCallback_18() { return &___m_OnDirtyMaterialCallback_18; } inline void set_m_OnDirtyMaterialCallback_18(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value) { ___m_OnDirtyMaterialCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_18), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_21() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CachedMesh_21)); } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_CachedMesh_21() const { return ___m_CachedMesh_21; } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_CachedMesh_21() { return &___m_CachedMesh_21; } inline void set_m_CachedMesh_21(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value) { ___m_CachedMesh_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_21), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_22() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CachedUvs_22)); } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_m_CachedUvs_22() const { return ___m_CachedUvs_22; } inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_m_CachedUvs_22() { return &___m_CachedUvs_22; } inline void set_m_CachedUvs_22(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value) { ___m_CachedUvs_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_22), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_23() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_ColorTweenRunner_23)); } inline TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * get_m_ColorTweenRunner_23() const { return ___m_ColorTweenRunner_23; } inline TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 ** get_address_of_m_ColorTweenRunner_23() { return &___m_ColorTweenRunner_23; } inline void set_m_ColorTweenRunner_23(TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * value) { ___m_ColorTweenRunner_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_23), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_24() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_24() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_24() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_24; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_24(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24 = value; } }; struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___s_Mesh_19; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * ___s_VertexHelper_20; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_DefaultUI_4)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * 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_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_19() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_Mesh_19)); } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_s_Mesh_19() const { return ___s_Mesh_19; } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_s_Mesh_19() { return &___s_Mesh_19; } inline void set_s_Mesh_19(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value) { ___s_Mesh_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_19), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_20() { return static_cast(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_VertexHelper_20)); } inline VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * get_s_VertexHelper_20() const { return ___s_VertexHelper_20; } inline VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F ** get_address_of_s_VertexHelper_20() { return &___s_VertexHelper_20; } inline void set_s_VertexHelper_20(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * value) { ___s_VertexHelper_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_20), (void*)value); } }; // UnityEngine.UI.Selectable struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 { public: // UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 ___m_Navigation_6; // UnityEngine.UI.Selectable_Transition UnityEngine.UI.Selectable::m_Transition int32_t ___m_Transition_7; // UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___m_Colors_8; // UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A ___m_SpriteState_9; // UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * ___m_AnimationTriggers_10; // System.Boolean UnityEngine.UI.Selectable::m_Interactable bool ___m_Interactable_11; // UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_TargetGraphic_12; // System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction bool ___m_GroupsAllowInteraction_13; // System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex int32_t ___m_CurrentIndex_14; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerInsideU3Ek__BackingField_15; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3CisPointerDownU3Ek__BackingField_16; // System.Boolean UnityEngine.UI.Selectable::k__BackingField bool ___U3ChasSelectionU3Ek__BackingField_17; // System.Collections.Generic.List`1 UnityEngine.UI.Selectable::m_CanvasGroupCache List_1_t053DAB6E2110E276A0339D73497193F464BC1F82 * ___m_CanvasGroupCache_18; public: inline static int32_t get_offset_of_m_Navigation_6() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Navigation_6)); } inline Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 get_m_Navigation_6() const { return ___m_Navigation_6; } inline Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * get_address_of_m_Navigation_6() { return &___m_Navigation_6; } inline void set_m_Navigation_6(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 value) { ___m_Navigation_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnUp_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnDown_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnLeft_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnRight_4), (void*)NULL); #endif } inline static int32_t get_offset_of_m_Transition_7() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Transition_7)); } inline int32_t get_m_Transition_7() const { return ___m_Transition_7; } inline int32_t* get_address_of_m_Transition_7() { return &___m_Transition_7; } inline void set_m_Transition_7(int32_t value) { ___m_Transition_7 = value; } inline static int32_t get_offset_of_m_Colors_8() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Colors_8)); } inline ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA get_m_Colors_8() const { return ___m_Colors_8; } inline ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * get_address_of_m_Colors_8() { return &___m_Colors_8; } inline void set_m_Colors_8(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA value) { ___m_Colors_8 = value; } inline static int32_t get_offset_of_m_SpriteState_9() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_SpriteState_9)); } inline SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A get_m_SpriteState_9() const { return ___m_SpriteState_9; } inline SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A * get_address_of_m_SpriteState_9() { return &___m_SpriteState_9; } inline void set_m_SpriteState_9(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A value) { ___m_SpriteState_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_HighlightedSprite_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_PressedSprite_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_SelectedSprite_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_DisabledSprite_3), (void*)NULL); #endif } inline static int32_t get_offset_of_m_AnimationTriggers_10() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_AnimationTriggers_10)); } inline AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * get_m_AnimationTriggers_10() const { return ___m_AnimationTriggers_10; } inline AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 ** get_address_of_m_AnimationTriggers_10() { return &___m_AnimationTriggers_10; } inline void set_m_AnimationTriggers_10(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * value) { ___m_AnimationTriggers_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_10), (void*)value); } inline static int32_t get_offset_of_m_Interactable_11() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Interactable_11)); } inline bool get_m_Interactable_11() const { return ___m_Interactable_11; } inline bool* get_address_of_m_Interactable_11() { return &___m_Interactable_11; } inline void set_m_Interactable_11(bool value) { ___m_Interactable_11 = value; } inline static int32_t get_offset_of_m_TargetGraphic_12() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_TargetGraphic_12)); } inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_TargetGraphic_12() const { return ___m_TargetGraphic_12; } inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_TargetGraphic_12() { return &___m_TargetGraphic_12; } inline void set_m_TargetGraphic_12(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value) { ___m_TargetGraphic_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_12), (void*)value); } inline static int32_t get_offset_of_m_GroupsAllowInteraction_13() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_GroupsAllowInteraction_13)); } inline bool get_m_GroupsAllowInteraction_13() const { return ___m_GroupsAllowInteraction_13; } inline bool* get_address_of_m_GroupsAllowInteraction_13() { return &___m_GroupsAllowInteraction_13; } inline void set_m_GroupsAllowInteraction_13(bool value) { ___m_GroupsAllowInteraction_13 = value; } inline static int32_t get_offset_of_m_CurrentIndex_14() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_CurrentIndex_14)); } inline int32_t get_m_CurrentIndex_14() const { return ___m_CurrentIndex_14; } inline int32_t* get_address_of_m_CurrentIndex_14() { return &___m_CurrentIndex_14; } inline void set_m_CurrentIndex_14(int32_t value) { ___m_CurrentIndex_14 = value; } inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_15() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3CisPointerInsideU3Ek__BackingField_15)); } inline bool get_U3CisPointerInsideU3Ek__BackingField_15() const { return ___U3CisPointerInsideU3Ek__BackingField_15; } inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_15() { return &___U3CisPointerInsideU3Ek__BackingField_15; } inline void set_U3CisPointerInsideU3Ek__BackingField_15(bool value) { ___U3CisPointerInsideU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_16() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3CisPointerDownU3Ek__BackingField_16)); } inline bool get_U3CisPointerDownU3Ek__BackingField_16() const { return ___U3CisPointerDownU3Ek__BackingField_16; } inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_16() { return &___U3CisPointerDownU3Ek__BackingField_16; } inline void set_U3CisPointerDownU3Ek__BackingField_16(bool value) { ___U3CisPointerDownU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_17() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3ChasSelectionU3Ek__BackingField_17)); } inline bool get_U3ChasSelectionU3Ek__BackingField_17() const { return ___U3ChasSelectionU3Ek__BackingField_17; } inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_17() { return &___U3ChasSelectionU3Ek__BackingField_17; } inline void set_U3ChasSelectionU3Ek__BackingField_17(bool value) { ___U3ChasSelectionU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_m_CanvasGroupCache_18() { return static_cast(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_CanvasGroupCache_18)); } inline List_1_t053DAB6E2110E276A0339D73497193F464BC1F82 * get_m_CanvasGroupCache_18() const { return ___m_CanvasGroupCache_18; } inline List_1_t053DAB6E2110E276A0339D73497193F464BC1F82 ** get_address_of_m_CanvasGroupCache_18() { return &___m_CanvasGroupCache_18; } inline void set_m_CanvasGroupCache_18(List_1_t053DAB6E2110E276A0339D73497193F464BC1F82 * value) { ___m_CanvasGroupCache_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_18), (void*)value); } }; struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields { public: // UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02* ___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_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields, ___s_Selectables_4)); } inline SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02* get_s_Selectables_4() const { return ___s_Selectables_4; } inline SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02** get_address_of_s_Selectables_4() { return &___s_Selectables_4; } inline void set_s_Selectables_4(SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02* 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_tAA9065030FE0468018DEC880302F95FEA9C0133A_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_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A { public: // UnityEngine.UI.Button_ButtonClickedEvent UnityEngine.UI.Button::m_OnClick ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * ___m_OnClick_19; public: inline static int32_t get_offset_of_m_OnClick_19() { return static_cast(offsetof(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B, ___m_OnClick_19)); } inline ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * get_m_OnClick_19() const { return ___m_OnClick_19; } inline ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB ** get_address_of_m_OnClick_19() { return &___m_OnClick_19; } inline void set_m_OnClick_19(ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * value) { ___m_OnClick_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_19), (void*)value); } }; // UnityEngine.UI.InputField struct InputField_t533609195B110760BCFF00B746C87D81969CB005 : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A { public: // UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ___m_Keyboard_19; // UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___m_TextComponent_21; // UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_Placeholder_22; // UnityEngine.UI.InputField_ContentType UnityEngine.UI.InputField::m_ContentType int32_t ___m_ContentType_23; // UnityEngine.UI.InputField_InputType UnityEngine.UI.InputField::m_InputType int32_t ___m_InputType_24; // System.Char UnityEngine.UI.InputField::m_AsteriskChar Il2CppChar ___m_AsteriskChar_25; // UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType int32_t ___m_KeyboardType_26; // UnityEngine.UI.InputField_LineType UnityEngine.UI.InputField::m_LineType int32_t ___m_LineType_27; // System.Boolean UnityEngine.UI.InputField::m_HideMobileInput bool ___m_HideMobileInput_28; // UnityEngine.UI.InputField_CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation int32_t ___m_CharacterValidation_29; // System.Int32 UnityEngine.UI.InputField::m_CharacterLimit int32_t ___m_CharacterLimit_30; // UnityEngine.UI.InputField_SubmitEvent UnityEngine.UI.InputField::m_OnEndEdit SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A * ___m_OnEndEdit_31; // UnityEngine.UI.InputField_OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A * ___m_OnValueChanged_32; // UnityEngine.UI.InputField_OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 * ___m_OnValidateInput_33; // UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_CaretColor_34; // System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor bool ___m_CustomCaretColor_35; // UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectionColor_36; // System.String UnityEngine.UI.InputField::m_Text String_t* ___m_Text_37; // System.Single UnityEngine.UI.InputField::m_CaretBlinkRate float ___m_CaretBlinkRate_38; // System.Int32 UnityEngine.UI.InputField::m_CaretWidth int32_t ___m_CaretWidth_39; // System.Boolean UnityEngine.UI.InputField::m_ReadOnly bool ___m_ReadOnly_40; // System.Int32 UnityEngine.UI.InputField::m_CaretPosition int32_t ___m_CaretPosition_41; // System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition int32_t ___m_CaretSelectPosition_42; // UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___caretRectTrans_43; // UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* ___m_CursorVerts_44; // UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * ___m_InputTextCache_45; // UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_CachedInputRenderer_46; // System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback bool ___m_PreventFontCallback_47; // UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_Mesh_48; // System.Boolean UnityEngine.UI.InputField::m_AllowInput bool ___m_AllowInput_49; // System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate bool ___m_ShouldActivateNextUpdate_50; // System.Boolean UnityEngine.UI.InputField::m_UpdateDrag bool ___m_UpdateDrag_51; // System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds bool ___m_DragPositionOutOfBounds_52; // System.Boolean UnityEngine.UI.InputField::m_CaretVisible bool ___m_CaretVisible_55; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_BlinkCoroutine_56; // System.Single UnityEngine.UI.InputField::m_BlinkStartTime float ___m_BlinkStartTime_57; // System.Int32 UnityEngine.UI.InputField::m_DrawStart int32_t ___m_DrawStart_58; // System.Int32 UnityEngine.UI.InputField::m_DrawEnd int32_t ___m_DrawEnd_59; // UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_DragCoroutine_60; // System.String UnityEngine.UI.InputField::m_OriginalText String_t* ___m_OriginalText_61; // System.Boolean UnityEngine.UI.InputField::m_WasCanceled bool ___m_WasCanceled_62; // System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition bool ___m_HasDoneFocusTransition_63; // UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 * ___m_WaitForSecondsRealtime_64; // System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing bool ___m_TouchKeyboardAllowsInPlaceEditing_65; // UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___m_ProcessingEvent_67; public: inline static int32_t get_offset_of_m_Keyboard_19() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Keyboard_19)); } inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get_m_Keyboard_19() const { return ___m_Keyboard_19; } inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of_m_Keyboard_19() { return &___m_Keyboard_19; } inline void set_m_Keyboard_19(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value) { ___m_Keyboard_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_19), (void*)value); } inline static int32_t get_offset_of_m_TextComponent_21() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_TextComponent_21)); } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_m_TextComponent_21() const { return ___m_TextComponent_21; } inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_m_TextComponent_21() { return &___m_TextComponent_21; } inline void set_m_TextComponent_21(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value) { ___m_TextComponent_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_21), (void*)value); } inline static int32_t get_offset_of_m_Placeholder_22() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Placeholder_22)); } inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_Placeholder_22() const { return ___m_Placeholder_22; } inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_Placeholder_22() { return &___m_Placeholder_22; } inline void set_m_Placeholder_22(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value) { ___m_Placeholder_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_22), (void*)value); } inline static int32_t get_offset_of_m_ContentType_23() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ContentType_23)); } inline int32_t get_m_ContentType_23() const { return ___m_ContentType_23; } inline int32_t* get_address_of_m_ContentType_23() { return &___m_ContentType_23; } inline void set_m_ContentType_23(int32_t value) { ___m_ContentType_23 = value; } inline static int32_t get_offset_of_m_InputType_24() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_InputType_24)); } inline int32_t get_m_InputType_24() const { return ___m_InputType_24; } inline int32_t* get_address_of_m_InputType_24() { return &___m_InputType_24; } inline void set_m_InputType_24(int32_t value) { ___m_InputType_24 = value; } inline static int32_t get_offset_of_m_AsteriskChar_25() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_AsteriskChar_25)); } inline Il2CppChar get_m_AsteriskChar_25() const { return ___m_AsteriskChar_25; } inline Il2CppChar* get_address_of_m_AsteriskChar_25() { return &___m_AsteriskChar_25; } inline void set_m_AsteriskChar_25(Il2CppChar value) { ___m_AsteriskChar_25 = value; } inline static int32_t get_offset_of_m_KeyboardType_26() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_KeyboardType_26)); } inline int32_t get_m_KeyboardType_26() const { return ___m_KeyboardType_26; } inline int32_t* get_address_of_m_KeyboardType_26() { return &___m_KeyboardType_26; } inline void set_m_KeyboardType_26(int32_t value) { ___m_KeyboardType_26 = value; } inline static int32_t get_offset_of_m_LineType_27() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_LineType_27)); } inline int32_t get_m_LineType_27() const { return ___m_LineType_27; } inline int32_t* get_address_of_m_LineType_27() { return &___m_LineType_27; } inline void set_m_LineType_27(int32_t value) { ___m_LineType_27 = value; } inline static int32_t get_offset_of_m_HideMobileInput_28() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_HideMobileInput_28)); } inline bool get_m_HideMobileInput_28() const { return ___m_HideMobileInput_28; } inline bool* get_address_of_m_HideMobileInput_28() { return &___m_HideMobileInput_28; } inline void set_m_HideMobileInput_28(bool value) { ___m_HideMobileInput_28 = value; } inline static int32_t get_offset_of_m_CharacterValidation_29() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CharacterValidation_29)); } inline int32_t get_m_CharacterValidation_29() const { return ___m_CharacterValidation_29; } inline int32_t* get_address_of_m_CharacterValidation_29() { return &___m_CharacterValidation_29; } inline void set_m_CharacterValidation_29(int32_t value) { ___m_CharacterValidation_29 = value; } inline static int32_t get_offset_of_m_CharacterLimit_30() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CharacterLimit_30)); } inline int32_t get_m_CharacterLimit_30() const { return ___m_CharacterLimit_30; } inline int32_t* get_address_of_m_CharacterLimit_30() { return &___m_CharacterLimit_30; } inline void set_m_CharacterLimit_30(int32_t value) { ___m_CharacterLimit_30 = value; } inline static int32_t get_offset_of_m_OnEndEdit_31() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OnEndEdit_31)); } inline SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A * get_m_OnEndEdit_31() const { return ___m_OnEndEdit_31; } inline SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A ** get_address_of_m_OnEndEdit_31() { return &___m_OnEndEdit_31; } inline void set_m_OnEndEdit_31(SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A * value) { ___m_OnEndEdit_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_31), (void*)value); } inline static int32_t get_offset_of_m_OnValueChanged_32() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OnValueChanged_32)); } inline OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A * get_m_OnValueChanged_32() const { return ___m_OnValueChanged_32; } inline OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A ** get_address_of_m_OnValueChanged_32() { return &___m_OnValueChanged_32; } inline void set_m_OnValueChanged_32(OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A * value) { ___m_OnValueChanged_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_32), (void*)value); } inline static int32_t get_offset_of_m_OnValidateInput_33() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OnValidateInput_33)); } inline OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 * get_m_OnValidateInput_33() const { return ___m_OnValidateInput_33; } inline OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 ** get_address_of_m_OnValidateInput_33() { return &___m_OnValidateInput_33; } inline void set_m_OnValidateInput_33(OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 * value) { ___m_OnValidateInput_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_33), (void*)value); } inline static int32_t get_offset_of_m_CaretColor_34() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretColor_34)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_CaretColor_34() const { return ___m_CaretColor_34; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_CaretColor_34() { return &___m_CaretColor_34; } inline void set_m_CaretColor_34(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_CaretColor_34 = value; } inline static int32_t get_offset_of_m_CustomCaretColor_35() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CustomCaretColor_35)); } inline bool get_m_CustomCaretColor_35() const { return ___m_CustomCaretColor_35; } inline bool* get_address_of_m_CustomCaretColor_35() { return &___m_CustomCaretColor_35; } inline void set_m_CustomCaretColor_35(bool value) { ___m_CustomCaretColor_35 = value; } inline static int32_t get_offset_of_m_SelectionColor_36() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_SelectionColor_36)); } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectionColor_36() const { return ___m_SelectionColor_36; } inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectionColor_36() { return &___m_SelectionColor_36; } inline void set_m_SelectionColor_36(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value) { ___m_SelectionColor_36 = value; } inline static int32_t get_offset_of_m_Text_37() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___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_CaretBlinkRate_38() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretBlinkRate_38)); } inline float get_m_CaretBlinkRate_38() const { return ___m_CaretBlinkRate_38; } inline float* get_address_of_m_CaretBlinkRate_38() { return &___m_CaretBlinkRate_38; } inline void set_m_CaretBlinkRate_38(float value) { ___m_CaretBlinkRate_38 = value; } inline static int32_t get_offset_of_m_CaretWidth_39() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretWidth_39)); } inline int32_t get_m_CaretWidth_39() const { return ___m_CaretWidth_39; } inline int32_t* get_address_of_m_CaretWidth_39() { return &___m_CaretWidth_39; } inline void set_m_CaretWidth_39(int32_t value) { ___m_CaretWidth_39 = value; } inline static int32_t get_offset_of_m_ReadOnly_40() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ReadOnly_40)); } inline bool get_m_ReadOnly_40() const { return ___m_ReadOnly_40; } inline bool* get_address_of_m_ReadOnly_40() { return &___m_ReadOnly_40; } inline void set_m_ReadOnly_40(bool value) { ___m_ReadOnly_40 = value; } inline static int32_t get_offset_of_m_CaretPosition_41() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretPosition_41)); } inline int32_t get_m_CaretPosition_41() const { return ___m_CaretPosition_41; } inline int32_t* get_address_of_m_CaretPosition_41() { return &___m_CaretPosition_41; } inline void set_m_CaretPosition_41(int32_t value) { ___m_CaretPosition_41 = value; } inline static int32_t get_offset_of_m_CaretSelectPosition_42() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretSelectPosition_42)); } inline int32_t get_m_CaretSelectPosition_42() const { return ___m_CaretSelectPosition_42; } inline int32_t* get_address_of_m_CaretSelectPosition_42() { return &___m_CaretSelectPosition_42; } inline void set_m_CaretSelectPosition_42(int32_t value) { ___m_CaretSelectPosition_42 = value; } inline static int32_t get_offset_of_caretRectTrans_43() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___caretRectTrans_43)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_caretRectTrans_43() const { return ___caretRectTrans_43; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_caretRectTrans_43() { return &___caretRectTrans_43; } inline void set_caretRectTrans_43(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___caretRectTrans_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_43), (void*)value); } inline static int32_t get_offset_of_m_CursorVerts_44() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CursorVerts_44)); } inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* get_m_CursorVerts_44() const { return ___m_CursorVerts_44; } inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A** get_address_of_m_CursorVerts_44() { return &___m_CursorVerts_44; } inline void set_m_CursorVerts_44(UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* value) { ___m_CursorVerts_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_44), (void*)value); } inline static int32_t get_offset_of_m_InputTextCache_45() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_InputTextCache_45)); } inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * get_m_InputTextCache_45() const { return ___m_InputTextCache_45; } inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 ** get_address_of_m_InputTextCache_45() { return &___m_InputTextCache_45; } inline void set_m_InputTextCache_45(TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * value) { ___m_InputTextCache_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_45), (void*)value); } inline static int32_t get_offset_of_m_CachedInputRenderer_46() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CachedInputRenderer_46)); } inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_CachedInputRenderer_46() const { return ___m_CachedInputRenderer_46; } inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_CachedInputRenderer_46() { return &___m_CachedInputRenderer_46; } inline void set_m_CachedInputRenderer_46(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value) { ___m_CachedInputRenderer_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_46), (void*)value); } inline static int32_t get_offset_of_m_PreventFontCallback_47() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_PreventFontCallback_47)); } inline bool get_m_PreventFontCallback_47() const { return ___m_PreventFontCallback_47; } inline bool* get_address_of_m_PreventFontCallback_47() { return &___m_PreventFontCallback_47; } inline void set_m_PreventFontCallback_47(bool value) { ___m_PreventFontCallback_47 = value; } inline static int32_t get_offset_of_m_Mesh_48() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Mesh_48)); } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_Mesh_48() const { return ___m_Mesh_48; } inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_Mesh_48() { return &___m_Mesh_48; } inline void set_m_Mesh_48(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value) { ___m_Mesh_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_48), (void*)value); } inline static int32_t get_offset_of_m_AllowInput_49() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_AllowInput_49)); } inline bool get_m_AllowInput_49() const { return ___m_AllowInput_49; } inline bool* get_address_of_m_AllowInput_49() { return &___m_AllowInput_49; } inline void set_m_AllowInput_49(bool value) { ___m_AllowInput_49 = value; } inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_50() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ShouldActivateNextUpdate_50)); } inline bool get_m_ShouldActivateNextUpdate_50() const { return ___m_ShouldActivateNextUpdate_50; } inline bool* get_address_of_m_ShouldActivateNextUpdate_50() { return &___m_ShouldActivateNextUpdate_50; } inline void set_m_ShouldActivateNextUpdate_50(bool value) { ___m_ShouldActivateNextUpdate_50 = value; } inline static int32_t get_offset_of_m_UpdateDrag_51() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_UpdateDrag_51)); } inline bool get_m_UpdateDrag_51() const { return ___m_UpdateDrag_51; } inline bool* get_address_of_m_UpdateDrag_51() { return &___m_UpdateDrag_51; } inline void set_m_UpdateDrag_51(bool value) { ___m_UpdateDrag_51 = value; } inline static int32_t get_offset_of_m_DragPositionOutOfBounds_52() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DragPositionOutOfBounds_52)); } inline bool get_m_DragPositionOutOfBounds_52() const { return ___m_DragPositionOutOfBounds_52; } inline bool* get_address_of_m_DragPositionOutOfBounds_52() { return &___m_DragPositionOutOfBounds_52; } inline void set_m_DragPositionOutOfBounds_52(bool value) { ___m_DragPositionOutOfBounds_52 = value; } inline static int32_t get_offset_of_m_CaretVisible_55() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretVisible_55)); } inline bool get_m_CaretVisible_55() const { return ___m_CaretVisible_55; } inline bool* get_address_of_m_CaretVisible_55() { return &___m_CaretVisible_55; } inline void set_m_CaretVisible_55(bool value) { ___m_CaretVisible_55 = value; } inline static int32_t get_offset_of_m_BlinkCoroutine_56() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_BlinkCoroutine_56)); } inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_BlinkCoroutine_56() const { return ___m_BlinkCoroutine_56; } inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_BlinkCoroutine_56() { return &___m_BlinkCoroutine_56; } inline void set_m_BlinkCoroutine_56(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value) { ___m_BlinkCoroutine_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_56), (void*)value); } inline static int32_t get_offset_of_m_BlinkStartTime_57() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_BlinkStartTime_57)); } inline float get_m_BlinkStartTime_57() const { return ___m_BlinkStartTime_57; } inline float* get_address_of_m_BlinkStartTime_57() { return &___m_BlinkStartTime_57; } inline void set_m_BlinkStartTime_57(float value) { ___m_BlinkStartTime_57 = value; } inline static int32_t get_offset_of_m_DrawStart_58() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DrawStart_58)); } inline int32_t get_m_DrawStart_58() const { return ___m_DrawStart_58; } inline int32_t* get_address_of_m_DrawStart_58() { return &___m_DrawStart_58; } inline void set_m_DrawStart_58(int32_t value) { ___m_DrawStart_58 = value; } inline static int32_t get_offset_of_m_DrawEnd_59() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DrawEnd_59)); } inline int32_t get_m_DrawEnd_59() const { return ___m_DrawEnd_59; } inline int32_t* get_address_of_m_DrawEnd_59() { return &___m_DrawEnd_59; } inline void set_m_DrawEnd_59(int32_t value) { ___m_DrawEnd_59 = value; } inline static int32_t get_offset_of_m_DragCoroutine_60() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DragCoroutine_60)); } inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_DragCoroutine_60() const { return ___m_DragCoroutine_60; } inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_DragCoroutine_60() { return &___m_DragCoroutine_60; } inline void set_m_DragCoroutine_60(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value) { ___m_DragCoroutine_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_60), (void*)value); } inline static int32_t get_offset_of_m_OriginalText_61() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OriginalText_61)); } inline String_t* get_m_OriginalText_61() const { return ___m_OriginalText_61; } inline String_t** get_address_of_m_OriginalText_61() { return &___m_OriginalText_61; } inline void set_m_OriginalText_61(String_t* value) { ___m_OriginalText_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_61), (void*)value); } inline static int32_t get_offset_of_m_WasCanceled_62() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_WasCanceled_62)); } inline bool get_m_WasCanceled_62() const { return ___m_WasCanceled_62; } inline bool* get_address_of_m_WasCanceled_62() { return &___m_WasCanceled_62; } inline void set_m_WasCanceled_62(bool value) { ___m_WasCanceled_62 = value; } inline static int32_t get_offset_of_m_HasDoneFocusTransition_63() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_HasDoneFocusTransition_63)); } inline bool get_m_HasDoneFocusTransition_63() const { return ___m_HasDoneFocusTransition_63; } inline bool* get_address_of_m_HasDoneFocusTransition_63() { return &___m_HasDoneFocusTransition_63; } inline void set_m_HasDoneFocusTransition_63(bool value) { ___m_HasDoneFocusTransition_63 = value; } inline static int32_t get_offset_of_m_WaitForSecondsRealtime_64() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_WaitForSecondsRealtime_64)); } inline WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 * get_m_WaitForSecondsRealtime_64() const { return ___m_WaitForSecondsRealtime_64; } inline WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 ** get_address_of_m_WaitForSecondsRealtime_64() { return &___m_WaitForSecondsRealtime_64; } inline void set_m_WaitForSecondsRealtime_64(WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 * value) { ___m_WaitForSecondsRealtime_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_64), (void*)value); } inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_65() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_TouchKeyboardAllowsInPlaceEditing_65)); } inline bool get_m_TouchKeyboardAllowsInPlaceEditing_65() const { return ___m_TouchKeyboardAllowsInPlaceEditing_65; } inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_65() { return &___m_TouchKeyboardAllowsInPlaceEditing_65; } inline void set_m_TouchKeyboardAllowsInPlaceEditing_65(bool value) { ___m_TouchKeyboardAllowsInPlaceEditing_65 = value; } inline static int32_t get_offset_of_m_ProcessingEvent_67() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ProcessingEvent_67)); } inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_m_ProcessingEvent_67() const { return ___m_ProcessingEvent_67; } inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_m_ProcessingEvent_67() { return &___m_ProcessingEvent_67; } inline void set_m_ProcessingEvent_67(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value) { ___m_ProcessingEvent_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_67), (void*)value); } }; struct InputField_t533609195B110760BCFF00B746C87D81969CB005_StaticFields { public: // System.Char[] UnityEngine.UI.InputField::kSeparators CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___kSeparators_20; public: inline static int32_t get_offset_of_kSeparators_20() { return static_cast(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005_StaticFields, ___kSeparators_20)); } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_kSeparators_20() const { return ___kSeparators_20; } inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_kSeparators_20() { return &___kSeparators_20; } inline void set_kSeparators_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value) { ___kSeparators_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_20), (void*)value); } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F : public Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_25; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_MaskMaterial_26; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * ___m_ParentMask_27; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_28; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_29; // UnityEngine.UI.MaskableGraphic_CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * ___m_OnCullStateChanged_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_31; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_32; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_Corners_33; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_25() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ShouldRecalculateStencil_25)); } inline bool get_m_ShouldRecalculateStencil_25() const { return ___m_ShouldRecalculateStencil_25; } inline bool* get_address_of_m_ShouldRecalculateStencil_25() { return &___m_ShouldRecalculateStencil_25; } inline void set_m_ShouldRecalculateStencil_25(bool value) { ___m_ShouldRecalculateStencil_25 = value; } inline static int32_t get_offset_of_m_MaskMaterial_26() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_MaskMaterial_26)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_MaskMaterial_26() const { return ___m_MaskMaterial_26; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_MaskMaterial_26() { return &___m_MaskMaterial_26; } inline void set_m_MaskMaterial_26(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___m_MaskMaterial_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_26), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_27() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ParentMask_27)); } inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * get_m_ParentMask_27() const { return ___m_ParentMask_27; } inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B ** get_address_of_m_ParentMask_27() { return &___m_ParentMask_27; } inline void set_m_ParentMask_27(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * value) { ___m_ParentMask_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_27), (void*)value); } inline static int32_t get_offset_of_m_Maskable_28() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_Maskable_28)); } inline bool get_m_Maskable_28() const { return ___m_Maskable_28; } inline bool* get_address_of_m_Maskable_28() { return &___m_Maskable_28; } inline void set_m_Maskable_28(bool value) { ___m_Maskable_28 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_29() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_IncludeForMasking_29)); } inline bool get_m_IncludeForMasking_29() const { return ___m_IncludeForMasking_29; } inline bool* get_address_of_m_IncludeForMasking_29() { return &___m_IncludeForMasking_29; } inline void set_m_IncludeForMasking_29(bool value) { ___m_IncludeForMasking_29 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_30() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_OnCullStateChanged_30)); } inline CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * get_m_OnCullStateChanged_30() const { return ___m_OnCullStateChanged_30; } inline CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 ** get_address_of_m_OnCullStateChanged_30() { return &___m_OnCullStateChanged_30; } inline void set_m_OnCullStateChanged_30(CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * value) { ___m_OnCullStateChanged_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_30), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_31() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ShouldRecalculate_31)); } inline bool get_m_ShouldRecalculate_31() const { return ___m_ShouldRecalculate_31; } inline bool* get_address_of_m_ShouldRecalculate_31() { return &___m_ShouldRecalculate_31; } inline void set_m_ShouldRecalculate_31(bool value) { ___m_ShouldRecalculate_31 = value; } inline static int32_t get_offset_of_m_StencilValue_32() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_StencilValue_32)); } inline int32_t get_m_StencilValue_32() const { return ___m_StencilValue_32; } inline int32_t* get_address_of_m_StencilValue_32() { return &___m_StencilValue_32; } inline void set_m_StencilValue_32(int32_t value) { ___m_StencilValue_32 = value; } inline static int32_t get_offset_of_m_Corners_33() { return static_cast(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_Corners_33)); } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_Corners_33() const { return ___m_Corners_33; } inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_Corners_33() { return &___m_Corners_33; } inline void set_m_Corners_33(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value) { ___m_Corners_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_33), (void*)value); } }; // UnityEngine.UI.Slider struct Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A { public: // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_FillRect_19; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_HandleRect_20; // UnityEngine.UI.Slider_Direction UnityEngine.UI.Slider::m_Direction int32_t ___m_Direction_21; // System.Single UnityEngine.UI.Slider::m_MinValue float ___m_MinValue_22; // System.Single UnityEngine.UI.Slider::m_MaxValue float ___m_MaxValue_23; // System.Boolean UnityEngine.UI.Slider::m_WholeNumbers bool ___m_WholeNumbers_24; // System.Single UnityEngine.UI.Slider::m_Value float ___m_Value_25; // UnityEngine.UI.Slider_SliderEvent UnityEngine.UI.Slider::m_OnValueChanged SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * ___m_OnValueChanged_26; // UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___m_FillImage_27; // UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___m_FillTransform_28; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_FillContainerRect_29; // UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___m_HandleTransform_30; // UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_HandleContainerRect_31; // UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Offset_32; // UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 ___m_Tracker_33; // System.Boolean UnityEngine.UI.Slider::m_DelayedUpdateVisuals bool ___m_DelayedUpdateVisuals_34; public: inline static int32_t get_offset_of_m_FillRect_19() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillRect_19)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_FillRect_19() const { return ___m_FillRect_19; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_FillRect_19() { return &___m_FillRect_19; } inline void set_m_FillRect_19(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___m_FillRect_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillRect_19), (void*)value); } inline static int32_t get_offset_of_m_HandleRect_20() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_HandleRect_20)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_HandleRect_20() const { return ___m_HandleRect_20; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_HandleRect_20() { return &___m_HandleRect_20; } inline void set_m_HandleRect_20(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___m_HandleRect_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleRect_20), (void*)value); } inline static int32_t get_offset_of_m_Direction_21() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Direction_21)); } inline int32_t get_m_Direction_21() const { return ___m_Direction_21; } inline int32_t* get_address_of_m_Direction_21() { return &___m_Direction_21; } inline void set_m_Direction_21(int32_t value) { ___m_Direction_21 = value; } inline static int32_t get_offset_of_m_MinValue_22() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_MinValue_22)); } inline float get_m_MinValue_22() const { return ___m_MinValue_22; } inline float* get_address_of_m_MinValue_22() { return &___m_MinValue_22; } inline void set_m_MinValue_22(float value) { ___m_MinValue_22 = value; } inline static int32_t get_offset_of_m_MaxValue_23() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_MaxValue_23)); } inline float get_m_MaxValue_23() const { return ___m_MaxValue_23; } inline float* get_address_of_m_MaxValue_23() { return &___m_MaxValue_23; } inline void set_m_MaxValue_23(float value) { ___m_MaxValue_23 = value; } inline static int32_t get_offset_of_m_WholeNumbers_24() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_WholeNumbers_24)); } inline bool get_m_WholeNumbers_24() const { return ___m_WholeNumbers_24; } inline bool* get_address_of_m_WholeNumbers_24() { return &___m_WholeNumbers_24; } inline void set_m_WholeNumbers_24(bool value) { ___m_WholeNumbers_24 = value; } inline static int32_t get_offset_of_m_Value_25() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Value_25)); } inline float get_m_Value_25() const { return ___m_Value_25; } inline float* get_address_of_m_Value_25() { return &___m_Value_25; } inline void set_m_Value_25(float value) { ___m_Value_25 = value; } inline static int32_t get_offset_of_m_OnValueChanged_26() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_OnValueChanged_26)); } inline SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * get_m_OnValueChanged_26() const { return ___m_OnValueChanged_26; } inline SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C ** get_address_of_m_OnValueChanged_26() { return &___m_OnValueChanged_26; } inline void set_m_OnValueChanged_26(SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * value) { ___m_OnValueChanged_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_26), (void*)value); } inline static int32_t get_offset_of_m_FillImage_27() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillImage_27)); } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_m_FillImage_27() const { return ___m_FillImage_27; } inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_m_FillImage_27() { return &___m_FillImage_27; } inline void set_m_FillImage_27(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value) { ___m_FillImage_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillImage_27), (void*)value); } inline static int32_t get_offset_of_m_FillTransform_28() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillTransform_28)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_m_FillTransform_28() const { return ___m_FillTransform_28; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_m_FillTransform_28() { return &___m_FillTransform_28; } inline void set_m_FillTransform_28(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___m_FillTransform_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillTransform_28), (void*)value); } inline static int32_t get_offset_of_m_FillContainerRect_29() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillContainerRect_29)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_FillContainerRect_29() const { return ___m_FillContainerRect_29; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_FillContainerRect_29() { return &___m_FillContainerRect_29; } inline void set_m_FillContainerRect_29(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___m_FillContainerRect_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FillContainerRect_29), (void*)value); } inline static int32_t get_offset_of_m_HandleTransform_30() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_HandleTransform_30)); } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_m_HandleTransform_30() const { return ___m_HandleTransform_30; } inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_m_HandleTransform_30() { return &___m_HandleTransform_30; } inline void set_m_HandleTransform_30(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value) { ___m_HandleTransform_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleTransform_30), (void*)value); } inline static int32_t get_offset_of_m_HandleContainerRect_31() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_HandleContainerRect_31)); } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_HandleContainerRect_31() const { return ___m_HandleContainerRect_31; } inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_HandleContainerRect_31() { return &___m_HandleContainerRect_31; } inline void set_m_HandleContainerRect_31(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value) { ___m_HandleContainerRect_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_HandleContainerRect_31), (void*)value); } inline static int32_t get_offset_of_m_Offset_32() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Offset_32)); } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Offset_32() const { return ___m_Offset_32; } inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Offset_32() { return &___m_Offset_32; } inline void set_m_Offset_32(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value) { ___m_Offset_32 = value; } inline static int32_t get_offset_of_m_Tracker_33() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Tracker_33)); } inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 get_m_Tracker_33() const { return ___m_Tracker_33; } inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * get_address_of_m_Tracker_33() { return &___m_Tracker_33; } inline void set_m_Tracker_33(DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 value) { ___m_Tracker_33 = value; } inline static int32_t get_offset_of_m_DelayedUpdateVisuals_34() { return static_cast(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_DelayedUpdateVisuals_34)); } inline bool get_m_DelayedUpdateVisuals_34() const { return ___m_DelayedUpdateVisuals_34; } inline bool* get_address_of_m_DelayedUpdateVisuals_34() { return &___m_DelayedUpdateVisuals_34; } inline void set_m_DelayedUpdateVisuals_34(bool value) { ___m_DelayedUpdateVisuals_34 = value; } }; // UnityEngine.UI.Text struct Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 : public MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 * ___m_FontData_34; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_35; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * ___m_TextCache_36; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * ___m_TextCacheForLayout_37; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_39; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* ___m_TempVerts_40; public: inline static int32_t get_offset_of_m_FontData_34() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_FontData_34)); } inline FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 * get_m_FontData_34() const { return ___m_FontData_34; } inline FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 ** get_address_of_m_FontData_34() { return &___m_FontData_34; } inline void set_m_FontData_34(FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 * value) { ___m_FontData_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_34), (void*)value); } inline static int32_t get_offset_of_m_Text_35() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_Text_35)); } inline String_t* get_m_Text_35() const { return ___m_Text_35; } inline String_t** get_address_of_m_Text_35() { return &___m_Text_35; } inline void set_m_Text_35(String_t* value) { ___m_Text_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_35), (void*)value); } inline static int32_t get_offset_of_m_TextCache_36() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_TextCache_36)); } inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * get_m_TextCache_36() const { return ___m_TextCache_36; } inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 ** get_address_of_m_TextCache_36() { return &___m_TextCache_36; } inline void set_m_TextCache_36(TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * value) { ___m_TextCache_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_36), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_37() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_TextCacheForLayout_37)); } inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * get_m_TextCacheForLayout_37() const { return ___m_TextCacheForLayout_37; } inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 ** get_address_of_m_TextCacheForLayout_37() { return &___m_TextCacheForLayout_37; } inline void set_m_TextCacheForLayout_37(TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * value) { ___m_TextCacheForLayout_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_37), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_39() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_DisableFontTextureRebuiltCallback_39)); } inline bool get_m_DisableFontTextureRebuiltCallback_39() const { return ___m_DisableFontTextureRebuiltCallback_39; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_39() { return &___m_DisableFontTextureRebuiltCallback_39; } inline void set_m_DisableFontTextureRebuiltCallback_39(bool value) { ___m_DisableFontTextureRebuiltCallback_39 = value; } inline static int32_t get_offset_of_m_TempVerts_40() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_TempVerts_40)); } inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* get_m_TempVerts_40() const { return ___m_TempVerts_40; } inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A** get_address_of_m_TempVerts_40() { return &___m_TempVerts_40; } inline void set_m_TempVerts_40(UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* value) { ___m_TempVerts_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_40), (void*)value); } }; struct Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___s_DefaultText_38; public: inline static int32_t get_offset_of_s_DefaultText_38() { return static_cast(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_StaticFields, ___s_DefaultText_38)); } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_s_DefaultText_38() const { return ___s_DefaultText_38; } inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_s_DefaultText_38() { return &___s_DefaultText_38; } inline void set_s_DefaultText_38(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value) { ___s_DefaultText_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_38), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Object[] struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Int32[] struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Delegate[] struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Net.IPAddress[] struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3 : public RuntimeArray { public: ALIGN_FIELD (8) IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * m_Items[1]; public: inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** 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, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Double[] struct DoubleU5BU5D_tF9383437DDA9EAC9F60627E9E6E2045CF7CB182D : public RuntimeArray { public: ALIGN_FIELD (8) double m_Items[1]; public: inline double GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline double* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, double value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline double GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline double* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, double value) { m_Items[index] = value; } }; // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m352D452C728667C9C76C942525CDE26444568ECD_gshared (RuntimeObject * ___original0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position1, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation2, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_m80EDFEAC4927F588A7A702F81524EDBFA8603FE2_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __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_mDF0761DC432ADAE690B100D381AAEE87CD2C3DCB_gshared (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __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_mCCF08CC8634A4987236EA3C100FFCA94A18C7CC8_gshared (UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___call0, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonUtility_FromJson_TisRuntimeObject_m38BFFDE45556DDE756B8EDCA5E0775A8320E1296_gshared (String_t* ___json0, const RuntimeMethod* method); // System.Void System.Action`2::Invoke(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared (Action_2_t0DB6FD6F515527EAB552B690A291778C6F00D48C * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared (RuntimeObject * ___d0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method); // System.Void System.EventHandler`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1__ctor_m3D6B301FCEB48533990CFB2386DAAB091D357BAC_gshared (EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Clear_m489F423C3AF50477F337CB5470AC6337F2469096_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared (Queue_1_tCC0C12E9ABD1C1421DEDD8C737F1A87C67ACC8F0 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // System.Void QFramework.IActionExtension::Delay(!!0,System.Single,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IActionExtension_Delay_TisRuntimeObject_m99BA5A443FFF4F8E2E7350A410311FC0A07B1E12_gshared (RuntimeObject * ___selfBehaviour0, float ___seconds1, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___delayEvent2, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_mFBEB99FAFA7C81868D18C2A17C94AF512CD872EC_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::Createitem(System.Int32,System.Single,Makesupway/stylecreatecoin,Makesupway/stylecreatecoinposisition) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2 (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, int32_t ___value0, float ___tranformz1, int32_t ___style2, int32_t ___styleposison3, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559 (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * __this, float ___seconds0, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780 (int32_t ___min0, int32_t ___max1, const RuntimeMethod* method); // System.Void logger::error(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void logger_error_mB570AC104D42E58E2ADE370FD0B2455ACBADF654 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::createallitem(System.Single,Makesupway/createitemposition) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, float ___transformz0, int32_t ___stylecreate1, const RuntimeMethod* method); // System.Void Makesupway::GetPositioncoin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_GetPositioncoin_m8ED228E0C7C1A17BF8024E75B7B88AE7BC2C3621 (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline (List_1_t3D4152882C54B77C712688E910390D5C8E030463 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t3D4152882C54B77C712688E910390D5C8E030463 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline (List_1_t3D4152882C54B77C712688E910390D5C8E030463 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (List_1_t3D4152882C54B77C712688E910390D5C8E030463 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method); } // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m328812EE6BE89C6594EFCA34543A2F011D1452C8 (List_1_t3D4152882C54B77C712688E910390D5C8E030463 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3D4152882C54B77C712688E910390D5C8E030463 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method); } // System.Void Makesupway::randumtheemty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_randumtheemty_m04C65112F0A460797117E25FB0B9DBE1FA2B259D (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::Translate(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___translation0, const RuntimeMethod* method); // System.Void Makesupway::Enable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_Enable_m26E50C7DB92BDB70F2410E930B76FBBFCD35C3DE (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // System.Void Makesupway::Deletecoin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_Deletecoin_m21358A27993B75F089908BF57A6F21FD255CAD39 (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::delaycallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_delaycallback_m425BE3C9EBFB75958EA274E5AC5EC7CD3E05620F (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::CreateCoinWenDie(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_CreateCoinWenDie_m45C9A461561FE2D3A58E74BA16094FF55C3FFE9A (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, float ___ztranform0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::backtotruposison() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_backtotruposison_m1E519AA084CE533B8F480B61D6DB3E8D2D266FE1 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::delay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_delay_mDD51C0C0D78C78E43BFB119B3187D04EDAEC4A3F (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, bool ___cv0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::Createcoinformap(System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_Createcoinformap_m2FCAF19033C02187EE6CF94913A6ACD999EC521A (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, int32_t ___map0, float ___tranormzz1, const RuntimeMethod* method); // System.UInt32 ::ComputeStringHash(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m082960ACC7C4FD71A9A2131DE82E8147B002CE2C (String_t* ___s0, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___original0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position1, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation2, const RuntimeMethod* method) { return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 , const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m352D452C728667C9C76C942525CDE26444568ECD_gshared)(___original0, ___position1, ___rotation2, method); } // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mB466FEDA88AB72CA7331450A36E50D916A6C3BB6 (List_1_t3D4152882C54B77C712688E910390D5C8E030463 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t3D4152882C54B77C712688E910390D5C8E030463 *, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_mFAF9209CAB6A864552074BA065D740924A4BF979 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___p0, const RuntimeMethod* method); // System.Void Makesupway::createemty(System.String,Makesupway/stylecreate,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_createemty_m5818C329FF5E61A6A278E539BAAEC784C87D734E (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, String_t* ___name0, int32_t ___style1, String_t* ___namemap2, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 List_1_GetEnumerator_mB2481B3FDCA022A6CC7DE965DB8DEC53D210FA24 (List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * __this, const RuntimeMethod* method) { return (( Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 (*) (List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * Enumerator_get_Current_m322633770A625F28DCF51758884A4E996F2E2529_inline (Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 * __this, const RuntimeMethod* method) { return (( RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * (*) (Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method); } // System.Void Makesupway::createsomething(System.Single,QFramework.RunGame.RmtyModelItem,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_createsomething_mF78405BB775D093B832BA7EC7D1808114AF34B2A (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, float ___tranformz0, RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * ___ri1, String_t* ___mapname2, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m69C12455B75C30FE1DD2A2E17D88E24DE0733B7F (Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m5C235AF9CA780B1AE8C6F5D0C64B8F24BBFB29A7 (Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method); } // System.Void Manageritem/d__12::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfordestroiiteamU3Ed__12__ctor_m216A0876237C8638743868127B539FDAFAFF6C0F (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301 (bool* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, int32_t ___index0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E (const RuntimeMethod* method); // System.Void UnityEngine.Transform::Rotate(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_mEEA80F3DA5A4C93611D7165DF54763E578477EF9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___xAngle0, float ___yAngle1, float ___zAngle2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::Translate(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Translate_m3367DF1167F152D8801578EBA4C51A398A50FE71 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * GameObject_AddComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m2D2EAD0328967BB4D0F2F873B71A15722B7F035B (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m80EDFEAC4927F588A7A702F81524EDBFA8603FE2_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * GameObject_GetComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m31F97A6E057858450728C32EE09647374FA10903 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.Void UnityEngine.Rigidbody::AddForce(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_m8FED8F9F25D39B7BAB50DA4A6C9465AACDA855E0 (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Collections.IEnumerator ManagernewSceen::delayback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ManagernewSceen_delayback_mA09627F59EB72189F6E98E4F3491DBA27323FE13 (ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * __this, const RuntimeMethod* method); // System.Void ManagernewSceen/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaybackU3Ed__13__ctor_m5068EEA212F682E930796E38E938EAFC8B23C10F (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mE0CF797BC1662A4FDFF8009E76AC0A5CD1BB1FCA (List_1_t3D4152882C54B77C712688E910390D5C8E030463 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t3D4152882C54B77C712688E910390D5C8E030463 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method); } // System.String managerdata::Getnowcharacter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* managerdata_Getnowcharacter_m65C759F29D8BB4110EE9B820CF84947DDB3D25B7 (managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method); // System.Void MessageHandler::motionHandler(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_motionHandler_mF96F7D49424E7DD97D9113A80E813CEE1E63F55B (int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method); // System.Void MessageHandler::actionHandler(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_actionHandler_m65BE15E1CD387BD47C02E5D6891E8BDB14A0E28B (int32_t ___id0, int32_t ___code1, const RuntimeMethod* method); // System.Void MessageHandler::stepHandler(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_stepHandler_mA295A80416B62E1077AB8DE3BB580197DC87A176 (int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method); // System.Void MessageHandler::deviceHandler(System.Int32,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_deviceHandler_m8FC60F439591E02DCB2359542D7DCA90062F40AD (int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method); // System.Void MessageHandler::userFriendsHandler(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_userFriendsHandler_m13C83A0DBB8F1661E8CD4FCF158035A763666577 (int32_t ___code0, String_t* ___json1, const RuntimeMethod* method); // System.Void MessageHandler::inviteFriendHandler(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_inviteFriendHandler_mF1EF1175230FAA9F54BC964273D1F98777E34573 (int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.GameObject::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * GameObject_Find_m1470FB04EB6DB15CCC0D9745B70EE987B318E9BD (String_t* ___name0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * GameObject_GetComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m04725F873F765AF3EA906137A60CD58809FE1C80 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * Button_get_onClick_m77E8CA6917881760CC7900930F4C789F3E2F8817_inline (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __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_m31973FDDC5BB0B2828AB6EF519EC4FD6563499C9 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___call0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * GameObject_GetComponent_TisRenderer_t0556D67DD582620D1F495627EDE30D03284151F4_mD65E2552CCFED4D0EC506EE90DE51215D90AEF85 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.String System.String::Concat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * GameObject_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mCF3938D33A4B2D1D9B65321455F867660E72C3FD (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * GameObject_GetComponent_TisSlider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_m688424BCA2C09954B36F15A3C82F17CAECEB91A7 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::get_onValueChanged() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * Slider_get_onValueChanged_m9D9177CDBF349783372AABF032F2D2B3178A84D6_inline (Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityAction`1::.ctor(System.Object,System.IntPtr) inline void UnityAction_1__ctor_mDF0761DC432ADAE690B100D381AAEE87CD2C3DCB (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mDF0761DC432ADAE690B100D381AAEE87CD2C3DCB_gshared)(__this, ___object0, ___method1, method); } // System.Void UnityEngine.Events.UnityEvent`1::AddListener(UnityEngine.Events.UnityAction`1) inline void UnityEvent_1_AddListener_mCCF08CC8634A4987236EA3C100FFCA94A18C7CC8 (UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___call0, const RuntimeMethod* method) { (( void (*) (UnityEvent_1_t655F4ECDA62E804A34CC8737AC30B836ABD3D2DA *, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, const RuntimeMethod*))UnityEvent_1_AddListener_mCCF08CC8634A4987236EA3C100FFCA94A18C7CC8_gshared)(__this, ___call0, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.Void UnityEngine.Screen::set_sleepTimeout(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Screen_set_sleepTimeout_mFC7D38BCAAF219C40C42E5C38B1B207490E6D025 (int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m429694E264117C6DC682EC6AF45C7864E5155935 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method); // System.String System.Enum::GetName(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_GetName_m9DE2256BCA030763AE066DA2B23EBBC2E4C62C5D (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.String System.String::Concat(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1 (RuntimeObject * ___arg00, const RuntimeMethod* method); // System.String UnityEngine.JsonUtility::ToJson(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_m588D3BCFA6FC7FA342FC221D4CB02729E901E573 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKeyDown(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKeyDown_mEA57896808B6F484B12CD0AEEB83390A3CFCDBDC (int32_t ___key0, const RuntimeMethod* method); // System.Void UnityEngine.Application::Quit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_Quit_mA005EB22CB989AC3794334754F15E1C0D2FF1C95 (const RuntimeMethod* method); // System.Void UnityEngine.Debug::LogFormat(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogFormat_mB23DDD2CD05B2E66F9CF8CA72ECA66C02DCC209E (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method); // System.Void Playermuving::Jump(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_Jump_m8E138B0770BED682E56E0DD9A3AB514FA7486BFF (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, bool ___netmsg0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::Muvingdow(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_Muvingdow_mFDD58FE84D788F6988AE373A5E29124043E7AFCF (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, bool ___netmsg0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::Muvingright(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_Muvingright_mA8E8C9858A2E7B96928795147EAD1C5B4FDDEF76 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, bool ___netmsg0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::Muvingleft(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_Muvingleft_m11481A30B9387DD2C90235650DAFAEF0A0534D7E (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, bool ___netmsg0, const RuntimeMethod* method); // System.Void UnityEngine.Quaternion::.ctor(System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Quaternion__ctor_m7502F0C38E04C6DE24C965D1CAF278DDD02B9D61 (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * __this, float ___x0, float ___y1, float ___z2, float ___w3, const RuntimeMethod* method); // QFramework.RunGame.GameMgr QFramework.RunGame.GameMgr::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * GameMgr_get_Instance_m1F2F2F848BD27F96BBA83E2997AB55DBC117DE83 (const RuntimeMethod* method); // System.Void QFramework.RunGame.GameMgr::flushshoesstatue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_flushshoesstatue_mCCD7909932BE059BD12EBCD6B03756AB937FDF75 (GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * __this, const RuntimeMethod* method); // System.Void System.Action::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method); // !!0 UnityEngine.JsonUtility::FromJson>(System.String) inline Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC * JsonUtility_FromJson_TisResponse_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC_m5FFFC34BFCB900053D5A8A72424DF2CC7B292211 (String_t* ___json0, const RuntimeMethod* method) { return (( Response_1_tDC7665DAA29B982BB203C783B4296A94844EBDFC * (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisRuntimeObject_m38BFFDE45556DDE756B8EDCA5E0775A8320E1296_gshared)(___json0, method); } // !!0 UnityEngine.JsonUtility::FromJson(System.String) inline User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7 * JsonUtility_FromJson_TisUser_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7_m15D586E606FFD7E19F463A908F7A66FF29D2FFF4 (String_t* ___json0, const RuntimeMethod* method) { return (( User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7 * (*) (String_t*, const RuntimeMethod*))JsonUtility_FromJson_TisRuntimeObject_m38BFFDE45556DDE756B8EDCA5E0775A8320E1296_gshared)(___json0, method); } // System.Void System.Action`2::Invoke(!0,!1) inline void Action_2_Invoke_m117F5CBDF470956E1ED538CFC9C3D5E343CFA841 (Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 * __this, String_t* ___arg10, String_t* ___arg21, const RuntimeMethod* method) { (( void (*) (Action_2_t1CB04E22693098ADDC0738D6ED994D8F298698C3 *, String_t*, String_t*, const RuntimeMethod*))Action_2_Invoke_m1738FFAE74BE5E599FD42520FA2BEF69D1AC4709_gshared)(__this, ___arg10, ___arg21, method); } // System.Void MessageHandler::MotionInner(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_MotionInner_m29F6BB0427B68ABCCC917E761CB9D04BB3431D57 (int32_t ___id0, int32_t ___left1, int32_t ___right2, const RuntimeMethod* method); // System.Void MessageHandler::ActionInner(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_ActionInner_mAD90CF71612BD21C63A1A6BBE97B085615731169 (int32_t ___id0, int32_t ___code1, const RuntimeMethod* method); // System.Void MessageHandler::StepInner(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_StepInner_mA616CFDCAEB27509DA9DEA9A5EA32D5BC5C05373 (int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4, const RuntimeMethod* method); // System.Void MessageHandler::DeviceInner(System.Int32,System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_DeviceInner_m1A3004CD1CCA929090B2854E5B7FA8F45E76562F (int32_t ___id0, String_t* ___name1, String_t* ___address2, int32_t ___status3, int32_t ___electricity4, const RuntimeMethod* method); // System.Void MessageHandler::UserFriendsInner(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_UserFriendsInner_m59E5BCDE41CB7605BB6485FE3FB64CDAA8A2F71A (int32_t ___code0, String_t* ___json1, const RuntimeMethod* method); // System.Void MessageHandler::InviteFriendInner(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_InviteFriendInner_mEE8BF6D008231F30A1782397F6FE218787E3A577 (int32_t ___code0, String_t* ___userJson1, String_t* ___inviteInfo2, const RuntimeMethod* method); // System.String MessageHandler::GetUserInfoJson() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MessageHandler_GetUserInfoJson_mF66854274DD9D6DF52BC6F560E11A0138FAF9601 (const RuntimeMethod* method); // System.Void MessageHandler/ActionHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActionHandler__ctor_mC8629E7AC87551D1FB27BDFFA33F45FF4BB0F43A (ActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588_mC0470CB524E9422DBE5F60F271684CF21110C9C4 (ActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588 * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (ActionHandler_t9B1D06955D4EA268A92A1BB719D26298C91AD588 *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void MessageHandler::PointerActionHandler(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_PointerActionHandler_m1EDB6A19FE425C24339AB4C5B0F37A1A672568F6 (intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/MotionHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MotionHandler__ctor_m3B78A861595D0E9BCD7DF92C5CBC015CC5ABD976 (MotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisMotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711_mB34048589825D18864C39716C81AFAC64D0381DA (MotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711 * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (MotionHandler_t4A77FF792A0C6B9B45F5F58AC70799E164F79711 *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void MessageHandler::PointerMotionHandler(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_PointerMotionHandler_m16000E898197D5FED9A33650ED20D2CF992CB0AB (intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/StepHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StepHandler__ctor_mB6085F1B1B6957909ABD116DA4892895F05953A4 (StepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisStepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213_m60084BA267BCDC1D0E30030C0764DEE99E7CB5E6 (StepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213 * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (StepHandler_t566E83DA5CF46E634F0F06019E0F642CEAD66213 *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void MessageHandler::PointerStepHandler(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_PointerStepHandler_m154533DB939A1241E82E92220CA8919DB8F4DA46 (intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/DeviceHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceHandler__ctor_mE1302A88B52AE305ED29529F859248CDEB32CBAA (DeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisDeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D_mD9EBA99E245875564E7C86A66FF2D673349E928F (DeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (DeviceHandler_t396198FF5CF79FA9507B76A25C5FF65EBBE80D9D *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void MessageHandler::PointerDeviceHandler(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_PointerDeviceHandler_m1FB51901785019BA49FF081C68A3BE761A52C125 (intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/UserFriendsHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UserFriendsHandler__ctor_m883305AD02850F4E691AB0405FE82ABC18A355C0 (UserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisUserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36_mEA4253085995D0252C817E1D3E076168D250C41C (UserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36 * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (UserFriendsHandler_tE0FF93AB11C7CB037F149E22773A956C396AFC36 *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void MessageHandler::PointerUserFriendsHandler(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_PointerUserFriendsHandler_mD7EE520A74F1261DC95A130827BC07E903AC90D1 (intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler/InviteFriendHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InviteFriendHandler__ctor_mF4D1E9F4E63422325698DB22F567B72A915F6AE4 (InviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.IntPtr System.Runtime.InteropServices.Marshal::GetFunctionPointerForDelegate(!!0) inline intptr_t Marshal_GetFunctionPointerForDelegate_TisInviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D_m7F3DE27DFBDEFA806B537037616A14BBED292671 (InviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D * ___d0, const RuntimeMethod* method) { return (( intptr_t (*) (InviteFriendHandler_t4375AB900C5D091803CA935CDC2BA804061B542D *, const RuntimeMethod*))Marshal_GetFunctionPointerForDelegate_TisRuntimeObject_m48759D7F3A90CB3B0B0E73773B1E40147247A61B_gshared)(___d0, method); } // System.Void MessageHandler::PointerInviteFriendHandler(System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_PointerInviteFriendHandler_m5CE8C3279D4D4E0F8DC5B1EE139555A77114BB8F (intptr_t ___resultHandler0, const RuntimeMethod* method); // System.Void MessageHandler::test() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_test_m336D177D92E491497892EC1B91E763837E8D5CDE (MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 * __this, const RuntimeMethod* method); // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method); // System.Void MessageHandler/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4ED846C20466B5E6C8899469DE7CFDBB924F5E62 (U3CU3Ec_tE6CEF77D513F954B81AE66BF50B7B6C21EABC2BF * __this, const RuntimeMethod* method); // System.Void MessageHandler::GameStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_GameStart_mC4C0D992DAEA5C74395FB959A9EEE8D9C6A01291 (const RuntimeMethod* method); // System.Void MessageHandler::GameEnd(System.Int32,System.Double,System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_GameEnd_mCF3FAF9DC9E25A762BD6E4D9F20753D80384B6B8 (int32_t ___level0, double ___score1, int32_t ___record2, int32_t ___mode3, int32_t ___opponentId4, const RuntimeMethod* method); // User MessageHandler::GetUserInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR User_tC17190F58E7AF577BC179A3103A3D3F299F3B0C7 * MessageHandler_GetUserInfo_m2099EBD8AA7F58C362A02DEA8E9A579349C031C1 (const RuntimeMethod* method); // System.Void MessageHandler::GetUserFriends(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_GetUserFriends_mFD7B7AB6621A5B4E41DF89450205C46D7ED1AF3F (int32_t ___code0, const RuntimeMethod* method); // System.Void MessageHandler::SearchDevice(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_SearchDevice_mF47D3A60B76B2305278BFD3F076334CDEA5F3C61 (int32_t ___type0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline InputField_t533609195B110760BCFF00B746C87D81969CB005 * GameObject_GetComponent_TisInputField_t533609195B110760BCFF00B746C87D81969CB005_mA51516D144F85CAE471A6A68DF98CFB88FCE87AA (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( InputField_t533609195B110760BCFF00B746C87D81969CB005 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.String UnityEngine.UI.InputField::get_text() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* InputField_get_text_m5FA1E757563597DE4B57559A9E68D645FF2CC461_inline (InputField_t533609195B110760BCFF00B746C87D81969CB005 * __this, const RuntimeMethod* method); // System.String System.String::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method); // System.Int32 System.Int32::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA (String_t* ___s0, const RuntimeMethod* method); // System.Void MessageHandler::InviteFriend(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_InviteFriend_mFECA23C4E0CCE028369600D13BE7608F63009E0D (int32_t ___friendId0, String_t* ___info1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_Lerp_m5BA75496B803820CC64079383956D73C6FD4A8A1 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, float ___t2, const RuntimeMethod* method); // System.Void Slideraxspeed::Muvingojecttotranform(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slideraxspeed_Muvingojecttotranform_m620069EB595D9A521EC3ED33BF379D9F2B1303C6 (Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___oject0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method); // System.Void MyUIProgress::SetPercent(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MyUIProgress_SetPercent_m7047798EC37378C3CBCFACB01F829177F3F9EA45 (MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA * __this, float ___percent0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void MyUIProgress::SetNum(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MyUIProgress_SetNum_m3AB810271F1FC7209B5CBAE6FD9C61C8E90A62EB (MyUIProgress_t861E345170ED53168A91AB2CE8D26D44D96FA9CA * __this, String_t* ___str0, const RuntimeMethod* method); // System.Void NewSocketClient::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_Close_mF0F9C480718F202179133D271B538AA409A9D96B (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, const RuntimeMethod* method); // System.Void NewSocketClient::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient__ctor_m59E299A21DC661735719C10F74692EE1A08CFD34 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, int32_t ___id0, const RuntimeMethod* method); // System.Void NewSocketClient::init() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_init_mDE5B87B02ACABC47B260200B5A218F59335B51ED (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, const RuntimeMethod* method); // System.Void NewSocketClient::ConnectServer(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_ConnectServer_m6A6C893CDFD14E2A7EBF2C265DF1A60BB07EEC3E (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, String_t* ___host0, int32_t ___port1, const RuntimeMethod* method); // System.Void ByteBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer__ctor_mAA0290A902DB45D52B0878E68BD11A7EBA6B3F88 (ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * __this, const RuntimeMethod* method); // System.Void ByteBuffer::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer_WriteString_mC382D37E3091738C51F4D47DF15D758DF0EB4B6C (ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * __this, String_t* ___v0, const RuntimeMethod* method); // System.Void NewSocketClient::SendMessage(ByteBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_SendMessage_m322AF1ADFC20D7C52354C0C562D741DCC81ADB69 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * ___data0, const RuntimeMethod* method); // System.Int64 QFramework.RunGame.GameMgr::GotPlayerId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GameMgr_GotPlayerId_m0E49AAE95563531A9DA6BE6EAB48EAAC19CEAF4D (const RuntimeMethod* method); // System.Void NetMan::SendMessage(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetMan_SendMessage_mB25B105C8AD7CCBF0C92E026A016D0368223532E (NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA * __this, String_t* ___strmsg0, const RuntimeMethod* method); // System.String ByteBuffer::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByteBuffer_ReadString_m34BEA8D1BD66376E76BFEB9C49FA90CD1F3F6CC7 (ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method); } // System.Void NetMan::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetMan__ctor_m31B8D366EA29A75EEA906B0DB2A9157681A64340 (NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::.ctor() inline void Queue_1__ctor_m7930AE40AC72D337F4E9AAC70FD046844517D6DB (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED *, const RuntimeMethod*))Queue_1__ctor_m57D20E9B6532A644845C835306D5BCBCD3163964_gshared)(__this, method); } // System.Void System.Net.Sockets.SocketAsyncEventArgs::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs__ctor_mEA838D3983A5131BD7324196A90D92357EE0B81D (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Void System.EventHandler`1::.ctor(System.Object,System.IntPtr) inline void EventHandler_1__ctor_mD3E7A73EFE6362F346C1C03E4E298B376D1E90ED (EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventHandler_1__ctor_m3D6B301FCEB48533990CFB2386DAAB091D357BAC_gshared)(__this, ___object0, ___method1, method); } // System.Void System.Net.Sockets.SocketAsyncEventArgs::add_Completed(System.EventHandler`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_add_Completed_m748D6284717FC97F9AD5F7274668BCDDB00F0DDD (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * ___value0, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncEventArgs::SetBuffer(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_SetBuffer_m78E5D8CBD24ADFE58EE6AF5302A15ADDFBC517ED (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method); // System.Void System.Array::Clear(System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method); // System.Byte[] System.Net.Sockets.SocketAsyncEventArgs::get_Buffer() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SocketAsyncEventArgs_get_Buffer_mBB5AFC98F121590BE0EDE16B3BE9C2A0341BB423_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Clear() inline void Queue_1_Clear_m143E26AD91553624422CF88D670746960756F76C (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * __this, const RuntimeMethod* method) { (( void (*) (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED *, const RuntimeMethod*))Queue_1_Clear_m489F423C3AF50477F337CB5470AC6337F2469096_gshared)(__this, method); } // System.Boolean System.Net.Sockets.Socket::get_Connected() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Shutdown(System.Net.Sockets.SocketShutdown) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Shutdown_m196EA3E73DC67F9E14D6A129945D862131D6AABB (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___how0, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method); // System.Void logger::error(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void logger_error_m1DAB8EB1C6C7834AAF3BFAA2209F15D35D14ED0B (String_t* ___format0, const RuntimeMethod* method); // System.Byte[] ByteBuffer::ToBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ByteBuffer_ToBytes_mB255EA5E49A3E5A242A94F6086769AF3C4CF1B99 (ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * __this, const RuntimeMethod* method); // System.Void NewSocketClient::Send(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_Send_m4F4FCC1C95367163E7479F991D5CE0600C420E47 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Void ByteBuffer::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer_Close_m813117A4EABB13974A2B35F384F34ACEEAA448AA (ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * __this, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method); // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Queue`1::Enqueue(!0) inline void Queue_1_Enqueue_mEF86147DA97BC52597094D71FCC03A167B7B397D (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___item0, const RuntimeMethod* method) { (( void (*) (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, const RuntimeMethod*))Queue_1_Enqueue_m12D1C0BBE742C2537335B7E2B71F7E42A421A6FD_gshared)(__this, ___item0, method); } // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void ScorpioThreadPool/ScorpioThreadHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScorpioThreadHandler__ctor_mBCE81DD67EF4499E53A9E6D2B618B6E25297B2DA (ScorpioThreadHandler_t5B837D64FD85DAE3503A82A4E9606874565D1C0A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void ScorpioThreadPool::CreateThread(ScorpioThreadPool/ScorpioThreadHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScorpioThreadPool_CreateThread_mC8987BF133D4108D767388B846E201B879F3BCC1 (ScorpioThreadHandler_t5B837D64FD85DAE3503A82A4E9606874565D1C0A * ___handler0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_mC4DC81521D632CE242894079863E35D188452797_inline (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED *, const RuntimeMethod*))Queue_1_get_Count_m0CE0B6919A09EFFBB1EBA5B5DFEF50E4F8A89CFA_gshared_inline)(__this, method); } // !0 System.Collections.Generic.Queue`1::Dequeue() inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* Queue_1_Dequeue_m1A5571F2F0F36B8A95FB3578A92EC93F6866C280 (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* (*) (Queue_1_t891D99C4F85AA49E15E66EF94B382B34720048ED *, const RuntimeMethod*))Queue_1_Dequeue_m6013DB8A542ACA15F662B6832ED389BB061EFEDE_gshared)(__this, method); } // System.Void NewSocketClient::SendInternal(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_SendInternal_m80193BF035E1EFBF711631C64B66A92B9086054E (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, int32_t ___offset1, int32_t ___length2, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncEventArgs::SetBuffer(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_SetBuffer_mB4854C7BDD5339516153303DB1CAE53873AA1E38 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, int32_t ___offset0, int32_t ___count1, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::SendAsync(System.Net.Sockets.SocketAsyncEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_SendAsync_m78343FD480547DBF233543C48A15B4BD55B5F754 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___e0, const RuntimeMethod* method); // System.Void NewSocketClient::LogError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_LogError_m952E4650B012354295685AF318F40FC24B5BA205 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, String_t* ___msg0, const RuntimeMethod* method); // System.Void NewSocketClient::AddEvent(System.Int32,ByteBuffer,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_AddEvent_mEEFD44DE55BA987F87321D4C6437DAD59A522678 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, int32_t ___mainId0, ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * ___buffer1, int32_t ___size2, const RuntimeMethod* method); // System.Void NewSocketClient::Disconnect(System.Net.Sockets.SocketError) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_Disconnect_m0A5D4F49273B3BCC2F8D1E356C8909C315A68CE9 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, int32_t ___err0, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncEventArgs::set_SocketError(System.Net.Sockets.SocketError) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void NewSocketClient::SendAsyncCompleted(System.Object,System.Net.Sockets.SocketAsyncEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_SendAsyncCompleted_mA395B60C49DF88EFDB1E4E9277C7B70AC0DBB8B4 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, RuntimeObject * ___sender0, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___e1, const RuntimeMethod* method); // System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncEventArgs::get_SocketError() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAsyncEventArgs_get_SocketError_mE67DE393630123A96C61F8D93C449965D6D98675_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::get_Offset() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAsyncEventArgs_get_Offset_m77F17F784EE7D8A1D85E2FBD24A8E50CE12979D8_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::get_BytesTransferred() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAsyncEventArgs_get_BytesTransferred_m2ECC57D56F6304FAAF5C2382412D71BFF90D72A1_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Int32 System.Net.Sockets.SocketAsyncEventArgs::get_Count() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAsyncEventArgs_get_Count_mD310020ADC070DDAFBFE894CC64D0D4FF40DF82F_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Void NewSocketClient::BeginSend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_BeginSend_mA684162ECB6762C5A8AC29E11796F15BC9DBC63E (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::ReceiveAsync(System.Net.Sockets.SocketAsyncEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_ReceiveAsync_m325B7D4887B1903BC48F52EA3E3ED59B105A6B70 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___e0, const RuntimeMethod* method); // System.Void NewSocketClient::ParsePackage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_ParsePackage_mD42CAE4EDFA2AD35254A9FDAAB496D6018A91BA9 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, const RuntimeMethod* method); // System.Void NewSocketClient::BeginReceive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_BeginReceive_m8ECE25FB766EB4F47056E27E61813D9CC700F884 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, const RuntimeMethod* method); // System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_mBFC7B476188DF611E2B21C89693258F6A4969CEA (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, int32_t ___startIndex1, const RuntimeMethod* method); // System.UInt16 NewSocketClient::SwitchEndianUshort(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t NewSocketClient_SwitchEndianUshort_m78B6B552CD4F93F4526C5A7D4DF2728AE09C294C (uint16_t ___inNum0, const RuntimeMethod* method); // System.Void NewSocketClient::OnRecv(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_OnRecv_m67A49F19B8C45D798AC2C67122D6BA484DAD4D87 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Void ByteBuffer::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteBuffer__ctor_mD7FFD5E50DAA828924FE7CB3F17AD99A3EABB8BF (ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Net.IPAddress System.Net.IPAddress::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273 (String_t* ___ipString0, const RuntimeMethod* method); // System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method); // System.Void System.Net.Sockets.SocketAsyncEventArgs::set_RemoteEndPoint(System.Net.EndPoint) IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_RemoteEndPoint_m43470890297A8AD5FF3A4A36F345F55780826AAB_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___value0, const RuntimeMethod* method); // System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA (String_t* ___ipString0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** ___address1, const RuntimeMethod* method); // System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method); // System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method); // System.Net.EndPoint System.Net.Sockets.SocketAsyncEventArgs::get_RemoteEndPoint() IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * SocketAsyncEventArgs_get_RemoteEndPoint_m3F9D27F76C26E3B49AC7B422BB9A86D54FAFA025_inline (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method); // System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_set_NoDelay_mB51929BB6C13E4C051C59B62A9C5CBEA3A129D76 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.Socket::ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_ConnectAsync_mC14114BDB556C92F5165D855C59D4D7C65E3E36E (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___e0, const RuntimeMethod* method); // System.Void NewSocketClient::ConnectError(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_ConnectError_mE911706EB8B434CB4BF64E1F4429CB8BB5504221 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, String_t* ___error0, const RuntimeMethod* method); // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method); // System.Void System.IO.BinaryReader::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryReader__ctor_mD134893EA93809AFA29B025FF7439B82C35FE55F (BinaryReader_t7467E057B24C42E81B1C3E5C60288BB4B1718969 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method); // System.Void logger::info(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void logger_info_m3B7A6F8DB3C17046E8A005AC8243009B8A2A5013 (String_t* ___format0, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::EndConnect(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_EndConnect_m38E0788EDDA2DF9D90A67FA0CB3D030D3A9FC851 (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method); // System.Boolean System.Net.Sockets.TcpClient::get_Connected() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TcpClient_get_Connected_m49D1BA8F64A3FFA32A6E77B4A26E9AAA4822500C (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, const RuntimeMethod* method); // System.Net.Sockets.NetworkStream System.Net.Sockets.TcpClient::GetStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * TcpClient_GetStream_m882B17757A177B57BF6F88BBC450280DDF3FB02B (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, const RuntimeMethod* method); // System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.IO.BinaryWriter::.ctor(System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryWriter__ctor_m2E92F4E5096905E2E7487E003AB7B3CC5C5EC185 (BinaryWriter_t1B8E78B6CACFBFB57BF140FB4DECE19AFD249CC3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___output0, const RuntimeMethod* method); // System.String System.String::Concat(System.Object,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method); // System.Void NewSocketClient::OnDisconnected(DisType,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_OnDisconnected_mCB4CB401D7D124F9B28BC8CA5E8FF289753EF489 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, int32_t ___dis0, String_t* ___msg1, const RuntimeMethod* method); // System.Void NewSocketClient::OnReceive(System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_OnReceive_m326877600CF0E71EB2572F2AFE4B612441459D6F (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___length1, const RuntimeMethod* method); // System.String System.Byte::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* ___format0, const RuntimeMethod* method); // System.Int64 NewSocketClient::RemainingBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t NewSocketClient_RemainingBytes_m99E6D96F4F35AAFFB54041CADBB0CDBEC51778FF (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, const RuntimeMethod* method); // System.Void NewSocketClient::OnReceivedMessage(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_OnReceivedMessage_m511B42914AB9705A6EDFF5DC45BAEA1AC0CF9C8D (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method); // System.Void NetMan::AddEvent(System.Int32,ByteBuffer,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetMan_AddEvent_mBEEBA024A4A9295ADF11EAB516B804ED44581DE5 (NetMan_t369B636D7B63A7D3EAEEF7002824E0C2897A85DA * __this, int32_t ___mainId0, ByteBuffer_t41392D7504C3A85C8B9D32F32EA6FBAF3FABC9B8 * ___buffer1, int32_t ___size2, const RuntimeMethod* method); // System.Void NewSocketClient::WriteMessage(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_WriteMessage_m4A8573941FB58A4C97A184774984B2F1DA3B6C4F (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___message0, const RuntimeMethod* method); // System.Void System.Net.Sockets.TcpClient::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TcpClient_Close_mD5023AF41D41A87FA5A946881E330E8E34F2DEFE (TcpClient_t8BC37A84681D1839590AE10B14C25BA473063EDB * __this, const RuntimeMethod* method); // System.Void NewSocketClient::SessionSend(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewSocketClient_SessionSend_m02B9B762B0A7F275D03C56CFA3C9C607AF60BF38 (NewSocketClient_tF2BCA07EF31EBD44635CB56FD7DEA9ADC080AECF * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_root() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_root_m101A8B5C2CC6D868B6B66EEDBD5336FC1EB5DDD6 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_Find_m673797B6329C2669A543904532ABA1680DA4EAD1 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, String_t* ___n0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * GameObject_GetComponent_TisPlayermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_m01A2483E05BAF07A48658121EBB501EA3435CB5F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.String UnityEngine.GameObject::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameObject_get_tag_mA9DC75D3D591B5E7D1ADAD14EA66CC4186580275 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * Component_GetComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m3F58A77E3F62D9C80D7B49BA04E3D4809264FD5C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { return (( Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared)(__this, method); } // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8D129E88E62AD02AB81CFC8BE694C4A5A2B2B380 (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Physics::set_gravity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics_set_gravity_m8CBAE25FDEDE9CF56AB64E929C6753CF093FF04E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * Component_GetComponent_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_mEA6C8FBABE309599A828D6BB8777278BCFB28719 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { return (( Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * Component_GetComponent_TisPlayermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_m07E0AFD12F7499155DB07C48ECBACA5026A5A18E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { return (( Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___exists0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_eulerAngles_mF2D798FA8B18F7A1A0C4A2198329ADBAF07E37CA (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::LerpAngle(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_LerpAngle_m8802FB8DCECA2D48FDD13C20F384B9430E66C99F (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Collections.IEnumerator Perencamera::delay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Perencamera_delay_m6F86F04E61AA8B2428D9A1CF46B2E80E866CAABE (Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * __this, const RuntimeMethod* method); // System.Void Perencamera/d__25::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfolowcameradieU3Ed__25__ctor_mD6DD7E2E131FD848D9DC7B660C54FD899482A8AA (U3CdelayfolowcameradieU3Ed__25_tE28AA9EDE81144FFABB693E31D1AEE1F8994C184 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Perencamera/d__26::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayU3Ed__26__ctor_m26A512C71A24739A7D07044BE60EFAD9A7C95744 (U3CdelayU3Ed__26_tB1A50CA8D3515FE76A855D0E480E7EE82D7E9DAF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetBool(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m497805BA217139E42808899782FA05C15BC9879E (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void Playermuving::intheplaysceenmain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_intheplaysceenmain_mAF02B994CFBD32B444424CCA93248399A80745B9 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Perencamera::delaydisball() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Perencamera_delaydisball_mD453C624B95BAF6D7939D01DC24696A000F75888 (Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Perencamera::checkstart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Perencamera_checkstart_m9E0BCD5649A3419583B791291CE9659CFA85931D (Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * __this, const RuntimeMethod* method); // System.Void Perencamera/d__32::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CfolowTagetU3Ed__32__ctor_m2B88E56B9F473D7963EF9212B9BAB37EF9C829CD (U3CfolowTagetU3Ed__32_t9AFA6B1F12030D10D7CBEE38AD8419C23111CB95 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Perencamera/d__33::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfolowwendieU3Ed__33__ctor_mF8119DE44E018B5826DB264615A05C53310BBB38 (U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Perencamera/d__34::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaydisballU3Ed__34__ctor_m78E6ADBF44024AE040C6BE301051DFC9AA8EDEAF (U3CdelaydisballU3Ed__34_t897385174FACA964A9CC15A699EB54848C614FD5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Perencamera/d__35::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CcheckstartU3Ed__35__ctor_mEF1355F6624255BF589BF35EEFADFBB72BABEC87 (U3CcheckstartU3Ed__35_tFFF62F5F9B9D18D792EF86659254FDDD795280C3 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void mapitro::HidemapItro() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void mapitro_HidemapItro_m770FD2734AC188CDEC36E1A6E011ED2807D36ACA (mapitro_t498406F898C4C456F06D8373D8039E85D1C31A7F * __this, const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Time::set_timeScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_timeScale_mAB89C3BB5DEE81934159C23F103397A77AC3F4AF (float ___value0, const RuntimeMethod* method); // System.Collections.IEnumerator Perencamera::folowTaget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Perencamera_folowTaget_m36913B45AD606C13F355BDD796C7A09FBC183354 (Perencamera_t0CA85B6A3F7B41FB496B3CA3A951365DCDAB1DBE * __this, const RuntimeMethod* method); // System.Int32 System.Environment::get_CurrentManagedThreadId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m0E897C88355903220B1EC214832F5E815D7C13D1 (const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Perencamera/d__33::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CdelayfolowwendieU3Ed__33_System_Collections_Generic_IEnumerableU3CSystem_ObjectU3E_GetEnumerator_m1DB2D75B28307320E3F5C257F0B8A62770D026C6 (U3CdelayfolowwendieU3Ed__33_t51589FA2750CE376B244D113429A156E6E001AD9 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Input::GetKey(UnityEngine.KeyCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetKey_m46AA83E14F9C3A75E06FE0A8C55740D47B2DB784 (int32_t ___key0, const RuntimeMethod* method); // System.Void PlayerController::ActionJump() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerController_ActionJump_m3ADD01F1009352335F648362A61EC3301FB167D4 (PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Input::GetAxis(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxis_m6454498C755B9A2C964875927FB557CA9E75D387 (String_t* ___axisName0, const RuntimeMethod* method); // System.Void PlayerController::ActionRun(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerController_ActionRun_mE7D5BA12350EF22C2F1035A2E29AC194C09F34A7 (PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85 * __this, float ___moveHorizontal0, float ___moveVertical1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Multiply_m1C5F07723615156ACF035D88A1280A9E8F35A04E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, float ___d1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_op_Addition_m929F9C17E5D11B94D50B4AFF1D730B70CB59B50E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m275F5550DD939F83AFEB5E8D681131172E2E1728 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForce(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_mC8140D90B806634A733624F671C45AD7CDBEDB38 (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___force0, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m570E96B2A0C48BC1DC6788460316191F24572760 (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void QFramework.IActionExtension::Delay(!!0,System.Single,System.Action) inline void IActionExtension_Delay_TisPlayerController_t4CE339054014370D89B89922EDC0EA2766589C85_m9D0F729DE67D455B173D01CDD0A50822190DFA74 (PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85 * ___selfBehaviour0, float ___seconds1, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___delayEvent2, const RuntimeMethod* method) { (( void (*) (PlayerController_t4CE339054014370D89B89922EDC0EA2766589C85 *, float, Action_t591D2A86165F896B4B800BB5C25CE18672A55579 *, const RuntimeMethod*))IActionExtension_Delay_TisRuntimeObject_m99BA5A443FFF4F8E2E7350A410311FC0A07B1E12_gshared)(___selfBehaviour0, ___seconds1, ___delayEvent2, method); } // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * GameObject_GetComponent_TisCamerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0_m0269D0F757112165EA42373ED64927089F71EF77 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // !!0 UnityEngine.GameObject::GetComponent() inline Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * GameObject_GetComponent_TisMakesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323_m707B1844E361A71AD024ABF555E6A64508BB05D9 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.Void Playermuving::init2(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_init2_mCBC8E92212759476B063E61A1EAED06A094B04DD (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, int32_t ___roleid0, int32_t ___skinid1, int32_t ___shipinid2, const RuntimeMethod* method); // System.Void Playermuving::SetFLyLong(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_SetFLyLong_m103CCF4D240048EDE77BE29A84B0863CE1ACD6BB (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, bool ___style0, const RuntimeMethod* method); // System.Void Playermuving::SetVan(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_SetVan_m752EBEBB70E67A7A270105CC37DC2686D5691DA8 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Playermuving::loaddatavan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_loaddatavan_mD93FE780599ADBE830BBB470E93DDA355C3AFA02 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animator::Play(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m254CA699DF64E86856EC8C54D1A739E3C0A49793 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, String_t* ___stateName0, const RuntimeMethod* method); // System.Void Playermuving::setTranformitem(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_setTranformitem_m736BC49A11FB86DBD167128F5492D884749003BA (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, int32_t ___roleid0, int32_t ___skinid1, int32_t ___shipinid2, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432 * GameObject_GetComponent_Tismetrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432_mDC071D6929B9E4B66AB5E7998F9DF9EB02529918 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // QFramework.RunGame.TableItem QFramework.RunGame.GameMgr::GotItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TableItem_tECAA2DC0DA67748E0E940A85D6C38F2BD307B06A * GameMgr_GotItem_m96E3A0BCCE51BC3365BC9C04557DB3809D0D3750 (int32_t ___itemId0, const RuntimeMethod* method); // System.Void metrailstest::setMa(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void metrailstest_setMa_mC70983F213554AF5878C7982F4166185305D4480 (metrailstest_t419B7AFD8EB2C7EF46D7521D742F299A9C73B432 * __this, int32_t ___p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline shipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F * GameObject_GetComponent_Tisshipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F_mC4115D2D386C7BC957CF10C067CA32BCD379F52E (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( shipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.Void shipintest::setSp(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void shipintest_setSp_m08309D8EECD2B611A1222DE3143BF4DD6E010B9F (shipintest_tFE472C5200C6BA82760F4B0FE16355CE020EA94F * __this, int32_t ___p0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * GameObject_GetComponent_TisAnimator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A_m9904EA7E80165F7771F8AB3967F417D7C2B09996 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_mE98B6C5F644AE362EC1D58C10506327D6A5878FC (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method); // System.String managerdata::Getvanuser() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* managerdata_Getvanuser_m32D4E00FCA3F8B8ECE9C0D5798D6F64C571D4B73 (managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * __this, const RuntimeMethod* method); // System.Void QFramework.RunGame.GameMgr::FinishRun(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_FinishRun_m555361E547C1E32402D92E213A1444B1653DF744 (GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * __this, int32_t ___playerId0, const RuntimeMethod* method); // System.Void QFramework.RunGame.GameMgr::hideTech() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_hideTech_m45423A08208AB3A317C6EBDCA8D4F6F4F4006853 (GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_timeScale_m7E198A5814859A08FD0FFE6DD5F7ED5C907719F8 (const RuntimeMethod* method); // System.Void Playermuving::Getscore(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_Getscore_m5DF9ED7D7595DD002B637804854C7F05E48F5856 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, float ___value0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // System.Void QFramework.RunGame.GameMgr::showTech(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_showTech_mCEF9D8BE745A174311936EEED011D37EA1C58311 (GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * __this, int32_t ___mode0, String_t* ___txt1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Rigidbody_get_velocity_m584A6D79C3657C21AE9CAA56BEE05582B8D5A2B8 (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_m4B2B374C0B089A7ED0B522A3A4C56FA868992685 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method); // System.Void Playermuving::playagainanimation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_playagainanimation_mAF8F927051383C9DAA9D502592815A46BBBD5C31 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void Playermuving/d__103::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnCollisionEnterU3Ed__103__ctor_m65A94856AD48CD0ACA032671326BA8ED9A8B9201 (U3COnCollisionEnterU3Ed__103_t102D6CEB5776127EC41C228D05702999C01AFD29 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void UnityEngine.Animator::set_applyRootMotion(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_set_applyRootMotion_mD25B7FCFCDAD7C5D107E860D2E46AB765271A982 (Animator_tF1A88E66B3B731DDA75A066DBAE9C55837660F5A * __this, bool ___value0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * Component_GetComponent_TisCollider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF_m6B8E8E0E0AF6B08652B81B7950FC5AF63EAD40C6 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method) { return (( Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared)(__this, method); } // System.Void UnityEngine.Collider::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collider_set_enabled_mF84DE8B0C8CAF33ACDB7F29BC055D9C8CFACB57B (Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_useGravity(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_useGravity_mB0D957A9D8A9819E18D2E81F465C5C0B60CBC6DA (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method); // System.Collections.IEnumerator UImanager::Lost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UImanager_Lost_mC031DC20853D8F3460FA55CF5B4550C2157696E6 (UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * __this, const RuntimeMethod* method); // System.Void Playermuving/d__109::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelaytoFixAnimationU3Ed__109__ctor_mB9F045115627DD42DC99EF74D5F7DB404BCD0FA0 (U3CDelaytoFixAnimationU3Ed__109_t0309B6A7CD54ECB65497FA46C410A02D762DDDFA * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__110::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CbacktotruposisonU3Ed__110__ctor_m7491D03F2F149EB4111C75819EA4D93BB998A397 (U3CbacktotruposisonU3Ed__110_t06576CB5B470F5A80628545C26D691A0D4C515AB * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__111::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CbacklastpositionrightU3Ed__111__ctor_m1BF2D7046B6DB2CF988C1E6D853B5663767D69A0 (U3CbacklastpositionrightU3Ed__111_tFB84B456019994362273A5A7828D9BE863FC9657 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__112::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CbacklastpositionleftU3Ed__112__ctor_mD48FDDF40B62CF8765B9C3BA1132B1A80A043FED (U3CbacklastpositionleftU3Ed__112_t354294A7A2680CF7D61321012F91941E68571EA9 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Collision::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Collision_get_gameObject_m9A7069ABE50D4BB957A8ED76E5F4A59ACEC57C49 (Collision_t7FF0F4B0E24A2AEB1131DD980F63AB8CBF11FC3C * __this, const RuntimeMethod* method); // System.Void Playermuving::runamin(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_runamin_mF4C707270EEC95A0E362066CA48A4CC9929A21B1 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, int32_t ___aa0, const RuntimeMethod* method); // System.Collections.IEnumerator Camerafolow::delaycameraup(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Camerafolow_delaycameraup_m121338F4D8F807A1293476D433C5DB126C14DE16 (Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * __this, float ___value0, const RuntimeMethod* method); // System.Void Playermuving::backtodie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_backtodie_mE560C2E2FF3C215BAB3D7F0F7856C531CC280035 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::Checkcameradown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_Checkcameradown_m1683B9686A60FC41FFDBA41D21D6CDFAEA2B6E18 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void Playermuving/d__118::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayanimationwentouchtheshipU3Ed__118__ctor_m76D244F3216889487DD3F182EC43F78CC15BD78E (U3CdelayanimationwentouchtheshipU3Ed__118_tC378622D6334E7803E052A6CAE7183E3D021DCD6 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.IEnumerator Makesupway::CreaTeCoinInmap5() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Makesupway_CreaTeCoinInmap5_m379FD5041DB918945FB73AED630B9F62499E2C3D (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // System.Void Soundmanager::PlayCoinSound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Soundmanager_PlayCoinSound_m0BFDE20267B9DFFEA46F02B2DE1D9615DBA4DC11 (Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::exitdelaydestroiitem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_exitdelaydestroiitem_mB8B8AE361A9C33C11270FD9916791BD63588AFF1 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::exitdelaydestroiitemlong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_exitdelaydestroiitemlong_mF653E22EF2FE8A681F9F78B8AB2520B8AF2E0710 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED * GameObject_GetComponent_TisChekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED_m16CC7E451CA97DBB20CF6E2701E177A3489C1585 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method) { return (( Chekdestroi_tF06A73CDBFF7FBF0649EE6ECECA713CBA09FEDED * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mD4382B2843BA9A61A01A8F9D7B9813D060F9C9CA_gshared)(__this, method); } // System.Void Slideraxspeed::Getvalue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slideraxspeed_Getvalue_mE8DD95176AC6436DF83874DF8394AADAE9F9A86D (Slideraxspeed_tD4890D37E72F1A4D01762463F9B1322714982FCF * __this, const RuntimeMethod* method); // System.Void Playermuving::GetGiay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_GetGiay_m7A6D4EA9F157AE484C34D65FD135DCB453634EBA (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___original0, const RuntimeMethod* method) { return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mFBEB99FAFA7C81868D18C2A17C94AF512CD872EC_gshared)(___original0, method); } // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 Quaternion_Euler_m537DD6CEAE0AD4274D8A84414C24C30730427D05 (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_mE2BECB0954FFC1D93FB631600D9A9BEFF41D9C8A (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___value0, const RuntimeMethod* method); // System.Int64 QFramework.RunGame.GameMgr::getitemcount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t GameMgr_getitemcount_m479D2E95BA29493C63EEF7D490372D812603AF0B (GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * __this, int32_t ___itemid0, const RuntimeMethod* method); // System.Collections.IEnumerator UImanager::delayslideritemgiay(Playermuving,System.Int32,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UImanager_delayslideritemgiay_m648A83BF817A41120C739A395FD9862F6DA57B58 (UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * __this, Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player0, int32_t ___count1, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___tmp2, const RuntimeMethod* method); // System.Void QFramework.RunGame.UseItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UseItem__ctor_m7D2ABF458B7209982F936FC36091F53B55794402 (UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB * __this, const RuntimeMethod* method); // System.Void QFramework.RunGame.GameMgr::UsingItem(QFramework.RunGame.UseItem,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMgr_UsingItem_m68D724017AE497CE5DFDB74EC785A80C78F316B3 (GameMgr_tC6A7A4E2015DF5B634BD9BF356CAF008B07167DF * __this, UseItem_t425D918AAAB82DECD838EF567F4DF5180CF4D7FB * ___item0, int32_t ___playerId1, const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m09F51D8BDECFD2E8C618498EF7377029B669030D (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, float ___t1, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::EffectWenHavaeItem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_EffectWenHavaeItem_m290FF07E97846B1DA8DCC40A65D9092DAF03791E (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void Soundmanager::Getitemplay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Soundmanager_Getitemplay_m2257F2ABC7A3B819BAEF0DE6A29BDEB197707ADB (Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UImanager::delayslideritemx2(Playermuving,System.Int32,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UImanager_delayslideritemx2_mB42232281981C6EFC46B8A1C7068BC6922116BC0 (UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * __this, Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player0, int32_t ___count1, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___tmp2, const RuntimeMethod* method); // System.Void QFramework.RunGame.UIEffectIPanel::ShowUI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIEffectIPanel_ShowUI_m6A48A82E5832018AF33A8A1A44F1B591F4C0F2BE (const RuntimeMethod* method); // System.Void Makesupway::makexiangjiaopi() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Makesupway_makexiangjiaopi_m4967733C9A7C1EE4AC831F219243F433B782247D (Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * __this, const RuntimeMethod* method); // System.Void Playermuving::GetIkmagnet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_GetIkmagnet_mEB77DFFFD814C3AED8CF137E4E8B1858F4F4FE79 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator UImanager::delayslideritemhut(Playermuving,System.Int32,UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UImanager_delayslideritemhut_m97D332969862F2C7E59F5B3B2049B2754900A66F (UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395 * __this, Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * ___player0, int32_t ___count1, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___tmp2, const RuntimeMethod* method); // System.Void IKanimation::SetIKBay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKanimation_SetIKBay_m855DF1A239147F640559AD56485A4D747AC8D187 (IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D * __this, const RuntimeMethod* method); // System.Void managerdata::savekey(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void managerdata_savekey_mAAA31AD28D25B8DB993E7C7070E81A0B59AF4385 (managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void IKanimation::Deleteikbay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKanimation_Deleteikbay_m2FDEC99C58EDC9BB578981BCD58BAA11F17B7F37 (IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_mass(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_mass_mA8946A1A06B07CE6DFF2F1A9081A2E2AA406FDC9 (Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * __this, float ___value0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::delaydestroiitemlong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_delaydestroiitemlong_m3435AC14B433C78F5AAEE08967C33BC752B85441 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void managerdata::savevan(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void managerdata_savevan_mEADC5B804E613437F79ADEA876FC522BB670CAC8 (managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * __this, int32_t ___value0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::delayfordestroiitemmain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_delayfordestroiitemmain_m6496AF5AE729C7952AEC24B9E59D5FE2D93377DC (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Camerafolow::dowcamera(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Camerafolow_dowcamera_m61B8961E178713A0CA0BB9EA183F4F6DBDD90C31 (Camerafolow_t94CBFB1772C4B1ECE3F804AE7E2DFE6CED53DEC0 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void IKanimation::SetIKnamCham() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IKanimation_SetIKnamCham_m373D2143E2444E2BDE9826C00FC19E18ADACF518 (IKanimation_t28C73D0A3AB74B8DAA494F71D4416DFF1BF40A2D * __this, const RuntimeMethod* method); // System.Void Playermuving/d__168::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaydestroiitemU3Ed__168__ctor_m441BD9DC94566477AB73462D380DD02BBB6962CB (U3CdelaydestroiitemU3Ed__168_t4D3B471958DDD20FBCADE10E23DE944A52C4BBF9 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__169::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CexitdelaydestroiitemU3Ed__169__ctor_mB2CD14004F57BFA9119E489D7F02FD7314532FC7 (U3CexitdelaydestroiitemU3Ed__169_tB2D744F0C8BADD64E73AC3059B3581540B7B3874 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__170::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaydestroiitemlongU3Ed__170__ctor_mE253F72667F16E40956F2ED3938F159A1F36D181 (U3CdelaydestroiitemlongU3Ed__170_t420D6CFC25E4CC8BAA92D03319E777908D9AC03A * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__171::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CexitdelaydestroiitemlongU3Ed__171__ctor_m68990AA6E7EDD0EC82942214BE266F2B8AEB1E97 (U3CexitdelaydestroiitemlongU3Ed__171_t84F1212728C76209F3E3DD5F3150216D363B4B35 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__172::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CcheckpositionwenplayrerdowU3Ed__172__ctor_mFB50076F3E9F52862452B874DD8536E4A47552F8 (U3CcheckpositionwenplayrerdowU3Ed__172_tABCF81A5C0F6CB5B155291C14671270C82329800 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__173::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfordestroiitemmainU3Ed__173__ctor_mA6D8B8F3923D117B69A88E156C43E20B7B287EBB (U3CdelayfordestroiitemmainU3Ed__173_tDD8AD290F2C3B80115704A8D14D98A5AB41A95BE * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__177::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfordestroiiteamU3Ed__177__ctor_mC95D1F7D7A2651AF93FA14ACB82B4EFF0C2F1FB7 (U3CdelayfordestroiiteamU3Ed__177_t258B5E76D33707BE6CDE2601ECC6CBC8FF73E464 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Soundmanager::PlaySwipe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Soundmanager_PlaySwipe_m68B42176B06E636DDF25E3E39E7ED1DEF1FD1435 (Soundmanager_tC8959CB64F8D05D1FFB9BD2EE739999B39C4BC09 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::delayforjumpdow2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_delayforjumpdow2_m90B91E8F8AECBB56FFDCB7DD0E9DD08BA636F6FF (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void Playermuving/d__182::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFixJumpU3Ed__182__ctor_m3D76E450A042B3FA2171085BBCDBE89E87EECEEE (U3CFixJumpU3Ed__182_t8D0FAE6768A0CC210B3712ABCCAF4662F5DEAC9E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__184::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayforjumpdowU3Ed__184__ctor_mD067EDE08AEE8DED6D1266E425B3C7586AEA9882 (U3CdelayforjumpdowU3Ed__184_t2A95C89BB09B1C2E0F6B3477FE9A785A489BA3F1 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__185::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Cdelayforjumpdow2U3Ed__185__ctor_m41496595973D7521FA47477F5DE1BFC934DC9CE6 (U3Cdelayforjumpdow2U3Ed__185_tF8969E1C867CB499D80C1A7CA22F809F71B176A4 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__187::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingdowU3Ed__187__ctor_m3226844C1BF67462187D2D8AAE98A5AFEF79B666 (U3CMuvingdowU3Ed__187_t68F5626711DE5C4D8D9AAF21950D24B1DDE4FE8D * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__188::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingdow2U3Ed__188__ctor_mACF23AC7591461C9E8E01E2E444BCC339FCC585B (U3CMuvingdow2U3Ed__188_t721E5406EAF03FFD8F1385D737F05D20D3BAB451 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__190::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingrightU3Ed__190__ctor_m6ECE6695334C556DC4911A3119581D39AC0B1303 (U3CMuvingrightU3Ed__190_tEB14A69C050F835D9483511D57ACFDCB13F74134 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.DateTime System.DateTime::get_UtcNow() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method); // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mBCB529E43D065E498EAF08971D2EB49D5CB59D60 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method); // System.Decimal System.Decimal::op_Implicit(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_op_Implicit_mFD66E10F50DE6B69A137279140DD74487572827D (int64_t ___value0, const RuntimeMethod* method); // System.Void System.Decimal::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6AEED1DCCFC59CB0AEBEC253F049953427BA4912 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Decimal System.Decimal::Divide(System.Decimal,System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Divide_m1FE02F45B12712126C50E45E6545075A5096A221 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d10, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d21, const RuntimeMethod* method); // System.Int64 System.Decimal::ToInt64(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Decimal_ToInt64_mB2D5CC63EDC9C99171ADA933FD133905D7FCCA72 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___d0, const RuntimeMethod* method); // System.Void Playermuving/d__192::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingleftU3Ed__192__ctor_m678E039A14627A86751A6606F302945C02E66B44 (U3CMuvingleftU3Ed__192_t708AB19B6FAC1C3789A7C3F48F83FE5C320411C7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__193::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CjumptoleftorrightU3Ed__193__ctor_mF32D8106B6728FFFFD14EA516826F0F5E22D98EB (U3CjumptoleftorrightU3Ed__193_t15B35A987FAC649D012F6B400D76CC2995843398 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__194::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CchecktranformforcamfolowU3Ed__194__ctor_m8EF2319D38653B1417D033B62298834D190C3D7C (U3CchecktranformforcamfolowU3Ed__194_t8B5423BB2B944DCE90CD3EF5637F149D5CE55184 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__196::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckStopU3Ed__196__ctor_m200DAF651C6088ADC20BC83EA4FBB8519FA1C9CF (U3CCheckStopU3Ed__196_tAF5DE85DA235430F03A4AADED50CCF48531829C5 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__197::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckcameradownU3Ed__197__ctor_m42D32B058EE601407626ADBDE6458512A411FA6B (U3CCheckcameradownU3Ed__197_t5A3F343DEE2514A82F65620AC17EB1D109DC7DD2 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__198::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCheckDieU3Ed__198__ctor_m0E58DF9BBBBD863C86ED780D926641EF9A224205 (U3CCheckDieU3Ed__198_t9F7C810C5E9EB0C809F10EC4F05E20507085BD5B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__204::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CplayagainU3Ed__204__ctor_m6C2B783AD003D153F7A6D01BC3ABE979EC711B0E (U3CplayagainU3Ed__204_t5142723C1D06486E5E9C6862D72E0D13C04EB62C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::delaystop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_delaystop_mC2FD0588AB1A4476AA186CAA0BADE1189BC6FECA (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void Playermuving/d__211::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaystopU3Ed__211__ctor_m2E9BAF467222F21B5BCD9A80046C068F7F09912D (U3CdelaystopU3Ed__211_t965C06987979C991320EE36FB771DEFC635D890D * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__213::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COntheCasthU3Ed__213__ctor_m43CBAFB090B4ACAE7E984879207FC7F1332DBA7B (U3COntheCasthU3Ed__213_t0D89F77F600A324A938A1FD72AC72C3C742D3DF8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__215::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayourtcutU3Ed__215__ctor_mE537D02C00A55062B528F134E5089D9F7F46835D (U3CdelayourtcutU3Ed__215_tB3D6B949A15AE99BDD3C17845989FA7D6D1A9856 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void IkEmty::sEttaget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IkEmty_sEttaget_m8331221404193BE46F9011C1E8A84F75BA21F2AE (IkEmty_t97D14101EA9D27E6C9D10F95CA032A351C0BC4B8 * __this, const RuntimeMethod* method); // System.Void Playermuving::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Playermuving_Start_m289E8C36BC6E5DEF2952EC1823F6570526B2DF02 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator Playermuving::delayFixposition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Playermuving_delayFixposition_m0CCA2B3EDA5EC7F2024E04D2D95776AAD846D915 (Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * __this, const RuntimeMethod* method); // System.Void Playermuving/d__217::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayFixpositionU3Ed__217__ctor_m6DECB10A26B4BF72BC4597C0C5702BF957BB6592 (U3CdelayFixpositionU3Ed__217_t15E4F16BAD490402A2B8967AFBB6EAF85DA0483D * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void Playermuving/d__226::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEffectWenHavaeItemU3Ed__226__ctor_m46161C91310242D38B11809B3D2B3598B245FBBE (U3CEffectWenHavaeItemU3Ed__226_tE77714B5333BF5B8088BF277C041C973ECBD6739 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__175::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreaTeCoinInmap5U3Ed__175__ctor_mC031289EE5F34596F02581B1407CE296546C50BC (U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__175::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreaTeCoinInmap5U3Ed__175_System_IDisposable_Dispose_mBAB6FFAA196577B866B02AC5B324F7BB116901E7 (U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__175::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCreaTeCoinInmap5U3Ed__175_MoveNext_mFF499052A6B44A963CE2DED62062306A8086A702 (U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreaTeCoinInmap5U3Ed__175_MoveNext_mFF499052A6B44A963CE2DED62062306A8086A702_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_0084; } case 2: { goto IL_00d0; } case 3: { goto IL_011b; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // if (ismakecoin) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_3 = V_1; NullCheck(L_3); bool L_4 = L_3->get_ismakecoin_140(); if (!L_4) { goto IL_0129; } } { // ismakecoin = false; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; NullCheck(L_5); L_5->set_ismakecoin_140((bool)0); // StartCoroutine(Createitem(3, Map4.transform.position.z + 30, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_6 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_7 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_8 = V_1; NullCheck(L_8); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = L_8->get_Map4_86(); NullCheck(L_9); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_9, /*hidden argument*/NULL); NullCheck(L_10); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_11 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_10, /*hidden argument*/NULL); float L_12 = L_11.get_z_4(); NullCheck(L_7); RuntimeObject* L_13 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_7, 3, ((float)il2cpp_codegen_add((float)L_12, (float)(30.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_6); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_6, L_13, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_16 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_16, L_15, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_16); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0084: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, Map4.transform.position.z + 48, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_17 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_18 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_19 = V_1; NullCheck(L_19); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_20 = L_19->get_Map4_86(); NullCheck(L_20); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_21 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_20, /*hidden argument*/NULL); NullCheck(L_21); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_22 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_21, /*hidden argument*/NULL); float L_23 = L_22.get_z_4(); NullCheck(L_18); RuntimeObject* L_24 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_18, 3, ((float)il2cpp_codegen_add((float)L_23, (float)(48.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_17); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_17, L_24, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_25 = V_1; NullCheck(L_25); float L_26 = L_25->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_27 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_27, L_26, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_27); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00d0: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, Map4.transform.position.z + 60, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_28 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_29 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_30 = V_1; NullCheck(L_30); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_31 = L_30->get_Map4_86(); NullCheck(L_31); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_32 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_31, /*hidden argument*/NULL); NullCheck(L_32); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_33 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_32, /*hidden argument*/NULL); float L_34 = L_33.get_z_4(); NullCheck(L_29); RuntimeObject* L_35 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_29, 3, ((float)il2cpp_codegen_add((float)L_34, (float)(60.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_28); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_28, L_35, /*hidden argument*/NULL); // yield return new WaitForSeconds(10); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_36 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_36, (10.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_36); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_011b: { __this->set_U3CU3E1__state_0((-1)); // ismakecoin = true; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_37 = V_1; NullCheck(L_37); L_37->set_ismakecoin_140((bool)1); } IL_0129: { // } return (bool)0; } } // System.Object Makesupway_d__175::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreaTeCoinInmap5U3Ed__175_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mF0E73C7D46BCB739F7AC3D7CC32578C49B736C9F (U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__175::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreaTeCoinInmap5U3Ed__175_System_Collections_IEnumerator_Reset_m48E43C487EA8848B72265CDD79367FA47DA1DF1C (U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreaTeCoinInmap5U3Ed__175_System_Collections_IEnumerator_Reset_m48E43C487EA8848B72265CDD79367FA47DA1DF1C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCreaTeCoinInmap5U3Ed__175_System_Collections_IEnumerator_Reset_m48E43C487EA8848B72265CDD79367FA47DA1DF1C_RuntimeMethod_var); } } // System.Object Makesupway_d__175::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreaTeCoinInmap5U3Ed__175_System_Collections_IEnumerator_get_Current_m82F7057E66CC9E7FD66D9B774E21DF2AF3F7B5B3 (U3CCreaTeCoinInmap5U3Ed__175_t4563A8B91EBB8F616FF86EF319F2E4494117F207 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__176::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateCoinWenDieU3Ed__176__ctor_m01114A298CD71C99AC02D8FCC012E39B6AA17101 (U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__176::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateCoinWenDieU3Ed__176_System_IDisposable_Dispose_mD90A41CBA75E7795A32A2A05E589BD29BEB84F62 (U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__176::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCreateCoinWenDieU3Ed__176_MoveNext_mEE8F8E41C9EC4CD1214DDFAF9314E7035923DCC2 (U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreateCoinWenDieU3Ed__176_MoveNext_mEE8F8E41C9EC4CD1214DDFAF9314E7035923DCC2_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_003a; } case 1: { goto IL_009c; } case 2: { goto IL_00d3; } case 3: { goto IL_0125; } case 4: { goto IL_0177; } case 5: { goto IL_01c9; } case 6: { goto IL_021b; } case 7: { goto IL_026d; } case 8: { goto IL_02a4; } } } { return (bool)0; } IL_003a: { __this->set_U3CU3E1__state_0((-1)); // int stylecreate = UnityEngine.Random.Range(0, 6); int32_t L_3 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(0, 6, /*hidden argument*/NULL); V_2 = L_3; // switch (stylecreate) int32_t L_4 = V_2; switch (L_4) { case 0: { goto IL_006c; } case 1: { goto IL_00f5; } case 2: { goto IL_0147; } case 3: { goto IL_0199; } case 4: { goto IL_01eb; } case 5: { goto IL_023d; } } } { goto IL_02c1; } IL_006c: { // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_6 = V_1; float L_7 = __this->get_ztranform_3(); NullCheck(L_6); RuntimeObject* L_8 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_6, 5, L_7, 0, 2, /*hidden argument*/NULL); NullCheck(L_5); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_5, L_8, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_9 = V_1; NullCheck(L_9); float L_10 = L_9->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_11 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_11, L_10, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009c: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_12 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_13 = V_1; float L_14 = __this->get_ztranform_3(); NullCheck(L_13); RuntimeObject* L_15 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_13, 5, L_14, 0, 1, /*hidden argument*/NULL); NullCheck(L_12); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_12, L_15, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_16 = V_1; NullCheck(L_16); float L_17 = L_16->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_18 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_18, L_17, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_18); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00d3: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_19 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_20 = V_1; float L_21 = __this->get_ztranform_3(); NullCheck(L_20); RuntimeObject* L_22 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_20, 5, L_21, 0, 0, /*hidden argument*/NULL); NullCheck(L_19); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_19, L_22, /*hidden argument*/NULL); // break; goto IL_02c1; } IL_00f5: { // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_23 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_24 = V_1; float L_25 = __this->get_ztranform_3(); NullCheck(L_24); RuntimeObject* L_26 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_24, 5, L_25, 0, 2, /*hidden argument*/NULL); NullCheck(L_23); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_23, L_26, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_27 = V_1; NullCheck(L_27); float L_28 = L_27->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_29 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_29, L_28, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_29); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_0125: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_30 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_31 = V_1; float L_32 = __this->get_ztranform_3(); NullCheck(L_31); RuntimeObject* L_33 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_31, 5, L_32, 0, 0, /*hidden argument*/NULL); NullCheck(L_30); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_30, L_33, /*hidden argument*/NULL); // break; goto IL_02c1; } IL_0147: { // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_34 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_35 = V_1; float L_36 = __this->get_ztranform_3(); NullCheck(L_35); RuntimeObject* L_37 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_35, 5, L_36, 0, 1, /*hidden argument*/NULL); NullCheck(L_34); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_34, L_37, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_38 = V_1; NullCheck(L_38); float L_39 = L_38->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_40 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_40, L_39, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_40); __this->set_U3CU3E1__state_0(4); return (bool)1; } IL_0177: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_41 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_42 = V_1; float L_43 = __this->get_ztranform_3(); NullCheck(L_42); RuntimeObject* L_44 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_42, 5, L_43, 0, 0, /*hidden argument*/NULL); NullCheck(L_41); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_41, L_44, /*hidden argument*/NULL); // break; goto IL_02c1; } IL_0199: { // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_45 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_46 = V_1; float L_47 = __this->get_ztranform_3(); NullCheck(L_46); RuntimeObject* L_48 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_46, 5, L_47, 0, 1, /*hidden argument*/NULL); NullCheck(L_45); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_45, L_48, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_49 = V_1; NullCheck(L_49); float L_50 = L_49->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_51 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_51, L_50, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_51); __this->set_U3CU3E1__state_0(5); return (bool)1; } IL_01c9: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, ztranform, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_52 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_53 = V_1; float L_54 = __this->get_ztranform_3(); NullCheck(L_53); RuntimeObject* L_55 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_53, 5, L_54, 0, 2, /*hidden argument*/NULL); NullCheck(L_52); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_52, L_55, /*hidden argument*/NULL); // break; goto IL_02c1; } IL_01eb: { // StartCoroutine(Createitem(8, ztranform, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_56 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_57 = V_1; float L_58 = __this->get_ztranform_3(); NullCheck(L_57); RuntimeObject* L_59 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_57, 8, L_58, 3, 1, /*hidden argument*/NULL); NullCheck(L_56); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_56, L_59, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_60 = V_1; NullCheck(L_60); float L_61 = L_60->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_62 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_62, L_61, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_62); __this->set_U3CU3E1__state_0(6); return (bool)1; } IL_021b: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, ztranform, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_63 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_64 = V_1; float L_65 = __this->get_ztranform_3(); NullCheck(L_64); RuntimeObject* L_66 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_64, 8, L_65, 0, 2, /*hidden argument*/NULL); NullCheck(L_63); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_63, L_66, /*hidden argument*/NULL); // break; goto IL_02c1; } IL_023d: { // StartCoroutine(Createitem(8, ztranform, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_67 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_68 = V_1; float L_69 = __this->get_ztranform_3(); NullCheck(L_68); RuntimeObject* L_70 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_68, 8, L_69, 3, 1, /*hidden argument*/NULL); NullCheck(L_67); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_67, L_70, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_71 = V_1; NullCheck(L_71); float L_72 = L_71->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_73 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_73, L_72, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_73); __this->set_U3CU3E1__state_0(7); return (bool)1; } IL_026d: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, ztranform, stylecreatecoin.up, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_74 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_75 = V_1; float L_76 = __this->get_ztranform_3(); NullCheck(L_75); RuntimeObject* L_77 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_75, 8, L_76, 3, 0, /*hidden argument*/NULL); NullCheck(L_74); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_74, L_77, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_78 = V_1; NullCheck(L_78); float L_79 = L_78->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_80 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_80, L_79, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_80); __this->set_U3CU3E1__state_0(8); return (bool)1; } IL_02a4: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, ztranform, stylecreatecoin.up, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_81 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_82 = V_1; float L_83 = __this->get_ztranform_3(); NullCheck(L_82); RuntimeObject* L_84 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_82, 8, L_83, 3, 2, /*hidden argument*/NULL); NullCheck(L_81); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_81, L_84, /*hidden argument*/NULL); } IL_02c1: { // } return (bool)0; } } // System.Object Makesupway_d__176::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreateCoinWenDieU3Ed__176_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9C376A5137C0B027CCBB082F94D21B11FF58EE1E (U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__176::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateCoinWenDieU3Ed__176_System_Collections_IEnumerator_Reset_mBA1941F88157CFF713D7278407592BDDCDC0CD13 (U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreateCoinWenDieU3Ed__176_System_Collections_IEnumerator_Reset_mBA1941F88157CFF713D7278407592BDDCDC0CD13_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCreateCoinWenDieU3Ed__176_System_Collections_IEnumerator_Reset_mBA1941F88157CFF713D7278407592BDDCDC0CD13_RuntimeMethod_var); } } // System.Object Makesupway_d__176::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreateCoinWenDieU3Ed__176_System_Collections_IEnumerator_get_Current_mDD108455CDF44C00C75481DA8F73AB7070567F53 (U3CCreateCoinWenDieU3Ed__176_t9A8357BF161C3A36F6272DF3BE1688C57D032344 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__129::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreatecoinformapU3Ed__129__ctor_mA2424C36E1A9246E9709E48789BD4588882D2277 (U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__129::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreatecoinformapU3Ed__129_System_IDisposable_Dispose_mF5674841CC4E9FF1647BA4FBD40AEF21DDD14A73 (U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__129::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCreatecoinformapU3Ed__129_MoveNext_m13DCEF60CD55BB270065097262EB2418800513D7 (U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreatecoinformapU3Ed__129_MoveNext_m13DCEF60CD55BB270065097262EB2418800513D7_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0146; } case 1: { goto IL_01f9; } case 2: { goto IL_0230; } case 3: { goto IL_026d; } case 4: { goto IL_02aa; } case 5: { goto IL_02e7; } case 6: { goto IL_0324; } case 7: { goto IL_0360; } case 8: { goto IL_039d; } case 9: { goto IL_03db; } case 10: { goto IL_0419; } case 11: { goto IL_0451; } case 12: { goto IL_04a8; } case 13: { goto IL_04e1; } case 14: { goto IL_051f; } case 15: { goto IL_0574; } case 16: { goto IL_05b2; } case 17: { goto IL_05f0; } case 18: { goto IL_062e; } case 19: { goto IL_066c; } case 20: { goto IL_06c4; } case 21: { goto IL_0702; } case 22: { goto IL_0741; } case 23: { goto IL_077f; } case 24: { goto IL_07d7; } case 25: { goto IL_081a; } case 26: { goto IL_0858; } case 27: { goto IL_0896; } case 28: { goto IL_08d4; } case 29: { goto IL_0912; } case 30: { goto IL_0950; } case 31: { goto IL_09ae; } case 32: { goto IL_09ed; } case 33: { goto IL_0a2c; } case 34: { goto IL_0a89; } case 35: { goto IL_0ac7; } case 36: { goto IL_0aff; } case 37: { goto IL_0b3d; } case 38: { goto IL_0b9a; } case 39: { goto IL_0bd8; } case 40: { goto IL_0c16; } case 41: { goto IL_0c54; } case 42: { goto IL_0cb1; } case 43: { goto IL_0cef; } case 44: { goto IL_0d2b; } case 45: { goto IL_0d69; } case 46: { goto IL_0da7; } case 47: { goto IL_0dea; } case 48: { goto IL_0e28; } case 49: { goto IL_0e66; } case 50: { goto IL_0ea9; } case 51: { goto IL_0ee7; } case 52: { goto IL_0f46; } case 53: { goto IL_0f84; } case 54: { goto IL_0fc1; } case 55: { goto IL_1020; } case 56: { goto IL_105e; } case 57: { goto IL_109c; } case 58: { goto IL_10da; } case 59: { goto IL_1118; } case 60: { goto IL_1156; } case 61: { goto IL_1194; } case 62: { goto IL_11d2; } case 63: { goto IL_1215; } case 64: { goto IL_1253; } case 65: { goto IL_1291; } case 66: { goto IL_12cf; } case 67: { goto IL_130d; } case 68: { goto IL_134b; } case 69: { goto IL_1389; } case 70: { goto IL_13c7; } case 71: { goto IL_143b; } case 72: { goto IL_149a; } case 73: { goto IL_14d8; } case 74: { goto IL_1516; } case 75: { goto IL_1554; } } } { return (bool)0; } IL_0146: { __this->set_U3CU3E1__state_0((-1)); // logger.error("Createcoinformap {0}", map); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3; int32_t L_5 = __this->get_map_2(); int32_t L_6 = L_5; RuntimeObject * L_7 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_7); (L_4)->SetAt(static_cast(0), (RuntimeObject *)L_7); IL2CPP_RUNTIME_CLASS_INIT(logger_t82927EA730D361561AF9F12CB8F18D859543B49B_il2cpp_TypeInfo_var); logger_error_mB570AC104D42E58E2ADE370FD0B2455ACBADF654(_stringLiteralACAEE19BEA778FD02FBF838319EF71BFBFC9D165, L_4, /*hidden argument*/NULL); // switch (map) int32_t L_8 = __this->get_map_2(); V_2 = L_8; int32_t L_9 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1))) { case 0: { goto IL_01c3; } case 1: { goto IL_0330; } case 2: { goto IL_0471; } case 3: { goto IL_052b; } case 4: { goto IL_068d; } case 5: { goto IL_07e3; } case 6: { goto IL_0977; } case 7: { goto IL_0a52; } case 8: { goto IL_0b63; } case 9: { goto IL_0c7a; } case 10: { goto IL_0db3; } case 11: { goto IL_0e72; } case 12: { goto IL_0f0f; } case 13: { goto IL_0fe9; } case 14: { goto IL_11de; } case 15: { goto IL_1409; } case 16: { goto IL_1463; } } } { goto IL_155b; } IL_01c3: { // StartCoroutine(Createitem(3, tranormzz - 6, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_10 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_11 = V_1; float L_12 = __this->get_tranormzz_4(); NullCheck(L_11); RuntimeObject* L_13 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_11, 3, ((float)il2cpp_codegen_subtract((float)L_12, (float)(6.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_10); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_10, L_13, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_16 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_16, L_15, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_16); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_01f9: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz, stylecreatecoin.backtoright, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_17 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_18 = V_1; float L_19 = __this->get_tranormzz_4(); NullCheck(L_18); RuntimeObject* L_20 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_18, 3, L_19, 2, 1, /*hidden argument*/NULL); NullCheck(L_17); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_17, L_20, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_21 = V_1; NullCheck(L_21); float L_22 = L_21->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_23 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_23, L_22, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_23); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0230: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, tranormzz + 6, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_24 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_25 = V_1; float L_26 = __this->get_tranormzz_4(); NullCheck(L_25); RuntimeObject* L_27 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_25, 5, ((float)il2cpp_codegen_add((float)L_26, (float)(6.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_24); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_24, L_27, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_28 = V_1; NullCheck(L_28); float L_29 = L_28->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_30 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_30, L_29, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_30); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_026d: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 16, stylecreatecoin.backtolef, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_31 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_32 = V_1; float L_33 = __this->get_tranormzz_4(); NullCheck(L_32); RuntimeObject* L_34 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_32, 3, ((float)il2cpp_codegen_add((float)L_33, (float)(16.0f))), 1, 2, /*hidden argument*/NULL); NullCheck(L_31); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_31, L_34, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_35 = V_1; NullCheck(L_35); float L_36 = L_35->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_37 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_37, L_36, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_37); __this->set_U3CU3E1__state_0(4); return (bool)1; } IL_02aa: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 35, stylecreatecoin.up, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_38 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_39 = V_1; float L_40 = __this->get_tranormzz_4(); NullCheck(L_39); RuntimeObject* L_41 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_39, 8, ((float)il2cpp_codegen_add((float)L_40, (float)(35.0f))), 3, 0, /*hidden argument*/NULL); NullCheck(L_38); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_38, L_41, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_42 = V_1; NullCheck(L_42); float L_43 = L_42->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_44 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_44, L_43, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_44); __this->set_U3CU3E1__state_0(5); return (bool)1; } IL_02e7: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 45, stylecreatecoin.up, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_45 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_46 = V_1; float L_47 = __this->get_tranormzz_4(); NullCheck(L_46); RuntimeObject* L_48 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_46, 8, ((float)il2cpp_codegen_add((float)L_47, (float)(45.0f))), 3, 2, /*hidden argument*/NULL); NullCheck(L_45); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_45, L_48, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_49 = V_1; NullCheck(L_49); float L_50 = L_49->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_51 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_51, L_50, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_51); __this->set_U3CU3E1__state_0(6); return (bool)1; } IL_0324: { __this->set_U3CU3E1__state_0((-1)); // break; goto IL_155b; } IL_0330: { // StartCoroutine(Createitem(5, tranormzz, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_52 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_53 = V_1; float L_54 = __this->get_tranormzz_4(); NullCheck(L_53); RuntimeObject* L_55 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_53, 5, L_54, 0, 1, /*hidden argument*/NULL); NullCheck(L_52); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_52, L_55, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_56 = V_1; NullCheck(L_56); float L_57 = L_56->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_58 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_58, L_57, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_58); __this->set_U3CU3E1__state_0(7); return (bool)1; } IL_0360: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(5, tranormzz + 31, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_59 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_60 = V_1; float L_61 = __this->get_tranormzz_4(); NullCheck(L_60); RuntimeObject* L_62 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_60, 5, ((float)il2cpp_codegen_add((float)L_61, (float)(31.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_59); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_59, L_62, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_63 = V_1; NullCheck(L_63); float L_64 = L_63->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_65 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_65, L_64, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_65); __this->set_U3CU3E1__state_0(8); return (bool)1; } IL_039d: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 25, stylecreatecoin.backtolef, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_66 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_67 = V_1; float L_68 = __this->get_tranormzz_4(); NullCheck(L_67); RuntimeObject* L_69 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_67, 3, ((float)il2cpp_codegen_add((float)L_68, (float)(25.0f))), 1, 1, /*hidden argument*/NULL); NullCheck(L_66); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_66, L_69, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_70 = V_1; NullCheck(L_70); float L_71 = L_70->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_72 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_72, L_71, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_72); __this->set_U3CU3E1__state_0(((int32_t)9)); return (bool)1; } IL_03db: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 10, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_73 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_74 = V_1; float L_75 = __this->get_tranormzz_4(); NullCheck(L_74); RuntimeObject* L_76 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_74, 8, ((float)il2cpp_codegen_add((float)L_75, (float)(10.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_73); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_73, L_76, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_77 = V_1; NullCheck(L_77); float L_78 = L_77->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_79 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_79, L_78, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_79); __this->set_U3CU3E1__state_0(((int32_t)10)); return (bool)1; } IL_0419: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_80 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_81 = V_1; float L_82 = __this->get_tranormzz_4(); NullCheck(L_81); RuntimeObject* L_83 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_81, 8, L_82, 0, 2, /*hidden argument*/NULL); NullCheck(L_80); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_80, L_83, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_84 = V_1; NullCheck(L_84); float L_85 = L_84->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_86 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_86, L_85, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_86); __this->set_U3CU3E1__state_0(((int32_t)11)); return (bool)1; } IL_0451: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz, createitemposition.righ)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_87 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_88 = V_1; float L_89 = __this->get_tranormzz_4(); NullCheck(L_88); RuntimeObject* L_90 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_88, L_89, 1, /*hidden argument*/NULL); NullCheck(L_87); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_87, L_90, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0471: { // StartCoroutine(Createitem(8, tranormzz + 25, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_91 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_92 = V_1; float L_93 = __this->get_tranormzz_4(); NullCheck(L_92); RuntimeObject* L_94 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_92, 8, ((float)il2cpp_codegen_add((float)L_93, (float)(25.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_91); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_91, L_94, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_95 = V_1; NullCheck(L_95); float L_96 = L_95->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_97 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_97, L_96, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_97); __this->set_U3CU3E1__state_0(((int32_t)12)); return (bool)1; } IL_04a8: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(15, tranormzz, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_98 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_99 = V_1; float L_100 = __this->get_tranormzz_4(); NullCheck(L_99); RuntimeObject* L_101 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_99, ((int32_t)15), L_100, 0, 2, /*hidden argument*/NULL); NullCheck(L_98); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_98, L_101, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_102 = V_1; NullCheck(L_102); float L_103 = L_102->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_104 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_104, L_103, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_104); __this->set_U3CU3E1__state_0(((int32_t)13)); return (bool)1; } IL_04e1: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 50, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_105 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_106 = V_1; float L_107 = __this->get_tranormzz_4(); NullCheck(L_106); RuntimeObject* L_108 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_106, 8, ((float)il2cpp_codegen_add((float)L_107, (float)(50.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_105); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_105, L_108, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_109 = V_1; NullCheck(L_109); float L_110 = L_109->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_111 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_111, L_110, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_111); __this->set_U3CU3E1__state_0(((int32_t)14)); return (bool)1; } IL_051f: { __this->set_U3CU3E1__state_0((-1)); // break; goto IL_155b; } IL_052b: { // tranormzz = tranormzz + 26; float L_112 = __this->get_tranormzz_4(); __this->set_tranormzz_4(((float)il2cpp_codegen_add((float)L_112, (float)(26.0f)))); // StartCoroutine(Createitem(8, tranormzz - 7, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_113 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_114 = V_1; float L_115 = __this->get_tranormzz_4(); NullCheck(L_114); RuntimeObject* L_116 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_114, 8, ((float)il2cpp_codegen_subtract((float)L_115, (float)(7.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_113); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_113, L_116, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_117 = V_1; NullCheck(L_117); float L_118 = L_117->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_119 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_119, L_118, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_119); __this->set_U3CU3E1__state_0(((int32_t)15)); return (bool)1; } IL_0574: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(6, tranormzz - 20, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_120 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_121 = V_1; float L_122 = __this->get_tranormzz_4(); NullCheck(L_121); RuntimeObject* L_123 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_121, 6, ((float)il2cpp_codegen_subtract((float)L_122, (float)(20.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_120); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_120, L_123, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_124 = V_1; NullCheck(L_124); float L_125 = L_124->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_126 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_126, L_125, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_126); __this->set_U3CU3E1__state_0(((int32_t)16)); return (bool)1; } IL_05b2: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(6, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_127 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_128 = V_1; float L_129 = __this->get_tranormzz_4(); NullCheck(L_128); RuntimeObject* L_130 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_128, 6, ((float)il2cpp_codegen_add((float)L_129, (float)(20.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_127); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_127, L_130, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_131 = V_1; NullCheck(L_131); float L_132 = L_131->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_133 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_133, L_132, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_133); __this->set_U3CU3E1__state_0(((int32_t)17)); return (bool)1; } IL_05f0: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz - 7, stylecreatecoin.up, stylecreatecoinposisition.rightup)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_134 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_135 = V_1; float L_136 = __this->get_tranormzz_4(); NullCheck(L_135); RuntimeObject* L_137 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_135, 8, ((float)il2cpp_codegen_subtract((float)L_136, (float)(7.0f))), 3, 5, /*hidden argument*/NULL); NullCheck(L_134); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_134, L_137, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_138 = V_1; NullCheck(L_138); float L_139 = L_138->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_140 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_140, L_139, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_140); __this->set_U3CU3E1__state_0(((int32_t)18)); return (bool)1; } IL_062e: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz - 7, stylecreatecoin.up, stylecreatecoinposisition.leftup)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_141 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_142 = V_1; float L_143 = __this->get_tranormzz_4(); NullCheck(L_142); RuntimeObject* L_144 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_142, 8, ((float)il2cpp_codegen_subtract((float)L_143, (float)(7.0f))), 3, 3, /*hidden argument*/NULL); NullCheck(L_141); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_141, L_144, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_145 = V_1; NullCheck(L_145); float L_146 = L_145->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_147 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_147, L_146, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_147); __this->set_U3CU3E1__state_0(((int32_t)19)); return (bool)1; } IL_066c: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz, createitemposition.jumpupbetten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_148 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_149 = V_1; float L_150 = __this->get_tranormzz_4(); NullCheck(L_149); RuntimeObject* L_151 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_149, L_150, ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_148); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_148, L_151, /*hidden argument*/NULL); // break; goto IL_155b; } IL_068d: { // StartCoroutine(Createitem(4, tranormzz + 15, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_152 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_153 = V_1; float L_154 = __this->get_tranormzz_4(); NullCheck(L_153); RuntimeObject* L_155 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_153, 4, ((float)il2cpp_codegen_add((float)L_154, (float)(15.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_152); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_152, L_155, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_156 = V_1; NullCheck(L_156); float L_157 = L_156->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_158 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_158, L_157, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_158); __this->set_U3CU3E1__state_0(((int32_t)20)); return (bool)1; } IL_06c4: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 15, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_159 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_160 = V_1; float L_161 = __this->get_tranormzz_4(); NullCheck(L_160); RuntimeObject* L_162 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_160, 4, ((float)il2cpp_codegen_add((float)L_161, (float)(15.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_159); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_159, L_162, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_163 = V_1; NullCheck(L_163); float L_164 = L_163->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_165 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_165, L_164, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_165); __this->set_U3CU3E1__state_0(((int32_t)21)); return (bool)1; } IL_0702: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(10, tranormzz + 3, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_166 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_167 = V_1; float L_168 = __this->get_tranormzz_4(); NullCheck(L_167); RuntimeObject* L_169 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_167, ((int32_t)10), ((float)il2cpp_codegen_add((float)L_168, (float)(3.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_166); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_166, L_169, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_170 = V_1; NullCheck(L_170); float L_171 = L_170->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_172 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_172, L_171, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_172); __this->set_U3CU3E1__state_0(((int32_t)22)); return (bool)1; } IL_0741: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 25, stylecreatecoin.up, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_173 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_174 = V_1; float L_175 = __this->get_tranormzz_4(); NullCheck(L_174); RuntimeObject* L_176 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_174, 8, ((float)il2cpp_codegen_add((float)L_175, (float)(25.0f))), 3, 2, /*hidden argument*/NULL); NullCheck(L_173); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_173, L_176, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_177 = V_1; NullCheck(L_177); float L_178 = L_177->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_179 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_179, L_178, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_179); __this->set_U3CU3E1__state_0(((int32_t)23)); return (bool)1; } IL_077f: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 18, createitemposition.betten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_180 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_181 = V_1; float L_182 = __this->get_tranormzz_4(); NullCheck(L_181); RuntimeObject* L_183 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_181, ((float)il2cpp_codegen_add((float)L_182, (float)(18.0f))), 2, /*hidden argument*/NULL); NullCheck(L_180); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_180, L_183, /*hidden argument*/NULL); // StartCoroutine(Createitem(8, tranormzz + 40, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_184 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_185 = V_1; float L_186 = __this->get_tranormzz_4(); NullCheck(L_185); RuntimeObject* L_187 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_185, 8, ((float)il2cpp_codegen_add((float)L_186, (float)(40.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_184); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_184, L_187, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_188 = V_1; NullCheck(L_188); float L_189 = L_188->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_190 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_190, L_189, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_190); __this->set_U3CU3E1__state_0(((int32_t)24)); return (bool)1; } IL_07d7: { __this->set_U3CU3E1__state_0((-1)); // break; goto IL_155b; } IL_07e3: { // StartCoroutine(Createitem(8, tranormzz + 10, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_191 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_192 = V_1; float L_193 = __this->get_tranormzz_4(); NullCheck(L_192); RuntimeObject* L_194 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_192, 8, ((float)il2cpp_codegen_add((float)L_193, (float)(10.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_191); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_191, L_194, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_195 = V_1; NullCheck(L_195); float L_196 = L_195->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_197 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_197, L_196, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_197); __this->set_U3CU3E1__state_0(((int32_t)25)); return (bool)1; } IL_081a: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 10, stylecreatecoin.up, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_198 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_199 = V_1; float L_200 = __this->get_tranormzz_4(); NullCheck(L_199); RuntimeObject* L_201 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_199, 8, ((float)il2cpp_codegen_add((float)L_200, (float)(10.0f))), 3, 2, /*hidden argument*/NULL); NullCheck(L_198); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_198, L_201, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_202 = V_1; NullCheck(L_202); float L_203 = L_202->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_204 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_204, L_203, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_204); __this->set_U3CU3E1__state_0(((int32_t)26)); return (bool)1; } IL_0858: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 10, stylecreatecoin.up, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_205 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_206 = V_1; float L_207 = __this->get_tranormzz_4(); NullCheck(L_206); RuntimeObject* L_208 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_206, 8, ((float)il2cpp_codegen_add((float)L_207, (float)(10.0f))), 3, 0, /*hidden argument*/NULL); NullCheck(L_205); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_205, L_208, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_209 = V_1; NullCheck(L_209); float L_210 = L_209->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_211 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_211, L_210, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_211); __this->set_U3CU3E1__state_0(((int32_t)27)); return (bool)1; } IL_0896: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 40, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_212 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_213 = V_1; float L_214 = __this->get_tranormzz_4(); NullCheck(L_213); RuntimeObject* L_215 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_213, 8, ((float)il2cpp_codegen_add((float)L_214, (float)(40.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_212); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_212, L_215, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_216 = V_1; NullCheck(L_216); float L_217 = L_216->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_218 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_218, L_217, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_218); __this->set_U3CU3E1__state_0(((int32_t)28)); return (bool)1; } IL_08d4: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 44, stylecreatecoin.up, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_219 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_220 = V_1; float L_221 = __this->get_tranormzz_4(); NullCheck(L_220); RuntimeObject* L_222 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_220, 8, ((float)il2cpp_codegen_add((float)L_221, (float)(44.0f))), 3, 2, /*hidden argument*/NULL); NullCheck(L_219); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_219, L_222, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_223 = V_1; NullCheck(L_223); float L_224 = L_223->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_225 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_225, L_224, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_225); __this->set_U3CU3E1__state_0(((int32_t)29)); return (bool)1; } IL_0912: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 44, stylecreatecoin.up, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_226 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_227 = V_1; float L_228 = __this->get_tranormzz_4(); NullCheck(L_227); RuntimeObject* L_229 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_227, 8, ((float)il2cpp_codegen_add((float)L_228, (float)(44.0f))), 3, 0, /*hidden argument*/NULL); NullCheck(L_226); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_226, L_229, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_230 = V_1; NullCheck(L_230); float L_231 = L_230->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_232 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_232, L_231, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_232); __this->set_U3CU3E1__state_0(((int32_t)30)); return (bool)1; } IL_0950: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 50, createitemposition.jumpupbetten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_233 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_234 = V_1; float L_235 = __this->get_tranormzz_4(); NullCheck(L_234); RuntimeObject* L_236 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_234, ((float)il2cpp_codegen_add((float)L_235, (float)(50.0f))), ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_233); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_233, L_236, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0977: { // StartCoroutine(Createitem(5, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_237 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_238 = V_1; float L_239 = __this->get_tranormzz_4(); NullCheck(L_238); RuntimeObject* L_240 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_238, 5, ((float)il2cpp_codegen_add((float)L_239, (float)(20.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_237); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_237, L_240, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_241 = V_1; NullCheck(L_241); float L_242 = L_241->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_243 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_243, L_242, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_243); __this->set_U3CU3E1__state_0(((int32_t)31)); return (bool)1; } IL_09ae: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(10, tranormzz + 35, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_244 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_245 = V_1; float L_246 = __this->get_tranormzz_4(); NullCheck(L_245); RuntimeObject* L_247 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_245, ((int32_t)10), ((float)il2cpp_codegen_add((float)L_246, (float)(35.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_244); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_244, L_247, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_248 = V_1; NullCheck(L_248); float L_249 = L_248->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_250 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_250, L_249, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_250); __this->set_U3CU3E1__state_0(((int32_t)32)); return (bool)1; } IL_09ed: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(12, tranormzz + 35, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_251 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_252 = V_1; float L_253 = __this->get_tranormzz_4(); NullCheck(L_252); RuntimeObject* L_254 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_252, ((int32_t)12), ((float)il2cpp_codegen_add((float)L_253, (float)(35.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_251); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_251, L_254, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_255 = V_1; NullCheck(L_255); float L_256 = L_255->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_257 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_257, L_256, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_257); __this->set_U3CU3E1__state_0(((int32_t)33)); return (bool)1; } IL_0a2c: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 26, createitemposition.betten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_258 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_259 = V_1; float L_260 = __this->get_tranormzz_4(); NullCheck(L_259); RuntimeObject* L_261 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_259, ((float)il2cpp_codegen_add((float)L_260, (float)(26.0f))), 2, /*hidden argument*/NULL); NullCheck(L_258); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_258, L_261, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0a52: { // StartCoroutine(Createitem(3, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_262 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_263 = V_1; float L_264 = __this->get_tranormzz_4(); NullCheck(L_263); RuntimeObject* L_265 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_263, 3, ((float)il2cpp_codegen_add((float)L_264, (float)(20.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_262); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_262, L_265, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_266 = V_1; NullCheck(L_266); float L_267 = L_266->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_268 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_268, L_267, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_268); __this->set_U3CU3E1__state_0(((int32_t)34)); return (bool)1; } IL_0a89: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_269 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_270 = V_1; float L_271 = __this->get_tranormzz_4(); NullCheck(L_270); RuntimeObject* L_272 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_270, 3, ((float)il2cpp_codegen_add((float)L_271, (float)(20.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_269); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_269, L_272, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_273 = V_1; NullCheck(L_273); float L_274 = L_273->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_275 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_275, L_274, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_275); __this->set_U3CU3E1__state_0(((int32_t)35)); return (bool)1; } IL_0ac7: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(6, tranormzz, stylecreatecoin.line + 4, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_276 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_277 = V_1; float L_278 = __this->get_tranormzz_4(); NullCheck(L_277); RuntimeObject* L_279 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_277, 6, L_278, 4, 1, /*hidden argument*/NULL); NullCheck(L_276); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_276, L_279, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_280 = V_1; NullCheck(L_280); float L_281 = L_280->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_282 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_282, L_281, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_282); __this->set_U3CU3E1__state_0(((int32_t)36)); return (bool)1; } IL_0aff: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 25, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_283 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_284 = V_1; float L_285 = __this->get_tranormzz_4(); NullCheck(L_284); RuntimeObject* L_286 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_284, 8, ((float)il2cpp_codegen_add((float)L_285, (float)(25.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_283); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_283, L_286, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_287 = V_1; NullCheck(L_287); float L_288 = L_287->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_289 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_289, L_288, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_289); __this->set_U3CU3E1__state_0(((int32_t)37)); return (bool)1; } IL_0b3d: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 26, createitemposition.betten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_290 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_291 = V_1; float L_292 = __this->get_tranormzz_4(); NullCheck(L_291); RuntimeObject* L_293 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_291, ((float)il2cpp_codegen_add((float)L_292, (float)(26.0f))), 2, /*hidden argument*/NULL); NullCheck(L_290); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_290, L_293, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0b63: { // StartCoroutine(Createitem(3, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_294 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_295 = V_1; float L_296 = __this->get_tranormzz_4(); NullCheck(L_295); RuntimeObject* L_297 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_295, 3, ((float)il2cpp_codegen_add((float)L_296, (float)(20.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_294); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_294, L_297, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_298 = V_1; NullCheck(L_298); float L_299 = L_298->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_300 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_300, L_299, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_300); __this->set_U3CU3E1__state_0(((int32_t)38)); return (bool)1; } IL_0b9a: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_301 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_302 = V_1; float L_303 = __this->get_tranormzz_4(); NullCheck(L_302); RuntimeObject* L_304 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_302, 3, ((float)il2cpp_codegen_add((float)L_303, (float)(20.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_301); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_301, L_304, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_305 = V_1; NullCheck(L_305); float L_306 = L_305->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_307 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_307, L_306, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_307); __this->set_U3CU3E1__state_0(((int32_t)39)); return (bool)1; } IL_0bd8: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 6, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_308 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_309 = V_1; float L_310 = __this->get_tranormzz_4(); NullCheck(L_309); RuntimeObject* L_311 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_309, 3, ((float)il2cpp_codegen_add((float)L_310, (float)(6.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_308); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_308, L_311, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_312 = V_1; NullCheck(L_312); float L_313 = L_312->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_314 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_314, L_313, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_314); __this->set_U3CU3E1__state_0(((int32_t)40)); return (bool)1; } IL_0c16: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 25, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_315 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_316 = V_1; float L_317 = __this->get_tranormzz_4(); NullCheck(L_316); RuntimeObject* L_318 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_316, 8, ((float)il2cpp_codegen_add((float)L_317, (float)(25.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_315); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_315, L_318, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_319 = V_1; NullCheck(L_319); float L_320 = L_319->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_321 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_321, L_320, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_321); __this->set_U3CU3E1__state_0(((int32_t)41)); return (bool)1; } IL_0c54: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 26, createitemposition.betten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_322 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_323 = V_1; float L_324 = __this->get_tranormzz_4(); NullCheck(L_323); RuntimeObject* L_325 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_323, ((float)il2cpp_codegen_add((float)L_324, (float)(26.0f))), 2, /*hidden argument*/NULL); NullCheck(L_322); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_322, L_325, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0c7a: { // StartCoroutine(Createitem(3, tranormzz + 20, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_326 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_327 = V_1; float L_328 = __this->get_tranormzz_4(); NullCheck(L_327); RuntimeObject* L_329 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_327, 3, ((float)il2cpp_codegen_add((float)L_328, (float)(20.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_326); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_326, L_329, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_330 = V_1; NullCheck(L_330); float L_331 = L_330->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_332 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_332, L_331, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_332); __this->set_U3CU3E1__state_0(((int32_t)42)); return (bool)1; } IL_0cb1: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 6, stylecreatecoin.backtoright, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_333 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_334 = V_1; float L_335 = __this->get_tranormzz_4(); NullCheck(L_334); RuntimeObject* L_336 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_334, 3, ((float)il2cpp_codegen_add((float)L_335, (float)(6.0f))), 2, 0, /*hidden argument*/NULL); NullCheck(L_333); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_333, L_336, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_337 = V_1; NullCheck(L_337); float L_338 = L_337->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_339 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_339, L_338, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_339); __this->set_U3CU3E1__state_0(((int32_t)43)); return (bool)1; } IL_0cef: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 26, createitemposition.betten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_340 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_341 = V_1; float L_342 = __this->get_tranormzz_4(); NullCheck(L_341); RuntimeObject* L_343 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_341, ((float)il2cpp_codegen_add((float)L_342, (float)(26.0f))), 2, /*hidden argument*/NULL); NullCheck(L_340); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_340, L_343, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_344 = V_1; NullCheck(L_344); float L_345 = L_344->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_346 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_346, L_345, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_346); __this->set_U3CU3E1__state_0(((int32_t)44)); return (bool)1; } IL_0d2b: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 30, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_347 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_348 = V_1; float L_349 = __this->get_tranormzz_4(); NullCheck(L_348); RuntimeObject* L_350 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_348, 8, ((float)il2cpp_codegen_add((float)L_349, (float)(30.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_347); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_347, L_350, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_351 = V_1; NullCheck(L_351); float L_352 = L_351->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_353 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_353, L_352, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_353); __this->set_U3CU3E1__state_0(((int32_t)45)); return (bool)1; } IL_0d69: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 30, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_354 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_355 = V_1; float L_356 = __this->get_tranormzz_4(); NullCheck(L_355); RuntimeObject* L_357 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_355, 8, ((float)il2cpp_codegen_add((float)L_356, (float)(30.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_354); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_354, L_357, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_358 = V_1; NullCheck(L_358); float L_359 = L_358->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_360 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_360, L_359, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_360); __this->set_U3CU3E1__state_0(((int32_t)46)); return (bool)1; } IL_0da7: { __this->set_U3CU3E1__state_0((-1)); // break; goto IL_155b; } IL_0db3: { // StartCoroutine(Createitem(4, tranormzz + 10, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_361 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_362 = V_1; float L_363 = __this->get_tranormzz_4(); NullCheck(L_362); RuntimeObject* L_364 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_362, 4, ((float)il2cpp_codegen_add((float)L_363, (float)(10.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_361); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_361, L_364, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_365 = V_1; NullCheck(L_365); float L_366 = L_365->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_367 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_367, L_366, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_367); __this->set_U3CU3E1__state_0(((int32_t)47)); return (bool)1; } IL_0dea: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 18, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_368 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_369 = V_1; float L_370 = __this->get_tranormzz_4(); NullCheck(L_369); RuntimeObject* L_371 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_369, 8, ((float)il2cpp_codegen_add((float)L_370, (float)(18.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_368); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_368, L_371, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_372 = V_1; NullCheck(L_372); float L_373 = L_372->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_374 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_374, L_373, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_374); __this->set_U3CU3E1__state_0(((int32_t)48)); return (bool)1; } IL_0e28: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 50, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_375 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_376 = V_1; float L_377 = __this->get_tranormzz_4(); NullCheck(L_376); RuntimeObject* L_378 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_376, 8, ((float)il2cpp_codegen_add((float)L_377, (float)(50.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_375); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_375, L_378, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_379 = V_1; NullCheck(L_379); float L_380 = L_379->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_381 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_381, L_380, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_381); __this->set_U3CU3E1__state_0(((int32_t)49)); return (bool)1; } IL_0e66: { __this->set_U3CU3E1__state_0((-1)); // break; goto IL_155b; } IL_0e72: { // StartCoroutine(Createitem(3, tranormzz + 11, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_382 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_383 = V_1; float L_384 = __this->get_tranormzz_4(); NullCheck(L_383); RuntimeObject* L_385 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_383, 3, ((float)il2cpp_codegen_add((float)L_384, (float)(11.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_382); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_382, L_385, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_386 = V_1; NullCheck(L_386); float L_387 = L_386->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_388 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_388, L_387, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_388); __this->set_U3CU3E1__state_0(((int32_t)50)); return (bool)1; } IL_0ea9: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 40, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_389 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_390 = V_1; float L_391 = __this->get_tranormzz_4(); NullCheck(L_390); RuntimeObject* L_392 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_390, 8, ((float)il2cpp_codegen_add((float)L_391, (float)(40.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_389); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_389, L_392, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_393 = V_1; NullCheck(L_393); float L_394 = L_393->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_395 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_395, L_394, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_395); __this->set_U3CU3E1__state_0(((int32_t)51)); return (bool)1; } IL_0ee7: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 24, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_396 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_397 = V_1; float L_398 = __this->get_tranormzz_4(); NullCheck(L_397); RuntimeObject* L_399 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_397, 8, ((float)il2cpp_codegen_add((float)L_398, (float)(24.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_396); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_396, L_399, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0f0f: { // StartCoroutine(Createitem(4, tranormzz + 30, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_400 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_401 = V_1; float L_402 = __this->get_tranormzz_4(); NullCheck(L_401); RuntimeObject* L_403 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_401, 4, ((float)il2cpp_codegen_add((float)L_402, (float)(30.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_400); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_400, L_403, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_404 = V_1; NullCheck(L_404); float L_405 = L_404->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_406 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_406, L_405, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_406); __this->set_U3CU3E1__state_0(((int32_t)52)); return (bool)1; } IL_0f46: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 6, stylecreatecoin.backtolef, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_407 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_408 = V_1; float L_409 = __this->get_tranormzz_4(); NullCheck(L_408); RuntimeObject* L_410 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_408, 4, ((float)il2cpp_codegen_add((float)L_409, (float)(6.0f))), 1, 1, /*hidden argument*/NULL); NullCheck(L_407); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_407, L_410, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_411 = V_1; NullCheck(L_411); float L_412 = L_411->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_413 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_413, L_412, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_413); __this->set_U3CU3E1__state_0(((int32_t)53)); return (bool)1; } IL_0f84: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(createallitem(tranormzz + 40, createitemposition.jumpupbetten)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_414 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_415 = V_1; float L_416 = __this->get_tranormzz_4(); NullCheck(L_415); RuntimeObject* L_417 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_415, ((float)il2cpp_codegen_add((float)L_416, (float)(40.0f))), ((int32_t)11), /*hidden argument*/NULL); NullCheck(L_414); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_414, L_417, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_418 = V_1; NullCheck(L_418); float L_419 = L_418->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_420 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_420, L_419, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_420); __this->set_U3CU3E1__state_0(((int32_t)54)); return (bool)1; } IL_0fc1: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz - 6, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_421 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_422 = V_1; float L_423 = __this->get_tranormzz_4(); NullCheck(L_422); RuntimeObject* L_424 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_422, 8, ((float)il2cpp_codegen_subtract((float)L_423, (float)(6.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_421); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_421, L_424, /*hidden argument*/NULL); // break; goto IL_155b; } IL_0fe9: { // StartCoroutine(Createitem(4, tranormzz + 34, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_425 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_426 = V_1; float L_427 = __this->get_tranormzz_4(); NullCheck(L_426); RuntimeObject* L_428 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_426, 4, ((float)il2cpp_codegen_add((float)L_427, (float)(34.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_425); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_425, L_428, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_429 = V_1; NullCheck(L_429); float L_430 = L_429->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_431 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_431, L_430, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_431); __this->set_U3CU3E1__state_0(((int32_t)55)); return (bool)1; } IL_1020: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 42, stylecreatecoin.backtolef, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_432 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_433 = V_1; float L_434 = __this->get_tranormzz_4(); NullCheck(L_433); RuntimeObject* L_435 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_433, 4, ((float)il2cpp_codegen_add((float)L_434, (float)(42.0f))), 1, 2, /*hidden argument*/NULL); NullCheck(L_432); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_432, L_435, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_436 = V_1; NullCheck(L_436); float L_437 = L_436->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_438 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_438, L_437, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_438); __this->set_U3CU3E1__state_0(((int32_t)56)); return (bool)1; } IL_105e: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 34, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_439 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_440 = V_1; float L_441 = __this->get_tranormzz_4(); NullCheck(L_440); RuntimeObject* L_442 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_440, 4, ((float)il2cpp_codegen_add((float)L_441, (float)(34.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_439); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_439, L_442, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_443 = V_1; NullCheck(L_443); float L_444 = L_443->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_445 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_445, L_444, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_445); __this->set_U3CU3E1__state_0(((int32_t)57)); return (bool)1; } IL_109c: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 48, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_446 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_447 = V_1; float L_448 = __this->get_tranormzz_4(); NullCheck(L_447); RuntimeObject* L_449 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_447, 8, ((float)il2cpp_codegen_add((float)L_448, (float)(48.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_446); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_446, L_449, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_450 = V_1; NullCheck(L_450); float L_451 = L_450->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_452 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_452, L_451, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_452); __this->set_U3CU3E1__state_0(((int32_t)58)); return (bool)1; } IL_10da: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 42, stylecreatecoin.backtoright, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_453 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_454 = V_1; float L_455 = __this->get_tranormzz_4(); NullCheck(L_454); RuntimeObject* L_456 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_454, 4, ((float)il2cpp_codegen_add((float)L_455, (float)(42.0f))), 2, 0, /*hidden argument*/NULL); NullCheck(L_453); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_453, L_456, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_457 = V_1; NullCheck(L_457); float L_458 = L_457->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_459 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_459, L_458, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_459); __this->set_U3CU3E1__state_0(((int32_t)59)); return (bool)1; } IL_1118: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 4, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_460 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_461 = V_1; float L_462 = __this->get_tranormzz_4(); NullCheck(L_461); RuntimeObject* L_463 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_461, 3, ((float)il2cpp_codegen_add((float)L_462, (float)(4.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_460); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_460, L_463, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_464 = V_1; NullCheck(L_464); float L_465 = L_464->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_466 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_466, L_465, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_466); __this->set_U3CU3E1__state_0(((int32_t)60)); return (bool)1; } IL_1156: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 4, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_467 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_468 = V_1; float L_469 = __this->get_tranormzz_4(); NullCheck(L_468); RuntimeObject* L_470 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_468, 3, ((float)il2cpp_codegen_add((float)L_469, (float)(4.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_467); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_467, L_470, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_471 = V_1; NullCheck(L_471); float L_472 = L_471->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_473 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_473, L_472, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_473); __this->set_U3CU3E1__state_0(((int32_t)61)); return (bool)1; } IL_1194: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 4, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_474 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_475 = V_1; float L_476 = __this->get_tranormzz_4(); NullCheck(L_475); RuntimeObject* L_477 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_475, 3, ((float)il2cpp_codegen_add((float)L_476, (float)(4.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_474); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_474, L_477, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_478 = V_1; NullCheck(L_478); float L_479 = L_478->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_480 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_480, L_479, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_480); __this->set_U3CU3E1__state_0(((int32_t)62)); return (bool)1; } IL_11d2: { __this->set_U3CU3E1__state_0((-1)); // break; goto IL_155b; } IL_11de: { // StartCoroutine(Createitem(3, tranormzz - 4, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_481 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_482 = V_1; float L_483 = __this->get_tranormzz_4(); NullCheck(L_482); RuntimeObject* L_484 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_482, 3, ((float)il2cpp_codegen_subtract((float)L_483, (float)(4.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_481); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_481, L_484, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_485 = V_1; NullCheck(L_485); float L_486 = L_485->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_487 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_487, L_486, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_487); __this->set_U3CU3E1__state_0(((int32_t)63)); return (bool)1; } IL_1215: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 1, stylecreatecoin.backtolef, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_488 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_489 = V_1; float L_490 = __this->get_tranormzz_4(); NullCheck(L_489); RuntimeObject* L_491 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_489, 4, ((float)il2cpp_codegen_add((float)L_490, (float)(1.0f))), 1, 1, /*hidden argument*/NULL); NullCheck(L_488); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_488, L_491, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_492 = V_1; NullCheck(L_492); float L_493 = L_492->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_494 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_494, L_493, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_494); __this->set_U3CU3E1__state_0(((int32_t)64)); return (bool)1; } IL_1253: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 8, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_495 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_496 = V_1; float L_497 = __this->get_tranormzz_4(); NullCheck(L_496); RuntimeObject* L_498 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_496, 3, ((float)il2cpp_codegen_add((float)L_497, (float)(8.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_495); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_495, L_498, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_499 = V_1; NullCheck(L_499); float L_500 = L_499->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_501 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_501, L_500, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_501); __this->set_U3CU3E1__state_0(((int32_t)65)); return (bool)1; } IL_1291: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 12, stylecreatecoin.backtoright, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_502 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_503 = V_1; float L_504 = __this->get_tranormzz_4(); NullCheck(L_503); RuntimeObject* L_505 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_503, 4, ((float)il2cpp_codegen_add((float)L_504, (float)(12.0f))), 2, 0, /*hidden argument*/NULL); NullCheck(L_502); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_502, L_505, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_506 = V_1; NullCheck(L_506); float L_507 = L_506->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_508 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_508, L_507, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_508); __this->set_U3CU3E1__state_0(((int32_t)66)); return (bool)1; } IL_12cf: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 18, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_509 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_510 = V_1; float L_511 = __this->get_tranormzz_4(); NullCheck(L_510); RuntimeObject* L_512 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_510, 3, ((float)il2cpp_codegen_add((float)L_511, (float)(18.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_509); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_509, L_512, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_513 = V_1; NullCheck(L_513); float L_514 = L_513->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_515 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_515, L_514, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_515); __this->set_U3CU3E1__state_0(((int32_t)67)); return (bool)1; } IL_130d: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 22, stylecreatecoin.backtoright, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_516 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_517 = V_1; float L_518 = __this->get_tranormzz_4(); NullCheck(L_517); RuntimeObject* L_519 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_517, 4, ((float)il2cpp_codegen_add((float)L_518, (float)(22.0f))), 2, 1, /*hidden argument*/NULL); NullCheck(L_516); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_516, L_519, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_520 = V_1; NullCheck(L_520); float L_521 = L_520->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_522 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_522, L_521, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_522); __this->set_U3CU3E1__state_0(((int32_t)68)); return (bool)1; } IL_134b: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(6, tranormzz + 28, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_523 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_524 = V_1; float L_525 = __this->get_tranormzz_4(); NullCheck(L_524); RuntimeObject* L_526 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_524, 6, ((float)il2cpp_codegen_add((float)L_525, (float)(28.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_523); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_523, L_526, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_527 = V_1; NullCheck(L_527); float L_528 = L_527->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_529 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_529, L_528, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_529); __this->set_U3CU3E1__state_0(((int32_t)69)); return (bool)1; } IL_1389: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 38, stylecreatecoin.backtolef, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_530 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_531 = V_1; float L_532 = __this->get_tranormzz_4(); NullCheck(L_531); RuntimeObject* L_533 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_531, 4, ((float)il2cpp_codegen_add((float)L_532, (float)(38.0f))), 1, 2, /*hidden argument*/NULL); NullCheck(L_530); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_530, L_533, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_534 = V_1; NullCheck(L_534); float L_535 = L_534->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_536 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_536, L_535, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_536); __this->set_U3CU3E1__state_0(((int32_t)70)); return (bool)1; } IL_13c7: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(3, tranormzz + 44, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_537 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_538 = V_1; float L_539 = __this->get_tranormzz_4(); NullCheck(L_538); RuntimeObject* L_540 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_538, 3, ((float)il2cpp_codegen_add((float)L_539, (float)(44.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_537); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_537, L_540, /*hidden argument*/NULL); // StartCoroutine(createallitem(tranormzz + 50, createitemposition.lef)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_541 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_542 = V_1; float L_543 = __this->get_tranormzz_4(); NullCheck(L_542); RuntimeObject* L_544 = Makesupway_createallitem_mA6591552369392A6ABAA3E6F8D74B3DD09ACBEFC(L_542, ((float)il2cpp_codegen_add((float)L_543, (float)(50.0f))), 0, /*hidden argument*/NULL); NullCheck(L_541); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_541, L_544, /*hidden argument*/NULL); // break; goto IL_155b; } IL_1409: { // StartCoroutine(Createitem(10, tranormzz, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_545 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_546 = V_1; float L_547 = __this->get_tranormzz_4(); NullCheck(L_546); RuntimeObject* L_548 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_546, ((int32_t)10), L_547, 0, 0, /*hidden argument*/NULL); NullCheck(L_545); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_545, L_548, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_549 = V_1; NullCheck(L_549); float L_550 = L_549->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_551 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_551, L_550, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_551); __this->set_U3CU3E1__state_0(((int32_t)71)); return (bool)1; } IL_143b: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(4, tranormzz + 1, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_552 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_553 = V_1; float L_554 = __this->get_tranormzz_4(); NullCheck(L_553); RuntimeObject* L_555 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_553, 4, ((float)il2cpp_codegen_add((float)L_554, (float)(1.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_552); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_552, L_555, /*hidden argument*/NULL); // break; goto IL_155b; } IL_1463: { // StartCoroutine(Createitem(8, tranormzz + 1, stylecreatecoin.line, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_556 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_557 = V_1; float L_558 = __this->get_tranormzz_4(); NullCheck(L_557); RuntimeObject* L_559 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_557, 8, ((float)il2cpp_codegen_add((float)L_558, (float)(1.0f))), 0, 1, /*hidden argument*/NULL); NullCheck(L_556); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_556, L_559, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_560 = V_1; NullCheck(L_560); float L_561 = L_560->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_562 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_562, L_561, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_562); __this->set_U3CU3E1__state_0(((int32_t)72)); return (bool)1; } IL_149a: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 18, stylecreatecoin.up, stylecreatecoinposisition.bettwen)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_563 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_564 = V_1; float L_565 = __this->get_tranormzz_4(); NullCheck(L_564); RuntimeObject* L_566 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_564, 8, ((float)il2cpp_codegen_add((float)L_565, (float)(18.0f))), 3, 1, /*hidden argument*/NULL); NullCheck(L_563); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_563, L_566, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_567 = V_1; NullCheck(L_567); float L_568 = L_567->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_569 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_569, L_568, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_569); __this->set_U3CU3E1__state_0(((int32_t)73)); return (bool)1; } IL_14d8: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 10, stylecreatecoin.line, stylecreatecoinposisition.right)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_570 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_571 = V_1; float L_572 = __this->get_tranormzz_4(); NullCheck(L_571); RuntimeObject* L_573 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_571, 8, ((float)il2cpp_codegen_add((float)L_572, (float)(10.0f))), 0, 2, /*hidden argument*/NULL); NullCheck(L_570); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_570, L_573, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_574 = V_1; NullCheck(L_574); float L_575 = L_574->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_576 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_576, L_575, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_576); __this->set_U3CU3E1__state_0(((int32_t)74)); return (bool)1; } IL_1516: { __this->set_U3CU3E1__state_0((-1)); // StartCoroutine(Createitem(8, tranormzz + 10, stylecreatecoin.line, stylecreatecoinposisition.left)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_577 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_578 = V_1; float L_579 = __this->get_tranormzz_4(); NullCheck(L_578); RuntimeObject* L_580 = Makesupway_Createitem_mBF8EE91C7494D1F7EFBCD27929671CE903D4F0E2(L_578, 8, ((float)il2cpp_codegen_add((float)L_579, (float)(10.0f))), 0, 0, /*hidden argument*/NULL); NullCheck(L_577); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_577, L_580, /*hidden argument*/NULL); // yield return new WaitForSeconds(timedelay); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_581 = V_1; NullCheck(L_581); float L_582 = L_581->get_timedelay_110(); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_583 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_583, L_582, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_583); __this->set_U3CU3E1__state_0(((int32_t)75)); return (bool)1; } IL_1554: { __this->set_U3CU3E1__state_0((-1)); } IL_155b: { // } return (bool)0; } } // System.Object Makesupway_d__129::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreatecoinformapU3Ed__129_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m6C820AAB270103A2F9BE271920CA87CEB0A0C519 (U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__129::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreatecoinformapU3Ed__129_System_Collections_IEnumerator_Reset_mDEDE33A3F3FB53E1E49EAA1392E953C093AA089E (U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreatecoinformapU3Ed__129_System_Collections_IEnumerator_Reset_mDEDE33A3F3FB53E1E49EAA1392E953C093AA089E_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCreatecoinformapU3Ed__129_System_Collections_IEnumerator_Reset_mDEDE33A3F3FB53E1E49EAA1392E953C093AA089E_RuntimeMethod_var); } } // System.Object Makesupway_d__129::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreatecoinformapU3Ed__129_System_Collections_IEnumerator_get_Current_m429479E116103BEDA7A94EE2D9CB638017AD2067 (U3CCreatecoinformapU3Ed__129_t6719566D63990CAAD8A4C2EA224AB72C475C7A83 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__136::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateitemU3Ed__136__ctor_m86C41725E04CF55C4556AA61F6E0647363408EA8 (U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__136::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateitemU3Ed__136_System_IDisposable_Dispose_m2C624A6C76F9ECDFD9B3390CE1F778463D48DF46 (U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__136::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCreateitemU3Ed__136_MoveNext_mCCC8C4F751824FDC1812544DE1336EEFD241F3E6 (U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreateitemU3Ed__136_MoveNext_mCCC8C4F751824FDC1812544DE1336EEFD241F3E6_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // tranformcoin.z = tranformz; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; NullCheck(L_5); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_6 = L_5->get_address_of_tranformcoin_115(); float L_7 = __this->get_tranformz_3(); L_6->set_z_4(L_7); // switch (styleposison) int32_t L_8 = __this->get_styleposison_4(); V_2 = L_8; int32_t L_9 = V_2; switch (L_9) { case 0: { goto IL_0079; } case 1: { goto IL_00ab; } case 2: { goto IL_00d7; } case 3: { goto IL_0109; } case 4: { goto IL_0138; } case 5: { goto IL_0161; } } } { goto IL_018e; } IL_0079: { // tranformcoin.x = -2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_10 = V_1; NullCheck(L_10); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_11 = L_10->get_address_of_tranformcoin_115(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_12 = V_1; NullCheck(L_12); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_13 = L_12->get_player_97(); NullCheck(L_13); int32_t L_14 = L_13->get_move_diff_53(); L_11->set_x_2(((float)il2cpp_codegen_add((float)(-2.5f), (float)(((float)((float)L_14)))))); // tranformcoin.y = 0.5f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_15 = V_1; NullCheck(L_15); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_16 = L_15->get_address_of_tranformcoin_115(); L_16->set_y_3((0.5f)); // break; goto IL_018e; } IL_00ab: { // tranformcoin.x = 0 + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_17 = V_1; NullCheck(L_17); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_18 = L_17->get_address_of_tranformcoin_115(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_19 = V_1; NullCheck(L_19); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_20 = L_19->get_player_97(); NullCheck(L_20); int32_t L_21 = L_20->get_move_diff_53(); L_18->set_x_2((((float)((float)L_21)))); // tranformcoin.y = 0.5f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_22 = V_1; NullCheck(L_22); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_23 = L_22->get_address_of_tranformcoin_115(); L_23->set_y_3((0.5f)); // break; goto IL_018e; } IL_00d7: { // tranformcoin.x = 2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_24 = V_1; NullCheck(L_24); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_25 = L_24->get_address_of_tranformcoin_115(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_26 = V_1; NullCheck(L_26); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_27 = L_26->get_player_97(); NullCheck(L_27); int32_t L_28 = L_27->get_move_diff_53(); L_25->set_x_2(((float)il2cpp_codegen_add((float)(2.5f), (float)(((float)((float)L_28)))))); // tranformcoin.y = 0.5f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_29 = V_1; NullCheck(L_29); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_30 = L_29->get_address_of_tranformcoin_115(); L_30->set_y_3((0.5f)); // break; goto IL_018e; } IL_0109: { // tranformcoin.x = -2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_31 = V_1; NullCheck(L_31); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_32 = L_31->get_address_of_tranformcoin_115(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_33 = V_1; NullCheck(L_33); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_34 = L_33->get_player_97(); NullCheck(L_34); int32_t L_35 = L_34->get_move_diff_53(); L_32->set_x_2(((float)il2cpp_codegen_add((float)(-2.5f), (float)(((float)((float)L_35)))))); // tranformcoin.y = 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_36 = V_1; NullCheck(L_36); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_37 = L_36->get_address_of_tranformcoin_115(); L_37->set_y_3((2.0f)); // break; goto IL_018e; } IL_0138: { // tranformcoin.x = 0 + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_38 = V_1; NullCheck(L_38); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_39 = L_38->get_address_of_tranformcoin_115(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_40 = V_1; NullCheck(L_40); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_41 = L_40->get_player_97(); NullCheck(L_41); int32_t L_42 = L_41->get_move_diff_53(); L_39->set_x_2((((float)((float)L_42)))); // tranformcoin.y = 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_43 = V_1; NullCheck(L_43); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_44 = L_43->get_address_of_tranformcoin_115(); L_44->set_y_3((2.0f)); // break; goto IL_018e; } IL_0161: { // tranformcoin.x = 2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_45 = V_1; NullCheck(L_45); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_46 = L_45->get_address_of_tranformcoin_115(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_47 = V_1; NullCheck(L_47); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_48 = L_47->get_player_97(); NullCheck(L_48); int32_t L_49 = L_48->get_move_diff_53(); L_46->set_x_2(((float)il2cpp_codegen_add((float)(2.5f), (float)(((float)((float)L_49)))))); // tranformcoin.y = 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_50 = V_1; NullCheck(L_50); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_51 = L_50->get_address_of_tranformcoin_115(); L_51->set_y_3((2.0f)); } IL_018e: { // tranformcoin.y = 4f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_52 = V_1; NullCheck(L_52); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_53 = L_52->get_address_of_tranformcoin_115(); L_53->set_y_3((4.0f)); // switch (style) int32_t L_54 = __this->get_style_5(); V_3 = L_54; int32_t L_55 = V_3; switch (L_55) { case 0: { goto IL_01c0; } case 1: { goto IL_01fb; } case 2: { goto IL_0240; } case 3: { goto IL_0285; } } } { goto IL_02bb; } IL_01c0: { // for (int i = 0; i < value + 1; i++) V_4 = 0; goto IL_01ea; } IL_01c5: { // if (i > 0) int32_t L_56 = V_4; if ((((int32_t)L_56) <= ((int32_t)0))) { goto IL_01e4; } } { // GetPositioncoin(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_57 = V_1; NullCheck(L_57); Makesupway_GetPositioncoin_m8ED228E0C7C1A17BF8024E75B7B88AE7BC2C3621(L_57, /*hidden argument*/NULL); // tranformcoin.z += 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_58 = V_1; NullCheck(L_58); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_59 = L_58->get_address_of_tranformcoin_115(); float* L_60 = L_59->get_address_of_z_4(); float* L_61 = L_60; float L_62 = *((float*)L_61); *((float*)L_61) = (float)((float)il2cpp_codegen_add((float)L_62, (float)(2.0f))); } IL_01e4: { // for (int i = 0; i < value + 1; i++) int32_t L_63 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)1)); } IL_01ea: { // for (int i = 0; i < value + 1; i++) int32_t L_64 = V_4; int32_t L_65 = __this->get_value_6(); if ((((int32_t)L_64) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)1))))) { goto IL_01c5; } } { // break; goto IL_02bb; } IL_01fb: { // for (int i = 0; i < 4; i++) V_5 = 0; goto IL_0239; } IL_0200: { // if (i > 0) int32_t L_66 = V_5; if ((((int32_t)L_66) <= ((int32_t)0))) { goto IL_0233; } } { // GetPositioncoin(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_67 = V_1; NullCheck(L_67); Makesupway_GetPositioncoin_m8ED228E0C7C1A17BF8024E75B7B88AE7BC2C3621(L_67, /*hidden argument*/NULL); // tranformcoin.z += 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_68 = V_1; NullCheck(L_68); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_69 = L_68->get_address_of_tranformcoin_115(); float* L_70 = L_69->get_address_of_z_4(); float* L_71 = L_70; float L_72 = *((float*)L_71); *((float*)L_71) = (float)((float)il2cpp_codegen_add((float)L_72, (float)(2.0f))); // tranformcoin.x -= 1.25f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_73 = V_1; NullCheck(L_73); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_74 = L_73->get_address_of_tranformcoin_115(); float* L_75 = L_74->get_address_of_x_2(); float* L_76 = L_75; float L_77 = *((float*)L_76); *((float*)L_76) = (float)((float)il2cpp_codegen_subtract((float)L_77, (float)(1.25f))); } IL_0233: { // for (int i = 0; i < 4; i++) int32_t L_78 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1)); } IL_0239: { // for (int i = 0; i < 4; i++) int32_t L_79 = V_5; if ((((int32_t)L_79) < ((int32_t)4))) { goto IL_0200; } } { // break; goto IL_02bb; } IL_0240: { // for (int i = 0; i < 4; i++) V_6 = 0; goto IL_027e; } IL_0245: { // if (i > 0) int32_t L_80 = V_6; if ((((int32_t)L_80) <= ((int32_t)0))) { goto IL_0278; } } { // GetPositioncoin(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_81 = V_1; NullCheck(L_81); Makesupway_GetPositioncoin_m8ED228E0C7C1A17BF8024E75B7B88AE7BC2C3621(L_81, /*hidden argument*/NULL); // tranformcoin.z += 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_82 = V_1; NullCheck(L_82); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_83 = L_82->get_address_of_tranformcoin_115(); float* L_84 = L_83->get_address_of_z_4(); float* L_85 = L_84; float L_86 = *((float*)L_85); *((float*)L_85) = (float)((float)il2cpp_codegen_add((float)L_86, (float)(2.0f))); // tranformcoin.x += 1.25f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_87 = V_1; NullCheck(L_87); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_88 = L_87->get_address_of_tranformcoin_115(); float* L_89 = L_88->get_address_of_x_2(); float* L_90 = L_89; float L_91 = *((float*)L_90); *((float*)L_90) = (float)((float)il2cpp_codegen_add((float)L_91, (float)(1.25f))); } IL_0278: { // for (int i = 0; i < 4; i++) int32_t L_92 = V_6; V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)1)); } IL_027e: { // for (int i = 0; i < 4; i++) int32_t L_93 = V_6; if ((((int32_t)L_93) < ((int32_t)4))) { goto IL_0245; } } { // break; goto IL_02bb; } IL_0285: { // for (int i = 0; i < value + 1; i++) V_7 = 0; goto IL_02af; } IL_028a: { // if (i > 0) int32_t L_94 = V_7; if ((((int32_t)L_94) <= ((int32_t)0))) { goto IL_02a9; } } { // GetPositioncoin(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_95 = V_1; NullCheck(L_95); Makesupway_GetPositioncoin_m8ED228E0C7C1A17BF8024E75B7B88AE7BC2C3621(L_95, /*hidden argument*/NULL); // tranformcoin.z += 2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_96 = V_1; NullCheck(L_96); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_97 = L_96->get_address_of_tranformcoin_115(); float* L_98 = L_97->get_address_of_z_4(); float* L_99 = L_98; float L_100 = *((float*)L_99); *((float*)L_99) = (float)((float)il2cpp_codegen_add((float)L_100, (float)(2.0f))); } IL_02a9: { // for (int i = 0; i < value + 1; i++) int32_t L_101 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)1)); } IL_02af: { // for (int i = 0; i < value + 1; i++) int32_t L_102 = V_7; int32_t L_103 = __this->get_value_6(); if ((((int32_t)L_102) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_103, (int32_t)1))))) { goto IL_028a; } } IL_02bb: { // } return (bool)0; } } // System.Object Makesupway_d__136::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreateitemU3Ed__136_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4AB7F6F69C292AAF8242A73BFE9B4470684B196E (U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__136::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCreateitemU3Ed__136_System_Collections_IEnumerator_Reset_m63BF77EB2C20688B7E81037ADA4A41ADE30A09E3 (U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CCreateitemU3Ed__136_System_Collections_IEnumerator_Reset_m63BF77EB2C20688B7E81037ADA4A41ADE30A09E3_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CCreateitemU3Ed__136_System_Collections_IEnumerator_Reset_m63BF77EB2C20688B7E81037ADA4A41ADE30A09E3_RuntimeMethod_var); } } // System.Object Makesupway_d__136::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCreateitemU3Ed__136_System_Collections_IEnumerator_get_Current_mE65B77BB6934F4BFA7094FBA4593897266395550 (U3CCreateitemU3Ed__136_t22736307E7E7973C3501350ED9EF358FA4325AC7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__164::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelaydestroiU3Ed__164__ctor_m426FF05BDE9300AE322769C772702A9AF1110144 (U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__164::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelaydestroiU3Ed__164_System_IDisposable_Dispose_m9A7528214E353433CB0A426281D0ECB66CFC40B9 (U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__164::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelaydestroiU3Ed__164_MoveNext_mA88114AED1D85DAB6CC6B3A8BD9E567A9228F2FE (U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDelaydestroiU3Ed__164_MoveNext_mA88114AED1D85DAB6CC6B3A8BD9E567A9228F2FE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_004d; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < hidecoin.Count; i++) V_2 = 0; goto IL_0026; } IL_0022: { // for (int i = 0; i < hidecoin.Count; i++) int32_t L_4 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)); } IL_0026: { // for (int i = 0; i < hidecoin.Count; i++) int32_t L_5 = V_2; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_6 = V_1; NullCheck(L_6); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_7 = L_6->get_hidecoin_135(); NullCheck(L_7); int32_t L_8 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_7, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_5) < ((int32_t)L_8))) { goto IL_0022; } } { // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_9 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_9, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004d: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < ManagerAllcoin.Count; i++) V_3 = 0; goto IL_005c; } IL_0058: { // for (int i = 0; i < ManagerAllcoin.Count; i++) int32_t L_10 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_005c: { // for (int i = 0; i < ManagerAllcoin.Count; i++) int32_t L_11 = V_3; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_12 = V_1; NullCheck(L_12); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_13 = L_12->get_ManagerAllcoin_123(); NullCheck(L_13); int32_t L_14 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_13, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_11) < ((int32_t)L_14))) { goto IL_0058; } } { // for (int i = 0; i < ManagerAllitem.Count; i++) V_4 = 0; goto IL_0087; } IL_006f: { // Destroy(ManagerAllitem[i]); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_15 = V_1; NullCheck(L_15); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_16 = L_15->get_ManagerAllitem_124(); int32_t L_17 = V_4; NullCheck(L_16); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_16, L_17, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_18, /*hidden argument*/NULL); // for (int i = 0; i < ManagerAllitem.Count; i++) int32_t L_19 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0087: { // for (int i = 0; i < ManagerAllitem.Count; i++) int32_t L_20 = V_4; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_21 = V_1; NullCheck(L_21); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_22 = L_21->get_ManagerAllitem_124(); NullCheck(L_22); int32_t L_23 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_22, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_006f; } } { // ManagerAllitem.Clear(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_24 = V_1; NullCheck(L_24); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_25 = L_24->get_ManagerAllitem_124(); NullCheck(L_25); List_1_Clear_m328812EE6BE89C6594EFCA34543A2F011D1452C8(L_25, /*hidden argument*/List_1_Clear_m328812EE6BE89C6594EFCA34543A2F011D1452C8_RuntimeMethod_var); // if (Dontrandum) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_26 = V_1; NullCheck(L_26); bool L_27 = L_26->get_Dontrandum_138(); if (!L_27) { goto IL_00b6; } } { // Dontrandum = false; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_28 = V_1; NullCheck(L_28); L_28->set_Dontrandum_138((bool)0); // randumtheemty(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_29 = V_1; NullCheck(L_29); Makesupway_randumtheemty_m04C65112F0A460797117E25FB0B9DBE1FA2B259D(L_29, /*hidden argument*/NULL); } IL_00b6: { // } return (bool)0; } } // System.Object Makesupway_d__164::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelaydestroiU3Ed__164_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m480B9CE1D52035C9B6CD1A005F60063E041E3EF4 (U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__164::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelaydestroiU3Ed__164_System_Collections_IEnumerator_Reset_mD5B8F3567FA58DA2F189EF39ED4A650813B063AD (U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CDelaydestroiU3Ed__164_System_Collections_IEnumerator_Reset_mD5B8F3567FA58DA2F189EF39ED4A650813B063AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CDelaydestroiU3Ed__164_System_Collections_IEnumerator_Reset_mD5B8F3567FA58DA2F189EF39ED4A650813B063AD_RuntimeMethod_var); } } // System.Object Makesupway_d__164::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelaydestroiU3Ed__164_System_Collections_IEnumerator_get_Current_m17626C3AD9BE9CDEA1F1F27E929199929AD7277D (U3CDelaydestroiU3Ed__164_t339524A279FAEF85B24E91EA6F4BFF0EF1DAD577 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__171::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingbackAllemtyWendieU3Ed__171__ctor_m0D4ADC190381391CC4E98F17DC10464E50130CA8 (U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__171::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingbackAllemtyWendieU3Ed__171_System_IDisposable_Dispose_m7F45B48C0990526DE56E39FA930832D6748B9A0D (U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__171::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMuvingbackAllemtyWendieU3Ed__171_MoveNext_m709DF7F0C76D5DDBBC55A86E9E2EEC395ECA4A52 (U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CMuvingbackAllemtyWendieU3Ed__171_MoveNext_m709DF7F0C76D5DDBBC55A86E9E2EEC395ECA4A52_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0048; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // if (callback) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_4 = V_1; NullCheck(L_4); bool L_5 = L_4->get_callback_139(); if (!L_5) { goto IL_014b; } } { // Playermuving.isplay = false; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_isplay_36((bool)0); // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_6 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_6, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0048: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < allemty.Count; i++) V_2 = 0; goto IL_008e; } IL_0053: { // allemty[i].gameObject.transform.Translate(new Vector3(this.player.move_diff, 0, muving)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_7 = V_1; NullCheck(L_7); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_8 = L_7->get_allemty_141(); int32_t L_9 = V_2; NullCheck(L_8); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_8, L_9, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_10); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815(L_10, /*hidden argument*/NULL); NullCheck(L_11); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_12 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_11, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_13 = V_1; NullCheck(L_13); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_14 = L_13->get_player_97(); NullCheck(L_14); int32_t L_15 = L_14->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_16 = V_1; NullCheck(L_16); float L_17 = L_16->get_muving_136(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18; memset((&L_18), 0, sizeof(L_18)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_18), (((float)((float)L_15))), (0.0f), L_17, /*hidden argument*/NULL); NullCheck(L_12); Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3(L_12, L_18, /*hidden argument*/NULL); // for (int i = 0; i < allemty.Count; i++) int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_008e: { // for (int i = 0; i < allemty.Count; i++) int32_t L_20 = V_2; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_21 = V_1; NullCheck(L_21); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_22 = L_21->get_allemty_141(); NullCheck(L_22); int32_t L_23 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_22, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_20) < ((int32_t)L_23))) { goto IL_0053; } } { // Enable(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_24 = V_1; NullCheck(L_24); Makesupway_Enable_m26E50C7DB92BDB70F2410E930B76FBBFCD35C3DE(L_24, /*hidden argument*/NULL); // Deletecoin(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_25 = V_1; NullCheck(L_25); Makesupway_Deletecoin_m21358A27993B75F089908BF57A6F21FD255CAD39(L_25, /*hidden argument*/NULL); // randumtheemty(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_26 = V_1; NullCheck(L_26); Makesupway_randumtheemty_m04C65112F0A460797117E25FB0B9DBE1FA2B259D(L_26, /*hidden argument*/NULL); // StartCoroutine(delaycallback()); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_27 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_28 = V_1; NullCheck(L_28); RuntimeObject* L_29 = Makesupway_delaycallback_m425BE3C9EBFB75958EA274E5AC5EC7CD3E05620F(L_28, /*hidden argument*/NULL); NullCheck(L_27); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_27, L_29, /*hidden argument*/NULL); // StartCoroutine(CreateCoinWenDie(this.player.gameObject.transform.position.z + 16)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_30 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_31 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_32 = V_1; NullCheck(L_32); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_33 = L_32->get_player_97(); NullCheck(L_33); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_34 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_33, /*hidden argument*/NULL); NullCheck(L_34); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_35 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_34, /*hidden argument*/NULL); NullCheck(L_35); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_36 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_35, /*hidden argument*/NULL); float L_37 = L_36.get_z_4(); NullCheck(L_31); RuntimeObject* L_38 = Makesupway_CreateCoinWenDie_m45C9A461561FE2D3A58E74BA16094FF55C3FFE9A(L_31, ((float)il2cpp_codegen_add((float)L_37, (float)(16.0f))), /*hidden argument*/NULL); NullCheck(L_30); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_30, L_38, /*hidden argument*/NULL); // this.player.StartCoroutine(this.player.backtotruposison()); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_39 = V_1; NullCheck(L_39); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_40 = L_39->get_player_97(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_41 = V_1; NullCheck(L_41); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_42 = L_41->get_player_97(); NullCheck(L_42); RuntimeObject* L_43 = Playermuving_backtotruposison_m1E519AA084CE533B8F480B61D6DB3E8D2D266FE1(L_42, /*hidden argument*/NULL); NullCheck(L_40); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_40, L_43, /*hidden argument*/NULL); // this.player.gameObject.transform.position = new Vector3(this.player.move_diff, this.player.gameObject.transform.position.y, checkshowx - 45); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_44 = V_1; NullCheck(L_44); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_45 = L_44->get_player_97(); NullCheck(L_45); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_46 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_45, /*hidden argument*/NULL); NullCheck(L_46); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_47 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_46, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_48 = V_1; NullCheck(L_48); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_49 = L_48->get_player_97(); NullCheck(L_49); int32_t L_50 = L_49->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_51 = V_1; NullCheck(L_51); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_52 = L_51->get_player_97(); NullCheck(L_52); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_53 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_52, /*hidden argument*/NULL); NullCheck(L_53); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_54 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_53, /*hidden argument*/NULL); NullCheck(L_54); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_55 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_54, /*hidden argument*/NULL); float L_56 = L_55.get_y_3(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_57 = V_1; NullCheck(L_57); float L_58 = L_57->get_checkshowx_134(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_59; memset((&L_59), 0, sizeof(L_59)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_59), (((float)((float)L_50))), L_56, ((float)il2cpp_codegen_subtract((float)L_58, (float)(45.0f))), /*hidden argument*/NULL); NullCheck(L_47); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_47, L_59, /*hidden argument*/NULL); } IL_014b: { // } return (bool)0; } } // System.Object Makesupway_d__171::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m562B6E11533677797016F52F91EC5BC1C8159A4F (U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__171::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_IEnumerator_Reset_m54D0DB2818A5EE4E961205EAA8ADBAA5B2A06146 (U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_IEnumerator_Reset_m54D0DB2818A5EE4E961205EAA8ADBAA5B2A06146_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_IEnumerator_Reset_m54D0DB2818A5EE4E961205EAA8ADBAA5B2A06146_RuntimeMethod_var); } } // System.Object Makesupway_d__171::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CMuvingbackAllemtyWendieU3Ed__171_System_Collections_IEnumerator_get_Current_m151BF5AED5D5D89D15B77EEEF88D430FBE3EC326 (U3CMuvingbackAllemtyWendieU3Ed__171_t0897CA1101D5CB7479B2F923AA0221CAB98435B1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__166::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166__ctor_mB969EC8DD620E8E8588DFB35B6801C12094B474C (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__166::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_IDisposable_Dispose_mC9EFF9A994A9A8BD960E35F823FF07FC2F435E20 (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__166::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_MoveNext_mCF99EF19F79F3D2E4964BCE3AED09145CF061087 (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_MoveNext_mCF99EF19F79F3D2E4964BCE3AED09145CF061087_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_0068; } case 2: { goto IL_00db; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // if (alowback) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_3 = V_1; NullCheck(L_3); bool L_4 = L_3->get_alowback_137(); if (!L_4) { goto IL_019d; } } { // alowback = false; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; NullCheck(L_5); L_5->set_alowback_137((bool)0); // if (checkvan == false) bool L_6 = __this->get_checkvan_3(); if (L_6) { goto IL_0049; } } { // Playermuving.isplay = false; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_isplay_36((bool)0); } IL_0049: { // Playermuving.backnowmuvingship = true; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_backnowmuvingship_90((bool)1); // yield return new WaitForSeconds(0.02f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_7 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_7, (0.02f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_7); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0068: { __this->set_U3CU3E1__state_0((-1)); // Playermuving.backnowmuvingship = false; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_backnowmuvingship_90((bool)0); // for (int i = 0; i < allemty.Count; i++) V_2 = 0; goto IL_00b4; } IL_0079: { // allemty[i].gameObject.transform.Translate(new Vector3(this.player.move_diff, 0, muving)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_8 = V_1; NullCheck(L_8); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_9 = L_8->get_allemty_141(); int32_t L_10 = V_2; NullCheck(L_9); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_9, L_10, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_11); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815(L_11, /*hidden argument*/NULL); NullCheck(L_12); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_12, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_14 = V_1; NullCheck(L_14); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_15 = L_14->get_player_97(); NullCheck(L_15); int32_t L_16 = L_15->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_17 = V_1; NullCheck(L_17); float L_18 = L_17->get_muving_136(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_19; memset((&L_19), 0, sizeof(L_19)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_19), (((float)((float)L_16))), (0.0f), L_18, /*hidden argument*/NULL); NullCheck(L_13); Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3(L_13, L_19, /*hidden argument*/NULL); // for (int i = 0; i < allemty.Count; i++) int32_t L_20 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_00b4: { // for (int i = 0; i < allemty.Count; i++) int32_t L_21 = V_2; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_22 = V_1; NullCheck(L_22); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_23 = L_22->get_allemty_141(); NullCheck(L_23); int32_t L_24 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_23, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_21) < ((int32_t)L_24))) { goto IL_0079; } } { // yield return new WaitForSeconds(0.2f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_25 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_25, (0.2f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_25); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00db: { __this->set_U3CU3E1__state_0((-1)); // Enable(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_26 = V_1; NullCheck(L_26); Makesupway_Enable_m26E50C7DB92BDB70F2410E930B76FBBFCD35C3DE(L_26, /*hidden argument*/NULL); // Deletecoin(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_27 = V_1; NullCheck(L_27); Makesupway_Deletecoin_m21358A27993B75F089908BF57A6F21FD255CAD39(L_27, /*hidden argument*/NULL); // randumtheemty(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_28 = V_1; NullCheck(L_28); Makesupway_randumtheemty_m04C65112F0A460797117E25FB0B9DBE1FA2B259D(L_28, /*hidden argument*/NULL); // Playermuving.isplay = true; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_isplay_36((bool)1); // StartCoroutine(CreateCoinWenDie(this.player.gameObject.transform.position.z + 16)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_29 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_30 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_31 = V_1; NullCheck(L_31); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_32 = L_31->get_player_97(); NullCheck(L_32); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_33 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_32, /*hidden argument*/NULL); NullCheck(L_33); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_34 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_35 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_34, /*hidden argument*/NULL); float L_36 = L_35.get_z_4(); NullCheck(L_30); RuntimeObject* L_37 = Makesupway_CreateCoinWenDie_m45C9A461561FE2D3A58E74BA16094FF55C3FFE9A(L_30, ((float)il2cpp_codegen_add((float)L_36, (float)(16.0f))), /*hidden argument*/NULL); NullCheck(L_29); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_29, L_37, /*hidden argument*/NULL); // StartCoroutine(delay(checkvan)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_38 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_39 = V_1; bool L_40 = __this->get_checkvan_3(); NullCheck(L_39); RuntimeObject* L_41 = Makesupway_delay_mDD51C0C0D78C78E43BFB119B3187D04EDAEC4A3F(L_39, L_40, /*hidden argument*/NULL); NullCheck(L_38); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_38, L_41, /*hidden argument*/NULL); // this.player.StartCoroutine(this.player.backtotruposison()); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_42 = V_1; NullCheck(L_42); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_43 = L_42->get_player_97(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_44 = V_1; NullCheck(L_44); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_45 = L_44->get_player_97(); NullCheck(L_45); RuntimeObject* L_46 = Playermuving_backtotruposison_m1E519AA084CE533B8F480B61D6DB3E8D2D266FE1(L_45, /*hidden argument*/NULL); NullCheck(L_43); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_43, L_46, /*hidden argument*/NULL); // this.player.gameObject.transform.position = new Vector3(this.player.move_diff, this.player.gameObject.transform.position.y, checkshowx - 30); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_47 = V_1; NullCheck(L_47); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_48 = L_47->get_player_97(); NullCheck(L_48); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_49 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_48, /*hidden argument*/NULL); NullCheck(L_49); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_50 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_49, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_51 = V_1; NullCheck(L_51); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_52 = L_51->get_player_97(); NullCheck(L_52); int32_t L_53 = L_52->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_54 = V_1; NullCheck(L_54); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_55 = L_54->get_player_97(); NullCheck(L_55); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_55, /*hidden argument*/NULL); NullCheck(L_56); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_57 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_56, /*hidden argument*/NULL); NullCheck(L_57); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_58 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_57, /*hidden argument*/NULL); float L_59 = L_58.get_y_3(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_60 = V_1; NullCheck(L_60); float L_61 = L_60->get_checkshowx_134(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_62; memset((&L_62), 0, sizeof(L_62)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_62), (((float)((float)L_53))), L_59, ((float)il2cpp_codegen_subtract((float)L_61, (float)(30.0f))), /*hidden argument*/NULL); NullCheck(L_50); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_50, L_62, /*hidden argument*/NULL); } IL_019d: { // } return (bool)0; } } // System.Object Makesupway_d__166::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC6718EB973E16324DB1F57BBAFFAC8AA0F367A97 (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__166::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_IEnumerator_Reset_m8788BC443A060D68DB71E302B0C5BB046E08425C (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_IEnumerator_Reset_m8788BC443A060D68DB71E302B0C5BB046E08425C_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_IEnumerator_Reset_m8788BC443A060D68DB71E302B0C5BB046E08425C_RuntimeMethod_var); } } // System.Object Makesupway_d__166::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_System_Collections_IEnumerator_get_Current_m26662280760C8D2F8DC7CE297369F54CB362D7BE (U3CMuvingbackAllemtyWenhaveitemVanU3Ed__166_tD78BF5C7D0D4BC747288FDDFB1F26C8A7A9921BD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__123::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRandummapU3Ed__123__ctor_mB32032B094136BEA4A2E5F065391C6BD24B4F025 (U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__123::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRandummapU3Ed__123_System_IDisposable_Dispose_mE2F3FF893C98FF1D519722F804009C47126BB097 (U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__123::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRandummapU3Ed__123_MoveNext_mB11F6F74A7951D9185FEA8227089319F11541B17 (U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CRandummapU3Ed__123_MoveNext_mB11F6F74A7951D9185FEA8227089319F11541B17_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0043; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < list.Count; i++) __this->set_U3CiU3E5__2_5(0); goto IL_0178; } IL_002a: { // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0043: { __this->set_U3CU3E1__state_0((-1)); // list[i].gameObject.SetActive(true); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_5 = __this->get_list_2(); int32_t L_6 = __this->get_U3CiU3E5__2_5(); NullCheck(L_5); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_7); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815(L_7, /*hidden argument*/NULL); NullCheck(L_8); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_8, (bool)1, /*hidden argument*/NULL); // if (i == 0) int32_t L_9 = __this->get_U3CiU3E5__2_5(); if (L_9) { goto IL_00e4; } } { // Vector3 vt3 = new Vector3(0, 0, checkshowx + 16); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_10 = V_1; NullCheck(L_10); float L_11 = L_10->get_checkshowx_134(); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_2), (0.0f), (0.0f), ((float)il2cpp_codegen_add((float)L_11, (float)(16.0f))), /*hidden argument*/NULL); // if (this.player.roleid == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_12 = V_1; NullCheck(L_12); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_13 = L_12->get_player_97(); NullCheck(L_13); int32_t L_14 = L_13->get_roleid_48(); if ((!(((uint32_t)L_14) == ((uint32_t)1)))) { goto IL_00bd; } } { // vt3 = new Vector3(this.player.move_diff, 0, checkshowx + 16); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_15 = V_1; NullCheck(L_15); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_16 = L_15->get_player_97(); NullCheck(L_16); int32_t L_17 = L_16->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_18 = V_1; NullCheck(L_18); float L_19 = L_18->get_checkshowx_134(); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_2), (((float)((float)L_17))), (0.0f), ((float)il2cpp_codegen_add((float)L_19, (float)(16.0f))), /*hidden argument*/NULL); } IL_00bd: { // DistanceTranslate = Vector3.Distance(list[i].transform.position, vt3); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_20 = V_1; List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_21 = __this->get_list_2(); int32_t L_22 = __this->get_U3CiU3E5__2_5(); NullCheck(L_21); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_21, L_22, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_23); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_24 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_23, /*hidden argument*/NULL); NullCheck(L_24); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_24, /*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var); float L_27 = Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7(L_25, L_26, /*hidden argument*/NULL); NullCheck(L_20); L_20->set_DistanceTranslate_105(L_27); } IL_00e4: { // list[i].transform.Translate(new Vector3(0, 0, DistanceTranslate * backtobehigh)); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_28 = __this->get_list_2(); int32_t L_29 = __this->get_U3CiU3E5__2_5(); NullCheck(L_28); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_30 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_28, L_29, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_30); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_31 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_30, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_32 = V_1; NullCheck(L_32); float L_33 = L_32->get_DistanceTranslate_105(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_34 = V_1; NullCheck(L_34); float L_35 = L_34->get_backtobehigh_106(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_36; memset((&L_36), 0, sizeof(L_36)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_36), (0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)L_33, (float)L_35)), /*hidden argument*/NULL); NullCheck(L_31); Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3(L_31, L_36, /*hidden argument*/NULL); // if (i == 0) int32_t L_37 = __this->get_U3CiU3E5__2_5(); if (L_37) { goto IL_0168; } } { // if (player.manageritem.baylongcoin == false) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_38 = V_1; NullCheck(L_38); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_39 = L_38->get_player_97(); NullCheck(L_39); Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_40 = L_39->get_manageritem_14(); NullCheck(L_40); bool L_41 = L_40->get_baylongcoin_9(); if (L_41) { goto IL_0168; } } { // StartCoroutine(Createcoinformap(mapformake, list[i].transform.position.z)); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_42 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_43 = V_1; int32_t L_44 = __this->get_mapformake_4(); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_45 = __this->get_list_2(); int32_t L_46 = __this->get_U3CiU3E5__2_5(); NullCheck(L_45); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_47 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_45, L_46, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_47); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_48 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_47, /*hidden argument*/NULL); NullCheck(L_48); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_49 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_48, /*hidden argument*/NULL); float L_50 = L_49.get_z_4(); NullCheck(L_43); RuntimeObject* L_51 = Makesupway_Createcoinformap_m2FCAF19033C02187EE6CF94913A6ACD999EC521A(L_43, L_44, L_50, /*hidden argument*/NULL); NullCheck(L_42); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(L_42, L_51, /*hidden argument*/NULL); } IL_0168: { // for (int i = 0; i < list.Count; i++) int32_t L_52 = __this->get_U3CiU3E5__2_5(); V_3 = L_52; int32_t L_53 = V_3; __this->set_U3CiU3E5__2_5(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))); } IL_0178: { // for (int i = 0; i < list.Count; i++) int32_t L_54 = __this->get_U3CiU3E5__2_5(); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_55 = __this->get_list_2(); NullCheck(L_55); int32_t L_56 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_55, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_54) < ((int32_t)L_56))) { goto IL_002a; } } { // } return (bool)0; } } // System.Object Makesupway_d__123::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRandummapU3Ed__123_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m70868FEAADE3377B572D3154780EA4E28F337B3D (U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__123::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRandummapU3Ed__123_System_Collections_IEnumerator_Reset_mCF4ABD0672F1C14193DAD366BFB54DD34B908138 (U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CRandummapU3Ed__123_System_Collections_IEnumerator_Reset_mCF4ABD0672F1C14193DAD366BFB54DD34B908138_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CRandummapU3Ed__123_System_Collections_IEnumerator_Reset_mCF4ABD0672F1C14193DAD366BFB54DD34B908138_RuntimeMethod_var); } } // System.Object Makesupway_d__123::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRandummapU3Ed__123_System_Collections_IEnumerator_get_Current_mA600ECAD2A26BE9807A8C993AB12FD26E51527A1 (U3CRandummapU3Ed__123_t8475EDC36E8682327C84AE4A8D1C69E12023B553 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__156::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Ccreateallitem1U3Ed__156__ctor_mBFB8DC0D27536EF8F9AB62E67E666C81FD1D3A73 (U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__156::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Ccreateallitem1U3Ed__156_System_IDisposable_Dispose_m90314B9A5710A5F85DAD2BB03D53EDA8B526ADAC (U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__156::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3Ccreateallitem1U3Ed__156_MoveNext_mBDDC2C68C02F54C1A5F55F3E637F272A3C7E3664 (U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3Ccreateallitem1U3Ed__156_MoveNext_mBDDC2C68C02F54C1A5F55F3E637F272A3C7E3664_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0030; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_3 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_3, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object Makesupway_d__156::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3Ccreateallitem1U3Ed__156_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9E17AEDCCACF62D59DC228A04ADA3AFAFCA0C886 (U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__156::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3Ccreateallitem1U3Ed__156_System_Collections_IEnumerator_Reset_mD7ED33688F315ED08979672A88FBE474F187AD21 (U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3Ccreateallitem1U3Ed__156_System_Collections_IEnumerator_Reset_mD7ED33688F315ED08979672A88FBE474F187AD21_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3Ccreateallitem1U3Ed__156_System_Collections_IEnumerator_Reset_mD7ED33688F315ED08979672A88FBE474F187AD21_RuntimeMethod_var); } } // System.Object Makesupway_d__156::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3Ccreateallitem1U3Ed__156_System_Collections_IEnumerator_get_Current_mBEF2A7EA1386E4F9B0C91AA185F385B83E59732E (U3Ccreateallitem1U3Ed__156_t13713CF6C9F6D990FB18D4E25A57E930B0C15EC8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__157::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CcreateallitemU3Ed__157__ctor_m550DC62BD4F2317F03B9FB6031AA2D6BF0D70231 (U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__157::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CcreateallitemU3Ed__157_System_IDisposable_Dispose_m21C8C10678E8DB0C0F53633E15AEC149B8CC035B (U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__157::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CcreateallitemU3Ed__157_MoveNext_mA303C490172350DBB6204EBFDBF480DCE627D475 (U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CcreateallitemU3Ed__157_MoveNext_mA303C490172350DBB6204EBFDBF480DCE627D475_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_4 = NULL; int32_t V_5 = 0; uint32_t V_6 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0778; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // tranformitem.z = transformz; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_4 = V_1; NullCheck(L_4); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_5 = L_4->get_address_of_tranformitem_132(); float L_6 = __this->get_transformz_3(); L_5->set_z_4(L_6); // switch (stylecreate) int32_t L_7 = __this->get_stylecreate_4(); V_5 = L_7; int32_t L_8 = V_5; switch (L_8) { case 0: { goto IL_0076; } case 1: { goto IL_00a8; } case 2: { goto IL_00da; } case 3: { goto IL_010c; } case 4: { goto IL_013e; } case 5: { goto IL_0170; } case 6: { goto IL_01a2; } case 7: { goto IL_01d4; } case 8: { goto IL_0206; } case 9: { goto IL_0238; } case 10: { goto IL_0267; } case 11: { goto IL_0296; } } } { goto IL_02c3; } IL_0076: { // tranformitem.x = -2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_9 = V_1; NullCheck(L_9); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_10 = L_9->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_11 = V_1; NullCheck(L_11); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_12 = L_11->get_player_97(); NullCheck(L_12); int32_t L_13 = L_12->get_move_diff_53(); L_10->set_x_2(((float)il2cpp_codegen_add((float)(-2.5f), (float)(((float)((float)L_13)))))); // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_14 = V_1; NullCheck(L_14); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_15 = L_14->get_address_of_tranformitem_132(); L_15->set_y_3((0.7f)); // break; goto IL_02c3; } IL_00a8: { // tranformitem.x = 2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_16 = V_1; NullCheck(L_16); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_17 = L_16->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_18 = V_1; NullCheck(L_18); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_19 = L_18->get_player_97(); NullCheck(L_19); int32_t L_20 = L_19->get_move_diff_53(); L_17->set_x_2(((float)il2cpp_codegen_add((float)(2.5f), (float)(((float)((float)L_20)))))); // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_21 = V_1; NullCheck(L_21); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_22 = L_21->get_address_of_tranformitem_132(); L_22->set_y_3((0.7f)); // break; goto IL_02c3; } IL_00da: { // tranformitem.x = 0f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_23 = V_1; NullCheck(L_23); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_24 = L_23->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_25 = V_1; NullCheck(L_25); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_26 = L_25->get_player_97(); NullCheck(L_26); int32_t L_27 = L_26->get_move_diff_53(); L_24->set_x_2(((float)il2cpp_codegen_add((float)(0.0f), (float)(((float)((float)L_27)))))); // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_28 = V_1; NullCheck(L_28); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_29 = L_28->get_address_of_tranformitem_132(); L_29->set_y_3((0.7f)); // break; goto IL_02c3; } IL_010c: { // tranformitem.x = -2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_30 = V_1; NullCheck(L_30); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_31 = L_30->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_32 = V_1; NullCheck(L_32); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_33 = L_32->get_player_97(); NullCheck(L_33); int32_t L_34 = L_33->get_move_diff_53(); L_31->set_x_2(((float)il2cpp_codegen_add((float)(-2.5f), (float)(((float)((float)L_34)))))); // tranformitem.y = 2.2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_35 = V_1; NullCheck(L_35); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_36 = L_35->get_address_of_tranformitem_132(); L_36->set_y_3((2.2f)); // break; goto IL_02c3; } IL_013e: { // tranformitem.x = 2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_37 = V_1; NullCheck(L_37); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_38 = L_37->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_39 = V_1; NullCheck(L_39); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_40 = L_39->get_player_97(); NullCheck(L_40); int32_t L_41 = L_40->get_move_diff_53(); L_38->set_x_2(((float)il2cpp_codegen_add((float)(2.5f), (float)(((float)((float)L_41)))))); // tranformitem.y = 2.2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_42 = V_1; NullCheck(L_42); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_43 = L_42->get_address_of_tranformitem_132(); L_43->set_y_3((2.2f)); // break; goto IL_02c3; } IL_0170: { // tranformitem.x = 0f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_44 = V_1; NullCheck(L_44); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_45 = L_44->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_46 = V_1; NullCheck(L_46); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_47 = L_46->get_player_97(); NullCheck(L_47); int32_t L_48 = L_47->get_move_diff_53(); L_45->set_x_2(((float)il2cpp_codegen_add((float)(0.0f), (float)(((float)((float)L_48)))))); // tranformitem.y = 2.2f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_49 = V_1; NullCheck(L_49); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_50 = L_49->get_address_of_tranformitem_132(); L_50->set_y_3((2.2f)); // break; goto IL_02c3; } IL_01a2: { // tranformitem.x = -2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_51 = V_1; NullCheck(L_51); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_52 = L_51->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_53 = V_1; NullCheck(L_53); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_54 = L_53->get_player_97(); NullCheck(L_54); int32_t L_55 = L_54->get_move_diff_53(); L_52->set_x_2(((float)il2cpp_codegen_add((float)(-2.5f), (float)(((float)((float)L_55)))))); // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_56 = V_1; NullCheck(L_56); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_57 = L_56->get_address_of_tranformitem_132(); L_57->set_y_3((0.7f)); // break; goto IL_02c3; } IL_01d4: { // tranformitem.x = 2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_58 = V_1; NullCheck(L_58); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_59 = L_58->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_60 = V_1; NullCheck(L_60); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_61 = L_60->get_player_97(); NullCheck(L_61); int32_t L_62 = L_61->get_move_diff_53(); L_59->set_x_2(((float)il2cpp_codegen_add((float)(2.5f), (float)(((float)((float)L_62)))))); // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_63 = V_1; NullCheck(L_63); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_64 = L_63->get_address_of_tranformitem_132(); L_64->set_y_3((0.7f)); // break; goto IL_02c3; } IL_0206: { // tranformitem.x = 0f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_65 = V_1; NullCheck(L_65); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_66 = L_65->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_67 = V_1; NullCheck(L_67); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_68 = L_67->get_player_97(); NullCheck(L_68); int32_t L_69 = L_68->get_move_diff_53(); L_66->set_x_2(((float)il2cpp_codegen_add((float)(0.0f), (float)(((float)((float)L_69)))))); // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_70 = V_1; NullCheck(L_70); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_71 = L_70->get_address_of_tranformitem_132(); L_71->set_y_3((0.7f)); // break; goto IL_02c3; } IL_0238: { // tranformitem.x = -2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_72 = V_1; NullCheck(L_72); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_73 = L_72->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_74 = V_1; NullCheck(L_74); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_75 = L_74->get_player_97(); NullCheck(L_75); int32_t L_76 = L_75->get_move_diff_53(); L_73->set_x_2(((float)il2cpp_codegen_add((float)(-2.5f), (float)(((float)((float)L_76)))))); // tranformitem.y = 2.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_77 = V_1; NullCheck(L_77); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_78 = L_77->get_address_of_tranformitem_132(); L_78->set_y_3((2.7f)); // break; goto IL_02c3; } IL_0267: { // tranformitem.x = 2.5f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_79 = V_1; NullCheck(L_79); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_80 = L_79->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_81 = V_1; NullCheck(L_81); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_82 = L_81->get_player_97(); NullCheck(L_82); int32_t L_83 = L_82->get_move_diff_53(); L_80->set_x_2(((float)il2cpp_codegen_add((float)(2.5f), (float)(((float)((float)L_83)))))); // tranformitem.y = 2.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_84 = V_1; NullCheck(L_84); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_85 = L_84->get_address_of_tranformitem_132(); L_85->set_y_3((2.7f)); // break; goto IL_02c3; } IL_0296: { // tranformitem.x = 0f + this.player.move_diff; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_86 = V_1; NullCheck(L_86); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_87 = L_86->get_address_of_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_88 = V_1; NullCheck(L_88); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_89 = L_88->get_player_97(); NullCheck(L_89); int32_t L_90 = L_89->get_move_diff_53(); L_87->set_x_2(((float)il2cpp_codegen_add((float)(0.0f), (float)(((float)((float)L_90)))))); // tranformitem.y = 2.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_91 = V_1; NullCheck(L_91); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_92 = L_91->get_address_of_tranformitem_132(); L_92->set_y_3((2.7f)); } IL_02c3: { // tranformitem.y = 0.7f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_93 = V_1; NullCheck(L_93); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_94 = L_93->get_address_of_tranformitem_132(); L_94->set_y_3((0.7f)); // string nameitem = "x2"; V_2 = _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5; // int rancoin = 0; V_3 = 0; // if (UImanager.playmode == 3 || UImanager.playmode == 4) IL2CPP_RUNTIME_CLASS_INIT(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var); int32_t L_95 = ((UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields*)il2cpp_codegen_static_fields_for(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var))->get_playmode_70(); if ((((int32_t)L_95) == ((int32_t)3))) { goto IL_02eb; } } { IL2CPP_RUNTIME_CLASS_INIT(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var); int32_t L_96 = ((UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields*)il2cpp_codegen_static_fields_for(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var))->get_playmode_70(); if ((!(((uint32_t)L_96) == ((uint32_t)4)))) { goto IL_02f5; } } IL_02eb: { // rancoin = UnityEngine.Random.Range(1, 8); int32_t L_97 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(1, 8, /*hidden argument*/NULL); V_3 = L_97; goto IL_0328; } IL_02f5: { // if (UImanager.playmode == 1) IL2CPP_RUNTIME_CLASS_INIT(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var); int32_t L_98 = ((UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_StaticFields*)il2cpp_codegen_static_fields_for(UImanager_t84E1979E81017F474CF807FA00AA4AE988BDB395_il2cpp_TypeInfo_var))->get_playmode_70(); if ((!(((uint32_t)L_98) == ((uint32_t)1)))) { goto IL_0320; } } { // rancoin = UnityEngine.Random.Range(-1, 4); int32_t L_99 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780((-1), 4, /*hidden argument*/NULL); V_3 = L_99; // logger.error("rancoinrancoin------= {0}", rancoin); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_100 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_101 = L_100; int32_t L_102 = V_3; int32_t L_103 = L_102; RuntimeObject * L_104 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_103); NullCheck(L_101); ArrayElementTypeCheck (L_101, L_104); (L_101)->SetAt(static_cast(0), (RuntimeObject *)L_104); IL2CPP_RUNTIME_CLASS_INIT(logger_t82927EA730D361561AF9F12CB8F18D859543B49B_il2cpp_TypeInfo_var); logger_error_mB570AC104D42E58E2ADE370FD0B2455ACBADF654(_stringLiteral3DAB599AB76A9DF122D9F7C516C9FFD6B6D098FC, L_101, /*hidden argument*/NULL); // } goto IL_0328; } IL_0320: { // rancoin = UnityEngine.Random.Range(1, 4); int32_t L_105 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(1, 4, /*hidden argument*/NULL); V_3 = L_105; } IL_0328: { // switch (rancoin) int32_t L_106 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)(-1)))) { case 0: { goto IL_0356; } case 1: { goto IL_0356; } case 2: { goto IL_035e; } case 3: { goto IL_0366; } case 4: { goto IL_036e; } case 5: { goto IL_0376; } case 6: { goto IL_037e; } case 7: { goto IL_0386; } case 8: { goto IL_038e; } } } { goto IL_0394; } IL_0356: { // nameitem = "xin"; V_2 = _stringLiteralDBB83DF2F770DB95CC788CF924091B643EEF5483; // break; goto IL_0394; } IL_035e: { // nameitem = "x2coin"; V_2 = _stringLiteral043156AE421CFCA4D37949D068286ABAAD85D97A; // break; goto IL_0394; } IL_0366: { // nameitem = "giay"; V_2 = _stringLiteral585CDAEF1C05C00DA01BE2C7BBE46CCB896373B5; // break; goto IL_0394; } IL_036e: { // nameitem = "hutcoin"; V_2 = _stringLiteralCFDEAD3C06673372C6755E19DCE62050CEC67E56; // break; goto IL_0394; } IL_0376: { // nameitem = "yaoshui"; V_2 = _stringLiteral6C2D0E385C27A6FCF1BBD55773903A7F8E0B4177; // break; goto IL_0394; } IL_037e: { // nameitem = "xiangjiaopi"; V_2 = _stringLiteral644301A004DD89DD533E0FB30304132F286C320F; // break; goto IL_0394; } IL_0386: { // nameitem = "daodan"; V_2 = _stringLiteralBFB5948CE639112E2519A0E9D967F48AE2A5B72E; // break; goto IL_0394; } IL_038e: { // nameitem = "yanliaozhandan"; V_2 = _stringLiteralA51F01541FCE99918C7E3575B1FAFF0656F3952B; } IL_0394: { // GameObject tmp = null; V_4 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL; // switch (nameitem) String_t* L_107 = V_2; uint32_t L_108 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m082960ACC7C4FD71A9A2131DE82E8147B002CE2C(L_107, /*hidden argument*/NULL); V_6 = L_108; uint32_t L_109 = V_6; if ((!(((uint32_t)L_109) <= ((uint32_t)((int32_t)1746258028))))) { goto IL_0403; } } { uint32_t L_110 = V_6; if ((!(((uint32_t)L_110) <= ((uint32_t)((int32_t)630162399))))) { goto IL_03da; } } { uint32_t L_111 = V_6; if ((((int32_t)L_111) == ((int32_t)((int32_t)504968480)))) { goto IL_0499; } } { uint32_t L_112 = V_6; if ((((int32_t)L_112) == ((int32_t)((int32_t)535271548)))) { goto IL_046f; } } { uint32_t L_113 = V_6; if ((((int32_t)L_113) == ((int32_t)((int32_t)630162399)))) { goto IL_0502; } } { goto IL_0736; } IL_03da: { uint32_t L_114 = V_6; if ((((int32_t)L_114) == ((int32_t)((int32_t)759699680)))) { goto IL_052c; } } { uint32_t L_115 = V_6; if ((((int32_t)L_115) == ((int32_t)((int32_t)1060281697)))) { goto IL_04c3; } } { uint32_t L_116 = V_6; if ((((int32_t)L_116) == ((int32_t)((int32_t)1746258028)))) { goto IL_0541; } } { goto IL_0736; } IL_0403: { uint32_t L_117 = V_6; if ((!(((uint32_t)L_117) <= ((uint32_t)((int32_t)-1787464489))))) { goto IL_0432; } } { uint32_t L_118 = V_6; if ((((int32_t)L_118) == ((int32_t)((int32_t)1892056626)))) { goto IL_0556; } } { uint32_t L_119 = V_6; if ((((int32_t)L_119) == ((int32_t)((int32_t)-2108123426)))) { goto IL_0484; } } { uint32_t L_120 = V_6; if ((((int32_t)L_120) == ((int32_t)((int32_t)-1787464489)))) { goto IL_04ed; } } { goto IL_0736; } IL_0432: { uint32_t L_121 = V_6; if ((!(((uint32_t)L_121) <= ((uint32_t)((int32_t)-1224691406))))) { goto IL_0458; } } { uint32_t L_122 = V_6; if ((((int32_t)L_122) == ((int32_t)((int32_t)-1775895902)))) { goto IL_056b; } } { uint32_t L_123 = V_6; if ((((int32_t)L_123) == ((int32_t)((int32_t)-1224691406)))) { goto IL_0517; } } { goto IL_0736; } IL_0458: { uint32_t L_124 = V_6; if ((((int32_t)L_124) == ((int32_t)((int32_t)-1199913332)))) { goto IL_04ae; } } { uint32_t L_125 = V_6; if ((((int32_t)L_125) == ((int32_t)((int32_t)-683135182)))) { goto IL_04d8; } } { goto IL_0736; } IL_046f: { String_t* L_126 = V_2; bool L_127 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_126, _stringLiteral644301A004DD89DD533E0FB30304132F286C320F, /*hidden argument*/NULL); if (L_127) { goto IL_0580; } } { goto IL_0736; } IL_0484: { String_t* L_128 = V_2; bool L_129 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_128, _stringLiteralBFB5948CE639112E2519A0E9D967F48AE2A5B72E, /*hidden argument*/NULL); if (L_129) { goto IL_05a3; } } { goto IL_0736; } IL_0499: { String_t* L_130 = V_2; bool L_131 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_130, _stringLiteralA51F01541FCE99918C7E3575B1FAFF0656F3952B, /*hidden argument*/NULL); if (L_131) { goto IL_05c6; } } { goto IL_0736; } IL_04ae: { String_t* L_132 = V_2; bool L_133 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_132, _stringLiteralDBB83DF2F770DB95CC788CF924091B643EEF5483, /*hidden argument*/NULL); if (L_133) { goto IL_05e9; } } { goto IL_0736; } IL_04c3: { String_t* L_134 = V_2; bool L_135 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_134, _stringLiteral6C2D0E385C27A6FCF1BBD55773903A7F8E0B4177, /*hidden argument*/NULL); if (L_135) { goto IL_060c; } } { goto IL_0736; } IL_04d8: { String_t* L_136 = V_2; bool L_137 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_136, _stringLiteral043156AE421CFCA4D37949D068286ABAAD85D97A, /*hidden argument*/NULL); if (L_137) { goto IL_062f; } } { goto IL_0736; } IL_04ed: { String_t* L_138 = V_2; bool L_139 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_138, _stringLiteral585CDAEF1C05C00DA01BE2C7BBE46CCB896373B5, /*hidden argument*/NULL); if (L_139) { goto IL_0652; } } { goto IL_0736; } IL_0502: { String_t* L_140 = V_2; bool L_141 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_140, _stringLiteralCFDEAD3C06673372C6755E19DCE62050CEC67E56, /*hidden argument*/NULL); if (L_141) { goto IL_0675; } } { goto IL_0736; } IL_0517: { String_t* L_142 = V_2; bool L_143 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_142, _stringLiteral61056A8D6B057B04FB7D849D2CD602F274050115, /*hidden argument*/NULL); if (L_143) { goto IL_0698; } } { goto IL_0736; } IL_052c: { String_t* L_144 = V_2; bool L_145 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_144, _stringLiteral57FEA61674992BF4915C753D22AD43D125320F7E, /*hidden argument*/NULL); if (L_145) { goto IL_06b8; } } { goto IL_0736; } IL_0541: { String_t* L_146 = V_2; bool L_147 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_146, _stringLiteralA62F2225BF70BFACCBC7F1EF2A397836717377DE, /*hidden argument*/NULL); if (L_147) { goto IL_06d8; } } { goto IL_0736; } IL_0556: { String_t* L_148 = V_2; bool L_149 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_148, _stringLiteralC7D8A6D722A1EC9A16FAE165177C418D4FD63175, /*hidden argument*/NULL); if (L_149) { goto IL_06f8; } } { goto IL_0736; } IL_056b: { String_t* L_150 = V_2; bool L_151 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_150, _stringLiteralEFA44987B6E36A90882A7DF93EEDC89343ACDCB6, /*hidden argument*/NULL); if (L_151) { goto IL_0718; } } { goto IL_0736; } IL_0580: { // tmp = Instantiate(makeitemxiangjiaopi, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_152 = V_1; NullCheck(L_152); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_153 = L_152->get_makeitemxiangjiaopi_43(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_154 = V_1; NullCheck(L_154); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_155 = L_154->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_156 = V_1; NullCheck(L_156); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_157 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_156, /*hidden argument*/NULL); NullCheck(L_157); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_158 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_157, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_159 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_153, L_155, L_158, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_159; // break; goto IL_0736; } IL_05a3: { // tmp = Instantiate(makeitemdaodan, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_160 = V_1; NullCheck(L_160); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_161 = L_160->get_makeitemdaodan_41(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_162 = V_1; NullCheck(L_162); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_163 = L_162->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_164 = V_1; NullCheck(L_164); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_165 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_164, /*hidden argument*/NULL); NullCheck(L_165); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_166 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_165, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_167 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_161, L_163, L_166, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_167; // break; goto IL_0736; } IL_05c6: { // tmp = Instantiate(makeitemyanliaozhadan, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_168 = V_1; NullCheck(L_168); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_169 = L_168->get_makeitemyanliaozhadan_42(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_170 = V_1; NullCheck(L_170); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_171 = L_170->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_172 = V_1; NullCheck(L_172); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_173 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_172, /*hidden argument*/NULL); NullCheck(L_173); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_174 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_173, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_175 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_169, L_171, L_174, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_175; // break; goto IL_0736; } IL_05e9: { // tmp = Instantiate(makeitemxxin, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_176 = V_1; NullCheck(L_176); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_177 = L_176->get_makeitemxxin_40(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_178 = V_1; NullCheck(L_178); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_179 = L_178->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_180 = V_1; NullCheck(L_180); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_181 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_180, /*hidden argument*/NULL); NullCheck(L_181); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_182 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_181, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_183 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_177, L_179, L_182, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_183; // break; goto IL_0736; } IL_060c: { // tmp = Instantiate(makeitemyaoshui, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_184 = V_1; NullCheck(L_184); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_185 = L_184->get_makeitemyaoshui_39(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_186 = V_1; NullCheck(L_186); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_187 = L_186->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_188 = V_1; NullCheck(L_188); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_189 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_188, /*hidden argument*/NULL); NullCheck(L_189); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_190 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_189, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_191 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_185, L_187, L_190, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_191; // break; goto IL_0736; } IL_062f: { // tmp = Instantiate(makeitemx2coin, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_192 = V_1; NullCheck(L_192); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_193 = L_192->get_makeitemx2coin_35(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_194 = V_1; NullCheck(L_194); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_195 = L_194->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_196 = V_1; NullCheck(L_196); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_197 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_196, /*hidden argument*/NULL); NullCheck(L_197); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_198 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_197, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_199 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_193, L_195, L_198, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_199; // break; goto IL_0736; } IL_0652: { // tmp = Instantiate(makeitemnhay, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_200 = V_1; NullCheck(L_200); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_201 = L_200->get_makeitemnhay_34(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_202 = V_1; NullCheck(L_202); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_203 = L_202->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_204 = V_1; NullCheck(L_204); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_205 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_204, /*hidden argument*/NULL); NullCheck(L_205); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_206 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_205, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_207 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_201, L_203, L_206, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_207; // break; goto IL_0736; } IL_0675: { // tmp = Instantiate(makeitemhutcoin, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_208 = V_1; NullCheck(L_208); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_209 = L_208->get_makeitemhutcoin_31(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_210 = V_1; NullCheck(L_210); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_211 = L_210->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_212 = V_1; NullCheck(L_212); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_213 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_212, /*hidden argument*/NULL); NullCheck(L_213); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_214 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_213, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_215 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_209, L_211, L_214, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_215; // break; goto IL_0736; } IL_0698: { // tmp = Instantiate(makeitembay, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_216 = V_1; NullCheck(L_216); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_217 = L_216->get_makeitembay_32(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_218 = V_1; NullCheck(L_218); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_219 = L_218->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_220 = V_1; NullCheck(L_220); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_221 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_220, /*hidden argument*/NULL); NullCheck(L_221); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_222 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_221, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_223 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_217, L_219, L_222, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_223; // break; goto IL_0736; } IL_06b8: { // tmp = Instantiate(makeitembaylong, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_224 = V_1; NullCheck(L_224); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_225 = L_224->get_makeitembaylong_33(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_226 = V_1; NullCheck(L_226); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_227 = L_226->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_228 = V_1; NullCheck(L_228); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_229 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_228, /*hidden argument*/NULL); NullCheck(L_229); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_230 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_229, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_231 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_225, L_227, L_230, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_231; // break; goto IL_0736; } IL_06d8: { // tmp = Instantiate(makeitemkey, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_232 = V_1; NullCheck(L_232); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_233 = L_232->get_makeitemkey_38(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_234 = V_1; NullCheck(L_234); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_235 = L_234->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_236 = V_1; NullCheck(L_236); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_237 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_236, /*hidden argument*/NULL); NullCheck(L_237); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_238 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_237, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_239 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_233, L_235, L_238, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_239; // break; goto IL_0736; } IL_06f8: { // tmp = Instantiate(makeitembox, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_240 = V_1; NullCheck(L_240); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_241 = L_240->get_makeitembox_37(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_242 = V_1; NullCheck(L_242); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_243 = L_242->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_244 = V_1; NullCheck(L_244); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_245 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_244, /*hidden argument*/NULL); NullCheck(L_245); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_246 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_245, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_247 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_241, L_243, L_246, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_247; // break; goto IL_0736; } IL_0718: { // tmp = Instantiate(makeitemvan, tranformitem, transform.rotation) as GameObject; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_248 = V_1; NullCheck(L_248); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_249 = L_248->get_makeitemvan_36(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_250 = V_1; NullCheck(L_250); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_251 = L_250->get_tranformitem_132(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_252 = V_1; NullCheck(L_252); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_253 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_252, /*hidden argument*/NULL); NullCheck(L_253); Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_254 = Transform_get_rotation_m3AB90A67403249AECCA5E02BC70FCE8C90FE9FB9(L_253, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_255 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F(L_249, L_251, L_254, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m4F397BCC6697902B40033E61129D4EA6FE93570F_RuntimeMethod_var); V_4 = L_255; } IL_0736: { // if (tmp != null) GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_256 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var); bool L_257 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_256, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL); if (!L_257) { goto IL_075f; } } { // ManagerAllitem.Add(tmp); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_258 = V_1; NullCheck(L_258); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_259 = L_258->get_ManagerAllitem_124(); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_260 = V_4; NullCheck(L_259); List_1_Add_mB466FEDA88AB72CA7331450A36E50D916A6C3BB6(L_259, L_260, /*hidden argument*/List_1_Add_mB466FEDA88AB72CA7331450A36E50D916A6C3BB6_RuntimeMethod_var); // tmp.transform.SetParent(roadset); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_261 = V_4; NullCheck(L_261); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_262 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_261, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_263 = V_1; NullCheck(L_263); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_264 = L_263->get_roadset_112(); NullCheck(L_262); Transform_SetParent_mFAF9209CAB6A864552074BA065D740924A4BF979(L_262, L_264, /*hidden argument*/NULL); } IL_075f: { // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_265 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_265, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_265); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0778: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object Makesupway_d__157::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CcreateallitemU3Ed__157_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mD7C94B34DBC293A0C346806608C1639F069D4756 (U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__157::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CcreateallitemU3Ed__157_System_Collections_IEnumerator_Reset_m94FD89BFECEA19D0A66794EE6F9F02948CE8987A (U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CcreateallitemU3Ed__157_System_Collections_IEnumerator_Reset_m94FD89BFECEA19D0A66794EE6F9F02948CE8987A_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CcreateallitemU3Ed__157_System_Collections_IEnumerator_Reset_m94FD89BFECEA19D0A66794EE6F9F02948CE8987A_RuntimeMethod_var); } } // System.Object Makesupway_d__157::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CcreateallitemU3Ed__157_System_Collections_IEnumerator_get_Current_mF8AE317A50AE78ACFFB7F2FF908D0BA38C895930 (U3CcreateallitemU3Ed__157_t0B8E1B814FC962F44569AACEB29677C579F103C3 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__170::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayU3Ed__170__ctor_m045D5ED81AF88200679145521EA0F44186C6257A (U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__170::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayU3Ed__170_System_IDisposable_Dispose_m7998130D1EA7EF8D4D69AD53B54BBD92BB7E1D4A (U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__170::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CdelayU3Ed__170_MoveNext_m7C790657D745417F87DCA2CC77C7657262EFEC61 (U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelayU3Ed__170_MoveNext_m7C790657D745417F87DCA2CC77C7657262EFEC61_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0.2f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, (0.2f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // alowback = true; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; NullCheck(L_5); L_5->set_alowback_137((bool)1); // if (cv == false) bool L_6 = __this->get_cv_3(); if (L_6) { goto IL_0053; } } { // Playermuving.isplay = true; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_isplay_36((bool)1); } IL_0053: { // Playermuving.isplay = true; IL2CPP_RUNTIME_CLASS_INIT(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var); ((Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_StaticFields*)il2cpp_codegen_static_fields_for(Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719_il2cpp_TypeInfo_var))->set_isplay_36((bool)1); // } return (bool)0; } } // System.Object Makesupway_d__170::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelayU3Ed__170_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4E18BAB36F804D4EC27096955D240EF7A90A688C (U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__170::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayU3Ed__170_System_Collections_IEnumerator_Reset_m66A007C57B7B6E4475F25CD39AA3AFCB66580708 (U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelayU3Ed__170_System_Collections_IEnumerator_Reset_m66A007C57B7B6E4475F25CD39AA3AFCB66580708_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CdelayU3Ed__170_System_Collections_IEnumerator_Reset_m66A007C57B7B6E4475F25CD39AA3AFCB66580708_RuntimeMethod_var); } } // System.Object Makesupway_d__170::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelayU3Ed__170_System_Collections_IEnumerator_get_Current_mED078272945388B89060C0FF199B794FCB9F0721 (U3CdelayU3Ed__170_t0DFCA86039C1D1BE15D0A5CB8974FCA7B36B17CA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__173::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaycallbackU3Ed__173__ctor_mCFF4E66B4D46D2AD2065120F52C6183DBA40AD2C (U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__173::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaycallbackU3Ed__173_System_IDisposable_Dispose_m3F5BF13C02560EAF7029E7020BFA3BA2710ACFD3 (U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__173::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CdelaycallbackU3Ed__173_MoveNext_mF0B6E51BEDBCB7FC19EF7FAD9186CA11EDDF83BE (U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelaycallbackU3Ed__173_MoveNext_mF0B6E51BEDBCB7FC19EF7FAD9186CA11EDDF83BE_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0.5f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, (0.5f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // callback = true; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; NullCheck(L_5); L_5->set_callback_139((bool)1); // } return (bool)0; } } // System.Object Makesupway_d__173::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelaycallbackU3Ed__173_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3E741186AF06944F690EA3CE5F3EC06CD9E45444 (U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__173::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaycallbackU3Ed__173_System_Collections_IEnumerator_Reset_m7CBC63C9782AA921E746590DE878877DDBDE0147 (U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelaycallbackU3Ed__173_System_Collections_IEnumerator_Reset_m7CBC63C9782AA921E746590DE878877DDBDE0147_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CdelaycallbackU3Ed__173_System_Collections_IEnumerator_Reset_m7CBC63C9782AA921E746590DE878877DDBDE0147_RuntimeMethod_var); } } // System.Object Makesupway_d__173::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelaycallbackU3Ed__173_System_Collections_IEnumerator_get_Current_m774D499C1F293541A034E62A4AC2784407C4DDAA (U3CdelaycallbackU3Ed__173_t238995D9E84518B6F977BEB299435A3AC94A8C36 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__126::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CemtyforhowtoplayU3Ed__126__ctor_mE64974148A78EA6360D3110AE6CBCCD1ADA9DE5B (U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__126::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CemtyforhowtoplayU3Ed__126_System_IDisposable_Dispose_m30DF6A80DDFAF0804897D9E2F76997ADD401008F (U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__126::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CemtyforhowtoplayU3Ed__126_MoveNext_mBE2AC10B511228FE4A00512D184B82F241AC6D2A (U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CemtyforhowtoplayU3Ed__126_MoveNext_mBE2AC10B511228FE4A00512D184B82F241AC6D2A_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0022; } case 1: { goto IL_0042; } case 2: { goto IL_0086; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_3 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_3, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0042: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < 20; i++) __this->set_U3CiU3E5__2_4(0); goto IL_00ae; } IL_0052: { // loationback.z = tranformz + 8 * i; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_4 = V_1; NullCheck(L_4); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_5 = L_4->get_address_of_loationback_107(); float L_6 = __this->get_tranformz_3(); int32_t L_7 = __this->get_U3CiU3E5__2_4(); L_5->set_z_4(((float)il2cpp_codegen_add((float)L_6, (float)(((float)((float)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)L_7)))))))); // yield return new WaitForSeconds(0.01f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_8 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_8, (0.01f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_8); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0086: { __this->set_U3CU3E1__state_0((-1)); // createemty("makeemtyshipdie", stylecreate.left, "mapemty1"); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_9 = V_1; NullCheck(L_9); Makesupway_createemty_m5818C329FF5E61A6A278E539BAAEC784C87D734E(L_9, _stringLiteral6820EEE896F17F7DFE5A3A73E2D6ACCE21580432, 0, _stringLiteralF0DF5F0EE66392C16506AF6484D3E6F10FF69442, /*hidden argument*/NULL); // for (int i = 0; i < 20; i++) int32_t L_10 = __this->get_U3CiU3E5__2_4(); V_2 = L_10; int32_t L_11 = V_2; __this->set_U3CiU3E5__2_4(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); } IL_00ae: { // for (int i = 0; i < 20; i++) int32_t L_12 = __this->get_U3CiU3E5__2_4(); if ((((int32_t)L_12) < ((int32_t)((int32_t)20)))) { goto IL_0052; } } { // } return (bool)0; } } // System.Object Makesupway_d__126::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CemtyforhowtoplayU3Ed__126_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBBF6B49090E07AE07E65122598021101FDFD2263 (U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__126::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CemtyforhowtoplayU3Ed__126_System_Collections_IEnumerator_Reset_m825877E2BA130F4819D0720E0131D9563218D3DE (U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CemtyforhowtoplayU3Ed__126_System_Collections_IEnumerator_Reset_m825877E2BA130F4819D0720E0131D9563218D3DE_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CemtyforhowtoplayU3Ed__126_System_Collections_IEnumerator_Reset_m825877E2BA130F4819D0720E0131D9563218D3DE_RuntimeMethod_var); } } // System.Object Makesupway_d__126::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CemtyforhowtoplayU3Ed__126_System_Collections_IEnumerator_get_Current_m1F4ACAAF964E74F9B69CE0FF9DC9C95D91C3F7F3 (U3CemtyforhowtoplayU3Ed__126_t97FAA39400D8A0EAF7ACC09FF40DCAEA25C574C2 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__110::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CemtyjsonU3Ed__110__ctor_m5298237A69F483308A7902359111B2F40A8025F0 (U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__110::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CemtyjsonU3Ed__110_System_IDisposable_Dispose_m702F63173D2BFB7464B9353F7E4504F2781C2F30 (U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__110::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CemtyjsonU3Ed__110_MoveNext_mE2292B585C70366728765C54A8B6B50AAB80DB40 (U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CemtyjsonU3Ed__110_MoveNext_mE2292B585C70366728765C54A8B6B50AAB80DB40_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 V_2; memset((&V_2), 0, sizeof(V_2)); RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * V_3 = NULL; Exception_t * __last_unhandled_exception = 0; NO_UNUSED_WARNING (__last_unhandled_exception); Exception_t * __exception_local = 0; NO_UNUSED_WARNING (__exception_local); void* __leave_targets_storage = alloca(sizeof(int32_t) * 1); il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage); NO_UNUSED_WARNING (__leave_targets); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_001a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_009f; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // locationemty.z = tranformz; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_4 = V_1; NullCheck(L_4); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_5 = L_4->get_address_of_locationemty_29(); float L_6 = __this->get_tranformz_3(); L_5->set_z_4(L_6); // createemty("cubeoper", stylecreate.betten, mapname); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_7 = V_1; String_t* L_8 = __this->get_mapname_4(); NullCheck(L_7); Makesupway_createemty_m5818C329FF5E61A6A278E539BAAEC784C87D734E(L_7, _stringLiteralD262E689D6CF12FFB716F360594D75F2D026CB8E, 1, L_8, /*hidden argument*/NULL); // foreach (RmtyModelItem item in rmlist) List_1_t1101A8414290A1741399FBBF73057C9C5191E4DC * L_9 = __this->get_rmlist_5(); NullCheck(L_9); Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 L_10 = List_1_GetEnumerator_mB2481B3FDCA022A6CC7DE965DB8DEC53D210FA24(L_9, /*hidden argument*/List_1_GetEnumerator_mB2481B3FDCA022A6CC7DE965DB8DEC53D210FA24_RuntimeMethod_var); V_2 = L_10; } IL_0050: try { // begin try (depth: 1) { goto IL_006d; } IL_0052: { // foreach (RmtyModelItem item in rmlist) RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * L_11 = Enumerator_get_Current_m322633770A625F28DCF51758884A4E996F2E2529_inline((Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 *)(&V_2), /*hidden argument*/Enumerator_get_Current_m322633770A625F28DCF51758884A4E996F2E2529_RuntimeMethod_var); V_3 = L_11; // createsomething(tranformz, item, mapname); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_12 = V_1; float L_13 = __this->get_tranformz_3(); RmtyModelItem_t3FE3251CF3DFFC5863A76C5E37440E1F565682C0 * L_14 = V_3; String_t* L_15 = __this->get_mapname_4(); NullCheck(L_12); Makesupway_createsomething_mF78405BB775D093B832BA7EC7D1808114AF34B2A(L_12, L_13, L_14, L_15, /*hidden argument*/NULL); } IL_006d: { // foreach (RmtyModelItem item in rmlist) bool L_16 = Enumerator_MoveNext_m69C12455B75C30FE1DD2A2E17D88E24DE0733B7F((Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m69C12455B75C30FE1DD2A2E17D88E24DE0733B7F_RuntimeMethod_var); if (L_16) { goto IL_0052; } } IL_0076: { IL2CPP_LEAVE(0x86, FINALLY_0078); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0078; } FINALLY_0078: { // begin finally (depth: 1) Enumerator_Dispose_m5C235AF9CA780B1AE8C6F5D0C64B8F24BBFB29A7((Enumerator_t5BCECF88522150AB8445EB6EC564F42B2C0FC892 *)(&V_2), /*hidden argument*/Enumerator_Dispose_m5C235AF9CA780B1AE8C6F5D0C64B8F24BBFB29A7_RuntimeMethod_var); IL2CPP_END_FINALLY(120) } // end finally (depth: 1) IL2CPP_CLEANUP(120) { IL2CPP_JUMP_TBL(0x86, IL_0086) IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0086: { // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_17 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_17, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_009f: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object Makesupway_d__110::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CemtyjsonU3Ed__110_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2DB7A050BD5E730E59601E8CEE939163471D3B00 (U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__110::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CemtyjsonU3Ed__110_System_Collections_IEnumerator_Reset_mAC30BF8F3D393F4DE229232657266678EC495AD4 (U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CemtyjsonU3Ed__110_System_Collections_IEnumerator_Reset_mAC30BF8F3D393F4DE229232657266678EC495AD4_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CemtyjsonU3Ed__110_System_Collections_IEnumerator_Reset_mAC30BF8F3D393F4DE229232657266678EC495AD4_RuntimeMethod_var); } } // System.Object Makesupway_d__110::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CemtyjsonU3Ed__110_System_Collections_IEnumerator_get_Current_m256137E47127010754EDF686F351FA349371EE72 (U3CemtyjsonU3Ed__110_t64C25CB087587F1A3C2CC509E4CBB1021E8CC269 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__113::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CplayagainU3Ed__113__ctor_m6A5A7DDE0AE099DE9573C37AB45F604A8B86EB4E (U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__113::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CplayagainU3Ed__113_System_IDisposable_Dispose_m0FFA32A9E054ACA4090191B0C8A1C4373FA7904E (U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__113::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CplayagainU3Ed__113_MoveNext_mB3A1A34F868B0E25F97A515C3614C6CE2BC8501D (U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CplayagainU3Ed__113_MoveNext_mB3A1A34F868B0E25F97A515C3614C6CE2BC8501D_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0010; } } { int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0030; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_3 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_3, (0.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object Makesupway_d__113::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CplayagainU3Ed__113_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1D4D914E36F10279ACDC8E463B996377089A0700 (U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__113::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CplayagainU3Ed__113_System_Collections_IEnumerator_Reset_m65074D983BB3A9BCB57DC532487D817E69CEC978 (U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CplayagainU3Ed__113_System_Collections_IEnumerator_Reset_m65074D983BB3A9BCB57DC532487D817E69CEC978_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CplayagainU3Ed__113_System_Collections_IEnumerator_Reset_m65074D983BB3A9BCB57DC532487D817E69CEC978_RuntimeMethod_var); } } // System.Object Makesupway_d__113::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CplayagainU3Ed__113_System_Collections_IEnumerator_get_Current_mD8E9123B82E39E3DF1CC41B39AA909F032C0A3F0 (U3CplayagainU3Ed__113_tF4406AFA76B903F36B2E4ED1F9D4311DC39C2D1C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__115::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CrandumallmapU3Ed__115__ctor_mC784A7995AFE7346C4CFE981A7778D189841217D (U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__115::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CrandumallmapU3Ed__115_System_IDisposable_Dispose_m7CED9CA4832A1B3B6AA24B3E11B2AFBAF1A3F9D9 (U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__115::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CrandumallmapU3Ed__115_MoveNext_m1CE6E6490E6A09ACAD3BC5A96BA9684F9503523E (U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CrandumallmapU3Ed__115_MoveNext_m1CE6E6490E6A09ACAD3BC5A96BA9684F9503523E_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; int32_t V_2 = 0; float G_B6_0 = 0.0f; float* G_B6_1 = NULL; float G_B5_0 = 0.0f; float* G_B5_1 = NULL; float G_B7_0 = 0.0f; float G_B7_1 = 0.0f; float* G_B7_2 = NULL; float G_B10_0 = 0.0f; float* G_B10_1 = NULL; float G_B9_0 = 0.0f; float* G_B9_1 = NULL; float G_B11_0 = 0.0f; float G_B11_1 = 0.0f; float* G_B11_2 = NULL; float G_B35_0 = 0.0f; float* G_B35_1 = NULL; float G_B34_0 = 0.0f; float* G_B34_1 = NULL; float G_B36_0 = 0.0f; float G_B36_1 = 0.0f; float* G_B36_2 = NULL; float G_B42_0 = 0.0f; float* G_B42_1 = NULL; float G_B41_0 = 0.0f; float* G_B41_1 = NULL; float G_B43_0 = 0.0f; float G_B43_1 = 0.0f; float* G_B43_2 = NULL; float G_B49_0 = 0.0f; float* G_B49_1 = NULL; float G_B48_0 = 0.0f; float* G_B48_1 = NULL; float G_B50_0 = 0.0f; float G_B50_1 = 0.0f; float* G_B50_2 = NULL; float G_B56_0 = 0.0f; float* G_B56_1 = NULL; float G_B55_0 = 0.0f; float* G_B55_1 = NULL; float G_B57_0 = 0.0f; float G_B57_1 = 0.0f; float* G_B57_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_01b3; } case 2: { goto IL_02d8; } case 3: { goto IL_03fd; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // switch (valueofmap) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_3 = V_1; NullCheck(L_3); int32_t L_4 = L_3->get_valueofmap_94(); V_2 = L_4; int32_t L_5 = V_2; switch (L_5) { case 0: { goto IL_0063; } case 1: { goto IL_00c9; } case 2: { goto IL_012f; } case 3: { goto IL_024f; } case 4: { goto IL_0374; } case 5: { goto IL_0499; } case 6: { goto IL_04ff; } case 7: { goto IL_05ad; } case 8: { goto IL_065b; } } } { goto IL_0704; } IL_0063: { // Map1.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_6 = V_1; NullCheck(L_6); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = L_6->get_Map1_83(); NullCheck(L_7); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_7, (bool)1, /*hidden argument*/NULL); // Map1.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_8 = V_1; NullCheck(L_8); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = L_8->get_Map1_83(); NullCheck(L_9); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_9, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_11 = V_1; NullCheck(L_11); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_12 = L_11->get_player_97(); NullCheck(L_12); int32_t L_13 = L_12->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_14 = V_1; NullCheck(L_14); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_15 = L_14->get_address_of_location_47(); float L_16 = L_15->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_17; memset((&L_17), 0, sizeof(L_17)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_17), (((float)((float)L_13))), (0.0f), L_16, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_10, L_17, /*hidden argument*/NULL); // location.z += mapType == 1 ? 80 : 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_18 = V_1; NullCheck(L_18); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_19 = L_18->get_address_of_location_47(); float* L_20 = L_19->get_address_of_z_4(); float* L_21 = L_20; float L_22 = *((float*)L_21); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->get_mapType_96(); G_B5_0 = L_22; G_B5_1 = L_21; if ((((int32_t)L_24) == ((int32_t)1))) { G_B6_0 = L_22; G_B6_1 = L_21; goto IL_00bd; } } { G_B7_0 = (79.65f); G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_00c2; } IL_00bd: { G_B7_0 = (80.0f); G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_00c2: { *((float*)G_B7_2) = (float)((float)il2cpp_codegen_add((float)G_B7_1, (float)G_B7_0)); // break; goto IL_0704; } IL_00c9: { // Map2.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_25 = V_1; NullCheck(L_25); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_26 = L_25->get_Map2_84(); NullCheck(L_26); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_26, (bool)1, /*hidden argument*/NULL); // Map2.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_27 = V_1; NullCheck(L_27); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = L_27->get_Map2_84(); NullCheck(L_28); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_29 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_28, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_30 = V_1; NullCheck(L_30); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_31 = L_30->get_player_97(); NullCheck(L_31); int32_t L_32 = L_31->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_33 = V_1; NullCheck(L_33); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_34 = L_33->get_address_of_location_47(); float L_35 = L_34->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_36; memset((&L_36), 0, sizeof(L_36)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_36), (((float)((float)L_32))), (0.0f), L_35, /*hidden argument*/NULL); NullCheck(L_29); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_29, L_36, /*hidden argument*/NULL); // location.z += mapType == 1 ? 80 : 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_37 = V_1; NullCheck(L_37); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_38 = L_37->get_address_of_location_47(); float* L_39 = L_38->get_address_of_z_4(); float* L_40 = L_39; float L_41 = *((float*)L_40); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_42 = V_1; NullCheck(L_42); int32_t L_43 = L_42->get_mapType_96(); G_B9_0 = L_41; G_B9_1 = L_40; if ((((int32_t)L_43) == ((int32_t)1))) { G_B10_0 = L_41; G_B10_1 = L_40; goto IL_0123; } } { G_B11_0 = (79.65f); G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; goto IL_0128; } IL_0123: { G_B11_0 = (80.0f); G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; } IL_0128: { *((float*)G_B11_2) = (float)((float)il2cpp_codegen_add((float)G_B11_1, (float)G_B11_0)); // break; goto IL_0704; } IL_012f: { // if (this.mapType == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->get_mapType_96(); if ((!(((uint32_t)L_45) == ((uint32_t)1)))) { goto IL_01f9; } } { // for (int i = 0; i < map2.Count; i++) __this->set_U3CiU3E5__2_3(0); goto IL_01de; } IL_0147: { // map2[i].SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_46 = V_1; NullCheck(L_46); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_47 = L_46->get_map2_50(); int32_t L_48 = __this->get_U3CiU3E5__2_3(); NullCheck(L_47); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_49 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_47, L_48, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_49); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_49, (bool)1, /*hidden argument*/NULL); // map2[i].transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_50 = V_1; NullCheck(L_50); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_51 = L_50->get_map2_50(); int32_t L_52 = __this->get_U3CiU3E5__2_3(); NullCheck(L_51); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_53 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_51, L_52, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_53); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_54 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_53, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_55 = V_1; NullCheck(L_55); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_56 = L_55->get_player_97(); NullCheck(L_56); int32_t L_57 = L_56->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_58 = V_1; NullCheck(L_58); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_59 = L_58->get_address_of_location_47(); float L_60 = L_59->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_61; memset((&L_61), 0, sizeof(L_61)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_61), (((float)((float)L_57))), (0.0f), L_60, /*hidden argument*/NULL); NullCheck(L_54); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_54, L_61, /*hidden argument*/NULL); // yield return new WaitForSeconds(0.01f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_62 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_62, (0.01f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_62); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_01b3: { __this->set_U3CU3E1__state_0((-1)); // location.z += 40; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_63 = V_1; NullCheck(L_63); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_64 = L_63->get_address_of_location_47(); float* L_65 = L_64->get_address_of_z_4(); float* L_66 = L_65; float L_67 = *((float*)L_66); *((float*)L_66) = (float)((float)il2cpp_codegen_add((float)L_67, (float)(40.0f))); // for (int i = 0; i < map2.Count; i++) int32_t L_68 = __this->get_U3CiU3E5__2_3(); V_2 = L_68; int32_t L_69 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1))); } IL_01de: { // for (int i = 0; i < map2.Count; i++) int32_t L_70 = __this->get_U3CiU3E5__2_3(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_71 = V_1; NullCheck(L_71); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_72 = L_71->get_map2_50(); NullCheck(L_72); int32_t L_73 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_72, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_70) < ((int32_t)L_73))) { goto IL_0147; } } { // } goto IL_0704; } IL_01f9: { // Map3.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_74 = V_1; NullCheck(L_74); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_75 = L_74->get_Map3_85(); NullCheck(L_75); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_75, (bool)1, /*hidden argument*/NULL); // Map3.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_76 = V_1; NullCheck(L_76); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_77 = L_76->get_Map3_85(); NullCheck(L_77); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_78 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_77, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_79 = V_1; NullCheck(L_79); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_80 = L_79->get_player_97(); NullCheck(L_80); int32_t L_81 = L_80->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_82 = V_1; NullCheck(L_82); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_83 = L_82->get_address_of_location_47(); float L_84 = L_83->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_85; memset((&L_85), 0, sizeof(L_85)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_85), (((float)((float)L_81))), (0.0f), L_84, /*hidden argument*/NULL); NullCheck(L_78); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_78, L_85, /*hidden argument*/NULL); // location.z += 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_86 = V_1; NullCheck(L_86); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_87 = L_86->get_address_of_location_47(); float* L_88 = L_87->get_address_of_z_4(); float* L_89 = L_88; float L_90 = *((float*)L_89); *((float*)L_89) = (float)((float)il2cpp_codegen_add((float)L_90, (float)(79.65f))); // break; goto IL_0704; } IL_024f: { // if (this.mapType == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_91 = V_1; NullCheck(L_91); int32_t L_92 = L_91->get_mapType_96(); if ((!(((uint32_t)L_92) == ((uint32_t)1)))) { goto IL_031e; } } { // for (int i = 0; i < map21.Count; i++) __this->set_U3CiU3E5__2_3(0); goto IL_0303; } IL_0267: { // map21[i].gameObject.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_93 = V_1; NullCheck(L_93); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_94 = L_93->get_map21_51(); int32_t L_95 = __this->get_U3CiU3E5__2_3(); NullCheck(L_94); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_96 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_94, L_95, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_96); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_97 = GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815(L_96, /*hidden argument*/NULL); NullCheck(L_97); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_97, (bool)1, /*hidden argument*/NULL); // map21[i].transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_98 = V_1; NullCheck(L_98); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_99 = L_98->get_map21_51(); int32_t L_100 = __this->get_U3CiU3E5__2_3(); NullCheck(L_99); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_101 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_99, L_100, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_101); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_102 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_101, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_103 = V_1; NullCheck(L_103); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_104 = L_103->get_player_97(); NullCheck(L_104); int32_t L_105 = L_104->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_106 = V_1; NullCheck(L_106); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_107 = L_106->get_address_of_location_47(); float L_108 = L_107->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_109; memset((&L_109), 0, sizeof(L_109)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_109), (((float)((float)L_105))), (0.0f), L_108, /*hidden argument*/NULL); NullCheck(L_102); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_102, L_109, /*hidden argument*/NULL); // yield return new WaitForSeconds(0.01f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_110 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_110, (0.01f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_110); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_02d8: { __this->set_U3CU3E1__state_0((-1)); // location.z += 40; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_111 = V_1; NullCheck(L_111); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_112 = L_111->get_address_of_location_47(); float* L_113 = L_112->get_address_of_z_4(); float* L_114 = L_113; float L_115 = *((float*)L_114); *((float*)L_114) = (float)((float)il2cpp_codegen_add((float)L_115, (float)(40.0f))); // for (int i = 0; i < map21.Count; i++) int32_t L_116 = __this->get_U3CiU3E5__2_3(); V_2 = L_116; int32_t L_117 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)1))); } IL_0303: { // for (int i = 0; i < map21.Count; i++) int32_t L_118 = __this->get_U3CiU3E5__2_3(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_119 = V_1; NullCheck(L_119); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_120 = L_119->get_map21_51(); NullCheck(L_120); int32_t L_121 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_120, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_118) < ((int32_t)L_121))) { goto IL_0267; } } { // } goto IL_0704; } IL_031e: { // Map4.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_122 = V_1; NullCheck(L_122); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_123 = L_122->get_Map4_86(); NullCheck(L_123); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_123, (bool)1, /*hidden argument*/NULL); // Map4.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_124 = V_1; NullCheck(L_124); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_125 = L_124->get_Map4_86(); NullCheck(L_125); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_126 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_125, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_127 = V_1; NullCheck(L_127); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_128 = L_127->get_player_97(); NullCheck(L_128); int32_t L_129 = L_128->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_130 = V_1; NullCheck(L_130); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_131 = L_130->get_address_of_location_47(); float L_132 = L_131->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_133; memset((&L_133), 0, sizeof(L_133)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_133), (((float)((float)L_129))), (0.0f), L_132, /*hidden argument*/NULL); NullCheck(L_126); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_126, L_133, /*hidden argument*/NULL); // location.z += 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_134 = V_1; NullCheck(L_134); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_135 = L_134->get_address_of_location_47(); float* L_136 = L_135->get_address_of_z_4(); float* L_137 = L_136; float L_138 = *((float*)L_137); *((float*)L_137) = (float)((float)il2cpp_codegen_add((float)L_138, (float)(79.65f))); // break; goto IL_0704; } IL_0374: { // if (this.mapType == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_139 = V_1; NullCheck(L_139); int32_t L_140 = L_139->get_mapType_96(); if ((!(((uint32_t)L_140) == ((uint32_t)1)))) { goto IL_0443; } } { // for (int i = 0; i < map22.Count; i++) __this->set_U3CiU3E5__2_3(0); goto IL_0428; } IL_038c: { // map22[i].gameObject.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_141 = V_1; NullCheck(L_141); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_142 = L_141->get_map22_52(); int32_t L_143 = __this->get_U3CiU3E5__2_3(); NullCheck(L_142); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_144 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_142, L_143, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_144); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_145 = GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815(L_144, /*hidden argument*/NULL); NullCheck(L_145); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_145, (bool)1, /*hidden argument*/NULL); // map22[i].transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_146 = V_1; NullCheck(L_146); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_147 = L_146->get_map22_52(); int32_t L_148 = __this->get_U3CiU3E5__2_3(); NullCheck(L_147); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_149 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_147, L_148, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_149); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_150 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_149, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_151 = V_1; NullCheck(L_151); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_152 = L_151->get_player_97(); NullCheck(L_152); int32_t L_153 = L_152->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_154 = V_1; NullCheck(L_154); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_155 = L_154->get_address_of_location_47(); float L_156 = L_155->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_157; memset((&L_157), 0, sizeof(L_157)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_157), (((float)((float)L_153))), (0.0f), L_156, /*hidden argument*/NULL); NullCheck(L_150); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_150, L_157, /*hidden argument*/NULL); // yield return new WaitForSeconds(0.01f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_158 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_158, (0.01f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_158); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_03fd: { __this->set_U3CU3E1__state_0((-1)); // location.z += 40; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_159 = V_1; NullCheck(L_159); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_160 = L_159->get_address_of_location_47(); float* L_161 = L_160->get_address_of_z_4(); float* L_162 = L_161; float L_163 = *((float*)L_162); *((float*)L_162) = (float)((float)il2cpp_codegen_add((float)L_163, (float)(40.0f))); // for (int i = 0; i < map22.Count; i++) int32_t L_164 = __this->get_U3CiU3E5__2_3(); V_2 = L_164; int32_t L_165 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_165, (int32_t)1))); } IL_0428: { // for (int i = 0; i < map22.Count; i++) int32_t L_166 = __this->get_U3CiU3E5__2_3(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_167 = V_1; NullCheck(L_167); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_168 = L_167->get_map22_52(); NullCheck(L_168); int32_t L_169 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_168, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_166) < ((int32_t)L_169))) { goto IL_038c; } } { // } goto IL_0704; } IL_0443: { // Map5.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_170 = V_1; NullCheck(L_170); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_171 = L_170->get_Map5_87(); NullCheck(L_171); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_171, (bool)1, /*hidden argument*/NULL); // Map5.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_172 = V_1; NullCheck(L_172); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_173 = L_172->get_Map5_87(); NullCheck(L_173); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_174 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_173, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_175 = V_1; NullCheck(L_175); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_176 = L_175->get_player_97(); NullCheck(L_176); int32_t L_177 = L_176->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_178 = V_1; NullCheck(L_178); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_179 = L_178->get_address_of_location_47(); float L_180 = L_179->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_181; memset((&L_181), 0, sizeof(L_181)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_181), (((float)((float)L_177))), (0.0f), L_180, /*hidden argument*/NULL); NullCheck(L_174); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_174, L_181, /*hidden argument*/NULL); // location.z += 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_182 = V_1; NullCheck(L_182); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_183 = L_182->get_address_of_location_47(); float* L_184 = L_183->get_address_of_z_4(); float* L_185 = L_184; float L_186 = *((float*)L_185); *((float*)L_185) = (float)((float)il2cpp_codegen_add((float)L_186, (float)(79.65f))); // break; goto IL_0704; } IL_0499: { // Map6.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_187 = V_1; NullCheck(L_187); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_188 = L_187->get_Map6_88(); NullCheck(L_188); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_188, (bool)1, /*hidden argument*/NULL); // Map6.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_189 = V_1; NullCheck(L_189); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_190 = L_189->get_Map6_88(); NullCheck(L_190); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_191 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_190, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_192 = V_1; NullCheck(L_192); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_193 = L_192->get_player_97(); NullCheck(L_193); int32_t L_194 = L_193->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_195 = V_1; NullCheck(L_195); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_196 = L_195->get_address_of_location_47(); float L_197 = L_196->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_198; memset((&L_198), 0, sizeof(L_198)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_198), (((float)((float)L_194))), (0.0f), L_197, /*hidden argument*/NULL); NullCheck(L_191); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_191, L_198, /*hidden argument*/NULL); // location.z += mapType == 1 ? 80 : 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_199 = V_1; NullCheck(L_199); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_200 = L_199->get_address_of_location_47(); float* L_201 = L_200->get_address_of_z_4(); float* L_202 = L_201; float L_203 = *((float*)L_202); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_204 = V_1; NullCheck(L_204); int32_t L_205 = L_204->get_mapType_96(); G_B34_0 = L_203; G_B34_1 = L_202; if ((((int32_t)L_205) == ((int32_t)1))) { G_B35_0 = L_203; G_B35_1 = L_202; goto IL_04f3; } } { G_B36_0 = (79.65f); G_B36_1 = G_B34_0; G_B36_2 = G_B34_1; goto IL_04f8; } IL_04f3: { G_B36_0 = (80.0f); G_B36_1 = G_B35_0; G_B36_2 = G_B35_1; } IL_04f8: { *((float*)G_B36_2) = (float)((float)il2cpp_codegen_add((float)G_B36_1, (float)G_B36_0)); // break; goto IL_0704; } IL_04ff: { // if (this.mapType == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_206 = V_1; NullCheck(L_206); int32_t L_207 = L_206->get_mapType_96(); if ((!(((uint32_t)L_207) == ((uint32_t)1)))) { goto IL_0547; } } { // Map5.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_208 = V_1; NullCheck(L_208); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_209 = L_208->get_Map5_87(); NullCheck(L_209); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_209, (bool)1, /*hidden argument*/NULL); // Map5.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_210 = V_1; NullCheck(L_210); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_211 = L_210->get_Map5_87(); NullCheck(L_211); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_212 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_211, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_213 = V_1; NullCheck(L_213); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_214 = L_213->get_player_97(); NullCheck(L_214); int32_t L_215 = L_214->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_216 = V_1; NullCheck(L_216); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_217 = L_216->get_address_of_location_47(); float L_218 = L_217->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_219; memset((&L_219), 0, sizeof(L_219)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_219), (((float)((float)L_215))), (0.0f), L_218, /*hidden argument*/NULL); NullCheck(L_212); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_212, L_219, /*hidden argument*/NULL); // } goto IL_0584; } IL_0547: { // Map7.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_220 = V_1; NullCheck(L_220); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_221 = L_220->get_Map7_89(); NullCheck(L_221); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_221, (bool)1, /*hidden argument*/NULL); // Map7.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_222 = V_1; NullCheck(L_222); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_223 = L_222->get_Map7_89(); NullCheck(L_223); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_224 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_223, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_225 = V_1; NullCheck(L_225); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_226 = L_225->get_player_97(); NullCheck(L_226); int32_t L_227 = L_226->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_228 = V_1; NullCheck(L_228); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_229 = L_228->get_address_of_location_47(); float L_230 = L_229->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_231; memset((&L_231), 0, sizeof(L_231)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_231), (((float)((float)L_227))), (0.0f), L_230, /*hidden argument*/NULL); NullCheck(L_224); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_224, L_231, /*hidden argument*/NULL); } IL_0584: { // location.z += mapType == 1 ? 80 : 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_232 = V_1; NullCheck(L_232); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_233 = L_232->get_address_of_location_47(); float* L_234 = L_233->get_address_of_z_4(); float* L_235 = L_234; float L_236 = *((float*)L_235); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_237 = V_1; NullCheck(L_237); int32_t L_238 = L_237->get_mapType_96(); G_B41_0 = L_236; G_B41_1 = L_235; if ((((int32_t)L_238) == ((int32_t)1))) { G_B42_0 = L_236; G_B42_1 = L_235; goto IL_05a1; } } { G_B43_0 = (79.65f); G_B43_1 = G_B41_0; G_B43_2 = G_B41_1; goto IL_05a6; } IL_05a1: { G_B43_0 = (80.0f); G_B43_1 = G_B42_0; G_B43_2 = G_B42_1; } IL_05a6: { *((float*)G_B43_2) = (float)((float)il2cpp_codegen_add((float)G_B43_1, (float)G_B43_0)); // break; goto IL_0704; } IL_05ad: { // if (this.mapType == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_239 = V_1; NullCheck(L_239); int32_t L_240 = L_239->get_mapType_96(); if ((!(((uint32_t)L_240) == ((uint32_t)1)))) { goto IL_05f5; } } { // Map4.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_241 = V_1; NullCheck(L_241); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_242 = L_241->get_Map4_86(); NullCheck(L_242); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_242, (bool)1, /*hidden argument*/NULL); // Map4.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_243 = V_1; NullCheck(L_243); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_244 = L_243->get_Map4_86(); NullCheck(L_244); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_245 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_244, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_246 = V_1; NullCheck(L_246); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_247 = L_246->get_player_97(); NullCheck(L_247); int32_t L_248 = L_247->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_249 = V_1; NullCheck(L_249); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_250 = L_249->get_address_of_location_47(); float L_251 = L_250->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_252; memset((&L_252), 0, sizeof(L_252)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_252), (((float)((float)L_248))), (0.0f), L_251, /*hidden argument*/NULL); NullCheck(L_245); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_245, L_252, /*hidden argument*/NULL); // } goto IL_0632; } IL_05f5: { // Map8.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_253 = V_1; NullCheck(L_253); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_254 = L_253->get_Map8_90(); NullCheck(L_254); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_254, (bool)1, /*hidden argument*/NULL); // Map8.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_255 = V_1; NullCheck(L_255); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_256 = L_255->get_Map8_90(); NullCheck(L_256); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_257 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_256, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_258 = V_1; NullCheck(L_258); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_259 = L_258->get_player_97(); NullCheck(L_259); int32_t L_260 = L_259->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_261 = V_1; NullCheck(L_261); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_262 = L_261->get_address_of_location_47(); float L_263 = L_262->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_264; memset((&L_264), 0, sizeof(L_264)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_264), (((float)((float)L_260))), (0.0f), L_263, /*hidden argument*/NULL); NullCheck(L_257); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_257, L_264, /*hidden argument*/NULL); } IL_0632: { // location.z += mapType == 1 ? 80 : 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_265 = V_1; NullCheck(L_265); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_266 = L_265->get_address_of_location_47(); float* L_267 = L_266->get_address_of_z_4(); float* L_268 = L_267; float L_269 = *((float*)L_268); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_270 = V_1; NullCheck(L_270); int32_t L_271 = L_270->get_mapType_96(); G_B48_0 = L_269; G_B48_1 = L_268; if ((((int32_t)L_271) == ((int32_t)1))) { G_B49_0 = L_269; G_B49_1 = L_268; goto IL_064f; } } { G_B50_0 = (79.65f); G_B50_1 = G_B48_0; G_B50_2 = G_B48_1; goto IL_0654; } IL_064f: { G_B50_0 = (80.0f); G_B50_1 = G_B49_0; G_B50_2 = G_B49_1; } IL_0654: { *((float*)G_B50_2) = (float)((float)il2cpp_codegen_add((float)G_B50_1, (float)G_B50_0)); // break; goto IL_0704; } IL_065b: { // if (this.mapType == 1) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_272 = V_1; NullCheck(L_272); int32_t L_273 = L_272->get_mapType_96(); if ((!(((uint32_t)L_273) == ((uint32_t)1)))) { goto IL_06a3; } } { // Map3.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_274 = V_1; NullCheck(L_274); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_275 = L_274->get_Map3_85(); NullCheck(L_275); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_275, (bool)1, /*hidden argument*/NULL); // Map3.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_276 = V_1; NullCheck(L_276); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_277 = L_276->get_Map3_85(); NullCheck(L_277); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_278 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_277, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_279 = V_1; NullCheck(L_279); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_280 = L_279->get_player_97(); NullCheck(L_280); int32_t L_281 = L_280->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_282 = V_1; NullCheck(L_282); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_283 = L_282->get_address_of_location_47(); float L_284 = L_283->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_285; memset((&L_285), 0, sizeof(L_285)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_285), (((float)((float)L_281))), (0.0f), L_284, /*hidden argument*/NULL); NullCheck(L_278); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_278, L_285, /*hidden argument*/NULL); // } goto IL_06e0; } IL_06a3: { // Map9.SetActive(true); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_286 = V_1; NullCheck(L_286); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_287 = L_286->get_Map9_91(); NullCheck(L_287); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_287, (bool)1, /*hidden argument*/NULL); // Map9.transform.position = new Vector3(this.player.move_diff, 0, location.z); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_288 = V_1; NullCheck(L_288); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_289 = L_288->get_Map9_91(); NullCheck(L_289); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_290 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_289, /*hidden argument*/NULL); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_291 = V_1; NullCheck(L_291); Playermuving_tECE549BA10CE053B798CE4306DF8FABEF8CF4719 * L_292 = L_291->get_player_97(); NullCheck(L_292); int32_t L_293 = L_292->get_move_diff_53(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_294 = V_1; NullCheck(L_294); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_295 = L_294->get_address_of_location_47(); float L_296 = L_295->get_z_4(); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_297; memset((&L_297), 0, sizeof(L_297)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_297), (((float)((float)L_293))), (0.0f), L_296, /*hidden argument*/NULL); NullCheck(L_290); Transform_set_position_mDA89E4893F14ECA5CBEEE7FB80A5BF7C1B8EA6DC(L_290, L_297, /*hidden argument*/NULL); } IL_06e0: { // location.z += mapType == 1 ? 80 : 79.65f; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_298 = V_1; NullCheck(L_298); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * L_299 = L_298->get_address_of_location_47(); float* L_300 = L_299->get_address_of_z_4(); float* L_301 = L_300; float L_302 = *((float*)L_301); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_303 = V_1; NullCheck(L_303); int32_t L_304 = L_303->get_mapType_96(); G_B55_0 = L_302; G_B55_1 = L_301; if ((((int32_t)L_304) == ((int32_t)1))) { G_B56_0 = L_302; G_B56_1 = L_301; goto IL_06fd; } } { G_B57_0 = (79.65f); G_B57_1 = G_B55_0; G_B57_2 = G_B55_1; goto IL_0702; } IL_06fd: { G_B57_0 = (80.0f); G_B57_1 = G_B56_0; G_B57_2 = G_B56_1; } IL_0702: { *((float*)G_B57_2) = (float)((float)il2cpp_codegen_add((float)G_B57_1, (float)G_B57_0)); } IL_0704: { // logger.error("check valueofmap = {0}", valueofmap); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_305 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_306 = L_305; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_307 = V_1; NullCheck(L_307); int32_t L_308 = L_307->get_valueofmap_94(); int32_t L_309 = L_308; RuntimeObject * L_310 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_309); NullCheck(L_306); ArrayElementTypeCheck (L_306, L_310); (L_306)->SetAt(static_cast(0), (RuntimeObject *)L_310); IL2CPP_RUNTIME_CLASS_INIT(logger_t82927EA730D361561AF9F12CB8F18D859543B49B_il2cpp_TypeInfo_var); logger_error_mB570AC104D42E58E2ADE370FD0B2455ACBADF654(_stringLiteral099159EFC148FCC9684807A199CA2C0E794E79FF, L_306, /*hidden argument*/NULL); // valueofmap++; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_311 = V_1; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_312 = V_1; NullCheck(L_312); int32_t L_313 = L_312->get_valueofmap_94(); NullCheck(L_311); L_311->set_valueofmap_94(((int32_t)il2cpp_codegen_add((int32_t)L_313, (int32_t)1))); // randumtheemty(); Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_314 = V_1; NullCheck(L_314); Makesupway_randumtheemty_m04C65112F0A460797117E25FB0B9DBE1FA2B259D(L_314, /*hidden argument*/NULL); // if (valueofmap == 9) Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_315 = V_1; NullCheck(L_315); int32_t L_316 = L_315->get_valueofmap_94(); if ((!(((uint32_t)L_316) == ((uint32_t)((int32_t)9))))) { goto IL_0747; } } { // valueofmap = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_317 = V_1; NullCheck(L_317); L_317->set_valueofmap_94(0); } IL_0747: { // } return (bool)0; } } // System.Object Makesupway_d__115::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CrandumallmapU3Ed__115_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m995FA81042919381BE94A62D6A5CAC9B7E6B989E (U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__115::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CrandumallmapU3Ed__115_System_Collections_IEnumerator_Reset_m6DE5244ABF0D0A15F7CB8F50C578B2DBD231D441 (U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CrandumallmapU3Ed__115_System_Collections_IEnumerator_Reset_m6DE5244ABF0D0A15F7CB8F50C578B2DBD231D441_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CrandumallmapU3Ed__115_System_Collections_IEnumerator_Reset_m6DE5244ABF0D0A15F7CB8F50C578B2DBD231D441_RuntimeMethod_var); } } // System.Object Makesupway_d__115::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CrandumallmapU3Ed__115_System_Collections_IEnumerator_get_Current_mC5470C2D43BDB6DE9FA1EF4986BE0D2D73056854 (U3CrandumallmapU3Ed__115_t7591D8CF0C54A3327E9201A2FDD4BF59B4D2FB73 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Makesupway_d__119::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CwhatcallbackmapU3Ed__119__ctor_m977B72016EB744E1D0EC51F5EE9F974ECCAF2DD7 (U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Makesupway_d__119::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CwhatcallbackmapU3Ed__119_System_IDisposable_Dispose_m86B43AEFEDBFBD06DB04DB1154146681EB7A756D (U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Makesupway_d__119::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CwhatcallbackmapU3Ed__119_MoveNext_mCD1035C613B6AB9483C4BDB2D09E2460559B4C28 (U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CwhatcallbackmapU3Ed__119_MoveNext_mCD1035C613B6AB9483C4BDB2D09E2460559B4C28_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0.5f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, (0.5f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // call = true; Makesupway_tB94244D8C262C7CF78C71958B4B3C59E7EDA3323 * L_5 = V_1; NullCheck(L_5); L_5->set_call_103((bool)1); // } return (bool)0; } } // System.Object Makesupway_d__119::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CwhatcallbackmapU3Ed__119_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE82CC24004E72A7BA2F1DA2E9B05D33A02343C45 (U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Makesupway_d__119::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CwhatcallbackmapU3Ed__119_System_Collections_IEnumerator_Reset_m4EAC7549297A9297B4E4128FE9EFEB827C0C76C6 (U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CwhatcallbackmapU3Ed__119_System_Collections_IEnumerator_Reset_m4EAC7549297A9297B4E4128FE9EFEB827C0C76C6_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CwhatcallbackmapU3Ed__119_System_Collections_IEnumerator_Reset_m4EAC7549297A9297B4E4128FE9EFEB827C0C76C6_RuntimeMethod_var); } } // System.Object Makesupway_d__119::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CwhatcallbackmapU3Ed__119_System_Collections_IEnumerator_get_Current_m02D0B2414778919ECB566B2D28BD0233FEF759D1 (U3CwhatcallbackmapU3Ed__119_t31FAB9D8E140FEF2A61682929646B81EAE47808B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Manageritem::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Manageritem_Awake_mBF5CE3A3DA6D450A5A19760B927A7DA18E1D6C98 (Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * __this, const RuntimeMethod* method) { { // van = false; __this->set_van_8((bool)0); // giay = false; __this->set_giay_4((bool)0); // x2coin = false; __this->set_x2coin_5((bool)0); // hutcoin = false; __this->set_hutcoin_6((bool)0); // baycoin = false; __this->set_baycoin_7((bool)0); // baylongcoin = false; __this->set_baylongcoin_9((bool)0); // usingbayitembuy = false; __this->set_usingbayitembuy_11((bool)0); // } return; } } // System.Void Manageritem::DeleteAllItemWendie() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Manageritem_DeleteAllItemWendie_mF5B524CEAEA138790446CCE9DF37B7636860C0A6 (Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * __this, const RuntimeMethod* method) { { // van = false; __this->set_van_8((bool)0); // giay = false; __this->set_giay_4((bool)0); // x2coin = false; __this->set_x2coin_5((bool)0); // hutcoin = false; __this->set_hutcoin_6((bool)0); // baycoin = false; __this->set_baycoin_7((bool)0); // baylongcoin = false; __this->set_baylongcoin_9((bool)0); // usingbayitembuy = false; __this->set_usingbayitembuy_11((bool)0); // } return; } } // System.Void Manageritem::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Manageritem_Start_m195512B03ABD2291FF2FBE8E07F241F0E9D66A4B (Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * __this, const RuntimeMethod* method) { { // mngitem = this; __this->set_mngitem_12(__this); // } return; } } // System.Collections.IEnumerator Manageritem::delayfordestroiiteam(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Manageritem_delayfordestroiiteam_m0F6CAC3F40D934B302545E7E25AC88749AA86045 (Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * __this, int32_t ___value0, String_t* ___nameiteam1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (Manageritem_delayfordestroiiteam_m0F6CAC3F40D934B302545E7E25AC88749AA86045_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * L_0 = (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B *)il2cpp_codegen_object_new(U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B_il2cpp_TypeInfo_var); U3CdelayfordestroiiteamU3Ed__12__ctor_m216A0876237C8638743868127B539FDAFAFF6C0F(L_0, 0, /*hidden argument*/NULL); U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_3(__this); U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * L_2 = L_1; String_t* L_3 = ___nameiteam1; NullCheck(L_2); L_2->set_nameiteam_2(L_3); return L_2; } } // System.Void Manageritem::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Manageritem_Update_mA28F92C41A83915947434432FB9E905160BE45CB (Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * __this, const RuntimeMethod* method) { { // } return; } } // System.Void Manageritem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Manageritem__ctor_mC89E9630DC05100B814EDBD35E200FFA4C7D8228 (Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Manageritem_d__12::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfordestroiiteamU3Ed__12__ctor_m216A0876237C8638743868127B539FDAFAFF6C0F (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Manageritem_d__12::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfordestroiiteamU3Ed__12_System_IDisposable_Dispose_m144D9CE799956320C9F1E6785EEEB96586C8C182 (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Manageritem_d__12::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CdelayfordestroiiteamU3Ed__12_MoveNext_m17CCB8CD46B2437BE9F421CBA85A67993A54A364 (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelayfordestroiiteamU3Ed__12_MoveNext_m17CCB8CD46B2437BE9F421CBA85A67993A54A364_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * V_1 = NULL; String_t* V_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(5); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_4 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_4, (5.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // switch (nameiteam) String_t* L_5 = __this->get_nameiteam_2(); V_2 = L_5; String_t* L_6 = V_2; bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral585CDAEF1C05C00DA01BE2C7BBE46CCB896373B5, /*hidden argument*/NULL); if (L_7) { goto IL_0088; } } { String_t* L_8 = V_2; bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral043156AE421CFCA4D37949D068286ABAAD85D97A, /*hidden argument*/NULL); if (L_9) { goto IL_00ab; } } { String_t* L_10 = V_2; bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteral87064B0665A4F1EDD81C5951DD1834A9983D2D88, /*hidden argument*/NULL); if (L_11) { goto IL_00b4; } } { String_t* L_12 = V_2; bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, _stringLiteral5793651CA3B37C089B9E4B1C2F04489D9D5D20DC, /*hidden argument*/NULL); if (L_13) { goto IL_00bd; } } { String_t* L_14 = V_2; bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteralCFDEAD3C06673372C6755E19DCE62050CEC67E56, /*hidden argument*/NULL); if (L_15) { goto IL_00c6; } } { goto IL_00cd; } IL_0088: { // giay = false; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_16 = V_1; NullCheck(L_16); L_16->set_giay_4((bool)0); // Debug.Log("sau " + giay); Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_17 = V_1; NullCheck(L_17); bool* L_18 = L_17->get_address_of_giay_4(); String_t* L_19 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)L_18, /*hidden argument*/NULL); String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralDBD2DF61919DFC0780658DE040D7BE4066A7B8AE, L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_20, /*hidden argument*/NULL); // break; goto IL_00cd; } IL_00ab: { // x2coin = false; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_21 = V_1; NullCheck(L_21); L_21->set_x2coin_5((bool)0); // break; goto IL_00cd; } IL_00b4: { // baycoin = false; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_22 = V_1; NullCheck(L_22); L_22->set_baycoin_7((bool)0); // break; goto IL_00cd; } IL_00bd: { // baylongcoin = false; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_23 = V_1; NullCheck(L_23); L_23->set_baylongcoin_9((bool)0); // break; goto IL_00cd; } IL_00c6: { // hutcoin = false; Manageritem_t5B3F75D5746294E0C9885986F27420D1DC606FEE * L_24 = V_1; NullCheck(L_24); L_24->set_hutcoin_6((bool)0); } IL_00cd: { // } return (bool)0; } } // System.Object Manageritem_d__12::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelayfordestroiiteamU3Ed__12_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m41E1342477EFDDCB92DE59FB1B7DABC985D66F0E (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Manageritem_d__12::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelayfordestroiiteamU3Ed__12_System_Collections_IEnumerator_Reset_m01E4DE08EA610C9C088B78FA1DE012DAC4F41636 (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelayfordestroiiteamU3Ed__12_System_Collections_IEnumerator_Reset_m01E4DE08EA610C9C088B78FA1DE012DAC4F41636_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CdelayfordestroiiteamU3Ed__12_System_Collections_IEnumerator_Reset_m01E4DE08EA610C9C088B78FA1DE012DAC4F41636_RuntimeMethod_var); } } // System.Object Manageritem_d__12::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelayfordestroiiteamU3Ed__12_System_Collections_IEnumerator_get_Current_m9F968497461289C8E0E7D6D9E284351400F6DFDB (U3CdelayfordestroiiteamU3Ed__12_tA7D5B87FEDA1CFCB917A5F00A99619DE90242F1B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ManagernewSceen::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManagernewSceen_Start_m9CFD61C071F13A89A9C768DF660D2BD25256CA07 (ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManagernewSceen_Start_m9CFD61C071F13A89A9C768DF660D2BD25256CA07_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // cam = transform.GetChild(2).gameObject; Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3(L_0, 2, /*hidden argument*/NULL); NullCheck(L_1); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_1, /*hidden argument*/NULL); __this->set_cam_10(L_2); // startmuvingbus = false; ((ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields*)il2cpp_codegen_static_fields_for(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_il2cpp_TypeInfo_var))->set_startmuvingbus_9((bool)0); // Intance = this; ((ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields*)il2cpp_codegen_static_fields_for(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_il2cpp_TypeInfo_var))->set_Intance_13(__this); // for (int i = 0; i < tho.Count; i++) V_0 = 0; goto IL_003d; } IL_0027: { // tho[i].SetActive(false); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_3 = __this->get_tho_11(); int32_t L_4 = V_0; NullCheck(L_3); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_5); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_5, (bool)0, /*hidden argument*/NULL); // for (int i = 0; i < tho.Count; i++) int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_003d: { // for (int i = 0; i < tho.Count; i++) int32_t L_7 = V_0; List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_8 = __this->get_tho_11(); NullCheck(L_8); int32_t L_9 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_8, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0027; } } { // thotrenxe.SetActive(true); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = __this->get_thotrenxe_12(); NullCheck(L_10); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_10, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void ManagernewSceen::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManagernewSceen_Update_m1672881C9A1E1C25D71C5F98326DE2B24F72BBEF (ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManagernewSceen_Update_m1672881C9A1E1C25D71C5F98326DE2B24F72BBEF_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // if (alowmuving&& CarmuVingitro.gameObject.transform.position.z>-7) bool L_0 = ((ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields*)il2cpp_codegen_static_fields_for(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_il2cpp_TypeInfo_var))->get_alowmuving_7(); if (!L_0) { goto IL_0077; } } { GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get_CarmuVingitro_4(); NullCheck(L_1); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = GameObject_get_gameObject_mB8D6D847ABF95430B098554F3F2D63EC1D30C815(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_3, /*hidden argument*/NULL); float L_5 = L_4.get_z_4(); if ((!(((float)L_5) > ((float)(-7.0f))))) { goto IL_0077; } } { // CarmuVingitro.transform.Translate(new Vector3(0,0,-3*Time.deltaTime)); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = __this->get_CarmuVingitro_4(); NullCheck(L_6); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_6, /*hidden argument*/NULL); float L_8 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL); Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m08F61F548AA5836D8789843ACB4A81E4963D2EE1((&L_9), (0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)(-3.0f), (float)L_8)), /*hidden argument*/NULL); NullCheck(L_7); Transform_Translate_m0F354939D5084DDFF6B9902E62D3DCA7A3B53EA3(L_7, L_9, /*hidden argument*/NULL); // banhxe.transform.Rotate(200 * Time.deltaTime, 0, 0); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = __this->get_banhxe_6(); NullCheck(L_10); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_10, /*hidden argument*/NULL); float L_12 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL); NullCheck(L_11); Transform_Rotate_mEEA80F3DA5A4C93611D7165DF54763E578477EF9(L_11, ((float)il2cpp_codegen_multiply((float)(200.0f), (float)L_12)), (0.0f), (0.0f), /*hidden argument*/NULL); } IL_0077: { // if (startmuvingbus) bool L_13 = ((ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_StaticFields*)il2cpp_codegen_static_fields_for(ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78_il2cpp_TypeInfo_var))->get_startmuvingbus_9(); if (!L_13) { goto IL_00a3; } } { // bus.transform.Translate(0,0,-30*Time.deltaTime); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = __this->get_bus_8(); NullCheck(L_14); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_14, /*hidden argument*/NULL); float L_16 = Time_get_deltaTime_m16F98FC9BA931581236008C288E3B25CBCB7C81E(/*hidden argument*/NULL); NullCheck(L_15); Transform_Translate_m3367DF1167F152D8801578EBA4C51A398A50FE71(L_15, (0.0f), (0.0f), ((float)il2cpp_codegen_multiply((float)(-30.0f), (float)L_16)), /*hidden argument*/NULL); } IL_00a3: { // } return; } } // System.Void ManagernewSceen::TaiNan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManagernewSceen_TaiNan_mCEB26ACD64DCE270F9D687BF7B2B965287A82AF2 (ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManagernewSceen_TaiNan_mCEB26ACD64DCE270F9D687BF7B2B965287A82AF2_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // banhxe.AddComponent(); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_banhxe_6(); NullCheck(L_0); GameObject_AddComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m2D2EAD0328967BB4D0F2F873B71A15722B7F035B(L_0, /*hidden argument*/GameObject_AddComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m2D2EAD0328967BB4D0F2F873B71A15722B7F035B_RuntimeMethod_var); // banhxe.transform.Rotate(Random.Range(-20,20), Random.Range(-20, 20), Random.Range(-20, 20)); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = __this->get_banhxe_6(); NullCheck(L_1); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_1, /*hidden argument*/NULL); int32_t L_3 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)-20), ((int32_t)20), /*hidden argument*/NULL); int32_t L_4 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)-20), ((int32_t)20), /*hidden argument*/NULL); int32_t L_5 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)-20), ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_2); Transform_Rotate_mEEA80F3DA5A4C93611D7165DF54763E578477EF9(L_2, (((float)((float)L_3))), (((float)((float)L_4))), (((float)((float)L_5))), /*hidden argument*/NULL); // banhxe.GetComponent().AddForce(0, 500, 500); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = __this->get_banhxe_6(); NullCheck(L_6); Rigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5 * L_7 = GameObject_GetComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m31F97A6E057858450728C32EE09647374FA10903(L_6, /*hidden argument*/GameObject_GetComponent_TisRigidbody_tE0A58EE5A1F7DC908EFFB4F0D795AC9552A750A5_m31F97A6E057858450728C32EE09647374FA10903_RuntimeMethod_var); NullCheck(L_7); Rigidbody_AddForce_m8FED8F9F25D39B7BAB50DA4A6C9465AACDA855E0(L_7, (0.0f), (500.0f), (500.0f), /*hidden argument*/NULL); // StartCoroutine(delayback()); RuntimeObject* L_8 = ManagernewSceen_delayback_mA09627F59EB72189F6E98E4F3491DBA27323FE13(__this, /*hidden argument*/NULL); MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator ManagernewSceen::delayback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ManagernewSceen_delayback_mA09627F59EB72189F6E98E4F3491DBA27323FE13 (ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManagernewSceen_delayback_mA09627F59EB72189F6E98E4F3491DBA27323FE13_MetadataUsageId); s_Il2CppMethodInitialized = true; } { U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * L_0 = (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 *)il2cpp_codegen_object_new(U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73_il2cpp_TypeInfo_var); U3CdelaybackU3Ed__13__ctor_m5068EEA212F682E930796E38E938EAFC8B23C10F(L_0, 0, /*hidden argument*/NULL); U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void ManagernewSceen::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManagernewSceen__ctor_mDD30C5D086F7B9DE03C429BE9647B9CBC40719AD (ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (ManagernewSceen__ctor_mDD30C5D086F7B9DE03C429BE9647B9CBC40719AD_MetadataUsageId); s_Il2CppMethodInitialized = true; } { // public List tho = new List(); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_0 = (List_1_t3D4152882C54B77C712688E910390D5C8E030463 *)il2cpp_codegen_object_new(List_1_t3D4152882C54B77C712688E910390D5C8E030463_il2cpp_TypeInfo_var); List_1__ctor_mE0CF797BC1662A4FDFF8009E76AC0A5CD1BB1FCA(L_0, /*hidden argument*/List_1__ctor_mE0CF797BC1662A4FDFF8009E76AC0A5CD1BB1FCA_RuntimeMethod_var); __this->set_tho_11(L_0); MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void ManagernewSceen_d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaybackU3Ed__13__ctor_m5068EEA212F682E930796E38E938EAFC8B23C10F (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void ManagernewSceen_d__13::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaybackU3Ed__13_System_IDisposable_Dispose_m5DE61B00A426B439C4A17AA4F7B6A93A1C5A0625 (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean ManagernewSceen_d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CdelaybackU3Ed__13_MoveNext_m869438212A7E797F7152DEB780B8576A167DEDBC (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelaybackU3Ed__13_MoveNext_m869438212A7E797F7152DEB780B8576A167DEDBC_MetadataUsageId); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_0046; } case 2: { goto IL_0094; } case 3: { goto IL_010a; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(0.3f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_3 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_3, (0.3f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_3); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0046: { __this->set_U3CU3E1__state_0((-1)); // CarmuVingitro.transform.Rotate(Random.Range(-20, 20), Random.Range(-20, 20), Random.Range(-20, 20)); ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_4 = V_1; NullCheck(L_4); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = L_4->get_CarmuVingitro_4(); NullCheck(L_5); Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_5, /*hidden argument*/NULL); int32_t L_7 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)-20), ((int32_t)20), /*hidden argument*/NULL); int32_t L_8 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)-20), ((int32_t)20), /*hidden argument*/NULL); int32_t L_9 = Random_Range_mD0C8F37FF3CAB1D87AAA6C45130BD59626BD6780(((int32_t)-20), ((int32_t)20), /*hidden argument*/NULL); NullCheck(L_6); Transform_Rotate_mEEA80F3DA5A4C93611D7165DF54763E578477EF9(L_6, (((float)((float)L_7))), (((float)((float)L_8))), (((float)((float)L_9))), /*hidden argument*/NULL); // yield return new WaitForSeconds(0.3f); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_10 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_10, (0.3f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_10); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0094: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < tho.Count; i++) V_2 = 0; goto IL_00d7; } IL_009f: { // if (managerdata.manager.Getnowcharacter() == tho[i].name) managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F * L_11 = ((managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_StaticFields*)il2cpp_codegen_static_fields_for(managerdata_t27F6EBF628ED5F810FBC79EA4BC6300770D2474F_il2cpp_TypeInfo_var))->get_manager_8(); NullCheck(L_11); String_t* L_12 = managerdata_Getnowcharacter_m65C759F29D8BB4110EE9B820CF84947DDB3D25B7(L_11, /*hidden argument*/NULL); ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_13 = V_1; NullCheck(L_13); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_14 = L_13->get_tho_11(); int32_t L_15 = V_2; NullCheck(L_14); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_14, L_15, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_16); String_t* L_17 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(L_16, /*hidden argument*/NULL); bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_00d3; } } { // tho[i].SetActive(true); ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_19 = V_1; NullCheck(L_19); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_20 = L_19->get_tho_11(); int32_t L_21 = V_2; NullCheck(L_20); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_inline(L_20, L_21, /*hidden argument*/List_1_get_Item_mF3CFF4FB71CEEDC038A8826D6AE1A226B7CF22A6_RuntimeMethod_var); NullCheck(L_22); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_22, (bool)1, /*hidden argument*/NULL); } IL_00d3: { // for (int i = 0; i < tho.Count; i++) int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1)); } IL_00d7: { // for (int i = 0; i < tho.Count; i++) int32_t L_24 = V_2; ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_25 = V_1; NullCheck(L_25); List_1_t3D4152882C54B77C712688E910390D5C8E030463 * L_26 = L_25->get_tho_11(); NullCheck(L_26); int32_t L_27 = List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_inline(L_26, /*hidden argument*/List_1_get_Count_mA61C8F11E4F47F828FC3E31E04C25BF06F23B2A4_RuntimeMethod_var); if ((((int32_t)L_24) < ((int32_t)L_27))) { goto IL_009f; } } { // thotrenxe.SetActive(false); ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_28 = V_1; NullCheck(L_28); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = L_28->get_thotrenxe_12(); NullCheck(L_29); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_29, (bool)0, /*hidden argument*/NULL); // yield return new WaitForSeconds(2); WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 * L_30 = (WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8 *)il2cpp_codegen_object_new(WaitForSeconds_t3E9E78D3BB53F03F96C7F28BA9B9086CD1A5F4E8_il2cpp_TypeInfo_var); WaitForSeconds__ctor_m8E4BA3E27AEFFE5B74A815F26FF8AAB99743F559(L_30, (2.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_30); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_010a: { __this->set_U3CU3E1__state_0((-1)); // CarmuVingitro.SetActive(false); ManagernewSceen_tBEE9C079F7A3FA68FBDACFF1BBF67ABCE15EDD78 * L_31 = V_1; NullCheck(L_31); GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_32 = L_31->get_CarmuVingitro_4(); NullCheck(L_32); GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_32, (bool)0, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object ManagernewSceen_d__13::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelaybackU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m53977B05A0AF5E67CEBD5AC15BF08E3BA83CB264 (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void ManagernewSceen_d__13::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CdelaybackU3Ed__13_System_Collections_IEnumerator_Reset_m882F442E5C7FD9E66F83D15BFDCC4BD73FD3FD0F (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (U3CdelaybackU3Ed__13_System_Collections_IEnumerator_Reset_m882F442E5C7FD9E66F83D15BFDCC4BD73FD3FD0F_MetadataUsageId); s_Il2CppMethodInitialized = true; } { NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var); NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3CdelaybackU3Ed__13_System_Collections_IEnumerator_Reset_m882F442E5C7FD9E66F83D15BFDCC4BD73FD3FD0F_RuntimeMethod_var); } } // System.Object ManagernewSceen_d__13::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CdelaybackU3Ed__13_System_Collections_IEnumerator_get_Current_m77D7EBBCE0EFA4AE0A64658C4DA9361C47BAD166 (U3CdelaybackU3Ed__13_tAA7B981F4CA350BFF240E949088D7F4B6ABB2B73 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_motionHandler_mF96F7D49424E7DD97D9113A80E813CEE1E63F55B(int32_t ___id0, int32_t ___left1, int32_t ___right2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation MessageHandler_motionHandler_mF96F7D49424E7DD97D9113A80E813CEE1E63F55B(___id0, ___left1, ___right2, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_actionHandler_m65BE15E1CD387BD47C02E5D6891E8BDB14A0E28B(int32_t ___id0, int32_t ___code1) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation MessageHandler_actionHandler_m65BE15E1CD387BD47C02E5D6891E8BDB14A0E28B(___id0, ___code1, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_stepHandler_mA295A80416B62E1077AB8DE3BB580197DC87A176(int32_t ___id0, int32_t ___leftStatus1, int32_t ___rightStatus2, int32_t ___leftFrag3, int32_t ___rightFrag4) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Managed method invocation MessageHandler_stepHandler_mA295A80416B62E1077AB8DE3BB580197DC87A176(___id0, ___leftStatus1, ___rightStatus2, ___leftFrag3, ___rightFrag4, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_deviceHandler_m8FC60F439591E02DCB2359542D7DCA90062F40AD(int32_t ___id0, char* ___name1, char* ___address2, int32_t ___status3, int32_t ___electricity4) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___name1' to managed representation String_t* ____name1_unmarshaled = NULL; ____name1_unmarshaled = il2cpp_codegen_marshal_string_result(___name1); // Marshaling of parameter '___address2' to managed representation String_t* ____address2_unmarshaled = NULL; ____address2_unmarshaled = il2cpp_codegen_marshal_string_result(___address2); // Managed method invocation MessageHandler_deviceHandler_m8FC60F439591E02DCB2359542D7DCA90062F40AD(___id0, ____name1_unmarshaled, ____address2_unmarshaled, ___status3, ___electricity4, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_userFriendsHandler_m13C83A0DBB8F1661E8CD4FCF158035A763666577(int32_t ___code0, char* ___json1) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___json1' to managed representation String_t* ____json1_unmarshaled = NULL; ____json1_unmarshaled = il2cpp_codegen_marshal_string_result(___json1); // Managed method invocation MessageHandler_userFriendsHandler_m13C83A0DBB8F1661E8CD4FCF158035A763666577(___code0, ____json1_unmarshaled, NULL); } extern "C" void CDECL ReversePInvokeWrapper_MessageHandler_inviteFriendHandler_mF1EF1175230FAA9F54BC964273D1F98777E34573(int32_t ___code0, char* ___userJson1, char* ___inviteInfo2) { il2cpp::vm::ScopedThreadAttacher _vmThreadHelper; // Marshaling of parameter '___userJson1' to managed representation String_t* ____userJson1_unmarshaled = NULL; ____userJson1_unmarshaled = il2cpp_codegen_marshal_string_result(___userJson1); // Marshaling of parameter '___inviteInfo2' to managed representation String_t* ____inviteInfo2_unmarshaled = NULL; ____inviteInfo2_unmarshaled = il2cpp_codegen_marshal_string_result(___inviteInfo2); // Managed method invocation MessageHandler_inviteFriendHandler_mF1EF1175230FAA9F54BC964273D1F98777E34573(___code0, ____userJson1_unmarshaled, ____inviteInfo2_unmarshaled, NULL); } // System.Void MessageHandler::test() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageHandler_test_m336D177D92E491497892EC1B91E763837E8D5CDE (MessageHandler_t229E80D372663A5098E3DBDCB563A36576A49840 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_method (MessageHandler_test_m336D177D92E491497892EC1B91E763837E8D5CDE_MetadataUsageId); s_Il2CppMethodInitialized = true; } GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL; GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B2_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B2_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B1_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B1_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B4_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B4_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B3_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B3_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B6_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B6_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B5_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B5_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B8_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B8_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B7_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B7_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B10_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B10_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B9_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B9_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B12_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B12_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B11_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B11_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B14_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B14_1 = NULL; UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * G_B13_0 = NULL; ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * G_B13_1 = NULL; { // Debug.Log("test start"); IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var); Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral79B1FE55688BD726A6E23B389FD479DBA28E6544, /*hidden argument*/NULL); // GameObject.Find("btnGameStart").GetComponent