#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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 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 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 GenericVirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericVirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, 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 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); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct GenericInterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, p1, 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 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); } }; // System.Action`1 struct Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31; // System.Action`1 struct Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t669630EE65629D45BCCD07C6CE8E98A2FF8912B4; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.LinkedListNode`1 struct LinkedListNode_1_tE83F249344E940269757967F5408A1B31EF2D7F5; // System.Collections.Generic.LinkedList`1 struct LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728; // System.Collections.Generic.List`1 struct List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44; // System.Collections.Generic.List`1 struct List_1_t2B6ADA43402BA99EF4AA7CB142782194148FDDD9; // System.Collections.Generic.List`1 struct List_1_tD957EA48969E1EF08AA356E3B257C1AED04B797C; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5; // System.Collections.Generic.List`1 struct List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t4EAAF319E78924C1C96582A28BC94149BDAB3D9A; // System.Collections.Generic.List`1 struct List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4; // UnityEngine.UI.CoroutineTween.TweenRunner`1 struct TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3; // UnityEngine.AudioClip[] struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE; // Building[] struct BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463; // BuildingMaterialPropertyBlock[] struct BuildingMaterialPropertyBlockU5BU5D_tBF6A4D6A96CCC63C4A7662D5A308E730ECEE5604; // BuildingPlacer[] struct BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B; // CreditPlacement[] struct CreditPlacementU5BU5D_tFD241B809965458BCC79A34F5C31C9765DDF5930; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // EnemyMovement[] struct EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD; // EnemyWave[] struct EnemyWaveU5BU5D_t88A1CC276C460B9973D99674C48B57FDE4BA6051; // Fireable[] struct FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // GridBlock[] struct GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // Pillar[] struct PillarU5BU5D_tE23BF5A3EC7599966DB1A9967557D98E3B103FB1; // UnityEngine.RaycastHit[] struct RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09; // RoadsideRepeatedPlacement[] struct RoadsideRepeatedPlacementU5BU5D_t1A04DF3A3AC023936A215ACA60B6281995146264; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // UnityEngine.TrailRenderer[] struct TrailRendererU5BU5D_tC1680CC4D5193BEEF973FD1E9A2B280011993193; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // UnityEngine.UIVertex[] struct UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // WaveEnemy[] struct WaveEnemyU5BU5D_tADEB2D81989D7BEC80821D34B0E34EA7F48F98DA; // UnityEngine.AnimationCurve struct AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149; // AssassinAnimationController struct AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // UnityEngine.Audio.AudioMixer struct AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5; // UnityEngine.Audio.AudioMixerSnapshot struct AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BasicDroneBehavior struct BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10; // BasicDroneMovement struct BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C; // Beam struct Beam_t470A8538C12DD998A793A710C5210B64A8AC3866; // BeamFireable struct BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A; // BikeAnimationController struct BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018; // BikeButton struct BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC; // BossPhaseController struct BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53; // BossTrainBehavior struct BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7; // BossTrainCarManager struct BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25; // BossTrainEnemySpawner struct BossTrainEnemySpawner_t4705886F1A4863A655FAD192DAF8913BCEA5F29E; // BossTrainPartManager struct BossTrainPartManager_tC46D990200430DC807407624F1603999A3F5A275; // Breakable struct Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC; // Building struct Building_t13262F618069952568925A1556080D290B9264F0; // BuildingPlacer struct BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7; // BuildingPool struct BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302; // BuildingScale struct BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6; // Cannon struct Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7; // CannonFireable struct CannonFireable_tAE6937D18693FDFBB54CBD1A7DD26BF4D00242DF; // UnityEngine.Canvas struct Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA; // UnityEngine.CanvasRenderer struct CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // DreadnaughtAnimationController struct DreadnaughtAnimationController_tF07A280DC3D3A5E53D9761E5D553F021DFEBB84F; // DreadnaughtBehavior struct DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650; // DreadnaughtMovement struct DreadnaughtMovement_tAF64F10810F4E32134C5F329C561D0839C4304D2; // FMOD.Studio.EVENT_CALLBACK struct EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F; // EnemyBehavior struct EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D; // EnemyBikeAnimationController struct EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841; // EnemyMovement struct EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673; // EnemyPartManager struct EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116; // EnemySpawner struct EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF; // FMODMusicManager struct FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26; // FlyerFireControl struct FlyerFireControl_t7BC76CB42A4A47F7623C1BE2A46BF8E0C2E6207D; // FlyerMovementApproach struct FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A; // Follower struct Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33; // FollowerRepeatedPlacement struct FollowerRepeatedPlacement_tC92CDC203F17ADA60E7CB1B86BB8A9AE032C4091; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9; // FontCacher struct FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD; // UnityEngine.UI.FontData struct FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738; // GameMenu struct GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // GrenadeDispenser struct GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63; // GridBlock struct GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431; // GridBlockPlacer struct GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B; // HammerheadFireControl struct HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882; // Hand struct Hand_t2FA8371777F29091509531FD8A7A800DCECCA921; // HandOpenXR struct HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904; // HandToControllerTracking struct HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77; // Handlegun struct Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375; // HarasserAnimationController struct HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735; // HitData struct HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA; // Hitable struct Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28; // HitscanLineRenderer struct HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // Interactable struct Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // LeaderboardSlideshow struct LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34; // LerpAndLook struct LerpAndLook_tDE65CC56F886350DA386B77525DC3CE146FF381C; // LoadTest struct LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A; // LockOnIndicator struct LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012; // ManticoreAnimationController struct ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4; // ManticoreFireControl struct ManticoreFireControl_t16140E93F571906B430B7D578082F4E45D084550; // MasterAudioController struct MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE; // MenuInfo struct MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5; // MenuPointer struct MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3; // UnityEngine.Mesh struct Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6; // UnityEngine.MeshCollider struct MeshCollider_t1983F4E7E53D8C6B65FE21A8B4E2345A84D57E98; // UnityEngine.MeshFilter struct MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B; // MeterUI struct MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922; // System.Reflection.MethodInfo struct MethodInfo_t; // MissilePod struct MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // OnRoadsidePlacement struct OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // PathCreation.PathCreator struct PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804; // Pauser struct Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // PlayerFollower struct PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006; // PointsToInteractable struct PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8; // PrefabPicks struct PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035; // Projectile struct Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A; // ProximityMine struct ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783; // QuadPerch struct QuadPerch_t44CED9039C746EE225B7E8261CC1DDF0D207E832; // UnityEngine.UI.RectMask2D struct RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15; // UnityEngine.RectTransform struct RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // RoadMeshChunk struct RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE; // RoadsideCreditsPlacer struct RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A; // RoadsideRepeatedPlacement struct RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E; // RoadsideSinglePlacement struct RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F; // RollerFireable struct RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // SaveData struct SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385; // Sidearm struct Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416; // SidearmAudio struct SidearmAudio_t3E7765CCE689A417E7F353B8D024DCCB74E3F250; // SignagePlacer struct SignagePlacer_t67070320D91D4A759C5086937631F8C7CED55677; // SoundFXRandomizer struct SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86; // SpeedPad struct SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0; // UnityEngine.SphereCollider struct SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A; // SpiderTankAnimationController struct SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281; // SpiderTankMovement struct SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038; // StageAdvancer struct StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA; // System.String struct String_t; // TailLightToggle struct TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityEngine.TextAsset struct TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234; // UnityEngine.TextGenerator struct TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70; // UnityEngine.Texture2D struct Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF; // UnityStandardAssets.Utility.TimedObjectDestructor struct TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168; // TractorBeam struct TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // TurretPicks struct TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73; // TurretSwivel struct TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE; // TutorialManager struct TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC; // System.Type struct Type_t; // UITextTypeWriter struct UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // UnityEngine.UI.VertexHelper struct VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55; // UnityEngine.Video.VideoPlayer struct VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86; // VoiceAudioController struct VoiceAudioController_tB105B029452966F859B3863768637449878D5565; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40; // WaveEnemy struct WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B; // WaveEnemyOnDemand struct WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0; // AssassinAnimationController/d__19 struct U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // BasicDroneMovement/d__22 struct U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF; // BeamFireable/d__9 struct U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E; // BeamFireable/d__10 struct U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A; // BikeAnimationController/d__31 struct U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9; // BossTrainBehavior/d__26 struct U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7; // Breakable/d__30 struct U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF; // Breakable/d__31 struct U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808; // Cannon/d__22 struct U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1; // DreadnaughtBehavior/d__40 struct U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F; // EndlessWaveHandler/OnEnemySpawned struct OnEnemySpawned_tD047F9E9900387FE64FC4198DAD044CB797FC946; // EndlessWaveHandler/OnWaveChange struct OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022; // EnemyBikeAnimationController/d__35 struct U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E; // EnemyBikeAnimationController/d__34 struct U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD; // EnemyMovement/d__52 struct U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E; // EnemySpawner/d__8 struct U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138; // FMODMusicManager/d__41 struct U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1; // FMODMusicManager/MarkerChangeEvent struct MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571; // FMODMusicManager/TimelineInfo struct TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877; // FlyerMovementApproach/d__21 struct U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A; // FlyerMovementBlock/OnReset struct OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0; // FlyerMovementBlock/OnRestart struct OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894; // Follower/OnPathUpdate struct OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560; // UnityEngine.Font/FontTextureRebuildCallback struct FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB; // FontCacher/d__3 struct U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0; // GameMenu/d__116 struct U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD; // GameMenu/d__107 struct U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF; // GameMenu/d__112 struct U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C; // GameMenu/d__111 struct U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9; // GameMenu/d__108 struct U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478; // GameMenu/d__110 struct U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82; // GameMenu/d__109 struct U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA; // GameMenu/d__114 struct U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B; // GameMenu/d__113 struct U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A; // GameMenu/d__115 struct U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993; // GridBlockPlacer/d__30 struct U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23; // HammerheadFireControl/d__36 struct U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021; // HandOVR/d__15 struct U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F; // HandOVR/d__17 struct U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B; // HandOpenXR/d__13 struct U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638; // HandOpenXR/d__15 struct U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F; // Handlegun/d__56 struct U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E; // HarasserAnimationController/d__6 struct U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C; // IncrementalRoadMesh/OnChunkAdvanced struct OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53; // IncrementalRoadMesh/OnPrimeMeshUpdate struct OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99; // LeaderboardSlideshow/d__5 struct U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76; // LoadTest/d__3 struct U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC; // MainGun/FiringDelegate struct FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1; // ManticoreAnimationController/d__52 struct U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent struct CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4; // MasterAudioController/d__28 struct U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B; // MasterAudioController/d__27 struct U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9; // MenuOptions/HandType struct HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5; // MovingProjectileTest/d__7 struct U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC; // Pauser/d__2 struct U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC; // PowerUp/GotPowerUp struct GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A; // ProjectileDestroyArea/OnProjectileBlocked struct OnProjectileBlocked_t4B359E22E8F0257417D844B196D98454DF49CACD; // ProximityMine/d__19 struct U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561; // RemoteToggle/OnToggleTriggered struct OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD; // RoadsideCreditsPlacer/d__18 struct U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340; // RoadsideRepeatedPlacement/d__38 struct U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55; // ScreenShot/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C; // ScriptUsageTimeline/TimelineInfo struct TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B; // Sidearm/d__153 struct U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13; // Sidearm/d__152 struct U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF; // Slomo/OnSlowMotionStateChange struct OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443; // SoundFXRandomizer/d__15 struct U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0; // SpeedPad/d__19 struct U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409; // SpiderTankAnimationController/d__82 struct U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8; // StageAdjust/OnStageAdjusted struct OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506; // StageAdvancer/d__19 struct U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65; // StageAdvancer/d__20 struct U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974; // TailLightToggle/d__7 struct U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288; // TrafficHandler/OnVehicleSpawned struct OnVehicleSpawned_tF4066D2C31CCBE9687B662DAA4E529FEAC37EFD8; // TutorialManager/d__94 struct U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299; // TutorialManager/d__93 struct U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364; // UITextTypeWriter/d__13 struct U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78; // VoiceAudioController/d__16 struct U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814; // WaveHandler/d__46 struct U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4; // WaveHandler/OnEnemySpawned struct OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D; // WaveHandler/OnWaveChange struct OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0; IL2CPP_EXTERN_C RuntimeClass* AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FMODMarker_tCB25D9FD6DA0276315C303BC39633F8F958DC52E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PowerUpType_t3AEA13444AD623650D9B12902DE8EEE81690D612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScoreEvaluator_tB6DDBE6B83DE9BBA11785850161F578D0185F51D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SlowMotionState_t10958E048A971BE48840860101E3B79CE612F1B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E; IL2CPP_EXTERN_C String_t* _stringLiteral13B2762959723773A29B19968E423B465B25A1B0; IL2CPP_EXTERN_C String_t* _stringLiteral20903FD39B3B42D806D627EAECD6118C99F51B67; IL2CPP_EXTERN_C String_t* _stringLiteral28512BD2CFA5F18D16B630449F6ED805A8D671B0; IL2CPP_EXTERN_C String_t* _stringLiteral28A07F976ACD9341EBCFAD32B1CF78EC215D756F; IL2CPP_EXTERN_C String_t* _stringLiteral3389811F7A1A9A8F52054F7E736091C357A3A8FA; IL2CPP_EXTERN_C String_t* _stringLiteral40CE956790AA4C33CBD8FA49D1FBE900AEF19F2F; IL2CPP_EXTERN_C String_t* _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB; IL2CPP_EXTERN_C String_t* _stringLiteral583BE0ADE1FF6F6F40A94449D3B3A0A8848BC5B7; IL2CPP_EXTERN_C String_t* _stringLiteral60F254C44506228699515D64C3B3D95D5CF71AEA; IL2CPP_EXTERN_C String_t* _stringLiteral7104683478F314A2B72BD490A669FACBED185EC9; IL2CPP_EXTERN_C String_t* _stringLiteral9D9BE818E3216E4577AB98D9EA5F5BA24091D115; IL2CPP_EXTERN_C String_t* _stringLiteralB69B0EDA5A629E13D041B8E10FA3C9918006B2F8; IL2CPP_EXTERN_C String_t* _stringLiteralB6D94CB1C81917109E8441A1E38896FD06E6811F; IL2CPP_EXTERN_C String_t* _stringLiteralE4D4C30AA795D1AEF4E460BCCD16B500844DDD98; IL2CPP_EXTERN_C String_t* _stringLiteralF0C8C66CEFB2897320AAD0C7FF21B306684E55D2; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m7225F95C903CBA1F23C868D652C5F59880E3F7C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisEnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116_m88EB3FA9D4AD76F6B1D88B077B4FF88765B08734_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EnemySpawner_SpawnRandomEnemy_m4842EA70140F36EF37E69A13A99AB9539B5F6E40_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m676BB3822C948AEC2D14F8A67A78D3E87C44D0DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisOnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F_m7ABB78FDA87F6D4FCADFEA32ADC8DEE1E7100EDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mA29633105F037752F2E0C77F707F1DEB13B87CB3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m7AB707ADE023585729593334A399B3FF485A7982_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mFAD32CB3130E71D5F5B9B07957BBC7F70096A936_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7AF0BD76488A3CB58166CE4CFE1DDB3CB6AC31A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mAB148BF0E3CF1F336D76377BD01824F30A0582C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mD25928AC162209B2412944BE6231B4C2D17F9CDB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mF8A173EC6B476F8A8CB8F1B0248489B1C668BE82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CBeginArmingU3Ed__19_System_Collections_IEnumerator_Reset_mDE7137B5C8382C586D183FEF76F982DF25AD1E1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CBossExplosionU3Ed__82_System_Collections_IEnumerator_Reset_m70622AE55BB7C2B117730FCCFCD21CBA62C3A8FF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CBossMusicCountdownU3Ed__41_System_Collections_IEnumerator_Reset_mAF5617C337CC46046E2D2D1A4CA0E42C470889F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CBriefPauseU3Ed__2_System_Collections_IEnumerator_Reset_mDD6291F8EE4CE77DCC444EAA801289CE269E01A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CCacheFontU3Ed__3_System_Collections_IEnumerator_Reset_m5CF401E2ABDB1BA3A3B2FA66857805091608FA6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedDroneTrackingU3Ed__94_System_Collections_IEnumerator_Reset_m08196E9E9812A260D2AB541B12C5B9B2E5B55876_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedHitAudioU3Ed__16_System_Collections_IEnumerator_Reset_mD4D4DA4A25B25AD44A7EA02219F94B8B89FEB227_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedLocalSetU3Ed__52_System_Collections_IEnumerator_Reset_mC09DD2C3626ECB937CA09636960F76DBDC96F698_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedSetInactiveU3Ed__30_System_Collections_IEnumerator_Reset_m29BD12F7CE1C4FCD6242EAFC089A62D16C673DC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedStageAdvanceU3Ed__18_System_Collections_IEnumerator_Reset_m0C94C59E315AA462B1171BFD44C74233242B750C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedStartupAudioU3Ed__116_System_Collections_IEnumerator_Reset_m67D2589D2D2F0065DD70925CA8B26894C00D6426_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayedWaveStartU3Ed__46_System_Collections_IEnumerator_Reset_m4A1414F99344162843475EBD5BCB7A4C9CE17DC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDestroyAfterSecondsU3Ed__7_System_Collections_IEnumerator_Reset_mA2D69634ECEC13AA23444E5840FE979C00418B18_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDestroyOnAnimationDoneU3Ed__22_System_Collections_IEnumerator_Reset_m53F14CB455F9555B816F85D58FC2BB4CCEAA780D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDestructionCountdownU3Ed__19_System_Collections_IEnumerator_Reset_mD5D1BE453BD732AA6BAAC67420A613C9DA69E202_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDestructionCountdownU3Ed__6_System_Collections_IEnumerator_Reset_m74C80F71608E28E900A5F1BFA877519CFA052F0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CDisableBeamU3Ed__9_System_Collections_IEnumerator_Reset_m6A5C445C4D5A38F3A951356E0CFE6FE77BE0DDD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CEnableBeamU3Ed__10_System_Collections_IEnumerator_Reset_m21EF7415F142896C03C15D2A48D2A3EAA50B17F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CExplodeAfterSecondsU3Ed__35_System_Collections_IEnumerator_Reset_m1E120EE4A711C6CFEDA1277900617E62DB00FBE3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFadeInMainAudioU3Ed__28_System_Collections_IEnumerator_Reset_mA252CDCECBF90F2A0DF084DA0CB56CEEAAF7537D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFadeOutOnDelayU3Ed__27_System_Collections_IEnumerator_Reset_m2C2D643ABA1751FEC28604F0F57587B28AD4B834_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFadeOutU3Ed__107_System_Collections_IEnumerator_Reset_mE5FD6E1AD8C78C6F6D2A4E8879E40487259A3618_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFadeOutU3Ed__19_System_Collections_IEnumerator_Reset_mFE43379B53A755BCF4E9A3D1D5C0855C8882E52C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFlashU3Ed__31_System_Collections_IEnumerator_Reset_mD8340E22AA5850377A75C3CFB64B295D11F15031_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CHideMainMenuU3Ed__112_System_Collections_IEnumerator_Reset_m5ED5429D3BE74A57598AE2C8B5CCA7277C731081_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLegStartupU3Ed__52_System_Collections_IEnumerator_Reset_m549D404DC7F7A26630305737C75C2C5E8BD4D95E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadFirstStageU3Ed__111_System_Collections_IEnumerator_Reset_m91CFB47844ED804331AF66C966187B025E336185_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadFirstStageU3Ed__93_System_Collections_IEnumerator_Reset_mADEE75BDD9FA86FDE71CDC2FDE91D5096B7C6EFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadNextStageU3Ed__108_System_Collections_IEnumerator_Reset_m57DEA6158548B0EE2646F638CAB305FAC74A0DF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadNextStageU3Ed__20_System_Collections_IEnumerator_Reset_m149F265C6E45FCB1FDEBD0F2854CFDCE13C521A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadNextStageU3Ed__3_System_Collections_IEnumerator_Reset_mF9D7FAD88C5E16DC70CB92F3A8F7F5F5EB21112B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CLoadTitleStageU3Ed__110_System_Collections_IEnumerator_Reset_mD074165777A554B52F1ADFA536E729E0A28BA918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CNearDestinationU3Ed__21_System_Collections_IEnumerator_Reset_m8FBC136412F5F503E650FC1807CDCA731B513DBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CNearDestinationU3Ed__22_System_Collections_IEnumerator_Reset_mD932F8A38685F5A22C28AB89DF1FCF1DC1D9A84D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPerformBuildingCollisionChecksU3Ed__30_System_Collections_IEnumerator_Reset_m74528E5041C5EB979D6F6C1368C310BEC8314202_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPerformTouchRumbleU3Ed__13_System_Collections_IEnumerator_Reset_m9B6D00967F0E0715051509D78DC211E96F90FAC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPerformTouchRumbleU3Ed__15_System_Collections_IEnumerator_Reset_m7F02673D537DC7DC527FC3F95F20DB86119064D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPerformWeaponFireRumbleU3Ed__15_System_Collections_IEnumerator_Reset_m0D4EE6E04D2C74D799839FEFF64F2AEFDC9ABCA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPerformWeaponFireRumbleU3Ed__17_System_Collections_IEnumerator_Reset_mAE419B35F89576ADB98ECE7EBE65DB8EBD64D3D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPlaceExistingU3Ed__38_System_Collections_IEnumerator_Reset_m3B20C0D4E8F5DE16EF53E4CD0C83811363EFCAD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPlayCasingSoundU3Ed__153_System_Collections_IEnumerator_Reset_m72A54611BE819D3F616B08907097367E0390B8DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CPlayTextU3Ed__13_System_Collections_IEnumerator_Reset_m11EFF52A3C5EE782BA60907F153D33464E6FD76B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CProcessClipRequestU3Ed__15_System_Collections_IEnumerator_Reset_mC17ECC869D863995FA0B1E59C605370FC120AD64_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRampingU3Ed__31_System_Collections_IEnumerator_Reset_m5CBB6D5C018148C17C26A402AB119C55D7EFBB5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRestartU3Ed__109_System_Collections_IEnumerator_Reset_m8DDA3703518302B6333DE7B30FAF686B4258C3B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRollerDropU3Ed__36_System_Collections_IEnumerator_Reset_mFDA87F8D8D2DBF61599B87D2FB9ED4EADC1433E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CRunDeathAnimationU3Ed__34_System_Collections_IEnumerator_Reset_m5E302AD2165AB56E855F1EBDB8322B146021061C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CShowLevelCompleteU3Ed__114_System_Collections_IEnumerator_Reset_m4A36FCB874BD3E2810F146C1F6143B7B5AAC9C68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CShowMainMenuU3Ed__113_System_Collections_IEnumerator_Reset_m2EE00FED767D2ED171FEA444991368F203B279C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CShowRestartStageU3Ed__115_System_Collections_IEnumerator_Reset_m2BAFBC7908B91BC0EAB7FBAE85AD35280F19D3B8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSpawnOnDelayU3Ed__8_System_Collections_IEnumerator_Reset_m273576F97E4CBD60CAD78526B35B8CDB6A494529_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSpeedBoostU3Ed__19_System_Collections_IEnumerator_Reset_m9248475202E95F8BE009AD0A6CAC52D8EE728FD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStaggerHPResetU3Ed__40_System_Collections_IEnumerator_Reset_mC6E2F349D094F9BC2CDA54164DD3D3E7949FAC9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartAfterSecondsU3Ed__7_System_Collections_IEnumerator_Reset_m6DA0233F890B9C2CB4C66EA342C69C4BD86004F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CStartAutoAdvanceU3Ed__26_System_Collections_IEnumerator_Reset_m76EDF677A1E8496C4328B5ADD936B0CCD94B9AB8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CSwitchScreenU3Ed__5_System_Collections_IEnumerator_Reset_m6374E485F57C1C6484023000BABC0B62D0314381_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CTimedGripEnableU3Ed__56_System_Collections_IEnumerator_Reset_m8B0BA61E37584D4D48BF81606FDCE6F8D0E8D684_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CUpdateMissileCounterU3Ed__152_System_Collections_IEnumerator_Reset_mF2E59E96704BF0E76CBAF305332B06D991DA8CC4_RuntimeMethod_var; struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.List`1 struct List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* ____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_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44, ____items_1)); } inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* get__items_1() const { return ____items_1; } inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463** get_address_of__items_1() { return &____items_1; } inline void set__items_1(BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* 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_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44, ____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_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44, ____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_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44, ____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); } }; // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____items_1)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get__items_1() const { return ____items_1; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* 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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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_t6D0A10F47F3440798295D2FFFC6D016477AF38E5, ____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); } }; // System.Collections.Generic.List`1 struct List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE* ____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_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9, ____items_1)); } inline GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE* get__items_1() const { return ____items_1; } inline GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE* 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_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9, ____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_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9, ____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_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9, ____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); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____items_1)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__items_1() const { return ____items_1; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // UnityEngine.CustomYieldInstruction struct CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 : public RuntimeObject { public: public: }; // DataManager struct DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F : public RuntimeObject { public: public: }; // GridBlock struct GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 : public RuntimeObject { public: // UnityEngine.GameObject GridBlock::blockObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___blockObject_1; // System.Boolean GridBlock::flagForBuildingCheck bool ___flagForBuildingCheck_2; // System.Boolean GridBlock::justAdded bool ___justAdded_3; // System.Collections.Generic.List`1 GridBlock::buildingsOnGrid List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * ___buildingsOnGrid_4; // BuildingPlacer[] GridBlock::placers BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* ___placers_5; public: inline static int32_t get_offset_of_blockObject_1() { return static_cast(offsetof(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431, ___blockObject_1)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_blockObject_1() const { return ___blockObject_1; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_blockObject_1() { return &___blockObject_1; } inline void set_blockObject_1(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___blockObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___blockObject_1), (void*)value); } inline static int32_t get_offset_of_flagForBuildingCheck_2() { return static_cast(offsetof(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431, ___flagForBuildingCheck_2)); } inline bool get_flagForBuildingCheck_2() const { return ___flagForBuildingCheck_2; } inline bool* get_address_of_flagForBuildingCheck_2() { return &___flagForBuildingCheck_2; } inline void set_flagForBuildingCheck_2(bool value) { ___flagForBuildingCheck_2 = value; } inline static int32_t get_offset_of_justAdded_3() { return static_cast(offsetof(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431, ___justAdded_3)); } inline bool get_justAdded_3() const { return ___justAdded_3; } inline bool* get_address_of_justAdded_3() { return &___justAdded_3; } inline void set_justAdded_3(bool value) { ___justAdded_3 = value; } inline static int32_t get_offset_of_buildingsOnGrid_4() { return static_cast(offsetof(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431, ___buildingsOnGrid_4)); } inline List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * get_buildingsOnGrid_4() const { return ___buildingsOnGrid_4; } inline List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 ** get_address_of_buildingsOnGrid_4() { return &___buildingsOnGrid_4; } inline void set_buildingsOnGrid_4(List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * value) { ___buildingsOnGrid_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildingsOnGrid_4), (void*)value); } inline static int32_t get_offset_of_placers_5() { return static_cast(offsetof(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431, ___placers_5)); } inline BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* get_placers_5() const { return ___placers_5; } inline BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD** get_address_of_placers_5() { return &___placers_5; } inline void set_placers_5(BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* value) { ___placers_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___placers_5), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.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; } }; // UnityEngine.Events.UnityEventBase struct UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB : public RuntimeObject { public: // UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * ___m_Calls_0; // UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * ___m_PersistentCalls_1; // System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty bool ___m_CallsDirty_2; public: inline static int32_t get_offset_of_m_Calls_0() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_Calls_0)); } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * get_m_Calls_0() const { return ___m_Calls_0; } inline InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 ** get_address_of_m_Calls_0() { return &___m_Calls_0; } inline void set_m_Calls_0(InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9 * value) { ___m_Calls_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value); } inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_PersistentCalls_1)); } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; } inline PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; } inline void set_m_PersistentCalls_1(PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC * value) { ___m_PersistentCalls_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value); } inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast(offsetof(UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB, ___m_CallsDirty_2)); } inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; } inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; } inline void set_m_CallsDirty_2(bool value) { ___m_CallsDirty_2 = value; } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { }; // Native definition for COM marshalling of UnityEngine.YieldInstruction struct YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { }; // AssassinAnimationController/d__19 struct U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 : public RuntimeObject { public: // System.Int32 AssassinAnimationController/d__19::<>1__state int32_t ___U3CU3E1__state_0; // System.Object AssassinAnimationController/d__19::<>2__current RuntimeObject * ___U3CU3E2__current_1; // AssassinAnimationController AssassinAnimationController/d__19::<>4__this AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252, ___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(U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252, ___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(U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252, ___U3CU3E4__this_2)); } inline AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BasicDroneMovement/d__22 struct U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF : public RuntimeObject { public: // System.Int32 BasicDroneMovement/d__22::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BasicDroneMovement/d__22::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BasicDroneMovement BasicDroneMovement/d__22::<>4__this BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF, ___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(U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF, ___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(U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF, ___U3CU3E4__this_2)); } inline BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BeamFireable/d__9 struct U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E : public RuntimeObject { public: // System.Int32 BeamFireable/d__9::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BeamFireable/d__9::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BeamFireable BeamFireable/d__9::<>4__this BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E, ___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(U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E, ___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(U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E, ___U3CU3E4__this_2)); } inline BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BeamFireable/d__10 struct U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A : public RuntimeObject { public: // System.Int32 BeamFireable/d__10::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BeamFireable/d__10::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BeamFireable BeamFireable/d__10::<>4__this BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A, ___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(U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A, ___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(U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A, ___U3CU3E4__this_2)); } inline BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // BikeAnimationController/d__31 struct U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 : public RuntimeObject { public: // System.Int32 BikeAnimationController/d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BikeAnimationController/d__31::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BikeAnimationController BikeAnimationController/d__31::<>4__this BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * ___U3CU3E4__this_2; // System.Single BikeAnimationController/d__31::rampedRate float ___rampedRate_3; // System.Single BikeAnimationController/d__31::rampSize float ___rampSize_4; // System.Single BikeAnimationController/d__31::duration float ___duration_5; // System.Single BikeAnimationController/d__31::5__2 float ___U3CnormalSizeU3E5__2_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___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(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___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(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___U3CU3E4__this_2)); } inline BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_rampedRate_3() { return static_cast(offsetof(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___rampedRate_3)); } inline float get_rampedRate_3() const { return ___rampedRate_3; } inline float* get_address_of_rampedRate_3() { return &___rampedRate_3; } inline void set_rampedRate_3(float value) { ___rampedRate_3 = value; } inline static int32_t get_offset_of_rampSize_4() { return static_cast(offsetof(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___rampSize_4)); } inline float get_rampSize_4() const { return ___rampSize_4; } inline float* get_address_of_rampSize_4() { return &___rampSize_4; } inline void set_rampSize_4(float value) { ___rampSize_4 = value; } inline static int32_t get_offset_of_duration_5() { return static_cast(offsetof(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___duration_5)); } inline float get_duration_5() const { return ___duration_5; } inline float* get_address_of_duration_5() { return &___duration_5; } inline void set_duration_5(float value) { ___duration_5 = value; } inline static int32_t get_offset_of_U3CnormalSizeU3E5__2_6() { return static_cast(offsetof(U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9, ___U3CnormalSizeU3E5__2_6)); } inline float get_U3CnormalSizeU3E5__2_6() const { return ___U3CnormalSizeU3E5__2_6; } inline float* get_address_of_U3CnormalSizeU3E5__2_6() { return &___U3CnormalSizeU3E5__2_6; } inline void set_U3CnormalSizeU3E5__2_6(float value) { ___U3CnormalSizeU3E5__2_6 = value; } }; // BossTrainBehavior/d__26 struct U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 : public RuntimeObject { public: // System.Int32 BossTrainBehavior/d__26::<>1__state int32_t ___U3CU3E1__state_0; // System.Object BossTrainBehavior/d__26::<>2__current RuntimeObject * ___U3CU3E2__current_1; // BossTrainBehavior BossTrainBehavior/d__26::<>4__this BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7, ___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(U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7, ___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(U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7, ___U3CU3E4__this_2)); } inline BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Breakable/d__30 struct U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF : public RuntimeObject { public: // System.Int32 Breakable/d__30::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Breakable/d__30::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Breakable Breakable/d__30::<>4__this Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF, ___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(U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF, ___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(U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF, ___U3CU3E4__this_2)); } inline Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Cannon/d__22 struct U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 : public RuntimeObject { public: // System.Int32 Cannon/d__22::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Cannon/d__22::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Cannon Cannon/d__22::<>4__this Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1, ___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(U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1, ___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(U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1, ___U3CU3E4__this_2)); } inline Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // DreadnaughtBehavior/d__40 struct U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F : public RuntimeObject { public: // System.Int32 DreadnaughtBehavior/d__40::<>1__state int32_t ___U3CU3E1__state_0; // System.Object DreadnaughtBehavior/d__40::<>2__current RuntimeObject * ___U3CU3E2__current_1; // DreadnaughtBehavior DreadnaughtBehavior/d__40::<>4__this DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F, ___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(U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F, ___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(U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F, ___U3CU3E4__this_2)); } inline DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // EnemyBikeAnimationController/d__35 struct U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E : public RuntimeObject { public: // System.Int32 EnemyBikeAnimationController/d__35::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EnemyBikeAnimationController/d__35::<>2__current RuntimeObject * ___U3CU3E2__current_1; // EnemyBikeAnimationController EnemyBikeAnimationController/d__35::<>4__this EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E, ___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(U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E, ___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(U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E, ___U3CU3E4__this_2)); } inline EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // EnemyBikeAnimationController/d__34 struct U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD : public RuntimeObject { public: // System.Int32 EnemyBikeAnimationController/d__34::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EnemyBikeAnimationController/d__34::<>2__current RuntimeObject * ___U3CU3E2__current_1; // EnemyBikeAnimationController EnemyBikeAnimationController/d__34::<>4__this EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD, ___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(U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD, ___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(U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD, ___U3CU3E4__this_2)); } inline EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // EnemySpawner/d__8 struct U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 : public RuntimeObject { public: // System.Int32 EnemySpawner/d__8::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EnemySpawner/d__8::<>2__current RuntimeObject * ___U3CU3E2__current_1; // EnemySpawner EnemySpawner/d__8::<>4__this EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138, ___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(U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138, ___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(U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138, ___U3CU3E4__this_2)); } inline EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // FMODMusicManager/d__41 struct U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 : public RuntimeObject { public: // System.Int32 FMODMusicManager/d__41::<>1__state int32_t ___U3CU3E1__state_0; // System.Object FMODMusicManager/d__41::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single FMODMusicManager/d__41::timeTil float ___timeTil_2; // FMODMusicManager FMODMusicManager/d__41::<>4__this FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1, ___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(U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1, ___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_timeTil_2() { return static_cast(offsetof(U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1, ___timeTil_2)); } inline float get_timeTil_2() const { return ___timeTil_2; } inline float* get_address_of_timeTil_2() { return &___timeTil_2; } inline void set_timeTil_2(float value) { ___timeTil_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1, ___U3CU3E4__this_3)); } inline FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // FlyerMovementApproach/d__21 struct U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A : public RuntimeObject { public: // System.Int32 FlyerMovementApproach/d__21::<>1__state int32_t ___U3CU3E1__state_0; // System.Object FlyerMovementApproach/d__21::<>2__current RuntimeObject * ___U3CU3E2__current_1; // FlyerMovementApproach FlyerMovementApproach/d__21::<>4__this FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A, ___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(U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A, ___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(U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A, ___U3CU3E4__this_2)); } inline FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // FontCacher/d__3 struct U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 : public RuntimeObject { public: // System.Int32 FontCacher/d__3::<>1__state int32_t ___U3CU3E1__state_0; // System.Object FontCacher/d__3::<>2__current RuntimeObject * ___U3CU3E2__current_1; // FontCacher FontCacher/d__3::<>4__this FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0, ___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(U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0, ___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(U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0, ___U3CU3E4__this_2)); } inline FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__116 struct U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD : public RuntimeObject { public: // System.Int32 GameMenu/d__116::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__116::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single GameMenu/d__116::delay float ___delay_2; // GameMenu GameMenu/d__116::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD, ___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(U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_delay_2() { return static_cast(offsetof(U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD, ___delay_2)); } inline float get_delay_2() const { return ___delay_2; } inline float* get_address_of_delay_2() { return &___delay_2; } inline void set_delay_2(float value) { ___delay_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD, ___U3CU3E4__this_3)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // GameMenu/d__107 struct U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF : public RuntimeObject { public: // System.Int32 GameMenu/d__107::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__107::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__107::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF, ___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(U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF, ___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(U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__112 struct U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C : public RuntimeObject { public: // System.Int32 GameMenu/d__112::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__112::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__112::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C, ___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(U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C, ___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(U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__111 struct U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 : public RuntimeObject { public: // System.Int32 GameMenu/d__111::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__111::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__111::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9, ___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(U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9, ___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(U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__108 struct U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 : public RuntimeObject { public: // System.Int32 GameMenu/d__108::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__108::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Boolean GameMenu/d__108::allowActivation bool ___allowActivation_2; // GameMenu GameMenu/d__108::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_3; // System.String GameMenu/d__108::nextScene String_t* ___nextScene_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478, ___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(U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478, ___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_allowActivation_2() { return static_cast(offsetof(U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478, ___allowActivation_2)); } inline bool get_allowActivation_2() const { return ___allowActivation_2; } inline bool* get_address_of_allowActivation_2() { return &___allowActivation_2; } inline void set_allowActivation_2(bool value) { ___allowActivation_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478, ___U3CU3E4__this_3)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_nextScene_4() { return static_cast(offsetof(U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478, ___nextScene_4)); } inline String_t* get_nextScene_4() const { return ___nextScene_4; } inline String_t** get_address_of_nextScene_4() { return &___nextScene_4; } inline void set_nextScene_4(String_t* value) { ___nextScene_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextScene_4), (void*)value); } }; // GameMenu/d__110 struct U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 : public RuntimeObject { public: // System.Int32 GameMenu/d__110::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__110::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__110::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82, ___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(U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82, ___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(U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__109 struct U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA : public RuntimeObject { public: // System.Int32 GameMenu/d__109::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__109::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__109::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; // System.Boolean GameMenu/d__109::fromCheckpoint bool ___fromCheckpoint_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA, ___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(U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA, ___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(U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_fromCheckpoint_3() { return static_cast(offsetof(U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA, ___fromCheckpoint_3)); } inline bool get_fromCheckpoint_3() const { return ___fromCheckpoint_3; } inline bool* get_address_of_fromCheckpoint_3() { return &___fromCheckpoint_3; } inline void set_fromCheckpoint_3(bool value) { ___fromCheckpoint_3 = value; } }; // GameMenu/d__114 struct U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B : public RuntimeObject { public: // System.Int32 GameMenu/d__114::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__114::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__114::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B, ___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(U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B, ___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(U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__113 struct U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A : public RuntimeObject { public: // System.Int32 GameMenu/d__113::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__113::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__113::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A, ___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(U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A, ___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(U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // GameMenu/d__115 struct U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 : public RuntimeObject { public: // System.Int32 GameMenu/d__115::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GameMenu/d__115::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GameMenu GameMenu/d__115::<>4__this GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___U3CU3E4__this_2; // System.Boolean GameMenu/d__115::withDescription bool ___withDescription_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993, ___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(U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993, ___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(U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993, ___U3CU3E4__this_2)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_withDescription_3() { return static_cast(offsetof(U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993, ___withDescription_3)); } inline bool get_withDescription_3() const { return ___withDescription_3; } inline bool* get_address_of_withDescription_3() { return &___withDescription_3; } inline void set_withDescription_3(bool value) { ___withDescription_3 = value; } }; // HammerheadFireControl/d__36 struct U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 : public RuntimeObject { public: // System.Int32 HammerheadFireControl/d__36::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HammerheadFireControl/d__36::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HammerheadFireControl HammerheadFireControl/d__36::<>4__this HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * ___U3CU3E4__this_2; // System.Int32 HammerheadFireControl/d__36::5__2 int32_t ___U3CiU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021, ___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(U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021, ___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(U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021, ___U3CU3E4__this_2)); } inline HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * 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(U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021, ___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; } }; // HandOpenXR/d__13 struct U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 : public RuntimeObject { public: // System.Int32 HandOpenXR/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HandOpenXR/d__13::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HandOpenXR HandOpenXR/d__13::<>4__this HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638, ___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(U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638, ___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(U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638, ___U3CU3E4__this_2)); } inline HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // HandOpenXR/d__15 struct U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F : public RuntimeObject { public: // System.Int32 HandOpenXR/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HandOpenXR/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HandOpenXR HandOpenXR/d__15::<>4__this HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F, ___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(U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F, ___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(U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F, ___U3CU3E4__this_2)); } inline HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Handlegun/d__56 struct U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E : public RuntimeObject { public: // System.Int32 Handlegun/d__56::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Handlegun/d__56::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single Handlegun/d__56::delay float ___delay_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E, ___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(U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_delay_2() { return static_cast(offsetof(U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E, ___delay_2)); } inline float get_delay_2() const { return ___delay_2; } inline float* get_address_of_delay_2() { return &___delay_2; } inline void set_delay_2(float value) { ___delay_2 = value; } }; // HarasserAnimationController/d__6 struct U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C : public RuntimeObject { public: // System.Int32 HarasserAnimationController/d__6::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HarasserAnimationController/d__6::<>2__current RuntimeObject * ___U3CU3E2__current_1; // HarasserAnimationController HarasserAnimationController/d__6::<>4__this HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C, ___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(U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C, ___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(U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C, ___U3CU3E4__this_2)); } inline HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // LeaderboardSlideshow/d__5 struct U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 : public RuntimeObject { public: // System.Int32 LeaderboardSlideshow/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LeaderboardSlideshow/d__5::<>2__current RuntimeObject * ___U3CU3E2__current_1; // LeaderboardSlideshow LeaderboardSlideshow/d__5::<>4__this LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76, ___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(U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76, ___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(U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76, ___U3CU3E4__this_2)); } inline LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // LoadTest/d__3 struct U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC : public RuntimeObject { public: // System.Int32 LoadTest/d__3::<>1__state int32_t ___U3CU3E1__state_0; // System.Object LoadTest/d__3::<>2__current RuntimeObject * ___U3CU3E2__current_1; // LoadTest LoadTest/d__3::<>4__this LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC, ___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(U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC, ___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(U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC, ___U3CU3E4__this_2)); } inline LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // ManticoreAnimationController/d__52 struct U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C : public RuntimeObject { public: // System.Int32 ManticoreAnimationController/d__52::<>1__state int32_t ___U3CU3E1__state_0; // System.Object ManticoreAnimationController/d__52::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single ManticoreAnimationController/d__52::afterSec float ___afterSec_2; // ManticoreAnimationController ManticoreAnimationController/d__52::<>4__this ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C, ___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(U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C, ___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_afterSec_2() { return static_cast(offsetof(U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C, ___afterSec_2)); } inline float get_afterSec_2() const { return ___afterSec_2; } inline float* get_address_of_afterSec_2() { return &___afterSec_2; } inline void set_afterSec_2(float value) { ___afterSec_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C, ___U3CU3E4__this_3)); } inline ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // MasterAudioController/d__28 struct U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B : public RuntimeObject { public: // System.Int32 MasterAudioController/d__28::<>1__state int32_t ___U3CU3E1__state_0; // System.Object MasterAudioController/d__28::<>2__current RuntimeObject * ___U3CU3E2__current_1; // MasterAudioController MasterAudioController/d__28::<>4__this MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B, ___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(U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B, ___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(U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B, ___U3CU3E4__this_2)); } inline MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // MasterAudioController/d__27 struct U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 : public RuntimeObject { public: // System.Int32 MasterAudioController/d__27::<>1__state int32_t ___U3CU3E1__state_0; // System.Object MasterAudioController/d__27::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single MasterAudioController/d__27::delay float ___delay_2; // System.Single MasterAudioController/d__27::transitionTime float ___transitionTime_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9, ___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(U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9, ___U3CU3E2__current_1)); } inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; } inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; } inline void set_U3CU3E2__current_1(RuntimeObject * value) { ___U3CU3E2__current_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value); } inline static int32_t get_offset_of_delay_2() { return static_cast(offsetof(U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9, ___delay_2)); } inline float get_delay_2() const { return ___delay_2; } inline float* get_address_of_delay_2() { return &___delay_2; } inline void set_delay_2(float value) { ___delay_2 = value; } inline static int32_t get_offset_of_transitionTime_3() { return static_cast(offsetof(U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9, ___transitionTime_3)); } inline float get_transitionTime_3() const { return ___transitionTime_3; } inline float* get_address_of_transitionTime_3() { return &___transitionTime_3; } inline void set_transitionTime_3(float value) { ___transitionTime_3 = value; } }; // MovingProjectileTest/d__7 struct U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC : public RuntimeObject { public: // System.Int32 MovingProjectileTest/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object MovingProjectileTest/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UnityEngine.GameObject MovingProjectileTest/d__7::projectile GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___projectile_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC, ___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(U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC, ___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_projectile_2() { return static_cast(offsetof(U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC, ___projectile_2)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_projectile_2() const { return ___projectile_2; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_projectile_2() { return &___projectile_2; } inline void set_projectile_2(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___projectile_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___projectile_2), (void*)value); } }; // Pauser/d__2 struct U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC : public RuntimeObject { public: // System.Int32 Pauser/d__2::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Pauser/d__2::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Pauser Pauser/d__2::<>4__this Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E * ___U3CU3E4__this_2; // System.Single Pauser/d__2::5__2 float ___U3CprevScaleU3E5__2_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC, ___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(U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC, ___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(U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC, ___U3CU3E4__this_2)); } inline Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CprevScaleU3E5__2_3() { return static_cast(offsetof(U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC, ___U3CprevScaleU3E5__2_3)); } inline float get_U3CprevScaleU3E5__2_3() const { return ___U3CprevScaleU3E5__2_3; } inline float* get_address_of_U3CprevScaleU3E5__2_3() { return &___U3CprevScaleU3E5__2_3; } inline void set_U3CprevScaleU3E5__2_3(float value) { ___U3CprevScaleU3E5__2_3 = value; } }; // ProximityMine/d__19 struct U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 : public RuntimeObject { public: // System.Int32 ProximityMine/d__19::<>1__state int32_t ___U3CU3E1__state_0; // System.Object ProximityMine/d__19::<>2__current RuntimeObject * ___U3CU3E2__current_1; // ProximityMine ProximityMine/d__19::<>4__this ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * ___U3CU3E4__this_2; // UnityEngine.Collision ProximityMine/d__19::collision Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * ___collision_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561, ___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(U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561, ___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(U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561, ___U3CU3E4__this_2)); } inline ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_collision_3() { return static_cast(offsetof(U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561, ___collision_3)); } inline Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * get_collision_3() const { return ___collision_3; } inline Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 ** get_address_of_collision_3() { return &___collision_3; } inline void set_collision_3(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * value) { ___collision_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___collision_3), (void*)value); } }; // RoadsideCreditsPlacer/d__18 struct U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 : public RuntimeObject { public: // System.Int32 RoadsideCreditsPlacer/d__18::<>1__state int32_t ___U3CU3E1__state_0; // System.Object RoadsideCreditsPlacer/d__18::<>2__current RuntimeObject * ___U3CU3E2__current_1; // RoadsideCreditsPlacer RoadsideCreditsPlacer/d__18::<>4__this RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340, ___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(U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340, ___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(U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340, ___U3CU3E4__this_2)); } inline RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // ScreenShot/<>c__DisplayClass15_0 struct U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C : public RuntimeObject { public: // System.String ScreenShot/<>c__DisplayClass15_0::filename String_t* ___filename_0; // System.Byte[] ScreenShot/<>c__DisplayClass15_0::fileHeader ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fileHeader_1; // System.Byte[] ScreenShot/<>c__DisplayClass15_0::fileData ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___fileData_2; public: inline static int32_t get_offset_of_filename_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C, ___filename_0)); } inline String_t* get_filename_0() const { return ___filename_0; } inline String_t** get_address_of_filename_0() { return &___filename_0; } inline void set_filename_0(String_t* value) { ___filename_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___filename_0), (void*)value); } inline static int32_t get_offset_of_fileHeader_1() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C, ___fileHeader_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fileHeader_1() const { return ___fileHeader_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fileHeader_1() { return &___fileHeader_1; } inline void set_fileHeader_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fileHeader_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileHeader_1), (void*)value); } inline static int32_t get_offset_of_fileData_2() { return static_cast(offsetof(U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C, ___fileData_2)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_fileData_2() const { return ___fileData_2; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_fileData_2() { return &___fileData_2; } inline void set_fileData_2(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___fileData_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileData_2), (void*)value); } }; // Sidearm/d__153 struct U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 : public RuntimeObject { public: // System.Int32 Sidearm/d__153::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Sidearm/d__153::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Sidearm Sidearm/d__153::<>4__this Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13, ___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(U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13, ___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(U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13, ___U3CU3E4__this_2)); } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // Sidearm/d__152 struct U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF : public RuntimeObject { public: // System.Int32 Sidearm/d__152::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Sidearm/d__152::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Sidearm Sidearm/d__152::<>4__this Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF, ___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(U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF, ___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(U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF, ___U3CU3E4__this_2)); } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // SoundFXRandomizer/d__15 struct U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 : public RuntimeObject { public: // System.Int32 SoundFXRandomizer/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object SoundFXRandomizer/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // SoundFXRandomizer SoundFXRandomizer/d__15::<>4__this SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * ___U3CU3E4__this_2; // System.Boolean SoundFXRandomizer/d__15::asOneShot bool ___asOneShot_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0, ___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(U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0, ___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(U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0, ___U3CU3E4__this_2)); } inline SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_asOneShot_3() { return static_cast(offsetof(U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0, ___asOneShot_3)); } inline bool get_asOneShot_3() const { return ___asOneShot_3; } inline bool* get_address_of_asOneShot_3() { return &___asOneShot_3; } inline void set_asOneShot_3(bool value) { ___asOneShot_3 = value; } }; // SpeedPad/d__19 struct U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 : public RuntimeObject { public: // System.Int32 SpeedPad/d__19::<>1__state int32_t ___U3CU3E1__state_0; // System.Object SpeedPad/d__19::<>2__current RuntimeObject * ___U3CU3E2__current_1; // SpeedPad SpeedPad/d__19::<>4__this SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409, ___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(U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409, ___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(U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409, ___U3CU3E4__this_2)); } inline SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // SpiderTankAnimationController/d__82 struct U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 : public RuntimeObject { public: // System.Int32 SpiderTankAnimationController/d__82::<>1__state int32_t ___U3CU3E1__state_0; // System.Object SpiderTankAnimationController/d__82::<>2__current RuntimeObject * ___U3CU3E2__current_1; // SpiderTankAnimationController SpiderTankAnimationController/d__82::<>4__this SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8, ___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(U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8, ___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(U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8, ___U3CU3E4__this_2)); } inline SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // StageAdvancer/d__19 struct U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 : public RuntimeObject { public: // System.Int32 StageAdvancer/d__19::<>1__state int32_t ___U3CU3E1__state_0; // System.Object StageAdvancer/d__19::<>2__current RuntimeObject * ___U3CU3E2__current_1; // StageAdvancer StageAdvancer/d__19::<>4__this StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65, ___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(U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65, ___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(U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65, ___U3CU3E4__this_2)); } inline StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // StageAdvancer/d__20 struct U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 : public RuntimeObject { public: // System.Int32 StageAdvancer/d__20::<>1__state int32_t ___U3CU3E1__state_0; // System.Object StageAdvancer/d__20::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Boolean StageAdvancer/d__20::allowActivation bool ___allowActivation_2; // StageAdvancer StageAdvancer/d__20::<>4__this StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * ___U3CU3E4__this_3; // System.String StageAdvancer/d__20::nextScene String_t* ___nextScene_4; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89, ___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(U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89, ___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_allowActivation_2() { return static_cast(offsetof(U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89, ___allowActivation_2)); } inline bool get_allowActivation_2() const { return ___allowActivation_2; } inline bool* get_address_of_allowActivation_2() { return &___allowActivation_2; } inline void set_allowActivation_2(bool value) { ___allowActivation_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89, ___U3CU3E4__this_3)); } inline StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } inline static int32_t get_offset_of_nextScene_4() { return static_cast(offsetof(U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89, ___nextScene_4)); } inline String_t* get_nextScene_4() const { return ___nextScene_4; } inline String_t** get_address_of_nextScene_4() { return &___nextScene_4; } inline void set_nextScene_4(String_t* value) { ___nextScene_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextScene_4), (void*)value); } }; // TailLightToggle/d__7 struct U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 : public RuntimeObject { public: // System.Int32 TailLightToggle/d__7::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TailLightToggle/d__7::<>2__current RuntimeObject * ___U3CU3E2__current_1; // System.Single TailLightToggle/d__7::seconds float ___seconds_2; // TailLightToggle TailLightToggle/d__7::<>4__this TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * ___U3CU3E4__this_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288, ___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(U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288, ___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_seconds_2() { return static_cast(offsetof(U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288, ___seconds_2)); } inline float get_seconds_2() const { return ___seconds_2; } inline float* get_address_of_seconds_2() { return &___seconds_2; } inline void set_seconds_2(float value) { ___seconds_2 = value; } inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast(offsetof(U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288, ___U3CU3E4__this_3)); } inline TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; } inline TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; } inline void set_U3CU3E4__this_3(TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * value) { ___U3CU3E4__this_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value); } }; // TutorialManager/d__94 struct U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 : public RuntimeObject { public: // System.Int32 TutorialManager/d__94::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TutorialManager/d__94::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TutorialManager TutorialManager/d__94::<>4__this TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * ___U3CU3E4__this_2; // UnityEngine.Transform TutorialManager/d__94::droneContainer Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___droneContainer_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299, ___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(U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299, ___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(U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299, ___U3CU3E4__this_2)); } inline TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_droneContainer_3() { return static_cast(offsetof(U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299, ___droneContainer_3)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_droneContainer_3() const { return ___droneContainer_3; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_droneContainer_3() { return &___droneContainer_3; } inline void set_droneContainer_3(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___droneContainer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___droneContainer_3), (void*)value); } }; // TutorialManager/d__93 struct U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 : public RuntimeObject { public: // System.Int32 TutorialManager/d__93::<>1__state int32_t ___U3CU3E1__state_0; // System.Object TutorialManager/d__93::<>2__current RuntimeObject * ___U3CU3E2__current_1; // TutorialManager TutorialManager/d__93::<>4__this TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364, ___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(U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364, ___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(U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364, ___U3CU3E4__this_2)); } inline TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // UITextTypeWriter/d__13 struct U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 : public RuntimeObject { public: // System.Int32 UITextTypeWriter/d__13::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UITextTypeWriter/d__13::<>2__current RuntimeObject * ___U3CU3E2__current_1; // UITextTypeWriter UITextTypeWriter/d__13::<>4__this UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * ___U3CU3E4__this_2; // System.String UITextTypeWriter/d__13::<>7__wrap1 String_t* ___U3CU3E7__wrap1_3; // System.Int32 UITextTypeWriter/d__13::<>7__wrap2 int32_t ___U3CU3E7__wrap2_4; // System.Char UITextTypeWriter/d__13::5__4 Il2CppChar ___U3CcU3E5__4_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78, ___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(U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78, ___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(U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78, ___U3CU3E4__this_2)); } inline UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap1_3() { return static_cast(offsetof(U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78, ___U3CU3E7__wrap1_3)); } inline String_t* get_U3CU3E7__wrap1_3() const { return ___U3CU3E7__wrap1_3; } inline String_t** get_address_of_U3CU3E7__wrap1_3() { return &___U3CU3E7__wrap1_3; } inline void set_U3CU3E7__wrap1_3(String_t* value) { ___U3CU3E7__wrap1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E7__wrap1_3), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap2_4() { return static_cast(offsetof(U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78, ___U3CU3E7__wrap2_4)); } inline int32_t get_U3CU3E7__wrap2_4() const { return ___U3CU3E7__wrap2_4; } inline int32_t* get_address_of_U3CU3E7__wrap2_4() { return &___U3CU3E7__wrap2_4; } inline void set_U3CU3E7__wrap2_4(int32_t value) { ___U3CU3E7__wrap2_4 = value; } inline static int32_t get_offset_of_U3CcU3E5__4_5() { return static_cast(offsetof(U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78, ___U3CcU3E5__4_5)); } inline Il2CppChar get_U3CcU3E5__4_5() const { return ___U3CcU3E5__4_5; } inline Il2CppChar* get_address_of_U3CcU3E5__4_5() { return &___U3CcU3E5__4_5; } inline void set_U3CcU3E5__4_5(Il2CppChar value) { ___U3CcU3E5__4_5 = value; } }; // VoiceAudioController/d__16 struct U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 : public RuntimeObject { public: // System.Int32 VoiceAudioController/d__16::<>1__state int32_t ___U3CU3E1__state_0; // System.Object VoiceAudioController/d__16::<>2__current RuntimeObject * ___U3CU3E2__current_1; // VoiceAudioController VoiceAudioController/d__16::<>4__this VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * ___U3CU3E4__this_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814, ___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(U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814, ___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(U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814, ___U3CU3E4__this_2)); } inline VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline VoiceAudioController_tB105B029452966F859B3863768637449878D5565 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } }; // WaveHandler/d__46 struct U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 : public RuntimeObject { public: // System.Int32 WaveHandler/d__46::<>1__state int32_t ___U3CU3E1__state_0; // System.Object WaveHandler/d__46::<>2__current RuntimeObject * ___U3CU3E2__current_1; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4, ___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(U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4, ___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); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * ___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 Building_t13262F618069952568925A1556080D290B9264F0 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110, ___list_0)); } inline List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * get_list_0() const { return ___list_0; } inline List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110, ___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_t79159945DFA5AE5961CB886DBDADA10C73580110, ___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_t79159945DFA5AE5961CB886DBDADA10C73580110, ___current_3)); } inline Building_t13262F618069952568925A1556080D290B9264F0 * get_current_3() const { return ___current_3; } inline Building_t13262F618069952568925A1556080D290B9264F0 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Building_t13262F618069952568925A1556080D290B9264F0 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * ___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 GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157, ___list_0)); } inline List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * get_list_0() const { return ___list_0; } inline List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157, ___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_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157, ___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_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157, ___current_3)); } inline GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * get_current_3() const { return ___current_3; } inline GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___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 Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___list_0)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_list_0() const { return ___list_0; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___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_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___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_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C, ___current_3)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_current_3() const { return ___current_3; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; // UnityEngine.Color struct Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 { public: // System.Single UnityEngine.Color::r float ___r_0; // System.Single UnityEngine.Color::g float ___g_1; // System.Single UnityEngine.Color::b float ___b_2; // System.Single UnityEngine.Color::a float ___a_3; public: inline static int32_t get_offset_of_r_0() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___r_0)); } inline float get_r_0() const { return ___r_0; } inline float* get_address_of_r_0() { return &___r_0; } inline void set_r_0(float value) { ___r_0 = value; } inline static int32_t get_offset_of_g_1() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___g_1)); } inline float get_g_1() const { return ___g_1; } inline float* get_address_of_g_1() { return &___g_1; } inline void set_g_1(float value) { ___g_1 = value; } inline static int32_t get_offset_of_b_2() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___b_2)); } inline float get_b_2() const { return ___b_2; } inline float* get_address_of_b_2() { return &___b_2; } inline void set_b_2(float value) { ___b_2 = value; } inline static int32_t get_offset_of_a_3() { return static_cast(offsetof(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659, ___a_3)); } inline float get_a_3() const { return ___a_3; } inline float* get_address_of_a_3() { return &___a_3; } inline void set_a_3(float value) { ___a_3 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // System.Runtime.InteropServices.GCHandle struct GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 { public: // System.Int32 System.Runtime.InteropServices.GCHandle::handle int32_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603, ___handle_0)); } inline int32_t get_handle_0() const { return ___handle_0; } inline int32_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(int32_t value) { ___handle_0 = value; } }; // UnityEngine.XR.HapticCapabilities struct HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D { public: // System.UInt32 UnityEngine.XR.HapticCapabilities::m_NumChannels uint32_t ___m_NumChannels_0; // System.Boolean UnityEngine.XR.HapticCapabilities::m_SupportsImpulse bool ___m_SupportsImpulse_1; // System.Boolean UnityEngine.XR.HapticCapabilities::m_SupportsBuffer bool ___m_SupportsBuffer_2; // System.UInt32 UnityEngine.XR.HapticCapabilities::m_BufferFrequencyHz uint32_t ___m_BufferFrequencyHz_3; // System.UInt32 UnityEngine.XR.HapticCapabilities::m_BufferMaxSize uint32_t ___m_BufferMaxSize_4; // System.UInt32 UnityEngine.XR.HapticCapabilities::m_BufferOptimalSize uint32_t ___m_BufferOptimalSize_5; public: inline static int32_t get_offset_of_m_NumChannels_0() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_NumChannels_0)); } inline uint32_t get_m_NumChannels_0() const { return ___m_NumChannels_0; } inline uint32_t* get_address_of_m_NumChannels_0() { return &___m_NumChannels_0; } inline void set_m_NumChannels_0(uint32_t value) { ___m_NumChannels_0 = value; } inline static int32_t get_offset_of_m_SupportsImpulse_1() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_SupportsImpulse_1)); } inline bool get_m_SupportsImpulse_1() const { return ___m_SupportsImpulse_1; } inline bool* get_address_of_m_SupportsImpulse_1() { return &___m_SupportsImpulse_1; } inline void set_m_SupportsImpulse_1(bool value) { ___m_SupportsImpulse_1 = value; } inline static int32_t get_offset_of_m_SupportsBuffer_2() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_SupportsBuffer_2)); } inline bool get_m_SupportsBuffer_2() const { return ___m_SupportsBuffer_2; } inline bool* get_address_of_m_SupportsBuffer_2() { return &___m_SupportsBuffer_2; } inline void set_m_SupportsBuffer_2(bool value) { ___m_SupportsBuffer_2 = value; } inline static int32_t get_offset_of_m_BufferFrequencyHz_3() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_BufferFrequencyHz_3)); } inline uint32_t get_m_BufferFrequencyHz_3() const { return ___m_BufferFrequencyHz_3; } inline uint32_t* get_address_of_m_BufferFrequencyHz_3() { return &___m_BufferFrequencyHz_3; } inline void set_m_BufferFrequencyHz_3(uint32_t value) { ___m_BufferFrequencyHz_3 = value; } inline static int32_t get_offset_of_m_BufferMaxSize_4() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_BufferMaxSize_4)); } inline uint32_t get_m_BufferMaxSize_4() const { return ___m_BufferMaxSize_4; } inline uint32_t* get_address_of_m_BufferMaxSize_4() { return &___m_BufferMaxSize_4; } inline void set_m_BufferMaxSize_4(uint32_t value) { ___m_BufferMaxSize_4 = value; } inline static int32_t get_offset_of_m_BufferOptimalSize_5() { return static_cast(offsetof(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D, ___m_BufferOptimalSize_5)); } inline uint32_t get_m_BufferOptimalSize_5() const { return ___m_BufferOptimalSize_5; } inline uint32_t* get_address_of_m_BufferOptimalSize_5() { return &___m_BufferOptimalSize_5; } inline void set_m_BufferOptimalSize_5(uint32_t value) { ___m_BufferOptimalSize_5 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.HapticCapabilities struct HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_marshaled_pinvoke { uint32_t ___m_NumChannels_0; int32_t ___m_SupportsImpulse_1; int32_t ___m_SupportsBuffer_2; uint32_t ___m_BufferFrequencyHz_3; uint32_t ___m_BufferMaxSize_4; uint32_t ___m_BufferOptimalSize_5; }; // Native definition for COM marshalling of UnityEngine.XR.HapticCapabilities struct HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D_marshaled_com { uint32_t ___m_NumChannels_0; int32_t ___m_SupportsImpulse_1; int32_t ___m_SupportsBuffer_2; uint32_t ___m_BufferFrequencyHz_3; uint32_t ___m_BufferMaxSize_4; uint32_t ___m_BufferOptimalSize_5; }; // UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E { public: // System.UInt64 UnityEngine.XR.InputDevice::m_DeviceId uint64_t ___m_DeviceId_1; // System.Boolean UnityEngine.XR.InputDevice::m_Initialized bool ___m_Initialized_2; public: inline static int32_t get_offset_of_m_DeviceId_1() { return static_cast(offsetof(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E, ___m_DeviceId_1)); } inline uint64_t get_m_DeviceId_1() const { return ___m_DeviceId_1; } inline uint64_t* get_address_of_m_DeviceId_1() { return &___m_DeviceId_1; } inline void set_m_DeviceId_1(uint64_t value) { ___m_DeviceId_1 = value; } inline static int32_t get_offset_of_m_Initialized_2() { return static_cast(offsetof(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E, ___m_Initialized_2)); } inline bool get_m_Initialized_2() const { return ___m_Initialized_2; } inline bool* get_address_of_m_Initialized_2() { return &___m_Initialized_2; } inline void set_m_Initialized_2(bool value) { ___m_Initialized_2 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_marshaled_pinvoke { uint64_t ___m_DeviceId_1; int32_t ___m_Initialized_2; }; // Native definition for COM marshalling of UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_marshaled_com { uint64_t ___m_DeviceId_1; int32_t ___m_Initialized_2; }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.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; } }; // UnityEngine.LayerMask struct LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 { public: // System.Int32 UnityEngine.LayerMask::m_Mask int32_t ___m_Mask_0; public: inline static int32_t get_offset_of_m_Mask_0() { return static_cast(offsetof(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8, ___m_Mask_0)); } inline int32_t get_m_Mask_0() const { return ___m_Mask_0; } inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; } inline void set_m_Mask_0(int32_t value) { ___m_Mask_0 = value; } }; // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 { public: // System.Single UnityEngine.Quaternion::x float ___x_0; // System.Single UnityEngine.Quaternion::y float ___y_1; // System.Single UnityEngine.Quaternion::z float ___z_2; // System.Single UnityEngine.Quaternion::w float ___w_3; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } inline static int32_t get_offset_of_z_2() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___z_2)); } inline float get_z_2() const { return ___z_2; } inline float* get_address_of_z_2() { return &___z_2; } inline void set_z_2(float value) { ___z_2 = value; } inline static int32_t get_offset_of_w_3() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4, ___w_3)); } inline float get_w_3() const { return ___w_3; } inline float* get_address_of_w_3() { return &___w_3; } inline void set_w_3(float value) { ___w_3 = value; } }; // UnityEngine.SceneManagement.Scene struct Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE { public: // System.Int32 UnityEngine.SceneManagement.Scene::m_Handle int32_t ___m_Handle_0; public: inline static int32_t get_offset_of_m_Handle_0() { return static_cast(offsetof(Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE, ___m_Handle_0)); } inline int32_t get_m_Handle_0() const { return ___m_Handle_0; } inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; } inline void set_m_Handle_0(int32_t value) { ___m_Handle_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * ____asyncActiveSemaphore_4; public: inline static int32_t get_offset_of__activeReadWriteTask_3() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____activeReadWriteTask_3)); } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * get__activeReadWriteTask_3() const { return ____activeReadWriteTask_3; } inline ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 ** get_address_of__activeReadWriteTask_3() { return &____activeReadWriteTask_3; } inline void set__activeReadWriteTask_3(ReadWriteTask_t32CD2C230786712954C1DB518DBE420A1F4C7974 * value) { ____activeReadWriteTask_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_3), (void*)value); } inline static int32_t get_offset_of__asyncActiveSemaphore_4() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB, ____asyncActiveSemaphore_4)); } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * get__asyncActiveSemaphore_4() const { return ____asyncActiveSemaphore_4; } inline SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 ** get_address_of__asyncActiveSemaphore_4() { return &____asyncActiveSemaphore_4; } inline void set__asyncActiveSemaphore_4(SemaphoreSlim_t3EF85FC980AE57957BEBB6B78E81DE2E3233D385 * value) { ____asyncActiveSemaphore_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_4), (void*)value); } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4, ___m_InvokeArray_3)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; } inline void set_m_InvokeArray_3(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_InvokeArray_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value); } }; // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 { public: // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; public: inline static int32_t get_offset_of_x_0() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___x_0)); } inline float get_x_0() const { return ___x_0; } inline float* get_address_of_x_0() { return &___x_0; } inline void set_x_0(float value) { ___x_0 = value; } inline static int32_t get_offset_of_y_1() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9, ___y_1)); } inline float get_y_1() const { return ___y_1; } inline float* get_address_of_y_1() { return &___y_1; } inline void set_y_1(float value) { ___y_1 = value; } }; // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E { public: // System.Single UnityEngine.Vector3::x float ___x_2; // System.Single UnityEngine.Vector3::y float ___y_3; // System.Single UnityEngine.Vector3::z float ___z_4; public: inline static int32_t get_offset_of_x_2() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___x_2)); } inline float get_x_2() const { return ___x_2; } inline float* get_address_of_x_2() { return &___x_2; } inline void set_x_2(float value) { ___x_2 = value; } inline static int32_t get_offset_of_y_3() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___y_3)); } inline float get_y_3() const { return ___y_3; } inline float* get_address_of_y_3() { return &___y_3; } inline void set_y_3(float value) { ___y_3 = value; } inline static int32_t get_offset_of_z_4() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E, ___z_4)); } inline float get_z_4() const { return ___z_4; } inline float* get_address_of_z_4() { return &___z_4; } inline void set_z_4(float value) { ___z_4 = value; } }; // UnityEngine.Vector3Int struct Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA { public: // System.Int32 UnityEngine.Vector3Int::m_X int32_t ___m_X_0; // System.Int32 UnityEngine.Vector3Int::m_Y int32_t ___m_Y_1; // System.Int32 UnityEngine.Vector3Int::m_Z int32_t ___m_Z_2; public: inline static int32_t get_offset_of_m_X_0() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA, ___m_X_0)); } inline int32_t get_m_X_0() const { return ___m_X_0; } inline int32_t* get_address_of_m_X_0() { return &___m_X_0; } inline void set_m_X_0(int32_t value) { ___m_X_0 = value; } inline static int32_t get_offset_of_m_Y_1() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA, ___m_Y_1)); } inline int32_t get_m_Y_1() const { return ___m_Y_1; } inline int32_t* get_address_of_m_Y_1() { return &___m_Y_1; } inline void set_m_Y_1(int32_t value) { ___m_Y_1 = value; } inline static int32_t get_offset_of_m_Z_2() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA, ___m_Z_2)); } inline int32_t get_m_Z_2() const { return ___m_Z_2; } inline int32_t* get_address_of_m_Z_2() { return &___m_Z_2; } inline void set_m_Z_2(int32_t value) { ___m_Z_2 = value; } }; // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 { public: // System.Single UnityEngine.Vector4::x float ___x_1; // System.Single UnityEngine.Vector4::y float ___y_2; // System.Single UnityEngine.Vector4::z float ___z_3; // System.Single UnityEngine.Vector4::w float ___w_4; public: inline static int32_t get_offset_of_x_1() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___x_1)); } inline float get_x_1() const { return ___x_1; } inline float* get_address_of_x_1() { return &___x_1; } inline void set_x_1(float value) { ___x_1 = value; } inline static int32_t get_offset_of_y_2() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___y_2)); } inline float get_y_2() const { return ___y_2; } inline float* get_address_of_y_2() { return &___y_2; } inline void set_y_2(float value) { ___y_2 = value; } inline static int32_t get_offset_of_z_3() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___z_3)); } inline float get_z_3() const { return ___z_3; } inline float* get_address_of_z_3() { return &___z_3; } inline void set_z_3(float value) { ___z_3 = value; } inline static int32_t get_offset_of_w_4() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7, ___w_4)); } inline float get_w_4() const { return ___w_4; } inline float* get_address_of_w_4() { return &___w_4; } inline void set_w_4(float value) { ___w_4 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.Single UnityEngine.WaitForSeconds::m_Seconds float ___m_Seconds_0; public: inline static int32_t get_offset_of_m_Seconds_0() { return static_cast(offsetof(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013, ___m_Seconds_0)); } inline float get_m_Seconds_0() const { return ___m_Seconds_0; } inline float* get_address_of_m_Seconds_0() { return &___m_Seconds_0; } inline void set_m_Seconds_0(float value) { ___m_Seconds_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { float ___m_Seconds_0; }; // Native definition for COM marshalling of UnityEngine.WaitForSeconds struct WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { float ___m_Seconds_0; }; // UnityEngine.WaitForSecondsRealtime struct WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 : public CustomYieldInstruction_t4ED1543FBAA3143362854EB1867B42E5D190A5C7 { public: // System.Single UnityEngine.WaitForSecondsRealtime::k__BackingField float ___U3CwaitTimeU3Ek__BackingField_0; // System.Single UnityEngine.WaitForSecondsRealtime::m_WaitUntilTime float ___m_WaitUntilTime_1; public: inline static int32_t get_offset_of_U3CwaitTimeU3Ek__BackingField_0() { return static_cast(offsetof(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40, ___U3CwaitTimeU3Ek__BackingField_0)); } inline float get_U3CwaitTimeU3Ek__BackingField_0() const { return ___U3CwaitTimeU3Ek__BackingField_0; } inline float* get_address_of_U3CwaitTimeU3Ek__BackingField_0() { return &___U3CwaitTimeU3Ek__BackingField_0; } inline void set_U3CwaitTimeU3Ek__BackingField_0(float value) { ___U3CwaitTimeU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_m_WaitUntilTime_1() { return static_cast(offsetof(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40, ___m_WaitUntilTime_1)); } inline float get_m_WaitUntilTime_1() const { return ___m_WaitUntilTime_1; } inline float* get_address_of_m_WaitUntilTime_1() { return &___m_WaitUntilTime_1; } inline void set_m_WaitUntilTime_1(float value) { ___m_WaitUntilTime_1 = value; } }; // /__StaticArrayInitTypeSize=24 struct __StaticArrayInitTypeSizeU3D24_t67FF271C0F935287E19C39C23031F037B6BE0672 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D24_t67FF271C0F935287E19C39C23031F037B6BE0672__padding[24]; }; public: }; // /__StaticArrayInitTypeSize=48 struct __StaticArrayInitTypeSizeU3D48_t705AC32457641F100BF95C49F4C107AD958CF5EF { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D48_t705AC32457641F100BF95C49F4C107AD958CF5EF__padding[48]; }; public: }; // UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/EmissionModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/EmissionModule struct EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B { public: // UnityEngine.ParticleSystem UnityEngine.ParticleSystem/MainModule::m_ParticleSystem ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; public: inline static int32_t get_offset_of_m_ParticleSystem_0() { return static_cast(offsetof(MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B, ___m_ParticleSystem_0)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_m_ParticleSystem_0() const { return ___m_ParticleSystem_0; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_m_ParticleSystem_0() { return &___m_ParticleSystem_0; } inline void set_m_ParticleSystem_0(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___m_ParticleSystem_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParticleSystem_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_pinvoke { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // Native definition for COM marshalling of UnityEngine.ParticleSystem/MainModule struct MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B_marshaled_com { ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___m_ParticleSystem_0; }; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.AsyncOperation::m_Ptr intptr_t ___m_Ptr_0; // System.Action`1 UnityEngine.AsyncOperation::m_completeCallback Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * ___m_completeCallback_1; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } inline static int32_t get_offset_of_m_completeCallback_1() { return static_cast(offsetof(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86, ___m_completeCallback_1)); } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * get_m_completeCallback_1() const { return ___m_completeCallback_1; } inline Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 ** get_address_of_m_completeCallback_1() { return &___m_completeCallback_1; } inline void set_m_completeCallback_1(Action_1_tC1348BEB2C677FD60E4B65764CA3A1CAFF6DFB31 * value) { ___m_completeCallback_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_completeCallback_1), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // Native definition for COM marshalling of UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; Il2CppMethodPointer ___m_completeCallback_1; }; // BikeType struct BikeType_t7CB3484C1BEE31A50B968BE70EB01CF88DFF5DCD { public: // System.Int32 BikeType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BikeType_t7CB3484C1BEE31A50B968BE70EB01CF88DFF5DCD, ___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; } }; // BuildingPlacerType struct BuildingPlacerType_t96079552CB7451578C5D723CC272A2C4B6339680 { public: // System.Int32 BuildingPlacerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BuildingPlacerType_t96079552CB7451578C5D723CC272A2C4B6339680, ___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; } }; // BuildingType struct BuildingType_tB516A301BA635E1ACB364D271C853CEA9A5CD66B { public: // System.Int32 BuildingType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BuildingType_tB516A301BA635E1ACB364D271C853CEA9A5CD66B, ___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; } }; // FMOD.Studio.Bus struct Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 { public: // System.IntPtr FMOD.Studio.Bus::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 : public RuntimeObject { public: // UnityEngine.Vector3 UnityEngine.Collision::m_Impulse Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; // UnityEngine.Vector3 UnityEngine.Collision::m_RelativeVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; // UnityEngine.Component UnityEngine.Collision::m_Body Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___m_Body_2; // UnityEngine.Collider UnityEngine.Collision::m_Collider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; // System.Int32 UnityEngine.Collision::m_ContactCount int32_t ___m_ContactCount_4; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_ReusedContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_ReusedContacts_5; // UnityEngine.ContactPoint[] UnityEngine.Collision::m_LegacyContacts ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* ___m_LegacyContacts_6; public: inline static int32_t get_offset_of_m_Impulse_0() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Impulse_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Impulse_0() const { return ___m_Impulse_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Impulse_0() { return &___m_Impulse_0; } inline void set_m_Impulse_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Impulse_0 = value; } inline static int32_t get_offset_of_m_RelativeVelocity_1() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_RelativeVelocity_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_RelativeVelocity_1() const { return ___m_RelativeVelocity_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_RelativeVelocity_1() { return &___m_RelativeVelocity_1; } inline void set_m_RelativeVelocity_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_RelativeVelocity_1 = value; } inline static int32_t get_offset_of_m_Body_2() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Body_2)); } inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * get_m_Body_2() const { return ___m_Body_2; } inline Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 ** get_address_of_m_Body_2() { return &___m_Body_2; } inline void set_m_Body_2(Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * value) { ___m_Body_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Body_2), (void*)value); } inline static int32_t get_offset_of_m_Collider_3() { return static_cast(offsetof(Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_Collider_3)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_m_Collider_3() const { return ___m_Collider_3; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_m_Collider_3() { return &___m_Collider_3; } inline void set_m_Collider_3(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * 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_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___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_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_ReusedContacts_5)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_ReusedContacts_5() const { return ___m_ReusedContacts_5; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_ReusedContacts_5() { return &___m_ReusedContacts_5; } inline void set_m_ReusedContacts_5(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* 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_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0, ___m_LegacyContacts_6)); } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* get_m_LegacyContacts_6() const { return ___m_LegacyContacts_6; } inline ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B** get_address_of_m_LegacyContacts_6() { return &___m_LegacyContacts_6; } inline void set_m_LegacyContacts_6(ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B* value) { ___m_LegacyContacts_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_LegacyContacts_6), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_pinvoke { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___m_Body_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // Native definition for COM marshalling of UnityEngine.Collision struct Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0_marshaled_com { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Impulse_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_RelativeVelocity_1; Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * ___m_Body_2; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___m_Collider_3; int32_t ___m_ContactCount_4; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_ReusedContacts_5; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * ___m_LegacyContacts_6; }; // UnityEngine.CollisionDetectionMode struct CollisionDetectionMode_t27C32CDA300AD4F1A49B788078FA7765C54D8165 { public: // System.Int32 UnityEngine.CollisionDetectionMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CollisionDetectionMode_t27C32CDA300AD4F1A49B788078FA7765C54D8165, ___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.ContactPoint struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 { public: // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.ContactPoint::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.Int32 UnityEngine.ContactPoint::m_ThisColliderInstanceID int32_t ___m_ThisColliderInstanceID_2; // System.Int32 UnityEngine.ContactPoint::m_OtherColliderInstanceID int32_t ___m_OtherColliderInstanceID_3; // System.Single UnityEngine.ContactPoint::m_Separation float ___m_Separation_4; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_ThisColliderInstanceID_2() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_ThisColliderInstanceID_2)); } inline int32_t get_m_ThisColliderInstanceID_2() const { return ___m_ThisColliderInstanceID_2; } inline int32_t* get_address_of_m_ThisColliderInstanceID_2() { return &___m_ThisColliderInstanceID_2; } inline void set_m_ThisColliderInstanceID_2(int32_t value) { ___m_ThisColliderInstanceID_2 = value; } inline static int32_t get_offset_of_m_OtherColliderInstanceID_3() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_OtherColliderInstanceID_3)); } inline int32_t get_m_OtherColliderInstanceID_3() const { return ___m_OtherColliderInstanceID_3; } inline int32_t* get_address_of_m_OtherColliderInstanceID_3() { return &___m_OtherColliderInstanceID_3; } inline void set_m_OtherColliderInstanceID_3(int32_t value) { ___m_OtherColliderInstanceID_3 = value; } inline static int32_t get_offset_of_m_Separation_4() { return static_cast(offsetof(ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017, ___m_Separation_4)); } inline float get_m_Separation_4() const { return ___m_Separation_4; } inline float* get_address_of_m_Separation_4() { return &___m_Separation_4; } inline void set_m_Separation_4(float value) { ___m_Separation_4 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // DreadPattern struct DreadPattern_t43A60C3241A1302330AB298AB719F3242FD73743 { public: // System.Int32 DreadPattern::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DreadPattern_t43A60C3241A1302330AB298AB719F3242FD73743, ___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; } }; // FMOD.Studio.EventInstance struct EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 { public: // System.IntPtr FMOD.Studio.EventInstance::handle intptr_t ___handle_0; public: inline static int32_t get_offset_of_handle_0() { return static_cast(offsetof(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8, ___handle_0)); } inline intptr_t get_handle_0() const { return ___handle_0; } inline intptr_t* get_address_of_handle_0() { return &___handle_0; } inline void set_handle_0(intptr_t value) { ___handle_0 = value; } }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // FMODMarker struct FMODMarker_tCB25D9FD6DA0276315C303BC39633F8F958DC52E { public: // System.Int32 FMODMarker::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FMODMarker_tCB25D9FD6DA0276315C303BC39633F8F958DC52E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.FileAccess struct FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B { public: // System.Int32 System.IO.FileAccess::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FileAccess_t09E176678AB8520C44024354E0DB2F01D40A2F5B, ___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.FontStyle struct FontStyle_t98609253DA79E5B3198BD60AD3518C5B6A2DCF96 { public: // System.Int32 UnityEngine.FontStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FontStyle_t98609253DA79E5B3198BD60AD3518C5B6A2DCF96, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.SceneManagement.LoadSceneMode struct LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC { public: // System.Int32 UnityEngine.SceneManagement.LoadSceneMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LoadSceneMode_tF5060E18B71D524860ECBF7B9B56193B1907E5CC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // LookMode struct LookMode_t16C33FBFB5CCC36C6AE88B3482D38D5021D3F149 { public: // System.Int32 LookMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LookMode_t16C33FBFB5CCC36C6AE88B3482D38D5021D3F149, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A : public RuntimeObject { public: // System.IntPtr UnityEngine.Object::m_CachedPtr intptr_t ___m_CachedPtr_0; public: inline static int32_t get_offset_of_m_CachedPtr_0() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A, ___m_CachedPtr_0)); } inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; } inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; } inline void set_m_CachedPtr_0(intptr_t value) { ___m_CachedPtr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_pinvoke { intptr_t ___m_CachedPtr_0; }; // Native definition for COM marshalling of UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_marshaled_com { intptr_t ___m_CachedPtr_0; }; // UnityEngine.ParticleSystemCurveMode struct ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342 { public: // System.Int32 UnityEngine.ParticleSystemCurveMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ParticleSystemCurveMode_t1B9D50590BC22BDD142A21664B8E2F9475409342, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // PowerUpType struct PowerUpType_t3AEA13444AD623650D9B12902DE8EEE81690D612 { public: // System.Int32 PowerUpType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PowerUpType_t3AEA13444AD623650D9B12902DE8EEE81690D612, ___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; } }; // RammingState struct RammingState_t7FC46A9E89703CD2F0DE96A7AC19F2737836B2D0 { public: // System.Int32 RammingState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RammingState_t7FC46A9E89703CD2F0DE96A7AC19F2737836B2D0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // UnityEngine.RaycastHit struct RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 { public: // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Point Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Point_0; // UnityEngine.Vector3 UnityEngine.RaycastHit::m_Normal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Normal_1; // System.UInt32 UnityEngine.RaycastHit::m_FaceID uint32_t ___m_FaceID_2; // System.Single UnityEngine.RaycastHit::m_Distance float ___m_Distance_3; // UnityEngine.Vector2 UnityEngine.RaycastHit::m_UV Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___m_UV_4; // System.Int32 UnityEngine.RaycastHit::m_Collider int32_t ___m_Collider_5; public: inline static int32_t get_offset_of_m_Point_0() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Point_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Point_0() const { return ___m_Point_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Point_0() { return &___m_Point_0; } inline void set_m_Point_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Point_0 = value; } inline static int32_t get_offset_of_m_Normal_1() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Normal_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Normal_1() const { return ___m_Normal_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Normal_1() { return &___m_Normal_1; } inline void set_m_Normal_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Normal_1 = value; } inline static int32_t get_offset_of_m_FaceID_2() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_FaceID_2)); } inline uint32_t get_m_FaceID_2() const { return ___m_FaceID_2; } inline uint32_t* get_address_of_m_FaceID_2() { return &___m_FaceID_2; } inline void set_m_FaceID_2(uint32_t value) { ___m_FaceID_2 = value; } inline static int32_t get_offset_of_m_Distance_3() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Distance_3)); } inline float get_m_Distance_3() const { return ___m_Distance_3; } inline float* get_address_of_m_Distance_3() { return &___m_Distance_3; } inline void set_m_Distance_3(float value) { ___m_Distance_3 = value; } inline static int32_t get_offset_of_m_UV_4() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_UV_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_m_UV_4() const { return ___m_UV_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_m_UV_4() { return &___m_UV_4; } inline void set_m_UV_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___m_UV_4 = value; } inline static int32_t get_offset_of_m_Collider_5() { return static_cast(offsetof(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89, ___m_Collider_5)); } inline int32_t get_m_Collider_5() const { return ___m_Collider_5; } inline int32_t* get_address_of_m_Collider_5() { return &___m_Collider_5; } inline void set_m_Collider_5(int32_t value) { ___m_Collider_5 = value; } }; // RoadMeshChunk struct RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE : public RuntimeObject { public: // System.Int32 RoadMeshChunk::id int32_t ___id_0; // UnityEngine.GameObject RoadMeshChunk::meshObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___meshObject_1; // UnityEngine.MeshFilter RoadMeshChunk::meshFilter MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * ___meshFilter_2; // UnityEngine.MeshRenderer RoadMeshChunk::meshRenderer MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * ___meshRenderer_3; // UnityEngine.Mesh RoadMeshChunk::mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___mesh_4; // UnityEngine.MeshCollider RoadMeshChunk::collider MeshCollider_t1983F4E7E53D8C6B65FE21A8B4E2345A84D57E98 * ___collider_5; // System.Int32 RoadMeshChunk::firstPathIndex int32_t ___firstPathIndex_6; // System.Int32 RoadMeshChunk::lastPathIndex int32_t ___lastPathIndex_7; // UnityEngine.Vector3 RoadMeshChunk::firstPathPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___firstPathPosition_8; // UnityEngine.Vector3 RoadMeshChunk::lastPathPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lastPathPosition_9; public: inline static int32_t get_offset_of_id_0() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___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_meshObject_1() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___meshObject_1)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_meshObject_1() const { return ___meshObject_1; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_meshObject_1() { return &___meshObject_1; } inline void set_meshObject_1(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___meshObject_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshObject_1), (void*)value); } inline static int32_t get_offset_of_meshFilter_2() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___meshFilter_2)); } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * get_meshFilter_2() const { return ___meshFilter_2; } inline MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A ** get_address_of_meshFilter_2() { return &___meshFilter_2; } inline void set_meshFilter_2(MeshFilter_t763BB2BBF3881176AD25E4570E6DD215BA0AA51A * value) { ___meshFilter_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshFilter_2), (void*)value); } inline static int32_t get_offset_of_meshRenderer_3() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___meshRenderer_3)); } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * get_meshRenderer_3() const { return ___meshRenderer_3; } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B ** get_address_of_meshRenderer_3() { return &___meshRenderer_3; } inline void set_meshRenderer_3(MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * value) { ___meshRenderer_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshRenderer_3), (void*)value); } inline static int32_t get_offset_of_mesh_4() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___mesh_4)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_mesh_4() const { return ___mesh_4; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_mesh_4() { return &___mesh_4; } inline void set_mesh_4(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___mesh_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___mesh_4), (void*)value); } inline static int32_t get_offset_of_collider_5() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___collider_5)); } inline MeshCollider_t1983F4E7E53D8C6B65FE21A8B4E2345A84D57E98 * get_collider_5() const { return ___collider_5; } inline MeshCollider_t1983F4E7E53D8C6B65FE21A8B4E2345A84D57E98 ** get_address_of_collider_5() { return &___collider_5; } inline void set_collider_5(MeshCollider_t1983F4E7E53D8C6B65FE21A8B4E2345A84D57E98 * value) { ___collider_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___collider_5), (void*)value); } inline static int32_t get_offset_of_firstPathIndex_6() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___firstPathIndex_6)); } inline int32_t get_firstPathIndex_6() const { return ___firstPathIndex_6; } inline int32_t* get_address_of_firstPathIndex_6() { return &___firstPathIndex_6; } inline void set_firstPathIndex_6(int32_t value) { ___firstPathIndex_6 = value; } inline static int32_t get_offset_of_lastPathIndex_7() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___lastPathIndex_7)); } inline int32_t get_lastPathIndex_7() const { return ___lastPathIndex_7; } inline int32_t* get_address_of_lastPathIndex_7() { return &___lastPathIndex_7; } inline void set_lastPathIndex_7(int32_t value) { ___lastPathIndex_7 = value; } inline static int32_t get_offset_of_firstPathPosition_8() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___firstPathPosition_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_firstPathPosition_8() const { return ___firstPathPosition_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_firstPathPosition_8() { return &___firstPathPosition_8; } inline void set_firstPathPosition_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___firstPathPosition_8 = value; } inline static int32_t get_offset_of_lastPathPosition_9() { return static_cast(offsetof(RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE, ___lastPathPosition_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lastPathPosition_9() const { return ___lastPathPosition_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lastPathPosition_9() { return &___lastPathPosition_9; } inline void set_lastPathPosition_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lastPathPosition_9 = value; } }; // SlowMotionState struct SlowMotionState_t10958E048A971BE48840860101E3B79CE612F1B5 { public: // System.Int32 SlowMotionState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SlowMotionState_t10958E048A971BE48840860101E3B79CE612F1B5, ___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; } }; // SpiderTankMovementState struct SpiderTankMovementState_t74E24F71AE697EF899034AC2F134BAAF5ECC0BEF { public: // System.Int32 SpiderTankMovementState::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(SpiderTankMovementState_t74E24F71AE697EF899034AC2F134BAAF5ECC0BEF, ___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; } }; // FMOD.StringWrapper struct StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 { public: // System.IntPtr FMOD.StringWrapper::nativeUtf8Ptr intptr_t ___nativeUtf8Ptr_0; public: inline static int32_t get_offset_of_nativeUtf8Ptr_0() { return static_cast(offsetof(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6, ___nativeUtf8Ptr_0)); } inline intptr_t get_nativeUtf8Ptr_0() const { return ___nativeUtf8Ptr_0; } inline intptr_t* get_address_of_nativeUtf8Ptr_0() { return &___nativeUtf8Ptr_0; } inline void set_nativeUtf8Ptr_0(intptr_t value) { ___nativeUtf8Ptr_0 = value; } }; // Breakable/d__31 struct U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 : public RuntimeObject { public: // System.Int32 Breakable/d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Object Breakable/d__31::<>2__current RuntimeObject * ___U3CU3E2__current_1; // Breakable Breakable/d__31::<>4__this Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * ___U3CU3E4__this_2; // System.Boolean Breakable/d__31::lowHealth bool ___lowHealth_3; // System.Single Breakable/d__31::5__2 float ___U3CdurationU3E5__2_4; // System.Single Breakable/d__31::5__3 float ___U3ChalfFlashU3E5__3_5; // UnityEngine.Color Breakable/d__31::5__4 Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___U3CusedFlashColorU3E5__4_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___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(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___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(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___U3CU3E4__this_2)); } inline Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_lowHealth_3() { return static_cast(offsetof(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___lowHealth_3)); } inline bool get_lowHealth_3() const { return ___lowHealth_3; } inline bool* get_address_of_lowHealth_3() { return &___lowHealth_3; } inline void set_lowHealth_3(bool value) { ___lowHealth_3 = value; } inline static int32_t get_offset_of_U3CdurationU3E5__2_4() { return static_cast(offsetof(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___U3CdurationU3E5__2_4)); } inline float get_U3CdurationU3E5__2_4() const { return ___U3CdurationU3E5__2_4; } inline float* get_address_of_U3CdurationU3E5__2_4() { return &___U3CdurationU3E5__2_4; } inline void set_U3CdurationU3E5__2_4(float value) { ___U3CdurationU3E5__2_4 = value; } inline static int32_t get_offset_of_U3ChalfFlashU3E5__3_5() { return static_cast(offsetof(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___U3ChalfFlashU3E5__3_5)); } inline float get_U3ChalfFlashU3E5__3_5() const { return ___U3ChalfFlashU3E5__3_5; } inline float* get_address_of_U3ChalfFlashU3E5__3_5() { return &___U3ChalfFlashU3E5__3_5; } inline void set_U3ChalfFlashU3E5__3_5(float value) { ___U3ChalfFlashU3E5__3_5 = value; } inline static int32_t get_offset_of_U3CusedFlashColorU3E5__4_6() { return static_cast(offsetof(U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808, ___U3CusedFlashColorU3E5__4_6)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_U3CusedFlashColorU3E5__4_6() const { return ___U3CusedFlashColorU3E5__4_6; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_U3CusedFlashColorU3E5__4_6() { return &___U3CusedFlashColorU3E5__4_6; } inline void set_U3CusedFlashColorU3E5__4_6(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___U3CusedFlashColorU3E5__4_6 = value; } }; // EnemyMovement/d__52 struct U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E : public RuntimeObject { public: // System.Int32 EnemyMovement/d__52::<>1__state int32_t ___U3CU3E1__state_0; // System.Object EnemyMovement/d__52::<>2__current RuntimeObject * ___U3CU3E2__current_1; // EnemyMovement EnemyMovement/d__52::<>4__this EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * ___U3CU3E4__this_2; // UnityEngine.Vector3 EnemyMovement/d__52::pos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pos_3; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E, ___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(U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E, ___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(U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E, ___U3CU3E4__this_2)); } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_pos_3() { return static_cast(offsetof(U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E, ___pos_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_pos_3() const { return ___pos_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_pos_3() { return &___pos_3; } inline void set_pos_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___pos_3 = value; } }; // FollowATransform/RotateMode struct RotateMode_t48AF3D9F63A067AE61AE41DD9D1291D2D67E9161 { public: // System.Int32 FollowATransform/RotateMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RotateMode_t48AF3D9F63A067AE61AE41DD9D1291D2D67E9161, ___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; } }; // GridBlockPlacer/d__30 struct U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 : public RuntimeObject { public: // System.Int32 GridBlockPlacer/d__30::<>1__state int32_t ___U3CU3E1__state_0; // System.Object GridBlockPlacer/d__30::<>2__current RuntimeObject * ___U3CU3E2__current_1; // GridBlockPlacer GridBlockPlacer/d__30::<>4__this GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * ___U3CU3E4__this_2; // System.Int32 GridBlockPlacer/d__30::checksPerFrame int32_t ___checksPerFrame_3; // System.Collections.Generic.List`1/Enumerator GridBlockPlacer/d__30::<>7__wrap1 Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 ___U3CU3E7__wrap1_4; // GridBlock GridBlockPlacer/d__30::5__3 GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * ___U3CblockU3E5__3_5; // System.Collections.Generic.List`1/Enumerator GridBlockPlacer/d__30::<>7__wrap3 Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 ___U3CU3E7__wrap3_6; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___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(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___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(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___U3CU3E4__this_2)); } inline GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_checksPerFrame_3() { return static_cast(offsetof(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___checksPerFrame_3)); } inline int32_t get_checksPerFrame_3() const { return ___checksPerFrame_3; } inline int32_t* get_address_of_checksPerFrame_3() { return &___checksPerFrame_3; } inline void set_checksPerFrame_3(int32_t value) { ___checksPerFrame_3 = value; } inline static int32_t get_offset_of_U3CU3E7__wrap1_4() { return static_cast(offsetof(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___U3CU3E7__wrap1_4)); } inline Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 get_U3CU3E7__wrap1_4() const { return ___U3CU3E7__wrap1_4; } inline Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * get_address_of_U3CU3E7__wrap1_4() { return &___U3CU3E7__wrap1_4; } inline void set_U3CU3E7__wrap1_4(Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 value) { ___U3CU3E7__wrap1_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_4))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap1_4))->___current_3), (void*)NULL); #endif } inline static int32_t get_offset_of_U3CblockU3E5__3_5() { return static_cast(offsetof(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___U3CblockU3E5__3_5)); } inline GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * get_U3CblockU3E5__3_5() const { return ___U3CblockU3E5__3_5; } inline GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 ** get_address_of_U3CblockU3E5__3_5() { return &___U3CblockU3E5__3_5; } inline void set_U3CblockU3E5__3_5(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * value) { ___U3CblockU3E5__3_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CblockU3E5__3_5), (void*)value); } inline static int32_t get_offset_of_U3CU3E7__wrap3_6() { return static_cast(offsetof(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23, ___U3CU3E7__wrap3_6)); } inline Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 get_U3CU3E7__wrap3_6() const { return ___U3CU3E7__wrap3_6; } inline Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * get_address_of_U3CU3E7__wrap3_6() { return &___U3CU3E7__wrap3_6; } inline void set_U3CU3E7__wrap3_6(Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 value) { ___U3CU3E7__wrap3_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap3_6))->___list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___U3CU3E7__wrap3_6))->___current_3), (void*)NULL); #endif } }; // MenuOptions/HandType struct HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5 : public RuntimeObject { public: // System.String MenuOptions/HandType::Name String_t* ___Name_0; // UnityEngine.Vector3Int MenuOptions/HandType::LeftHandRotation Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___LeftHandRotation_1; // UnityEngine.Vector3Int MenuOptions/HandType::RightHandRotation Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___RightHandRotation_2; // UnityEngine.Vector3 MenuOptions/HandType::LeftHandOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___LeftHandOffset_3; // UnityEngine.Vector3 MenuOptions/HandType::RightHandOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___RightHandOffset_4; public: inline static int32_t get_offset_of_Name_0() { return static_cast(offsetof(HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5, ___Name_0)); } inline String_t* get_Name_0() const { return ___Name_0; } inline String_t** get_address_of_Name_0() { return &___Name_0; } inline void set_Name_0(String_t* value) { ___Name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Name_0), (void*)value); } inline static int32_t get_offset_of_LeftHandRotation_1() { return static_cast(offsetof(HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5, ___LeftHandRotation_1)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_LeftHandRotation_1() const { return ___LeftHandRotation_1; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_LeftHandRotation_1() { return &___LeftHandRotation_1; } inline void set_LeftHandRotation_1(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___LeftHandRotation_1 = value; } inline static int32_t get_offset_of_RightHandRotation_2() { return static_cast(offsetof(HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5, ___RightHandRotation_2)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_RightHandRotation_2() const { return ___RightHandRotation_2; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_RightHandRotation_2() { return &___RightHandRotation_2; } inline void set_RightHandRotation_2(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___RightHandRotation_2 = value; } inline static int32_t get_offset_of_LeftHandOffset_3() { return static_cast(offsetof(HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5, ___LeftHandOffset_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_LeftHandOffset_3() const { return ___LeftHandOffset_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_LeftHandOffset_3() { return &___LeftHandOffset_3; } inline void set_LeftHandOffset_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___LeftHandOffset_3 = value; } inline static int32_t get_offset_of_RightHandOffset_4() { return static_cast(offsetof(HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5, ___RightHandOffset_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_RightHandOffset_4() const { return ___RightHandOffset_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_RightHandOffset_4() { return &___RightHandOffset_4; } inline void set_RightHandOffset_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___RightHandOffset_4 = value; } }; // OVRInput/Controller struct Controller_tEEDA108639533B73057BAE8B95FE21725355C48F { public: // System.Int32 OVRInput/Controller::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Controller_tEEDA108639533B73057BAE8B95FE21725355C48F, ___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; } }; // PlayerCollision/BlockerSideCheck struct BlockerSideCheck_tCF519D3C9443C044288E417CA1709C21F2AA32E9 { public: // System.Int32 PlayerCollision/BlockerSideCheck::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BlockerSideCheck_tCF519D3C9443C044288E417CA1709C21F2AA32E9, ___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; } }; // RoadsideRepeatedPlacement/d__38 struct U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 : public RuntimeObject { public: // System.Int32 RoadsideRepeatedPlacement/d__38::<>1__state int32_t ___U3CU3E1__state_0; // System.Object RoadsideRepeatedPlacement/d__38::<>2__current RuntimeObject * ___U3CU3E2__current_1; // RoadsideRepeatedPlacement RoadsideRepeatedPlacement/d__38::<>4__this RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * ___U3CU3E4__this_2; // UnityEngine.Vector3 RoadsideRepeatedPlacement/d__38::placePoint Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___placePoint_3; // UnityEngine.Quaternion RoadsideRepeatedPlacement/d__38::placeRot Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___placeRot_4; // UnityEngine.GameObject RoadsideRepeatedPlacement/d__38::5__2 GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CobjectToUpdateU3E5__2_5; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55, ___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(U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55, ___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(U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55, ___U3CU3E4__this_2)); } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; } inline void set_U3CU3E4__this_2(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * value) { ___U3CU3E4__this_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value); } inline static int32_t get_offset_of_placePoint_3() { return static_cast(offsetof(U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55, ___placePoint_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_placePoint_3() const { return ___placePoint_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_placePoint_3() { return &___placePoint_3; } inline void set_placePoint_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___placePoint_3 = value; } inline static int32_t get_offset_of_placeRot_4() { return static_cast(offsetof(U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55, ___placeRot_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_placeRot_4() const { return ___placeRot_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_placeRot_4() { return &___placeRot_4; } inline void set_placeRot_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___placeRot_4 = value; } inline static int32_t get_offset_of_U3CobjectToUpdateU3E5__2_5() { return static_cast(offsetof(U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55, ___U3CobjectToUpdateU3E5__2_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_U3CobjectToUpdateU3E5__2_5() const { return ___U3CobjectToUpdateU3E5__2_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_U3CobjectToUpdateU3E5__2_5() { return &___U3CobjectToUpdateU3E5__2_5; } inline void set_U3CobjectToUpdateU3E5__2_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___U3CobjectToUpdateU3E5__2_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CobjectToUpdateU3E5__2_5), (void*)value); } }; // ScreenShot/Format struct Format_tCA3D8A30A2350BB821EE62A897A87154D9E272DF { public: // System.Int32 ScreenShot/Format::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Format_tCA3D8A30A2350BB821EE62A897A87154D9E272DF, ___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; } }; // VisualizeBox/Box struct Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 { public: // UnityEngine.Vector3 VisualizeBox/Box::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3ClocalFrontTopLeftU3Ek__BackingField_0; // UnityEngine.Vector3 VisualizeBox/Box::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3ClocalFrontTopRightU3Ek__BackingField_1; // UnityEngine.Vector3 VisualizeBox/Box::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3ClocalFrontBottomLeftU3Ek__BackingField_2; // UnityEngine.Vector3 VisualizeBox/Box::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3ClocalFrontBottomRightU3Ek__BackingField_3; // UnityEngine.Vector3 VisualizeBox/Box::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CoriginU3Ek__BackingField_4; public: inline static int32_t get_offset_of_U3ClocalFrontTopLeftU3Ek__BackingField_0() { return static_cast(offsetof(Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200, ___U3ClocalFrontTopLeftU3Ek__BackingField_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3ClocalFrontTopLeftU3Ek__BackingField_0() const { return ___U3ClocalFrontTopLeftU3Ek__BackingField_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3ClocalFrontTopLeftU3Ek__BackingField_0() { return &___U3ClocalFrontTopLeftU3Ek__BackingField_0; } inline void set_U3ClocalFrontTopLeftU3Ek__BackingField_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3ClocalFrontTopLeftU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3ClocalFrontTopRightU3Ek__BackingField_1() { return static_cast(offsetof(Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200, ___U3ClocalFrontTopRightU3Ek__BackingField_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3ClocalFrontTopRightU3Ek__BackingField_1() const { return ___U3ClocalFrontTopRightU3Ek__BackingField_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3ClocalFrontTopRightU3Ek__BackingField_1() { return &___U3ClocalFrontTopRightU3Ek__BackingField_1; } inline void set_U3ClocalFrontTopRightU3Ek__BackingField_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3ClocalFrontTopRightU3Ek__BackingField_1 = value; } inline static int32_t get_offset_of_U3ClocalFrontBottomLeftU3Ek__BackingField_2() { return static_cast(offsetof(Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200, ___U3ClocalFrontBottomLeftU3Ek__BackingField_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3ClocalFrontBottomLeftU3Ek__BackingField_2() const { return ___U3ClocalFrontBottomLeftU3Ek__BackingField_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3ClocalFrontBottomLeftU3Ek__BackingField_2() { return &___U3ClocalFrontBottomLeftU3Ek__BackingField_2; } inline void set_U3ClocalFrontBottomLeftU3Ek__BackingField_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3ClocalFrontBottomLeftU3Ek__BackingField_2 = value; } inline static int32_t get_offset_of_U3ClocalFrontBottomRightU3Ek__BackingField_3() { return static_cast(offsetof(Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200, ___U3ClocalFrontBottomRightU3Ek__BackingField_3)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3ClocalFrontBottomRightU3Ek__BackingField_3() const { return ___U3ClocalFrontBottomRightU3Ek__BackingField_3; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3ClocalFrontBottomRightU3Ek__BackingField_3() { return &___U3ClocalFrontBottomRightU3Ek__BackingField_3; } inline void set_U3ClocalFrontBottomRightU3Ek__BackingField_3(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3ClocalFrontBottomRightU3Ek__BackingField_3 = value; } inline static int32_t get_offset_of_U3CoriginU3Ek__BackingField_4() { return static_cast(offsetof(Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200, ___U3CoriginU3Ek__BackingField_4)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CoriginU3Ek__BackingField_4() const { return ___U3CoriginU3Ek__BackingField_4; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CoriginU3Ek__BackingField_4() { return &___U3CoriginU3Ek__BackingField_4; } inline void set_U3CoriginU3Ek__BackingField_4(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CoriginU3Ek__BackingField_4 = value; } }; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * ___m_PCMReaderCallback_4; // UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * ___m_PCMSetPositionCallback_5; public: inline static int32_t get_offset_of_m_PCMReaderCallback_4() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMReaderCallback_4)); } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * get_m_PCMReaderCallback_4() const { return ___m_PCMReaderCallback_4; } inline PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B ** get_address_of_m_PCMReaderCallback_4() { return &___m_PCMReaderCallback_4; } inline void set_m_PCMReaderCallback_4(PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B * value) { ___m_PCMReaderCallback_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMReaderCallback_4), (void*)value); } inline static int32_t get_offset_of_m_PCMSetPositionCallback_5() { return static_cast(offsetof(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE, ___m_PCMSetPositionCallback_5)); } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * get_m_PCMSetPositionCallback_5() const { return ___m_PCMSetPositionCallback_5; } inline PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C ** get_address_of_m_PCMSetPositionCallback_5() { return &___m_PCMSetPositionCallback_5; } inline void set_m_PCMSetPositionCallback_5(PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C * value) { ___m_PCMSetPositionCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_PCMSetPositionCallback_5), (void*)value); } }; // UnityEngine.Audio.AudioMixerSnapshot struct AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 : public Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB { public: // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; public: inline static int32_t get_offset_of_buf_7() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_7)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_7() const { return ___buf_7; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_7() { return &___buf_7; } inline void set_buf_7(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_7), (void*)value); } inline static int32_t get_offset_of_name_8() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___name_8)); } inline String_t* get_name_8() const { return ___name_8; } inline String_t** get_address_of_name_8() { return &___name_8; } inline void set_name_8(String_t* value) { ___name_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_8), (void*)value); } inline static int32_t get_offset_of_safeHandle_9() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___safeHandle_9)); } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * get_safeHandle_9() const { return ___safeHandle_9; } inline SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 ** get_address_of_safeHandle_9() { return &___safeHandle_9; } inline void set_safeHandle_9(SafeFileHandle_tC77A9860A03C31DC46AD2C08EC10EACDC3B7A662 * value) { ___safeHandle_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_9), (void*)value); } inline static int32_t get_offset_of_isExposed_10() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___isExposed_10)); } inline bool get_isExposed_10() const { return ___isExposed_10; } inline bool* get_address_of_isExposed_10() { return &___isExposed_10; } inline void set_isExposed_10(bool value) { ___isExposed_10 = value; } inline static int32_t get_offset_of_append_startpos_11() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___append_startpos_11)); } inline int64_t get_append_startpos_11() const { return ___append_startpos_11; } inline int64_t* get_address_of_append_startpos_11() { return &___append_startpos_11; } inline void set_append_startpos_11(int64_t value) { ___append_startpos_11 = value; } inline static int32_t get_offset_of_access_12() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___access_12)); } inline int32_t get_access_12() const { return ___access_12; } inline int32_t* get_address_of_access_12() { return &___access_12; } inline void set_access_12(int32_t value) { ___access_12 = value; } inline static int32_t get_offset_of_owner_13() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___owner_13)); } inline bool get_owner_13() const { return ___owner_13; } inline bool* get_address_of_owner_13() { return &___owner_13; } inline void set_owner_13(bool value) { ___owner_13 = value; } inline static int32_t get_offset_of_async_14() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___async_14)); } inline bool get_async_14() const { return ___async_14; } inline bool* get_address_of_async_14() { return &___async_14; } inline void set_async_14(bool value) { ___async_14 = value; } inline static int32_t get_offset_of_canseek_15() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___canseek_15)); } inline bool get_canseek_15() const { return ___canseek_15; } inline bool* get_address_of_canseek_15() { return &___canseek_15; } inline void set_canseek_15(bool value) { ___canseek_15 = value; } inline static int32_t get_offset_of_anonymous_16() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___anonymous_16)); } inline bool get_anonymous_16() const { return ___anonymous_16; } inline bool* get_address_of_anonymous_16() { return &___anonymous_16; } inline void set_anonymous_16(bool value) { ___anonymous_16 = value; } inline static int32_t get_offset_of_buf_dirty_17() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_dirty_17)); } inline bool get_buf_dirty_17() const { return ___buf_dirty_17; } inline bool* get_address_of_buf_dirty_17() { return &___buf_dirty_17; } inline void set_buf_dirty_17(bool value) { ___buf_dirty_17 = value; } inline static int32_t get_offset_of_buf_size_18() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_size_18)); } inline int32_t get_buf_size_18() const { return ___buf_size_18; } inline int32_t* get_address_of_buf_size_18() { return &___buf_size_18; } inline void set_buf_size_18(int32_t value) { ___buf_size_18 = value; } inline static int32_t get_offset_of_buf_length_19() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_length_19)); } inline int32_t get_buf_length_19() const { return ___buf_length_19; } inline int32_t* get_address_of_buf_length_19() { return &___buf_length_19; } inline void set_buf_length_19(int32_t value) { ___buf_length_19 = value; } inline static int32_t get_offset_of_buf_offset_20() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_offset_20)); } inline int32_t get_buf_offset_20() const { return ___buf_offset_20; } inline int32_t* get_address_of_buf_offset_20() { return &___buf_offset_20; } inline void set_buf_offset_20(int32_t value) { ___buf_offset_20 = value; } inline static int32_t get_offset_of_buf_start_21() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26, ___buf_start_21)); } inline int64_t get_buf_start_21() const { return ___buf_start_21; } inline int64_t* get_address_of_buf_start_21() { return &___buf_start_21; } inline void set_buf_start_21(int64_t value) { ___buf_start_21 = value; } }; // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: // UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * ___m_FontTextureRebuildCallback_5; public: inline static int32_t get_offset_of_m_FontTextureRebuildCallback_5() { return static_cast(offsetof(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9, ___m_FontTextureRebuildCallback_5)); } inline FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * get_m_FontTextureRebuildCallback_5() const { return ___m_FontTextureRebuildCallback_5; } inline FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB ** get_address_of_m_FontTextureRebuildCallback_5() { return &___m_FontTextureRebuildCallback_5; } inline void set_m_FontTextureRebuildCallback_5(FontTextureRebuildCallback_tBF11A511EBD8D237A1C5885D460B42A45DDBB2DB * value) { ___m_FontTextureRebuildCallback_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontTextureRebuildCallback_5), (void*)value); } }; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // UnityEngine.Material struct Material_t8927C00353A72755313F046D0CE85178AE8218EE : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 { public: // System.String UnityEngine.ResourceRequest::m_Path String_t* ___m_Path_2; // System.Type UnityEngine.ResourceRequest::m_Type Type_t * ___m_Type_3; public: inline static int32_t get_offset_of_m_Path_2() { return static_cast(offsetof(ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD, ___m_Path_2)); } inline String_t* get_m_Path_2() const { return ___m_Path_2; } inline String_t** get_address_of_m_Path_2() { return &___m_Path_2; } inline void set_m_Path_2(String_t* value) { ___m_Path_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Path_2), (void*)value); } inline static int32_t get_offset_of_m_Type_3() { return static_cast(offsetof(ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD, ___m_Type_3)); } inline Type_t * get_m_Type_3() const { return ___m_Type_3; } inline Type_t ** get_address_of_m_Type_3() { return &___m_Type_3; } inline void set_m_Type_3(Type_t * value) { ___m_Type_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Type_3), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD_marshaled_pinvoke : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_pinvoke { char* ___m_Path_2; Type_t * ___m_Type_3; }; // Native definition for COM marshalling of UnityEngine.ResourceRequest struct ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD_marshaled_com : public AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86_marshaled_com { Il2CppChar* ___m_Path_2; Type_t * ___m_Type_3; }; // SaveData struct SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 : public RuntimeObject { public: // System.Int32 SaveData::arcadeHighScore int32_t ___arcadeHighScore_0; // BikeType SaveData::bikeType int32_t ___bikeType_1; // System.Single SaveData::primaryR float ___primaryR_2; // System.Single SaveData::primaryG float ___primaryG_3; // System.Single SaveData::primaryB float ___primaryB_4; // System.Single SaveData::secondaryR float ___secondaryR_5; // System.Single SaveData::secondaryG float ___secondaryG_6; // System.Single SaveData::secondaryB float ___secondaryB_7; // System.Single SaveData::tertiaryR float ___tertiaryR_8; // System.Single SaveData::tertiaryG float ___tertiaryG_9; // System.Single SaveData::tertiaryB float ___tertiaryB_10; // System.Int32 SaveData::dashColor int32_t ___dashColor_11; // System.Boolean SaveData::reloadEmptyOnly bool ___reloadEmptyOnly_12; // System.Single SaveData::heightOffset float ___heightOffset_13; // System.Single SaveData::headLeanIntensity float ___headLeanIntensity_14; // System.Single SaveData::sfxVolumeLevel float ___sfxVolumeLevel_15; // System.Single SaveData::musicVolumeLevel float ___musicVolumeLevel_16; // System.Boolean SaveData::tutorialOn bool ___tutorialOn_17; // System.Boolean SaveData::autoReload bool ___autoReload_18; // System.Single SaveData::vignette float ___vignette_19; // System.Boolean SaveData::laserPointerAlwaysOn bool ___laserPointerAlwaysOn_20; // System.Int32 SaveData::handType int32_t ___handType_21; // System.Int32 SaveData::leftHandXRotation int32_t ___leftHandXRotation_22; // System.Int32 SaveData::leftHandYRotation int32_t ___leftHandYRotation_23; // System.Int32 SaveData::leftHandZRotation int32_t ___leftHandZRotation_24; // System.Int32 SaveData::rightHandXRotation int32_t ___rightHandXRotation_25; // System.Int32 SaveData::rightHandYRotation int32_t ___rightHandYRotation_26; // System.Int32 SaveData::rightHandZRotation int32_t ___rightHandZRotation_27; // System.Single SaveData::leftHandXOffset float ___leftHandXOffset_28; // System.Single SaveData::leftHandYOffset float ___leftHandYOffset_29; // System.Single SaveData::leftHandZOffset float ___leftHandZOffset_30; // System.Single SaveData::rightHandXOffset float ___rightHandXOffset_31; // System.Single SaveData::rightHandYOffset float ___rightHandYOffset_32; // System.Single SaveData::rightHandZOffset float ___rightHandZOffset_33; // System.Boolean SaveData::unlockedCoreAI bool ___unlockedCoreAI_34; // System.Boolean SaveData::unlockedCyborg bool ___unlockedCyborg_35; // System.Boolean SaveData::unlockedSpartan bool ___unlockedSpartan_36; // System.Boolean SaveData::unlockedScarab bool ___unlockedScarab_37; // System.Boolean SaveData::wonGame bool ___wonGame_38; // System.Int32 SaveData::checkpoint int32_t ___checkpoint_39; // System.Int32 SaveData::checkpointScore int32_t ___checkpointScore_40; // System.Boolean SaveData::continueGodMode bool ___continueGodMode_41; // System.Boolean SaveData::continueHadDied bool ___continueHadDied_42; // System.Int32 SaveData::checkpointSidearmPower int32_t ___checkpointSidearmPower_43; // System.Int32 SaveData::checkpointGunPower1 int32_t ___checkpointGunPower1_44; // System.Int32 SaveData::checkpointGunPower2 int32_t ___checkpointGunPower2_45; // System.Int32 SaveData::checkpointGunPower3 int32_t ___checkpointGunPower3_46; // System.Int32 SaveData::checkpointGunPower4 int32_t ___checkpointGunPower4_47; // System.Int32 SaveData::checkpointGrenade int32_t ___checkpointGrenade_48; // System.Int32 SaveData::checkpointMissiles int32_t ___checkpointMissiles_49; // System.Boolean SaveData::sRankS1 bool ___sRankS1_50; // System.Boolean SaveData::sRankS2 bool ___sRankS2_51; // System.Boolean SaveData::sRankS3 bool ___sRankS3_52; // System.Boolean SaveData::sRankS4 bool ___sRankS4_53; // System.Boolean SaveData::sRankS5 bool ___sRankS5_54; // System.Boolean SaveData::sRankS6 bool ___sRankS6_55; // System.Boolean SaveData::sRankS7 bool ___sRankS7_56; // System.Int32 SaveData::highestClearedStage int32_t ___highestClearedStage_57; // System.Int32 SaveData::language int32_t ___language_58; // System.Single SaveData::difficultyModifier float ___difficultyModifier_59; // System.Boolean SaveData::godMode bool ___godMode_60; // System.Boolean SaveData::easyMode bool ___easyMode_61; // System.Boolean SaveData::highRefreshRate bool ___highRefreshRate_62; public: inline static int32_t get_offset_of_arcadeHighScore_0() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___arcadeHighScore_0)); } inline int32_t get_arcadeHighScore_0() const { return ___arcadeHighScore_0; } inline int32_t* get_address_of_arcadeHighScore_0() { return &___arcadeHighScore_0; } inline void set_arcadeHighScore_0(int32_t value) { ___arcadeHighScore_0 = value; } inline static int32_t get_offset_of_bikeType_1() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___bikeType_1)); } inline int32_t get_bikeType_1() const { return ___bikeType_1; } inline int32_t* get_address_of_bikeType_1() { return &___bikeType_1; } inline void set_bikeType_1(int32_t value) { ___bikeType_1 = value; } inline static int32_t get_offset_of_primaryR_2() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___primaryR_2)); } inline float get_primaryR_2() const { return ___primaryR_2; } inline float* get_address_of_primaryR_2() { return &___primaryR_2; } inline void set_primaryR_2(float value) { ___primaryR_2 = value; } inline static int32_t get_offset_of_primaryG_3() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___primaryG_3)); } inline float get_primaryG_3() const { return ___primaryG_3; } inline float* get_address_of_primaryG_3() { return &___primaryG_3; } inline void set_primaryG_3(float value) { ___primaryG_3 = value; } inline static int32_t get_offset_of_primaryB_4() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___primaryB_4)); } inline float get_primaryB_4() const { return ___primaryB_4; } inline float* get_address_of_primaryB_4() { return &___primaryB_4; } inline void set_primaryB_4(float value) { ___primaryB_4 = value; } inline static int32_t get_offset_of_secondaryR_5() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___secondaryR_5)); } inline float get_secondaryR_5() const { return ___secondaryR_5; } inline float* get_address_of_secondaryR_5() { return &___secondaryR_5; } inline void set_secondaryR_5(float value) { ___secondaryR_5 = value; } inline static int32_t get_offset_of_secondaryG_6() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___secondaryG_6)); } inline float get_secondaryG_6() const { return ___secondaryG_6; } inline float* get_address_of_secondaryG_6() { return &___secondaryG_6; } inline void set_secondaryG_6(float value) { ___secondaryG_6 = value; } inline static int32_t get_offset_of_secondaryB_7() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___secondaryB_7)); } inline float get_secondaryB_7() const { return ___secondaryB_7; } inline float* get_address_of_secondaryB_7() { return &___secondaryB_7; } inline void set_secondaryB_7(float value) { ___secondaryB_7 = value; } inline static int32_t get_offset_of_tertiaryR_8() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___tertiaryR_8)); } inline float get_tertiaryR_8() const { return ___tertiaryR_8; } inline float* get_address_of_tertiaryR_8() { return &___tertiaryR_8; } inline void set_tertiaryR_8(float value) { ___tertiaryR_8 = value; } inline static int32_t get_offset_of_tertiaryG_9() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___tertiaryG_9)); } inline float get_tertiaryG_9() const { return ___tertiaryG_9; } inline float* get_address_of_tertiaryG_9() { return &___tertiaryG_9; } inline void set_tertiaryG_9(float value) { ___tertiaryG_9 = value; } inline static int32_t get_offset_of_tertiaryB_10() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___tertiaryB_10)); } inline float get_tertiaryB_10() const { return ___tertiaryB_10; } inline float* get_address_of_tertiaryB_10() { return &___tertiaryB_10; } inline void set_tertiaryB_10(float value) { ___tertiaryB_10 = value; } inline static int32_t get_offset_of_dashColor_11() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___dashColor_11)); } inline int32_t get_dashColor_11() const { return ___dashColor_11; } inline int32_t* get_address_of_dashColor_11() { return &___dashColor_11; } inline void set_dashColor_11(int32_t value) { ___dashColor_11 = value; } inline static int32_t get_offset_of_reloadEmptyOnly_12() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___reloadEmptyOnly_12)); } inline bool get_reloadEmptyOnly_12() const { return ___reloadEmptyOnly_12; } inline bool* get_address_of_reloadEmptyOnly_12() { return &___reloadEmptyOnly_12; } inline void set_reloadEmptyOnly_12(bool value) { ___reloadEmptyOnly_12 = value; } inline static int32_t get_offset_of_heightOffset_13() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___heightOffset_13)); } inline float get_heightOffset_13() const { return ___heightOffset_13; } inline float* get_address_of_heightOffset_13() { return &___heightOffset_13; } inline void set_heightOffset_13(float value) { ___heightOffset_13 = value; } inline static int32_t get_offset_of_headLeanIntensity_14() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___headLeanIntensity_14)); } inline float get_headLeanIntensity_14() const { return ___headLeanIntensity_14; } inline float* get_address_of_headLeanIntensity_14() { return &___headLeanIntensity_14; } inline void set_headLeanIntensity_14(float value) { ___headLeanIntensity_14 = value; } inline static int32_t get_offset_of_sfxVolumeLevel_15() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sfxVolumeLevel_15)); } inline float get_sfxVolumeLevel_15() const { return ___sfxVolumeLevel_15; } inline float* get_address_of_sfxVolumeLevel_15() { return &___sfxVolumeLevel_15; } inline void set_sfxVolumeLevel_15(float value) { ___sfxVolumeLevel_15 = value; } inline static int32_t get_offset_of_musicVolumeLevel_16() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___musicVolumeLevel_16)); } inline float get_musicVolumeLevel_16() const { return ___musicVolumeLevel_16; } inline float* get_address_of_musicVolumeLevel_16() { return &___musicVolumeLevel_16; } inline void set_musicVolumeLevel_16(float value) { ___musicVolumeLevel_16 = value; } inline static int32_t get_offset_of_tutorialOn_17() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___tutorialOn_17)); } inline bool get_tutorialOn_17() const { return ___tutorialOn_17; } inline bool* get_address_of_tutorialOn_17() { return &___tutorialOn_17; } inline void set_tutorialOn_17(bool value) { ___tutorialOn_17 = value; } inline static int32_t get_offset_of_autoReload_18() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___autoReload_18)); } inline bool get_autoReload_18() const { return ___autoReload_18; } inline bool* get_address_of_autoReload_18() { return &___autoReload_18; } inline void set_autoReload_18(bool value) { ___autoReload_18 = value; } inline static int32_t get_offset_of_vignette_19() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___vignette_19)); } inline float get_vignette_19() const { return ___vignette_19; } inline float* get_address_of_vignette_19() { return &___vignette_19; } inline void set_vignette_19(float value) { ___vignette_19 = value; } inline static int32_t get_offset_of_laserPointerAlwaysOn_20() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___laserPointerAlwaysOn_20)); } inline bool get_laserPointerAlwaysOn_20() const { return ___laserPointerAlwaysOn_20; } inline bool* get_address_of_laserPointerAlwaysOn_20() { return &___laserPointerAlwaysOn_20; } inline void set_laserPointerAlwaysOn_20(bool value) { ___laserPointerAlwaysOn_20 = value; } inline static int32_t get_offset_of_handType_21() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___handType_21)); } inline int32_t get_handType_21() const { return ___handType_21; } inline int32_t* get_address_of_handType_21() { return &___handType_21; } inline void set_handType_21(int32_t value) { ___handType_21 = value; } inline static int32_t get_offset_of_leftHandXRotation_22() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___leftHandXRotation_22)); } inline int32_t get_leftHandXRotation_22() const { return ___leftHandXRotation_22; } inline int32_t* get_address_of_leftHandXRotation_22() { return &___leftHandXRotation_22; } inline void set_leftHandXRotation_22(int32_t value) { ___leftHandXRotation_22 = value; } inline static int32_t get_offset_of_leftHandYRotation_23() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___leftHandYRotation_23)); } inline int32_t get_leftHandYRotation_23() const { return ___leftHandYRotation_23; } inline int32_t* get_address_of_leftHandYRotation_23() { return &___leftHandYRotation_23; } inline void set_leftHandYRotation_23(int32_t value) { ___leftHandYRotation_23 = value; } inline static int32_t get_offset_of_leftHandZRotation_24() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___leftHandZRotation_24)); } inline int32_t get_leftHandZRotation_24() const { return ___leftHandZRotation_24; } inline int32_t* get_address_of_leftHandZRotation_24() { return &___leftHandZRotation_24; } inline void set_leftHandZRotation_24(int32_t value) { ___leftHandZRotation_24 = value; } inline static int32_t get_offset_of_rightHandXRotation_25() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___rightHandXRotation_25)); } inline int32_t get_rightHandXRotation_25() const { return ___rightHandXRotation_25; } inline int32_t* get_address_of_rightHandXRotation_25() { return &___rightHandXRotation_25; } inline void set_rightHandXRotation_25(int32_t value) { ___rightHandXRotation_25 = value; } inline static int32_t get_offset_of_rightHandYRotation_26() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___rightHandYRotation_26)); } inline int32_t get_rightHandYRotation_26() const { return ___rightHandYRotation_26; } inline int32_t* get_address_of_rightHandYRotation_26() { return &___rightHandYRotation_26; } inline void set_rightHandYRotation_26(int32_t value) { ___rightHandYRotation_26 = value; } inline static int32_t get_offset_of_rightHandZRotation_27() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___rightHandZRotation_27)); } inline int32_t get_rightHandZRotation_27() const { return ___rightHandZRotation_27; } inline int32_t* get_address_of_rightHandZRotation_27() { return &___rightHandZRotation_27; } inline void set_rightHandZRotation_27(int32_t value) { ___rightHandZRotation_27 = value; } inline static int32_t get_offset_of_leftHandXOffset_28() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___leftHandXOffset_28)); } inline float get_leftHandXOffset_28() const { return ___leftHandXOffset_28; } inline float* get_address_of_leftHandXOffset_28() { return &___leftHandXOffset_28; } inline void set_leftHandXOffset_28(float value) { ___leftHandXOffset_28 = value; } inline static int32_t get_offset_of_leftHandYOffset_29() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___leftHandYOffset_29)); } inline float get_leftHandYOffset_29() const { return ___leftHandYOffset_29; } inline float* get_address_of_leftHandYOffset_29() { return &___leftHandYOffset_29; } inline void set_leftHandYOffset_29(float value) { ___leftHandYOffset_29 = value; } inline static int32_t get_offset_of_leftHandZOffset_30() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___leftHandZOffset_30)); } inline float get_leftHandZOffset_30() const { return ___leftHandZOffset_30; } inline float* get_address_of_leftHandZOffset_30() { return &___leftHandZOffset_30; } inline void set_leftHandZOffset_30(float value) { ___leftHandZOffset_30 = value; } inline static int32_t get_offset_of_rightHandXOffset_31() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___rightHandXOffset_31)); } inline float get_rightHandXOffset_31() const { return ___rightHandXOffset_31; } inline float* get_address_of_rightHandXOffset_31() { return &___rightHandXOffset_31; } inline void set_rightHandXOffset_31(float value) { ___rightHandXOffset_31 = value; } inline static int32_t get_offset_of_rightHandYOffset_32() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___rightHandYOffset_32)); } inline float get_rightHandYOffset_32() const { return ___rightHandYOffset_32; } inline float* get_address_of_rightHandYOffset_32() { return &___rightHandYOffset_32; } inline void set_rightHandYOffset_32(float value) { ___rightHandYOffset_32 = value; } inline static int32_t get_offset_of_rightHandZOffset_33() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___rightHandZOffset_33)); } inline float get_rightHandZOffset_33() const { return ___rightHandZOffset_33; } inline float* get_address_of_rightHandZOffset_33() { return &___rightHandZOffset_33; } inline void set_rightHandZOffset_33(float value) { ___rightHandZOffset_33 = value; } inline static int32_t get_offset_of_unlockedCoreAI_34() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___unlockedCoreAI_34)); } inline bool get_unlockedCoreAI_34() const { return ___unlockedCoreAI_34; } inline bool* get_address_of_unlockedCoreAI_34() { return &___unlockedCoreAI_34; } inline void set_unlockedCoreAI_34(bool value) { ___unlockedCoreAI_34 = value; } inline static int32_t get_offset_of_unlockedCyborg_35() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___unlockedCyborg_35)); } inline bool get_unlockedCyborg_35() const { return ___unlockedCyborg_35; } inline bool* get_address_of_unlockedCyborg_35() { return &___unlockedCyborg_35; } inline void set_unlockedCyborg_35(bool value) { ___unlockedCyborg_35 = value; } inline static int32_t get_offset_of_unlockedSpartan_36() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___unlockedSpartan_36)); } inline bool get_unlockedSpartan_36() const { return ___unlockedSpartan_36; } inline bool* get_address_of_unlockedSpartan_36() { return &___unlockedSpartan_36; } inline void set_unlockedSpartan_36(bool value) { ___unlockedSpartan_36 = value; } inline static int32_t get_offset_of_unlockedScarab_37() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___unlockedScarab_37)); } inline bool get_unlockedScarab_37() const { return ___unlockedScarab_37; } inline bool* get_address_of_unlockedScarab_37() { return &___unlockedScarab_37; } inline void set_unlockedScarab_37(bool value) { ___unlockedScarab_37 = value; } inline static int32_t get_offset_of_wonGame_38() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___wonGame_38)); } inline bool get_wonGame_38() const { return ___wonGame_38; } inline bool* get_address_of_wonGame_38() { return &___wonGame_38; } inline void set_wonGame_38(bool value) { ___wonGame_38 = value; } inline static int32_t get_offset_of_checkpoint_39() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpoint_39)); } inline int32_t get_checkpoint_39() const { return ___checkpoint_39; } inline int32_t* get_address_of_checkpoint_39() { return &___checkpoint_39; } inline void set_checkpoint_39(int32_t value) { ___checkpoint_39 = value; } inline static int32_t get_offset_of_checkpointScore_40() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointScore_40)); } inline int32_t get_checkpointScore_40() const { return ___checkpointScore_40; } inline int32_t* get_address_of_checkpointScore_40() { return &___checkpointScore_40; } inline void set_checkpointScore_40(int32_t value) { ___checkpointScore_40 = value; } inline static int32_t get_offset_of_continueGodMode_41() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___continueGodMode_41)); } inline bool get_continueGodMode_41() const { return ___continueGodMode_41; } inline bool* get_address_of_continueGodMode_41() { return &___continueGodMode_41; } inline void set_continueGodMode_41(bool value) { ___continueGodMode_41 = value; } inline static int32_t get_offset_of_continueHadDied_42() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___continueHadDied_42)); } inline bool get_continueHadDied_42() const { return ___continueHadDied_42; } inline bool* get_address_of_continueHadDied_42() { return &___continueHadDied_42; } inline void set_continueHadDied_42(bool value) { ___continueHadDied_42 = value; } inline static int32_t get_offset_of_checkpointSidearmPower_43() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointSidearmPower_43)); } inline int32_t get_checkpointSidearmPower_43() const { return ___checkpointSidearmPower_43; } inline int32_t* get_address_of_checkpointSidearmPower_43() { return &___checkpointSidearmPower_43; } inline void set_checkpointSidearmPower_43(int32_t value) { ___checkpointSidearmPower_43 = value; } inline static int32_t get_offset_of_checkpointGunPower1_44() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointGunPower1_44)); } inline int32_t get_checkpointGunPower1_44() const { return ___checkpointGunPower1_44; } inline int32_t* get_address_of_checkpointGunPower1_44() { return &___checkpointGunPower1_44; } inline void set_checkpointGunPower1_44(int32_t value) { ___checkpointGunPower1_44 = value; } inline static int32_t get_offset_of_checkpointGunPower2_45() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointGunPower2_45)); } inline int32_t get_checkpointGunPower2_45() const { return ___checkpointGunPower2_45; } inline int32_t* get_address_of_checkpointGunPower2_45() { return &___checkpointGunPower2_45; } inline void set_checkpointGunPower2_45(int32_t value) { ___checkpointGunPower2_45 = value; } inline static int32_t get_offset_of_checkpointGunPower3_46() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointGunPower3_46)); } inline int32_t get_checkpointGunPower3_46() const { return ___checkpointGunPower3_46; } inline int32_t* get_address_of_checkpointGunPower3_46() { return &___checkpointGunPower3_46; } inline void set_checkpointGunPower3_46(int32_t value) { ___checkpointGunPower3_46 = value; } inline static int32_t get_offset_of_checkpointGunPower4_47() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointGunPower4_47)); } inline int32_t get_checkpointGunPower4_47() const { return ___checkpointGunPower4_47; } inline int32_t* get_address_of_checkpointGunPower4_47() { return &___checkpointGunPower4_47; } inline void set_checkpointGunPower4_47(int32_t value) { ___checkpointGunPower4_47 = value; } inline static int32_t get_offset_of_checkpointGrenade_48() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointGrenade_48)); } inline int32_t get_checkpointGrenade_48() const { return ___checkpointGrenade_48; } inline int32_t* get_address_of_checkpointGrenade_48() { return &___checkpointGrenade_48; } inline void set_checkpointGrenade_48(int32_t value) { ___checkpointGrenade_48 = value; } inline static int32_t get_offset_of_checkpointMissiles_49() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___checkpointMissiles_49)); } inline int32_t get_checkpointMissiles_49() const { return ___checkpointMissiles_49; } inline int32_t* get_address_of_checkpointMissiles_49() { return &___checkpointMissiles_49; } inline void set_checkpointMissiles_49(int32_t value) { ___checkpointMissiles_49 = value; } inline static int32_t get_offset_of_sRankS1_50() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS1_50)); } inline bool get_sRankS1_50() const { return ___sRankS1_50; } inline bool* get_address_of_sRankS1_50() { return &___sRankS1_50; } inline void set_sRankS1_50(bool value) { ___sRankS1_50 = value; } inline static int32_t get_offset_of_sRankS2_51() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS2_51)); } inline bool get_sRankS2_51() const { return ___sRankS2_51; } inline bool* get_address_of_sRankS2_51() { return &___sRankS2_51; } inline void set_sRankS2_51(bool value) { ___sRankS2_51 = value; } inline static int32_t get_offset_of_sRankS3_52() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS3_52)); } inline bool get_sRankS3_52() const { return ___sRankS3_52; } inline bool* get_address_of_sRankS3_52() { return &___sRankS3_52; } inline void set_sRankS3_52(bool value) { ___sRankS3_52 = value; } inline static int32_t get_offset_of_sRankS4_53() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS4_53)); } inline bool get_sRankS4_53() const { return ___sRankS4_53; } inline bool* get_address_of_sRankS4_53() { return &___sRankS4_53; } inline void set_sRankS4_53(bool value) { ___sRankS4_53 = value; } inline static int32_t get_offset_of_sRankS5_54() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS5_54)); } inline bool get_sRankS5_54() const { return ___sRankS5_54; } inline bool* get_address_of_sRankS5_54() { return &___sRankS5_54; } inline void set_sRankS5_54(bool value) { ___sRankS5_54 = value; } inline static int32_t get_offset_of_sRankS6_55() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS6_55)); } inline bool get_sRankS6_55() const { return ___sRankS6_55; } inline bool* get_address_of_sRankS6_55() { return &___sRankS6_55; } inline void set_sRankS6_55(bool value) { ___sRankS6_55 = value; } inline static int32_t get_offset_of_sRankS7_56() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___sRankS7_56)); } inline bool get_sRankS7_56() const { return ___sRankS7_56; } inline bool* get_address_of_sRankS7_56() { return &___sRankS7_56; } inline void set_sRankS7_56(bool value) { ___sRankS7_56 = value; } inline static int32_t get_offset_of_highestClearedStage_57() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___highestClearedStage_57)); } inline int32_t get_highestClearedStage_57() const { return ___highestClearedStage_57; } inline int32_t* get_address_of_highestClearedStage_57() { return &___highestClearedStage_57; } inline void set_highestClearedStage_57(int32_t value) { ___highestClearedStage_57 = value; } inline static int32_t get_offset_of_language_58() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___language_58)); } inline int32_t get_language_58() const { return ___language_58; } inline int32_t* get_address_of_language_58() { return &___language_58; } inline void set_language_58(int32_t value) { ___language_58 = value; } inline static int32_t get_offset_of_difficultyModifier_59() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___difficultyModifier_59)); } inline float get_difficultyModifier_59() const { return ___difficultyModifier_59; } inline float* get_address_of_difficultyModifier_59() { return &___difficultyModifier_59; } inline void set_difficultyModifier_59(float value) { ___difficultyModifier_59 = value; } inline static int32_t get_offset_of_godMode_60() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___godMode_60)); } inline bool get_godMode_60() const { return ___godMode_60; } inline bool* get_address_of_godMode_60() { return &___godMode_60; } inline void set_godMode_60(bool value) { ___godMode_60 = value; } inline static int32_t get_offset_of_easyMode_61() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___easyMode_61)); } inline bool get_easyMode_61() const { return ___easyMode_61; } inline bool* get_address_of_easyMode_61() { return &___easyMode_61; } inline void set_easyMode_61(bool value) { ___easyMode_61 = value; } inline static int32_t get_offset_of_highRefreshRate_62() { return static_cast(offsetof(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450, ___highRefreshRate_62)); } inline bool get_highRefreshRate_62() const { return ___highRefreshRate_62; } inline bool* get_address_of_highRefreshRate_62() { return &___highRefreshRate_62; } inline void set_highRefreshRate_62(bool value) { ___highRefreshRate_62 = value; } }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // FMODMusicManager/TimelineInfo struct TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877 : public RuntimeObject { public: // System.Int32 FMODMusicManager/TimelineInfo::currentMusicBar int32_t ___currentMusicBar_0; // FMODMarker FMODMusicManager/TimelineInfo::lastMarker int32_t ___lastMarker_1; // System.Byte FMODMusicManager/TimelineInfo::markerChanged uint8_t ___markerChanged_2; public: inline static int32_t get_offset_of_currentMusicBar_0() { return static_cast(offsetof(TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877, ___currentMusicBar_0)); } inline int32_t get_currentMusicBar_0() const { return ___currentMusicBar_0; } inline int32_t* get_address_of_currentMusicBar_0() { return &___currentMusicBar_0; } inline void set_currentMusicBar_0(int32_t value) { ___currentMusicBar_0 = value; } inline static int32_t get_offset_of_lastMarker_1() { return static_cast(offsetof(TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877, ___lastMarker_1)); } inline int32_t get_lastMarker_1() const { return ___lastMarker_1; } inline int32_t* get_address_of_lastMarker_1() { return &___lastMarker_1; } inline void set_lastMarker_1(int32_t value) { ___lastMarker_1 = value; } inline static int32_t get_offset_of_markerChanged_2() { return static_cast(offsetof(TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877, ___markerChanged_2)); } inline uint8_t get_markerChanged_2() const { return ___markerChanged_2; } inline uint8_t* get_address_of_markerChanged_2() { return &___markerChanged_2; } inline void set_markerChanged_2(uint8_t value) { ___markerChanged_2 = value; } }; // Native definition for P/Invoke marshalling of FMODMusicManager/TimelineInfo struct TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_pinvoke { int32_t ___currentMusicBar_0; int32_t ___lastMarker_1; uint8_t ___markerChanged_2; }; // Native definition for COM marshalling of FMODMusicManager/TimelineInfo struct TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_com { int32_t ___currentMusicBar_0; int32_t ___lastMarker_1; uint8_t ___markerChanged_2; }; // HandOVR/d__15 struct U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F : public RuntimeObject { public: // System.Int32 HandOVR/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HandOVR/d__15::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRInput/Controller HandOVR/d__15::controller int32_t ___controller_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F, ___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(U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F, ___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_controller_2() { return static_cast(offsetof(U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F, ___controller_2)); } inline int32_t get_controller_2() const { return ___controller_2; } inline int32_t* get_address_of_controller_2() { return &___controller_2; } inline void set_controller_2(int32_t value) { ___controller_2 = value; } }; // HandOVR/d__17 struct U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B : public RuntimeObject { public: // System.Int32 HandOVR/d__17::<>1__state int32_t ___U3CU3E1__state_0; // System.Object HandOVR/d__17::<>2__current RuntimeObject * ___U3CU3E2__current_1; // OVRInput/Controller HandOVR/d__17::controller int32_t ___controller_2; public: inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast(offsetof(U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B, ___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(U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B, ___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_controller_2() { return static_cast(offsetof(U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B, ___controller_2)); } inline int32_t get_controller_2() const { return ___controller_2; } inline int32_t* get_address_of_controller_2() { return &___controller_2; } inline void set_controller_2(int32_t value) { ___controller_2 = value; } }; // UnityEngine.ParticleSystem/MinMaxCurve struct MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD { public: // UnityEngine.ParticleSystemCurveMode UnityEngine.ParticleSystem/MinMaxCurve::m_Mode int32_t ___m_Mode_0; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMultiplier float ___m_CurveMultiplier_1; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMin AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMin_2; // UnityEngine.AnimationCurve UnityEngine.ParticleSystem/MinMaxCurve::m_CurveMax AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * ___m_CurveMax_3; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMin float ___m_ConstantMin_4; // System.Single UnityEngine.ParticleSystem/MinMaxCurve::m_ConstantMax float ___m_ConstantMax_5; public: inline static int32_t get_offset_of_m_Mode_0() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_Mode_0)); } inline int32_t get_m_Mode_0() const { return ___m_Mode_0; } inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; } inline void set_m_Mode_0(int32_t value) { ___m_Mode_0 = value; } inline static int32_t get_offset_of_m_CurveMultiplier_1() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMultiplier_1)); } inline float get_m_CurveMultiplier_1() const { return ___m_CurveMultiplier_1; } inline float* get_address_of_m_CurveMultiplier_1() { return &___m_CurveMultiplier_1; } inline void set_m_CurveMultiplier_1(float value) { ___m_CurveMultiplier_1 = value; } inline static int32_t get_offset_of_m_CurveMin_2() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMin_2)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMin_2() const { return ___m_CurveMin_2; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMin_2() { return &___m_CurveMin_2; } inline void set_m_CurveMin_2(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMin_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMin_2), (void*)value); } inline static int32_t get_offset_of_m_CurveMax_3() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_CurveMax_3)); } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * get_m_CurveMax_3() const { return ___m_CurveMax_3; } inline AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 ** get_address_of_m_CurveMax_3() { return &___m_CurveMax_3; } inline void set_m_CurveMax_3(AnimationCurve_t2D452A14820CEDB83BFF2C911682A4E59001AD03 * value) { ___m_CurveMax_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CurveMax_3), (void*)value); } inline static int32_t get_offset_of_m_ConstantMin_4() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMin_4)); } inline float get_m_ConstantMin_4() const { return ___m_ConstantMin_4; } inline float* get_address_of_m_ConstantMin_4() { return &___m_ConstantMin_4; } inline void set_m_ConstantMin_4(float value) { ___m_ConstantMin_4 = value; } inline static int32_t get_offset_of_m_ConstantMax_5() { return static_cast(offsetof(MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD, ___m_ConstantMax_5)); } inline float get_m_ConstantMax_5() const { return ___m_ConstantMax_5; } inline float* get_address_of_m_ConstantMax_5() { return &___m_ConstantMax_5; } inline void set_m_ConstantMax_5(float value) { ___m_ConstantMax_5 = value; } }; // ScriptUsageTimeline/TimelineInfo struct TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B : public RuntimeObject { public: // System.Int32 ScriptUsageTimeline/TimelineInfo::currentMusicBar int32_t ___currentMusicBar_0; // FMOD.StringWrapper ScriptUsageTimeline/TimelineInfo::lastMarker StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___lastMarker_1; public: inline static int32_t get_offset_of_currentMusicBar_0() { return static_cast(offsetof(TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B, ___currentMusicBar_0)); } inline int32_t get_currentMusicBar_0() const { return ___currentMusicBar_0; } inline int32_t* get_address_of_currentMusicBar_0() { return &___currentMusicBar_0; } inline void set_currentMusicBar_0(int32_t value) { ___currentMusicBar_0 = value; } inline static int32_t get_offset_of_lastMarker_1() { return static_cast(offsetof(TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B, ___lastMarker_1)); } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 get_lastMarker_1() const { return ___lastMarker_1; } inline StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 * get_address_of_lastMarker_1() { return &___lastMarker_1; } inline void set_lastMarker_1(StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 value) { ___lastMarker_1 = value; } }; // Native definition for P/Invoke marshalling of ScriptUsageTimeline/TimelineInfo struct TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_pinvoke { int32_t ___currentMusicBar_0; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___lastMarker_1; }; // Native definition for COM marshalling of ScriptUsageTimeline/TimelineInfo struct TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_com { int32_t ___currentMusicBar_0; StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 ___lastMarker_1; }; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // System.NotSupportedException struct NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Events.UnityAction struct UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 : public MulticastDelegate_t { public: public: }; // EndlessWaveHandler/OnEnemySpawned struct OnEnemySpawned_tD047F9E9900387FE64FC4198DAD044CB797FC946 : public MulticastDelegate_t { public: public: }; // EndlessWaveHandler/OnWaveChange struct OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 : public MulticastDelegate_t { public: public: }; // FMODMusicManager/MarkerChangeEvent struct MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 : public MulticastDelegate_t { public: public: }; // FlyerMovementBlock/OnReset struct OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 : public MulticastDelegate_t { public: public: }; // FlyerMovementBlock/OnRestart struct OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 : public MulticastDelegate_t { public: public: }; // Follower/OnPathUpdate struct OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 : public MulticastDelegate_t { public: public: }; // IncrementalRoadMesh/OnChunkAdvanced struct OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 : public MulticastDelegate_t { public: public: }; // IncrementalRoadMesh/OnPrimeMeshUpdate struct OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 : public MulticastDelegate_t { public: public: }; // MainGun/FiringDelegate struct FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 : public MulticastDelegate_t { public: public: }; // PowerUp/GotPowerUp struct GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A : public MulticastDelegate_t { public: public: }; // ProjectileDestroyArea/OnProjectileBlocked struct OnProjectileBlocked_t4B359E22E8F0257417D844B196D98454DF49CACD : public MulticastDelegate_t { public: public: }; // RemoteToggle/OnToggleTriggered struct OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD : public MulticastDelegate_t { public: public: }; // Slomo/OnSlowMotionStateChange struct OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 : public MulticastDelegate_t { public: public: }; // StageAdjust/OnStageAdjusted struct OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 : public MulticastDelegate_t { public: public: }; // TrafficHandler/OnVehicleSpawned struct OnVehicleSpawned_tF4066D2C31CCBE9687B662DAA4E529FEAC37EFD8 : public MulticastDelegate_t { public: public: }; // WaveHandler/OnEnemySpawned struct OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D : public MulticastDelegate_t { public: public: }; // WaveHandler/OnWaveChange struct OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 : public MulticastDelegate_t { public: public: }; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.AudioBehaviour struct AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.MeshRenderer struct MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // AssassinAnimationController struct AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Animator AssassinAnimationController::weaponDeployAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___weaponDeployAnim_4; // UnityEngine.Animator AssassinAnimationController::sirenAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___sirenAnimator_5; // System.Single AssassinAnimationController::maxSwerveTurnVelocity float ___maxSwerveTurnVelocity_6; // System.Single AssassinAnimationController::minTimeTilExplode float ___minTimeTilExplode_7; // System.Single AssassinAnimationController::maxTimeTilExplode float ___maxTimeTilExplode_8; // UnityEngine.Transform AssassinAnimationController::destroyedObject Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___destroyedObject_9; // UnityEngine.Events.UnityEvent AssassinAnimationController::onLand UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onLand_10; // UnityEngine.Events.UnityEvent AssassinAnimationController::onExplode UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onExplode_11; // System.Boolean AssassinAnimationController::initialized bool ___initialized_12; // UnityEngine.Animator AssassinAnimationController::movementAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___movementAnim_13; // System.Boolean AssassinAnimationController::exploding bool ___exploding_14; public: inline static int32_t get_offset_of_weaponDeployAnim_4() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___weaponDeployAnim_4)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_weaponDeployAnim_4() const { return ___weaponDeployAnim_4; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_weaponDeployAnim_4() { return &___weaponDeployAnim_4; } inline void set_weaponDeployAnim_4(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___weaponDeployAnim_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___weaponDeployAnim_4), (void*)value); } inline static int32_t get_offset_of_sirenAnimator_5() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___sirenAnimator_5)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_sirenAnimator_5() const { return ___sirenAnimator_5; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_sirenAnimator_5() { return &___sirenAnimator_5; } inline void set_sirenAnimator_5(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___sirenAnimator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___sirenAnimator_5), (void*)value); } inline static int32_t get_offset_of_maxSwerveTurnVelocity_6() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___maxSwerveTurnVelocity_6)); } inline float get_maxSwerveTurnVelocity_6() const { return ___maxSwerveTurnVelocity_6; } inline float* get_address_of_maxSwerveTurnVelocity_6() { return &___maxSwerveTurnVelocity_6; } inline void set_maxSwerveTurnVelocity_6(float value) { ___maxSwerveTurnVelocity_6 = value; } inline static int32_t get_offset_of_minTimeTilExplode_7() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___minTimeTilExplode_7)); } inline float get_minTimeTilExplode_7() const { return ___minTimeTilExplode_7; } inline float* get_address_of_minTimeTilExplode_7() { return &___minTimeTilExplode_7; } inline void set_minTimeTilExplode_7(float value) { ___minTimeTilExplode_7 = value; } inline static int32_t get_offset_of_maxTimeTilExplode_8() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___maxTimeTilExplode_8)); } inline float get_maxTimeTilExplode_8() const { return ___maxTimeTilExplode_8; } inline float* get_address_of_maxTimeTilExplode_8() { return &___maxTimeTilExplode_8; } inline void set_maxTimeTilExplode_8(float value) { ___maxTimeTilExplode_8 = value; } inline static int32_t get_offset_of_destroyedObject_9() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___destroyedObject_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_destroyedObject_9() const { return ___destroyedObject_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_destroyedObject_9() { return &___destroyedObject_9; } inline void set_destroyedObject_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___destroyedObject_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedObject_9), (void*)value); } inline static int32_t get_offset_of_onLand_10() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___onLand_10)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onLand_10() const { return ___onLand_10; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onLand_10() { return &___onLand_10; } inline void set_onLand_10(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onLand_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onLand_10), (void*)value); } inline static int32_t get_offset_of_onExplode_11() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___onExplode_11)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onExplode_11() const { return ___onExplode_11; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onExplode_11() { return &___onExplode_11; } inline void set_onExplode_11(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onExplode_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onExplode_11), (void*)value); } inline static int32_t get_offset_of_initialized_12() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___initialized_12)); } inline bool get_initialized_12() const { return ___initialized_12; } inline bool* get_address_of_initialized_12() { return &___initialized_12; } inline void set_initialized_12(bool value) { ___initialized_12 = value; } inline static int32_t get_offset_of_movementAnim_13() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___movementAnim_13)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_movementAnim_13() const { return ___movementAnim_13; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_movementAnim_13() { return &___movementAnim_13; } inline void set_movementAnim_13(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___movementAnim_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___movementAnim_13), (void*)value); } inline static int32_t get_offset_of_exploding_14() { return static_cast(offsetof(AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB, ___exploding_14)); } inline bool get_exploding_14() const { return ___exploding_14; } inline bool* get_address_of_exploding_14() { return &___exploding_14; } inline void set_exploding_14(bool value) { ___exploding_14 = value; } }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // BikeAnimationController struct BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Animator BikeAnimationController::bikeAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___bikeAnimator_5; // UnityEngine.AudioSource BikeAnimationController::engineSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___engineSource_6; // UnityEngine.AudioClip BikeAnimationController::engineRevClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___engineRevClip_7; // UnityEngine.AudioClip BikeAnimationController::overdriveRevClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___overdriveRevClip_8; // System.Single BikeAnimationController::throttleRevThreshold float ___throttleRevThreshold_9; // System.Single BikeAnimationController::tireScreechThreshold float ___tireScreechThreshold_10; // System.Single BikeAnimationController::tireScreechDuration float ___tireScreechDuration_11; // UnityEngine.AudioSource BikeAnimationController::tireSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___tireSource_12; // UnityEngine.ParticleSystem BikeAnimationController::tireSmoke ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___tireSmoke_13; // System.Int32 BikeAnimationController::initialPlumes int32_t ___initialPlumes_14; // System.Int32 BikeAnimationController::plumesPerFrame int32_t ___plumesPerFrame_15; // UnityEngine.ParticleSystem BikeAnimationController::speedLines ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___speedLines_16; // System.Single BikeAnimationController::baseLineSpeed float ___baseLineSpeed_17; // System.Single BikeAnimationController::lineSpeedThrottleRatio float ___lineSpeedThrottleRatio_18; // System.Int32 BikeAnimationController::revLines int32_t ___revLines_19; // System.Single BikeAnimationController::minRevInterval float ___minRevInterval_20; // Follower BikeAnimationController::bikeFollower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___bikeFollower_21; // System.Single BikeAnimationController::baseSpeed float ___baseSpeed_22; // System.Single BikeAnimationController::tireVolume float ___tireVolume_23; // System.Single BikeAnimationController::prevThrottle float ___prevThrottle_24; // System.Single BikeAnimationController::prevTurn float ___prevTurn_25; // System.Single BikeAnimationController::stopScreechAt float ___stopScreechAt_26; // System.Single BikeAnimationController::nextRevAllowedAt float ___nextRevAllowedAt_27; // System.Boolean BikeAnimationController::isScreeching bool ___isScreeching_28; // System.Boolean BikeAnimationController::ramped bool ___ramped_29; // UnityEngine.ParticleSystem/MainModule BikeAnimationController::mainSpeedLineModule MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B ___mainSpeedLineModule_30; // UnityEngine.ParticleSystem/EmissionModule BikeAnimationController::speedLineEmission EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D ___speedLineEmission_31; public: inline static int32_t get_offset_of_bikeAnimator_5() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___bikeAnimator_5)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_bikeAnimator_5() const { return ___bikeAnimator_5; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_bikeAnimator_5() { return &___bikeAnimator_5; } inline void set_bikeAnimator_5(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___bikeAnimator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___bikeAnimator_5), (void*)value); } inline static int32_t get_offset_of_engineSource_6() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___engineSource_6)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_engineSource_6() const { return ___engineSource_6; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_engineSource_6() { return &___engineSource_6; } inline void set_engineSource_6(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___engineSource_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___engineSource_6), (void*)value); } inline static int32_t get_offset_of_engineRevClip_7() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___engineRevClip_7)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_engineRevClip_7() const { return ___engineRevClip_7; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_engineRevClip_7() { return &___engineRevClip_7; } inline void set_engineRevClip_7(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___engineRevClip_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___engineRevClip_7), (void*)value); } inline static int32_t get_offset_of_overdriveRevClip_8() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___overdriveRevClip_8)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_overdriveRevClip_8() const { return ___overdriveRevClip_8; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_overdriveRevClip_8() { return &___overdriveRevClip_8; } inline void set_overdriveRevClip_8(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___overdriveRevClip_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___overdriveRevClip_8), (void*)value); } inline static int32_t get_offset_of_throttleRevThreshold_9() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___throttleRevThreshold_9)); } inline float get_throttleRevThreshold_9() const { return ___throttleRevThreshold_9; } inline float* get_address_of_throttleRevThreshold_9() { return &___throttleRevThreshold_9; } inline void set_throttleRevThreshold_9(float value) { ___throttleRevThreshold_9 = value; } inline static int32_t get_offset_of_tireScreechThreshold_10() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___tireScreechThreshold_10)); } inline float get_tireScreechThreshold_10() const { return ___tireScreechThreshold_10; } inline float* get_address_of_tireScreechThreshold_10() { return &___tireScreechThreshold_10; } inline void set_tireScreechThreshold_10(float value) { ___tireScreechThreshold_10 = value; } inline static int32_t get_offset_of_tireScreechDuration_11() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___tireScreechDuration_11)); } inline float get_tireScreechDuration_11() const { return ___tireScreechDuration_11; } inline float* get_address_of_tireScreechDuration_11() { return &___tireScreechDuration_11; } inline void set_tireScreechDuration_11(float value) { ___tireScreechDuration_11 = value; } inline static int32_t get_offset_of_tireSource_12() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___tireSource_12)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_tireSource_12() const { return ___tireSource_12; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_tireSource_12() { return &___tireSource_12; } inline void set_tireSource_12(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___tireSource_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___tireSource_12), (void*)value); } inline static int32_t get_offset_of_tireSmoke_13() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___tireSmoke_13)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_tireSmoke_13() const { return ___tireSmoke_13; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_tireSmoke_13() { return &___tireSmoke_13; } inline void set_tireSmoke_13(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___tireSmoke_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___tireSmoke_13), (void*)value); } inline static int32_t get_offset_of_initialPlumes_14() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___initialPlumes_14)); } inline int32_t get_initialPlumes_14() const { return ___initialPlumes_14; } inline int32_t* get_address_of_initialPlumes_14() { return &___initialPlumes_14; } inline void set_initialPlumes_14(int32_t value) { ___initialPlumes_14 = value; } inline static int32_t get_offset_of_plumesPerFrame_15() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___plumesPerFrame_15)); } inline int32_t get_plumesPerFrame_15() const { return ___plumesPerFrame_15; } inline int32_t* get_address_of_plumesPerFrame_15() { return &___plumesPerFrame_15; } inline void set_plumesPerFrame_15(int32_t value) { ___plumesPerFrame_15 = value; } inline static int32_t get_offset_of_speedLines_16() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___speedLines_16)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_speedLines_16() const { return ___speedLines_16; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_speedLines_16() { return &___speedLines_16; } inline void set_speedLines_16(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___speedLines_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___speedLines_16), (void*)value); } inline static int32_t get_offset_of_baseLineSpeed_17() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___baseLineSpeed_17)); } inline float get_baseLineSpeed_17() const { return ___baseLineSpeed_17; } inline float* get_address_of_baseLineSpeed_17() { return &___baseLineSpeed_17; } inline void set_baseLineSpeed_17(float value) { ___baseLineSpeed_17 = value; } inline static int32_t get_offset_of_lineSpeedThrottleRatio_18() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___lineSpeedThrottleRatio_18)); } inline float get_lineSpeedThrottleRatio_18() const { return ___lineSpeedThrottleRatio_18; } inline float* get_address_of_lineSpeedThrottleRatio_18() { return &___lineSpeedThrottleRatio_18; } inline void set_lineSpeedThrottleRatio_18(float value) { ___lineSpeedThrottleRatio_18 = value; } inline static int32_t get_offset_of_revLines_19() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___revLines_19)); } inline int32_t get_revLines_19() const { return ___revLines_19; } inline int32_t* get_address_of_revLines_19() { return &___revLines_19; } inline void set_revLines_19(int32_t value) { ___revLines_19 = value; } inline static int32_t get_offset_of_minRevInterval_20() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___minRevInterval_20)); } inline float get_minRevInterval_20() const { return ___minRevInterval_20; } inline float* get_address_of_minRevInterval_20() { return &___minRevInterval_20; } inline void set_minRevInterval_20(float value) { ___minRevInterval_20 = value; } inline static int32_t get_offset_of_bikeFollower_21() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___bikeFollower_21)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_bikeFollower_21() const { return ___bikeFollower_21; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_bikeFollower_21() { return &___bikeFollower_21; } inline void set_bikeFollower_21(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___bikeFollower_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___bikeFollower_21), (void*)value); } inline static int32_t get_offset_of_baseSpeed_22() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___baseSpeed_22)); } inline float get_baseSpeed_22() const { return ___baseSpeed_22; } inline float* get_address_of_baseSpeed_22() { return &___baseSpeed_22; } inline void set_baseSpeed_22(float value) { ___baseSpeed_22 = value; } inline static int32_t get_offset_of_tireVolume_23() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___tireVolume_23)); } inline float get_tireVolume_23() const { return ___tireVolume_23; } inline float* get_address_of_tireVolume_23() { return &___tireVolume_23; } inline void set_tireVolume_23(float value) { ___tireVolume_23 = value; } inline static int32_t get_offset_of_prevThrottle_24() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___prevThrottle_24)); } inline float get_prevThrottle_24() const { return ___prevThrottle_24; } inline float* get_address_of_prevThrottle_24() { return &___prevThrottle_24; } inline void set_prevThrottle_24(float value) { ___prevThrottle_24 = value; } inline static int32_t get_offset_of_prevTurn_25() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___prevTurn_25)); } inline float get_prevTurn_25() const { return ___prevTurn_25; } inline float* get_address_of_prevTurn_25() { return &___prevTurn_25; } inline void set_prevTurn_25(float value) { ___prevTurn_25 = value; } inline static int32_t get_offset_of_stopScreechAt_26() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___stopScreechAt_26)); } inline float get_stopScreechAt_26() const { return ___stopScreechAt_26; } inline float* get_address_of_stopScreechAt_26() { return &___stopScreechAt_26; } inline void set_stopScreechAt_26(float value) { ___stopScreechAt_26 = value; } inline static int32_t get_offset_of_nextRevAllowedAt_27() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___nextRevAllowedAt_27)); } inline float get_nextRevAllowedAt_27() const { return ___nextRevAllowedAt_27; } inline float* get_address_of_nextRevAllowedAt_27() { return &___nextRevAllowedAt_27; } inline void set_nextRevAllowedAt_27(float value) { ___nextRevAllowedAt_27 = value; } inline static int32_t get_offset_of_isScreeching_28() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___isScreeching_28)); } inline bool get_isScreeching_28() const { return ___isScreeching_28; } inline bool* get_address_of_isScreeching_28() { return &___isScreeching_28; } inline void set_isScreeching_28(bool value) { ___isScreeching_28 = value; } inline static int32_t get_offset_of_ramped_29() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___ramped_29)); } inline bool get_ramped_29() const { return ___ramped_29; } inline bool* get_address_of_ramped_29() { return &___ramped_29; } inline void set_ramped_29(bool value) { ___ramped_29 = value; } inline static int32_t get_offset_of_mainSpeedLineModule_30() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___mainSpeedLineModule_30)); } inline MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B get_mainSpeedLineModule_30() const { return ___mainSpeedLineModule_30; } inline MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * get_address_of_mainSpeedLineModule_30() { return &___mainSpeedLineModule_30; } inline void set_mainSpeedLineModule_30(MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B value) { ___mainSpeedLineModule_30 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___mainSpeedLineModule_30))->___m_ParticleSystem_0), (void*)NULL); } inline static int32_t get_offset_of_speedLineEmission_31() { return static_cast(offsetof(BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018, ___speedLineEmission_31)); } inline EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D get_speedLineEmission_31() const { return ___speedLineEmission_31; } inline EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * get_address_of_speedLineEmission_31() { return &___speedLineEmission_31; } inline void set_speedLineEmission_31(EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D value) { ___speedLineEmission_31 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___speedLineEmission_31))->___m_ParticleSystem_0), (void*)NULL); } }; // BossTrainBehavior struct BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Follower BossTrainBehavior::follower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___follower_8; // BossTrainPartManager BossTrainBehavior::partManager BossTrainPartManager_tC46D990200430DC807407624F1603999A3F5A275 * ___partManager_9; // BossTrainEnemySpawner BossTrainBehavior::spawner BossTrainEnemySpawner_t4705886F1A4863A655FAD192DAF8913BCEA5F29E * ___spawner_10; // UnityEngine.AudioSource BossTrainBehavior::audioLoop AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___audioLoop_11; // System.Single BossTrainBehavior::minSpeed float ___minSpeed_12; // System.Single BossTrainBehavior::maxSpeed float ___maxSpeed_13; // Breakable BossTrainBehavior::linkageShield Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * ___linkageShield_14; // System.Single BossTrainBehavior::timeTilAutoAdvance float ___timeTilAutoAdvance_15; // BossTrainCarManager BossTrainBehavior::carManager BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 * ___carManager_16; // BossTrainBehavior BossTrainBehavior::carBehind BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * ___carBehind_17; // System.Boolean BossTrainBehavior::autoAdvancing bool ___autoAdvancing_18; // System.Boolean BossTrainBehavior::linkBroken bool ___linkBroken_19; // System.Single BossTrainBehavior::distFromTarget float ___distFromTarget_20; // System.Int32 BossTrainBehavior::k__BackingField int32_t ___U3CCarIndexU3Ek__BackingField_21; public: inline static int32_t get_offset_of_follower_8() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___follower_8)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_follower_8() const { return ___follower_8; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_follower_8() { return &___follower_8; } inline void set_follower_8(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___follower_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___follower_8), (void*)value); } inline static int32_t get_offset_of_partManager_9() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___partManager_9)); } inline BossTrainPartManager_tC46D990200430DC807407624F1603999A3F5A275 * get_partManager_9() const { return ___partManager_9; } inline BossTrainPartManager_tC46D990200430DC807407624F1603999A3F5A275 ** get_address_of_partManager_9() { return &___partManager_9; } inline void set_partManager_9(BossTrainPartManager_tC46D990200430DC807407624F1603999A3F5A275 * value) { ___partManager_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___partManager_9), (void*)value); } inline static int32_t get_offset_of_spawner_10() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___spawner_10)); } inline BossTrainEnemySpawner_t4705886F1A4863A655FAD192DAF8913BCEA5F29E * get_spawner_10() const { return ___spawner_10; } inline BossTrainEnemySpawner_t4705886F1A4863A655FAD192DAF8913BCEA5F29E ** get_address_of_spawner_10() { return &___spawner_10; } inline void set_spawner_10(BossTrainEnemySpawner_t4705886F1A4863A655FAD192DAF8913BCEA5F29E * value) { ___spawner_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___spawner_10), (void*)value); } inline static int32_t get_offset_of_audioLoop_11() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___audioLoop_11)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_audioLoop_11() const { return ___audioLoop_11; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_audioLoop_11() { return &___audioLoop_11; } inline void set_audioLoop_11(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___audioLoop_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___audioLoop_11), (void*)value); } inline static int32_t get_offset_of_minSpeed_12() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___minSpeed_12)); } inline float get_minSpeed_12() const { return ___minSpeed_12; } inline float* get_address_of_minSpeed_12() { return &___minSpeed_12; } inline void set_minSpeed_12(float value) { ___minSpeed_12 = value; } inline static int32_t get_offset_of_maxSpeed_13() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___maxSpeed_13)); } inline float get_maxSpeed_13() const { return ___maxSpeed_13; } inline float* get_address_of_maxSpeed_13() { return &___maxSpeed_13; } inline void set_maxSpeed_13(float value) { ___maxSpeed_13 = value; } inline static int32_t get_offset_of_linkageShield_14() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___linkageShield_14)); } inline Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * get_linkageShield_14() const { return ___linkageShield_14; } inline Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC ** get_address_of_linkageShield_14() { return &___linkageShield_14; } inline void set_linkageShield_14(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * value) { ___linkageShield_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___linkageShield_14), (void*)value); } inline static int32_t get_offset_of_timeTilAutoAdvance_15() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___timeTilAutoAdvance_15)); } inline float get_timeTilAutoAdvance_15() const { return ___timeTilAutoAdvance_15; } inline float* get_address_of_timeTilAutoAdvance_15() { return &___timeTilAutoAdvance_15; } inline void set_timeTilAutoAdvance_15(float value) { ___timeTilAutoAdvance_15 = value; } inline static int32_t get_offset_of_carManager_16() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___carManager_16)); } inline BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 * get_carManager_16() const { return ___carManager_16; } inline BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 ** get_address_of_carManager_16() { return &___carManager_16; } inline void set_carManager_16(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 * value) { ___carManager_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___carManager_16), (void*)value); } inline static int32_t get_offset_of_carBehind_17() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___carBehind_17)); } inline BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * get_carBehind_17() const { return ___carBehind_17; } inline BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 ** get_address_of_carBehind_17() { return &___carBehind_17; } inline void set_carBehind_17(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * value) { ___carBehind_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___carBehind_17), (void*)value); } inline static int32_t get_offset_of_autoAdvancing_18() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___autoAdvancing_18)); } inline bool get_autoAdvancing_18() const { return ___autoAdvancing_18; } inline bool* get_address_of_autoAdvancing_18() { return &___autoAdvancing_18; } inline void set_autoAdvancing_18(bool value) { ___autoAdvancing_18 = value; } inline static int32_t get_offset_of_linkBroken_19() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___linkBroken_19)); } inline bool get_linkBroken_19() const { return ___linkBroken_19; } inline bool* get_address_of_linkBroken_19() { return &___linkBroken_19; } inline void set_linkBroken_19(bool value) { ___linkBroken_19 = value; } inline static int32_t get_offset_of_distFromTarget_20() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___distFromTarget_20)); } inline float get_distFromTarget_20() const { return ___distFromTarget_20; } inline float* get_address_of_distFromTarget_20() { return &___distFromTarget_20; } inline void set_distFromTarget_20(float value) { ___distFromTarget_20 = value; } inline static int32_t get_offset_of_U3CCarIndexU3Ek__BackingField_21() { return static_cast(offsetof(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7, ___U3CCarIndexU3Ek__BackingField_21)); } inline int32_t get_U3CCarIndexU3Ek__BackingField_21() const { return ___U3CCarIndexU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CCarIndexU3Ek__BackingField_21() { return &___U3CCarIndexU3Ek__BackingField_21; } inline void set_U3CCarIndexU3Ek__BackingField_21(int32_t value) { ___U3CCarIndexU3Ek__BackingField_21 = value; } }; // BossTrainCarManager struct BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 BossTrainCarManager::maxCarsAtOnce int32_t ___maxCarsAtOnce_5; // System.Single BossTrainCarManager::initialAheadDistance float ___initialAheadDistance_6; // System.Single BossTrainCarManager::carAccelerationRate float ___carAccelerationRate_7; // System.Int32 BossTrainCarManager::lastWaveACar int32_t ___lastWaveACar_8; // System.Int32 BossTrainCarManager::lastWaveBCar int32_t ___lastWaveBCar_9; // System.Int32 BossTrainCarManager::lastWaveCCar int32_t ___lastWaveCCar_10; // System.Int32 BossTrainCarManager::startBossMusicCar int32_t ___startBossMusicCar_11; // System.Int32 BossTrainCarManager::startBossCar int32_t ___startBossCar_12; // System.Collections.Generic.List`1 BossTrainCarManager::cars List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___cars_13; // System.Collections.Generic.List`1 BossTrainCarManager::powerUpCars List_1_t4EAAF319E78924C1C96582A28BC94149BDAB3D9A * ___powerUpCars_14; // System.Int32 BossTrainCarManager::bikeUnlockCarIndex int32_t ___bikeUnlockCarIndex_15; // System.Single BossTrainCarManager::timeForUnlockCarSpawn float ___timeForUnlockCarSpawn_16; // BikeType BossTrainCarManager::bikeType int32_t ___bikeType_17; // TurretPicks BossTrainCarManager::waveATurretOptions TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * ___waveATurretOptions_18; // TurretPicks BossTrainCarManager::waveBTurretOptions TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * ___waveBTurretOptions_19; // TurretPicks BossTrainCarManager::waveCTurretOptions TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * ___waveCTurretOptions_20; // UnityEngine.Events.UnityEvent BossTrainCarManager::onLullA UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onLullA_21; // UnityEngine.Events.UnityEvent BossTrainCarManager::onWaveB UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onWaveB_22; // UnityEngine.Events.UnityEvent BossTrainCarManager::onLullB UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onLullB_23; // UnityEngine.Events.UnityEvent BossTrainCarManager::onWaveC UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onWaveC_24; // UnityEngine.Events.UnityEvent BossTrainCarManager::onBossStart UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onBossStart_25; // UnityEngine.Events.UnityEvent BossTrainCarManager::onBossDefeat UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onBossDefeat_26; // BossTrainBehavior BossTrainCarManager::previousCar BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * ___previousCar_31; // System.Boolean BossTrainCarManager::ranWaveBEvents bool ___ranWaveBEvents_32; // System.Boolean BossTrainCarManager::ranWaveCEvents bool ___ranWaveCEvents_33; // System.Boolean BossTrainCarManager::ranLullAEvents bool ___ranLullAEvents_34; // System.Boolean BossTrainCarManager::ranLullBEvents bool ___ranLullBEvents_35; // System.Boolean BossTrainCarManager::ranOutroEvents bool ___ranOutroEvents_36; // System.Boolean BossTrainCarManager::startedBossMusic bool ___startedBossMusic_37; // System.Boolean BossTrainCarManager::ranBossStartEvents bool ___ranBossStartEvents_38; // System.Boolean BossTrainCarManager::gotKey bool ___gotKey_39; // System.Int32 BossTrainCarManager::removeSpawnIndex int32_t ___removeSpawnIndex_41; public: inline static int32_t get_offset_of_maxCarsAtOnce_5() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___maxCarsAtOnce_5)); } inline int32_t get_maxCarsAtOnce_5() const { return ___maxCarsAtOnce_5; } inline int32_t* get_address_of_maxCarsAtOnce_5() { return &___maxCarsAtOnce_5; } inline void set_maxCarsAtOnce_5(int32_t value) { ___maxCarsAtOnce_5 = value; } inline static int32_t get_offset_of_initialAheadDistance_6() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___initialAheadDistance_6)); } inline float get_initialAheadDistance_6() const { return ___initialAheadDistance_6; } inline float* get_address_of_initialAheadDistance_6() { return &___initialAheadDistance_6; } inline void set_initialAheadDistance_6(float value) { ___initialAheadDistance_6 = value; } inline static int32_t get_offset_of_carAccelerationRate_7() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___carAccelerationRate_7)); } inline float get_carAccelerationRate_7() const { return ___carAccelerationRate_7; } inline float* get_address_of_carAccelerationRate_7() { return &___carAccelerationRate_7; } inline void set_carAccelerationRate_7(float value) { ___carAccelerationRate_7 = value; } inline static int32_t get_offset_of_lastWaveACar_8() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___lastWaveACar_8)); } inline int32_t get_lastWaveACar_8() const { return ___lastWaveACar_8; } inline int32_t* get_address_of_lastWaveACar_8() { return &___lastWaveACar_8; } inline void set_lastWaveACar_8(int32_t value) { ___lastWaveACar_8 = value; } inline static int32_t get_offset_of_lastWaveBCar_9() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___lastWaveBCar_9)); } inline int32_t get_lastWaveBCar_9() const { return ___lastWaveBCar_9; } inline int32_t* get_address_of_lastWaveBCar_9() { return &___lastWaveBCar_9; } inline void set_lastWaveBCar_9(int32_t value) { ___lastWaveBCar_9 = value; } inline static int32_t get_offset_of_lastWaveCCar_10() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___lastWaveCCar_10)); } inline int32_t get_lastWaveCCar_10() const { return ___lastWaveCCar_10; } inline int32_t* get_address_of_lastWaveCCar_10() { return &___lastWaveCCar_10; } inline void set_lastWaveCCar_10(int32_t value) { ___lastWaveCCar_10 = value; } inline static int32_t get_offset_of_startBossMusicCar_11() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___startBossMusicCar_11)); } inline int32_t get_startBossMusicCar_11() const { return ___startBossMusicCar_11; } inline int32_t* get_address_of_startBossMusicCar_11() { return &___startBossMusicCar_11; } inline void set_startBossMusicCar_11(int32_t value) { ___startBossMusicCar_11 = value; } inline static int32_t get_offset_of_startBossCar_12() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___startBossCar_12)); } inline int32_t get_startBossCar_12() const { return ___startBossCar_12; } inline int32_t* get_address_of_startBossCar_12() { return &___startBossCar_12; } inline void set_startBossCar_12(int32_t value) { ___startBossCar_12 = value; } inline static int32_t get_offset_of_cars_13() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___cars_13)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_cars_13() const { return ___cars_13; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_cars_13() { return &___cars_13; } inline void set_cars_13(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___cars_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___cars_13), (void*)value); } inline static int32_t get_offset_of_powerUpCars_14() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___powerUpCars_14)); } inline List_1_t4EAAF319E78924C1C96582A28BC94149BDAB3D9A * get_powerUpCars_14() const { return ___powerUpCars_14; } inline List_1_t4EAAF319E78924C1C96582A28BC94149BDAB3D9A ** get_address_of_powerUpCars_14() { return &___powerUpCars_14; } inline void set_powerUpCars_14(List_1_t4EAAF319E78924C1C96582A28BC94149BDAB3D9A * value) { ___powerUpCars_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___powerUpCars_14), (void*)value); } inline static int32_t get_offset_of_bikeUnlockCarIndex_15() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___bikeUnlockCarIndex_15)); } inline int32_t get_bikeUnlockCarIndex_15() const { return ___bikeUnlockCarIndex_15; } inline int32_t* get_address_of_bikeUnlockCarIndex_15() { return &___bikeUnlockCarIndex_15; } inline void set_bikeUnlockCarIndex_15(int32_t value) { ___bikeUnlockCarIndex_15 = value; } inline static int32_t get_offset_of_timeForUnlockCarSpawn_16() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___timeForUnlockCarSpawn_16)); } inline float get_timeForUnlockCarSpawn_16() const { return ___timeForUnlockCarSpawn_16; } inline float* get_address_of_timeForUnlockCarSpawn_16() { return &___timeForUnlockCarSpawn_16; } inline void set_timeForUnlockCarSpawn_16(float value) { ___timeForUnlockCarSpawn_16 = value; } inline static int32_t get_offset_of_bikeType_17() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___bikeType_17)); } inline int32_t get_bikeType_17() const { return ___bikeType_17; } inline int32_t* get_address_of_bikeType_17() { return &___bikeType_17; } inline void set_bikeType_17(int32_t value) { ___bikeType_17 = value; } inline static int32_t get_offset_of_waveATurretOptions_18() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___waveATurretOptions_18)); } inline TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * get_waveATurretOptions_18() const { return ___waveATurretOptions_18; } inline TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 ** get_address_of_waveATurretOptions_18() { return &___waveATurretOptions_18; } inline void set_waveATurretOptions_18(TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * value) { ___waveATurretOptions_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___waveATurretOptions_18), (void*)value); } inline static int32_t get_offset_of_waveBTurretOptions_19() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___waveBTurretOptions_19)); } inline TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * get_waveBTurretOptions_19() const { return ___waveBTurretOptions_19; } inline TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 ** get_address_of_waveBTurretOptions_19() { return &___waveBTurretOptions_19; } inline void set_waveBTurretOptions_19(TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * value) { ___waveBTurretOptions_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___waveBTurretOptions_19), (void*)value); } inline static int32_t get_offset_of_waveCTurretOptions_20() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___waveCTurretOptions_20)); } inline TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * get_waveCTurretOptions_20() const { return ___waveCTurretOptions_20; } inline TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 ** get_address_of_waveCTurretOptions_20() { return &___waveCTurretOptions_20; } inline void set_waveCTurretOptions_20(TurretPicks_tD66560E5E950481FE97FDE0CD83EAC2B63AE8F73 * value) { ___waveCTurretOptions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___waveCTurretOptions_20), (void*)value); } inline static int32_t get_offset_of_onLullA_21() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___onLullA_21)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onLullA_21() const { return ___onLullA_21; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onLullA_21() { return &___onLullA_21; } inline void set_onLullA_21(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onLullA_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___onLullA_21), (void*)value); } inline static int32_t get_offset_of_onWaveB_22() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___onWaveB_22)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onWaveB_22() const { return ___onWaveB_22; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onWaveB_22() { return &___onWaveB_22; } inline void set_onWaveB_22(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onWaveB_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaveB_22), (void*)value); } inline static int32_t get_offset_of_onLullB_23() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___onLullB_23)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onLullB_23() const { return ___onLullB_23; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onLullB_23() { return &___onLullB_23; } inline void set_onLullB_23(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onLullB_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___onLullB_23), (void*)value); } inline static int32_t get_offset_of_onWaveC_24() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___onWaveC_24)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onWaveC_24() const { return ___onWaveC_24; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onWaveC_24() { return &___onWaveC_24; } inline void set_onWaveC_24(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onWaveC_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaveC_24), (void*)value); } inline static int32_t get_offset_of_onBossStart_25() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___onBossStart_25)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onBossStart_25() const { return ___onBossStart_25; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onBossStart_25() { return &___onBossStart_25; } inline void set_onBossStart_25(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onBossStart_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBossStart_25), (void*)value); } inline static int32_t get_offset_of_onBossDefeat_26() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___onBossDefeat_26)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onBossDefeat_26() const { return ___onBossDefeat_26; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onBossDefeat_26() { return &___onBossDefeat_26; } inline void set_onBossDefeat_26(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onBossDefeat_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___onBossDefeat_26), (void*)value); } inline static int32_t get_offset_of_previousCar_31() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___previousCar_31)); } inline BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * get_previousCar_31() const { return ___previousCar_31; } inline BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 ** get_address_of_previousCar_31() { return &___previousCar_31; } inline void set_previousCar_31(BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * value) { ___previousCar_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousCar_31), (void*)value); } inline static int32_t get_offset_of_ranWaveBEvents_32() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___ranWaveBEvents_32)); } inline bool get_ranWaveBEvents_32() const { return ___ranWaveBEvents_32; } inline bool* get_address_of_ranWaveBEvents_32() { return &___ranWaveBEvents_32; } inline void set_ranWaveBEvents_32(bool value) { ___ranWaveBEvents_32 = value; } inline static int32_t get_offset_of_ranWaveCEvents_33() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___ranWaveCEvents_33)); } inline bool get_ranWaveCEvents_33() const { return ___ranWaveCEvents_33; } inline bool* get_address_of_ranWaveCEvents_33() { return &___ranWaveCEvents_33; } inline void set_ranWaveCEvents_33(bool value) { ___ranWaveCEvents_33 = value; } inline static int32_t get_offset_of_ranLullAEvents_34() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___ranLullAEvents_34)); } inline bool get_ranLullAEvents_34() const { return ___ranLullAEvents_34; } inline bool* get_address_of_ranLullAEvents_34() { return &___ranLullAEvents_34; } inline void set_ranLullAEvents_34(bool value) { ___ranLullAEvents_34 = value; } inline static int32_t get_offset_of_ranLullBEvents_35() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___ranLullBEvents_35)); } inline bool get_ranLullBEvents_35() const { return ___ranLullBEvents_35; } inline bool* get_address_of_ranLullBEvents_35() { return &___ranLullBEvents_35; } inline void set_ranLullBEvents_35(bool value) { ___ranLullBEvents_35 = value; } inline static int32_t get_offset_of_ranOutroEvents_36() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___ranOutroEvents_36)); } inline bool get_ranOutroEvents_36() const { return ___ranOutroEvents_36; } inline bool* get_address_of_ranOutroEvents_36() { return &___ranOutroEvents_36; } inline void set_ranOutroEvents_36(bool value) { ___ranOutroEvents_36 = value; } inline static int32_t get_offset_of_startedBossMusic_37() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___startedBossMusic_37)); } inline bool get_startedBossMusic_37() const { return ___startedBossMusic_37; } inline bool* get_address_of_startedBossMusic_37() { return &___startedBossMusic_37; } inline void set_startedBossMusic_37(bool value) { ___startedBossMusic_37 = value; } inline static int32_t get_offset_of_ranBossStartEvents_38() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___ranBossStartEvents_38)); } inline bool get_ranBossStartEvents_38() const { return ___ranBossStartEvents_38; } inline bool* get_address_of_ranBossStartEvents_38() { return &___ranBossStartEvents_38; } inline void set_ranBossStartEvents_38(bool value) { ___ranBossStartEvents_38 = value; } inline static int32_t get_offset_of_gotKey_39() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___gotKey_39)); } inline bool get_gotKey_39() const { return ___gotKey_39; } inline bool* get_address_of_gotKey_39() { return &___gotKey_39; } inline void set_gotKey_39(bool value) { ___gotKey_39 = value; } inline static int32_t get_offset_of_removeSpawnIndex_41() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25, ___removeSpawnIndex_41)); } inline int32_t get_removeSpawnIndex_41() const { return ___removeSpawnIndex_41; } inline int32_t* get_address_of_removeSpawnIndex_41() { return &___removeSpawnIndex_41; } inline void set_removeSpawnIndex_41(int32_t value) { ___removeSpawnIndex_41 = value; } }; // Breakable struct Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Breakable::breakableHitPoints float ___breakableHitPoints_4; // UnityEngine.Transform Breakable::breakablePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___breakablePrefab_5; // System.String Breakable::colorShaderName String_t* ___colorShaderName_6; // System.String Breakable::brightnessShaderName String_t* ___brightnessShaderName_7; // System.Single Breakable::hitFlashThreshold float ___hitFlashThreshold_8; // UnityEngine.Color Breakable::flashColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___flashColor_9; // System.Single Breakable::healthLowHitFlashThreshold float ___healthLowHitFlashThreshold_10; // UnityEngine.Color Breakable::lowHealthFlashColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___lowHealthFlashColor_11; // System.Single Breakable::flashDuration float ___flashDuration_12; // System.Single Breakable::flashBrightness float ___flashBrightness_13; // System.Boolean Breakable::onlyFlashMainTexture bool ___onlyFlashMainTexture_14; // System.Boolean Breakable::hitEffectsAsChildren bool ___hitEffectsAsChildren_15; // System.Boolean Breakable::countsAsEnemyKill bool ___countsAsEnemyKill_16; // UnityEngine.Events.UnityEvent Breakable::onDestroyed UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onDestroyed_17; // UnityEngine.MeshRenderer Breakable::meshRenderer MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * ___meshRenderer_18; // UnityEngine.Color Breakable::defaultColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___defaultColor_19; // System.Single Breakable::defaultBrightness float ___defaultBrightness_20; // System.Boolean Breakable::isFlashing bool ___isFlashing_21; // System.Boolean Breakable::destroyed bool ___destroyed_22; // System.String Breakable::colorName String_t* ___colorName_23; // System.String Breakable::brightnessName String_t* ___brightnessName_24; // System.Single Breakable::currentHitPoints float ___currentHitPoints_25; public: inline static int32_t get_offset_of_breakableHitPoints_4() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___breakableHitPoints_4)); } inline float get_breakableHitPoints_4() const { return ___breakableHitPoints_4; } inline float* get_address_of_breakableHitPoints_4() { return &___breakableHitPoints_4; } inline void set_breakableHitPoints_4(float value) { ___breakableHitPoints_4 = value; } inline static int32_t get_offset_of_breakablePrefab_5() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___breakablePrefab_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_breakablePrefab_5() const { return ___breakablePrefab_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_breakablePrefab_5() { return &___breakablePrefab_5; } inline void set_breakablePrefab_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___breakablePrefab_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___breakablePrefab_5), (void*)value); } inline static int32_t get_offset_of_colorShaderName_6() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___colorShaderName_6)); } inline String_t* get_colorShaderName_6() const { return ___colorShaderName_6; } inline String_t** get_address_of_colorShaderName_6() { return &___colorShaderName_6; } inline void set_colorShaderName_6(String_t* value) { ___colorShaderName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___colorShaderName_6), (void*)value); } inline static int32_t get_offset_of_brightnessShaderName_7() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___brightnessShaderName_7)); } inline String_t* get_brightnessShaderName_7() const { return ___brightnessShaderName_7; } inline String_t** get_address_of_brightnessShaderName_7() { return &___brightnessShaderName_7; } inline void set_brightnessShaderName_7(String_t* value) { ___brightnessShaderName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightnessShaderName_7), (void*)value); } inline static int32_t get_offset_of_hitFlashThreshold_8() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___hitFlashThreshold_8)); } inline float get_hitFlashThreshold_8() const { return ___hitFlashThreshold_8; } inline float* get_address_of_hitFlashThreshold_8() { return &___hitFlashThreshold_8; } inline void set_hitFlashThreshold_8(float value) { ___hitFlashThreshold_8 = value; } inline static int32_t get_offset_of_flashColor_9() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___flashColor_9)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_flashColor_9() const { return ___flashColor_9; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_flashColor_9() { return &___flashColor_9; } inline void set_flashColor_9(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___flashColor_9 = value; } inline static int32_t get_offset_of_healthLowHitFlashThreshold_10() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___healthLowHitFlashThreshold_10)); } inline float get_healthLowHitFlashThreshold_10() const { return ___healthLowHitFlashThreshold_10; } inline float* get_address_of_healthLowHitFlashThreshold_10() { return &___healthLowHitFlashThreshold_10; } inline void set_healthLowHitFlashThreshold_10(float value) { ___healthLowHitFlashThreshold_10 = value; } inline static int32_t get_offset_of_lowHealthFlashColor_11() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___lowHealthFlashColor_11)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_lowHealthFlashColor_11() const { return ___lowHealthFlashColor_11; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_lowHealthFlashColor_11() { return &___lowHealthFlashColor_11; } inline void set_lowHealthFlashColor_11(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___lowHealthFlashColor_11 = value; } inline static int32_t get_offset_of_flashDuration_12() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___flashDuration_12)); } inline float get_flashDuration_12() const { return ___flashDuration_12; } inline float* get_address_of_flashDuration_12() { return &___flashDuration_12; } inline void set_flashDuration_12(float value) { ___flashDuration_12 = value; } inline static int32_t get_offset_of_flashBrightness_13() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___flashBrightness_13)); } inline float get_flashBrightness_13() const { return ___flashBrightness_13; } inline float* get_address_of_flashBrightness_13() { return &___flashBrightness_13; } inline void set_flashBrightness_13(float value) { ___flashBrightness_13 = value; } inline static int32_t get_offset_of_onlyFlashMainTexture_14() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___onlyFlashMainTexture_14)); } inline bool get_onlyFlashMainTexture_14() const { return ___onlyFlashMainTexture_14; } inline bool* get_address_of_onlyFlashMainTexture_14() { return &___onlyFlashMainTexture_14; } inline void set_onlyFlashMainTexture_14(bool value) { ___onlyFlashMainTexture_14 = value; } inline static int32_t get_offset_of_hitEffectsAsChildren_15() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___hitEffectsAsChildren_15)); } inline bool get_hitEffectsAsChildren_15() const { return ___hitEffectsAsChildren_15; } inline bool* get_address_of_hitEffectsAsChildren_15() { return &___hitEffectsAsChildren_15; } inline void set_hitEffectsAsChildren_15(bool value) { ___hitEffectsAsChildren_15 = value; } inline static int32_t get_offset_of_countsAsEnemyKill_16() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___countsAsEnemyKill_16)); } inline bool get_countsAsEnemyKill_16() const { return ___countsAsEnemyKill_16; } inline bool* get_address_of_countsAsEnemyKill_16() { return &___countsAsEnemyKill_16; } inline void set_countsAsEnemyKill_16(bool value) { ___countsAsEnemyKill_16 = value; } inline static int32_t get_offset_of_onDestroyed_17() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___onDestroyed_17)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onDestroyed_17() const { return ___onDestroyed_17; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onDestroyed_17() { return &___onDestroyed_17; } inline void set_onDestroyed_17(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onDestroyed_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDestroyed_17), (void*)value); } inline static int32_t get_offset_of_meshRenderer_18() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___meshRenderer_18)); } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * get_meshRenderer_18() const { return ___meshRenderer_18; } inline MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B ** get_address_of_meshRenderer_18() { return &___meshRenderer_18; } inline void set_meshRenderer_18(MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * value) { ___meshRenderer_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshRenderer_18), (void*)value); } inline static int32_t get_offset_of_defaultColor_19() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___defaultColor_19)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_defaultColor_19() const { return ___defaultColor_19; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_defaultColor_19() { return &___defaultColor_19; } inline void set_defaultColor_19(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___defaultColor_19 = value; } inline static int32_t get_offset_of_defaultBrightness_20() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___defaultBrightness_20)); } inline float get_defaultBrightness_20() const { return ___defaultBrightness_20; } inline float* get_address_of_defaultBrightness_20() { return &___defaultBrightness_20; } inline void set_defaultBrightness_20(float value) { ___defaultBrightness_20 = value; } inline static int32_t get_offset_of_isFlashing_21() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___isFlashing_21)); } inline bool get_isFlashing_21() const { return ___isFlashing_21; } inline bool* get_address_of_isFlashing_21() { return &___isFlashing_21; } inline void set_isFlashing_21(bool value) { ___isFlashing_21 = value; } inline static int32_t get_offset_of_destroyed_22() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___destroyed_22)); } inline bool get_destroyed_22() const { return ___destroyed_22; } inline bool* get_address_of_destroyed_22() { return &___destroyed_22; } inline void set_destroyed_22(bool value) { ___destroyed_22 = value; } inline static int32_t get_offset_of_colorName_23() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___colorName_23)); } inline String_t* get_colorName_23() const { return ___colorName_23; } inline String_t** get_address_of_colorName_23() { return &___colorName_23; } inline void set_colorName_23(String_t* value) { ___colorName_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___colorName_23), (void*)value); } inline static int32_t get_offset_of_brightnessName_24() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___brightnessName_24)); } inline String_t* get_brightnessName_24() const { return ___brightnessName_24; } inline String_t** get_address_of_brightnessName_24() { return &___brightnessName_24; } inline void set_brightnessName_24(String_t* value) { ___brightnessName_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___brightnessName_24), (void*)value); } inline static int32_t get_offset_of_currentHitPoints_25() { return static_cast(offsetof(Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC, ___currentHitPoints_25)); } inline float get_currentHitPoints_25() const { return ___currentHitPoints_25; } inline float* get_address_of_currentHitPoints_25() { return &___currentHitPoints_25; } inline void set_currentHitPoints_25(float value) { ___currentHitPoints_25 = value; } }; // Building struct Building_t13262F618069952568925A1556080D290B9264F0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean Building::isClusterBuilding bool ___isClusterBuilding_4; // System.Boolean Building::canDownscale bool ___canDownscale_5; // UnityEngine.Vector3 Building::center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___center_6; // UnityEngine.Vector3 Building::adjustedCenter Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___adjustedCenter_7; // UnityEngine.Vector3 Building::extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___extents_8; // UnityEngine.Vector3 Building::scaledExtents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___scaledExtents_9; // BuildingMaterialPropertyBlock[] Building::buildingMPBs BuildingMaterialPropertyBlockU5BU5D_tBF6A4D6A96CCC63C4A7662D5A308E730ECEE5604* ___buildingMPBs_10; // UnityEngine.LayerMask Building::collisionLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___collisionLayers_11; // System.Boolean Building::initialized bool ___initialized_12; // UnityEngine.Collider[] Building::roadCollisions ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___roadCollisions_13; // Pillar[] Building::pillars PillarU5BU5D_tE23BF5A3EC7599966DB1A9967557D98E3B103FB1* ___pillars_14; // SignagePlacer Building::decorPlacer SignagePlacer_t67070320D91D4A759C5086937631F8C7CED55677 * ___decorPlacer_15; // BuildingPlacer Building::k__BackingField BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * ___U3CPlacedByU3Ek__BackingField_16; // BuildingType Building::type int32_t ___type_17; // System.Collections.Generic.LinkedListNode`1 Building::k__BackingField LinkedListNode_1_tE83F249344E940269757967F5408A1B31EF2D7F5 * ___U3CBuildingPoolNodeU3Ek__BackingField_18; public: inline static int32_t get_offset_of_isClusterBuilding_4() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___isClusterBuilding_4)); } inline bool get_isClusterBuilding_4() const { return ___isClusterBuilding_4; } inline bool* get_address_of_isClusterBuilding_4() { return &___isClusterBuilding_4; } inline void set_isClusterBuilding_4(bool value) { ___isClusterBuilding_4 = value; } inline static int32_t get_offset_of_canDownscale_5() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___canDownscale_5)); } inline bool get_canDownscale_5() const { return ___canDownscale_5; } inline bool* get_address_of_canDownscale_5() { return &___canDownscale_5; } inline void set_canDownscale_5(bool value) { ___canDownscale_5 = value; } inline static int32_t get_offset_of_center_6() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___center_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_center_6() const { return ___center_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_center_6() { return &___center_6; } inline void set_center_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___center_6 = value; } inline static int32_t get_offset_of_adjustedCenter_7() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___adjustedCenter_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_adjustedCenter_7() const { return ___adjustedCenter_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_adjustedCenter_7() { return &___adjustedCenter_7; } inline void set_adjustedCenter_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___adjustedCenter_7 = value; } inline static int32_t get_offset_of_extents_8() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___extents_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_extents_8() const { return ___extents_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_extents_8() { return &___extents_8; } inline void set_extents_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___extents_8 = value; } inline static int32_t get_offset_of_scaledExtents_9() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___scaledExtents_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_scaledExtents_9() const { return ___scaledExtents_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_scaledExtents_9() { return &___scaledExtents_9; } inline void set_scaledExtents_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___scaledExtents_9 = value; } inline static int32_t get_offset_of_buildingMPBs_10() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___buildingMPBs_10)); } inline BuildingMaterialPropertyBlockU5BU5D_tBF6A4D6A96CCC63C4A7662D5A308E730ECEE5604* get_buildingMPBs_10() const { return ___buildingMPBs_10; } inline BuildingMaterialPropertyBlockU5BU5D_tBF6A4D6A96CCC63C4A7662D5A308E730ECEE5604** get_address_of_buildingMPBs_10() { return &___buildingMPBs_10; } inline void set_buildingMPBs_10(BuildingMaterialPropertyBlockU5BU5D_tBF6A4D6A96CCC63C4A7662D5A308E730ECEE5604* value) { ___buildingMPBs_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildingMPBs_10), (void*)value); } inline static int32_t get_offset_of_collisionLayers_11() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___collisionLayers_11)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_collisionLayers_11() const { return ___collisionLayers_11; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_collisionLayers_11() { return &___collisionLayers_11; } inline void set_collisionLayers_11(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___collisionLayers_11 = value; } inline static int32_t get_offset_of_initialized_12() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___initialized_12)); } inline bool get_initialized_12() const { return ___initialized_12; } inline bool* get_address_of_initialized_12() { return &___initialized_12; } inline void set_initialized_12(bool value) { ___initialized_12 = value; } inline static int32_t get_offset_of_roadCollisions_13() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___roadCollisions_13)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_roadCollisions_13() const { return ___roadCollisions_13; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_roadCollisions_13() { return &___roadCollisions_13; } inline void set_roadCollisions_13(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___roadCollisions_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadCollisions_13), (void*)value); } inline static int32_t get_offset_of_pillars_14() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___pillars_14)); } inline PillarU5BU5D_tE23BF5A3EC7599966DB1A9967557D98E3B103FB1* get_pillars_14() const { return ___pillars_14; } inline PillarU5BU5D_tE23BF5A3EC7599966DB1A9967557D98E3B103FB1** get_address_of_pillars_14() { return &___pillars_14; } inline void set_pillars_14(PillarU5BU5D_tE23BF5A3EC7599966DB1A9967557D98E3B103FB1* value) { ___pillars_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___pillars_14), (void*)value); } inline static int32_t get_offset_of_decorPlacer_15() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___decorPlacer_15)); } inline SignagePlacer_t67070320D91D4A759C5086937631F8C7CED55677 * get_decorPlacer_15() const { return ___decorPlacer_15; } inline SignagePlacer_t67070320D91D4A759C5086937631F8C7CED55677 ** get_address_of_decorPlacer_15() { return &___decorPlacer_15; } inline void set_decorPlacer_15(SignagePlacer_t67070320D91D4A759C5086937631F8C7CED55677 * value) { ___decorPlacer_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___decorPlacer_15), (void*)value); } inline static int32_t get_offset_of_U3CPlacedByU3Ek__BackingField_16() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___U3CPlacedByU3Ek__BackingField_16)); } inline BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * get_U3CPlacedByU3Ek__BackingField_16() const { return ___U3CPlacedByU3Ek__BackingField_16; } inline BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 ** get_address_of_U3CPlacedByU3Ek__BackingField_16() { return &___U3CPlacedByU3Ek__BackingField_16; } inline void set_U3CPlacedByU3Ek__BackingField_16(BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * value) { ___U3CPlacedByU3Ek__BackingField_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPlacedByU3Ek__BackingField_16), (void*)value); } inline static int32_t get_offset_of_type_17() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___type_17)); } inline int32_t get_type_17() const { return ___type_17; } inline int32_t* get_address_of_type_17() { return &___type_17; } inline void set_type_17(int32_t value) { ___type_17 = value; } inline static int32_t get_offset_of_U3CBuildingPoolNodeU3Ek__BackingField_18() { return static_cast(offsetof(Building_t13262F618069952568925A1556080D290B9264F0, ___U3CBuildingPoolNodeU3Ek__BackingField_18)); } inline LinkedListNode_1_tE83F249344E940269757967F5408A1B31EF2D7F5 * get_U3CBuildingPoolNodeU3Ek__BackingField_18() const { return ___U3CBuildingPoolNodeU3Ek__BackingField_18; } inline LinkedListNode_1_tE83F249344E940269757967F5408A1B31EF2D7F5 ** get_address_of_U3CBuildingPoolNodeU3Ek__BackingField_18() { return &___U3CBuildingPoolNodeU3Ek__BackingField_18; } inline void set_U3CBuildingPoolNodeU3Ek__BackingField_18(LinkedListNode_1_tE83F249344E940269757967F5408A1B31EF2D7F5 * value) { ___U3CBuildingPoolNodeU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBuildingPoolNodeU3Ek__BackingField_18), (void*)value); } }; // BuildingPlacer struct BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // BuildingPlacerType BuildingPlacer::placementType int32_t ___placementType_4; // BuildingPool BuildingPlacer::pool BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * ___pool_5; // UnityEngine.Collider BuildingPlacer::roadChunkHit Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___roadChunkHit_6; // UnityEngine.GameObject BuildingPlacer::bldgObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bldgObject_7; // Building BuildingPlacer::building Building_t13262F618069952568925A1556080D290B9264F0 * ___building_8; public: inline static int32_t get_offset_of_placementType_4() { return static_cast(offsetof(BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7, ___placementType_4)); } inline int32_t get_placementType_4() const { return ___placementType_4; } inline int32_t* get_address_of_placementType_4() { return &___placementType_4; } inline void set_placementType_4(int32_t value) { ___placementType_4 = value; } inline static int32_t get_offset_of_pool_5() { return static_cast(offsetof(BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7, ___pool_5)); } inline BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * get_pool_5() const { return ___pool_5; } inline BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 ** get_address_of_pool_5() { return &___pool_5; } inline void set_pool_5(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * value) { ___pool_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pool_5), (void*)value); } inline static int32_t get_offset_of_roadChunkHit_6() { return static_cast(offsetof(BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7, ___roadChunkHit_6)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_roadChunkHit_6() const { return ___roadChunkHit_6; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_roadChunkHit_6() { return &___roadChunkHit_6; } inline void set_roadChunkHit_6(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___roadChunkHit_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadChunkHit_6), (void*)value); } inline static int32_t get_offset_of_bldgObject_7() { return static_cast(offsetof(BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7, ___bldgObject_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bldgObject_7() const { return ___bldgObject_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bldgObject_7() { return &___bldgObject_7; } inline void set_bldgObject_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bldgObject_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___bldgObject_7), (void*)value); } inline static int32_t get_offset_of_building_8() { return static_cast(offsetof(BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7, ___building_8)); } inline Building_t13262F618069952568925A1556080D290B9264F0 * get_building_8() const { return ___building_8; } inline Building_t13262F618069952568925A1556080D290B9264F0 ** get_address_of_building_8() { return &___building_8; } inline void set_building_8(Building_t13262F618069952568925A1556080D290B9264F0 * value) { ___building_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___building_8), (void*)value); } }; // BuildingPool struct BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean BuildingPool::preInstantiatePool bool ___preInstantiatePool_4; // System.Single BuildingPool::simpleChance float ___simpleChance_5; // BuildingScale BuildingPool::simpleScale BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * ___simpleScale_6; // System.Boolean BuildingPool::simpleUniqueOnly bool ___simpleUniqueOnly_7; // System.Single BuildingPool::smallChance float ___smallChance_8; // BuildingScale BuildingPool::smallScale BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * ___smallScale_9; // System.Boolean BuildingPool::smallUniqueOnly bool ___smallUniqueOnly_10; // System.Single BuildingPool::medChance float ___medChance_11; // BuildingScale BuildingPool::medScale BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * ___medScale_12; // System.Boolean BuildingPool::mediumUniqueOnly bool ___mediumUniqueOnly_13; // System.Single BuildingPool::largeChance float ___largeChance_14; // BuildingScale BuildingPool::largeScale BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * ___largeScale_15; // System.Boolean BuildingPool::largeUniqueOnly bool ___largeUniqueOnly_16; // System.Boolean BuildingPool::megaUniqueOnly bool ___megaUniqueOnly_17; // System.Boolean BuildingPool::clusterUniqueOnly bool ___clusterUniqueOnly_18; // System.Int32 BuildingPool::simpleBuildingCap int32_t ___simpleBuildingCap_19; // PrefabPicks BuildingPool::simpleBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___simpleBuildingOptions_20; // System.Int32 BuildingPool::smallBuildingCap int32_t ___smallBuildingCap_21; // PrefabPicks BuildingPool::smallBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___smallBuildingOptions_22; // System.Int32 BuildingPool::mediumBuildingCap int32_t ___mediumBuildingCap_23; // PrefabPicks BuildingPool::mediumBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___mediumBuildingOptions_24; // System.Int32 BuildingPool::largeBuildingCap int32_t ___largeBuildingCap_25; // PrefabPicks BuildingPool::largeBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___largeBuildingOptions_26; // System.Int32 BuildingPool::megaBuildingCap int32_t ___megaBuildingCap_27; // PrefabPicks BuildingPool::megaBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___megaBuildingOptions_28; // System.Int32 BuildingPool::clusterBuildingCap int32_t ___clusterBuildingCap_29; // PrefabPicks BuildingPool::clusterBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___clusterBuildingOptions_30; // System.Int32 BuildingPool::shortBuildingCap int32_t ___shortBuildingCap_31; // PrefabPicks BuildingPool::shortBuildingOptions PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * ___shortBuildingOptions_32; // System.Collections.Generic.LinkedList`1 BuildingPool::simpleBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___simpleBuildings_33; // System.Collections.Generic.LinkedList`1 BuildingPool::smallBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___smallBuildings_34; // System.Collections.Generic.LinkedList`1 BuildingPool::medBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___medBuildings_35; // System.Collections.Generic.LinkedList`1 BuildingPool::largeBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___largeBuildings_36; // System.Collections.Generic.LinkedList`1 BuildingPool::megaBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___megaBuildings_37; // System.Collections.Generic.LinkedList`1 BuildingPool::clusterBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___clusterBuildings_38; // System.Collections.Generic.LinkedList`1 BuildingPool::shortBuildings LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___shortBuildings_39; // System.Collections.Generic.LinkedList`1 BuildingPool::hidePool LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * ___hidePool_40; public: inline static int32_t get_offset_of_preInstantiatePool_4() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___preInstantiatePool_4)); } inline bool get_preInstantiatePool_4() const { return ___preInstantiatePool_4; } inline bool* get_address_of_preInstantiatePool_4() { return &___preInstantiatePool_4; } inline void set_preInstantiatePool_4(bool value) { ___preInstantiatePool_4 = value; } inline static int32_t get_offset_of_simpleChance_5() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___simpleChance_5)); } inline float get_simpleChance_5() const { return ___simpleChance_5; } inline float* get_address_of_simpleChance_5() { return &___simpleChance_5; } inline void set_simpleChance_5(float value) { ___simpleChance_5 = value; } inline static int32_t get_offset_of_simpleScale_6() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___simpleScale_6)); } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * get_simpleScale_6() const { return ___simpleScale_6; } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 ** get_address_of_simpleScale_6() { return &___simpleScale_6; } inline void set_simpleScale_6(BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * value) { ___simpleScale_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleScale_6), (void*)value); } inline static int32_t get_offset_of_simpleUniqueOnly_7() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___simpleUniqueOnly_7)); } inline bool get_simpleUniqueOnly_7() const { return ___simpleUniqueOnly_7; } inline bool* get_address_of_simpleUniqueOnly_7() { return &___simpleUniqueOnly_7; } inline void set_simpleUniqueOnly_7(bool value) { ___simpleUniqueOnly_7 = value; } inline static int32_t get_offset_of_smallChance_8() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___smallChance_8)); } inline float get_smallChance_8() const { return ___smallChance_8; } inline float* get_address_of_smallChance_8() { return &___smallChance_8; } inline void set_smallChance_8(float value) { ___smallChance_8 = value; } inline static int32_t get_offset_of_smallScale_9() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___smallScale_9)); } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * get_smallScale_9() const { return ___smallScale_9; } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 ** get_address_of_smallScale_9() { return &___smallScale_9; } inline void set_smallScale_9(BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * value) { ___smallScale_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___smallScale_9), (void*)value); } inline static int32_t get_offset_of_smallUniqueOnly_10() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___smallUniqueOnly_10)); } inline bool get_smallUniqueOnly_10() const { return ___smallUniqueOnly_10; } inline bool* get_address_of_smallUniqueOnly_10() { return &___smallUniqueOnly_10; } inline void set_smallUniqueOnly_10(bool value) { ___smallUniqueOnly_10 = value; } inline static int32_t get_offset_of_medChance_11() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___medChance_11)); } inline float get_medChance_11() const { return ___medChance_11; } inline float* get_address_of_medChance_11() { return &___medChance_11; } inline void set_medChance_11(float value) { ___medChance_11 = value; } inline static int32_t get_offset_of_medScale_12() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___medScale_12)); } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * get_medScale_12() const { return ___medScale_12; } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 ** get_address_of_medScale_12() { return &___medScale_12; } inline void set_medScale_12(BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * value) { ___medScale_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___medScale_12), (void*)value); } inline static int32_t get_offset_of_mediumUniqueOnly_13() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___mediumUniqueOnly_13)); } inline bool get_mediumUniqueOnly_13() const { return ___mediumUniqueOnly_13; } inline bool* get_address_of_mediumUniqueOnly_13() { return &___mediumUniqueOnly_13; } inline void set_mediumUniqueOnly_13(bool value) { ___mediumUniqueOnly_13 = value; } inline static int32_t get_offset_of_largeChance_14() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___largeChance_14)); } inline float get_largeChance_14() const { return ___largeChance_14; } inline float* get_address_of_largeChance_14() { return &___largeChance_14; } inline void set_largeChance_14(float value) { ___largeChance_14 = value; } inline static int32_t get_offset_of_largeScale_15() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___largeScale_15)); } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * get_largeScale_15() const { return ___largeScale_15; } inline BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 ** get_address_of_largeScale_15() { return &___largeScale_15; } inline void set_largeScale_15(BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6 * value) { ___largeScale_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___largeScale_15), (void*)value); } inline static int32_t get_offset_of_largeUniqueOnly_16() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___largeUniqueOnly_16)); } inline bool get_largeUniqueOnly_16() const { return ___largeUniqueOnly_16; } inline bool* get_address_of_largeUniqueOnly_16() { return &___largeUniqueOnly_16; } inline void set_largeUniqueOnly_16(bool value) { ___largeUniqueOnly_16 = value; } inline static int32_t get_offset_of_megaUniqueOnly_17() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___megaUniqueOnly_17)); } inline bool get_megaUniqueOnly_17() const { return ___megaUniqueOnly_17; } inline bool* get_address_of_megaUniqueOnly_17() { return &___megaUniqueOnly_17; } inline void set_megaUniqueOnly_17(bool value) { ___megaUniqueOnly_17 = value; } inline static int32_t get_offset_of_clusterUniqueOnly_18() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___clusterUniqueOnly_18)); } inline bool get_clusterUniqueOnly_18() const { return ___clusterUniqueOnly_18; } inline bool* get_address_of_clusterUniqueOnly_18() { return &___clusterUniqueOnly_18; } inline void set_clusterUniqueOnly_18(bool value) { ___clusterUniqueOnly_18 = value; } inline static int32_t get_offset_of_simpleBuildingCap_19() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___simpleBuildingCap_19)); } inline int32_t get_simpleBuildingCap_19() const { return ___simpleBuildingCap_19; } inline int32_t* get_address_of_simpleBuildingCap_19() { return &___simpleBuildingCap_19; } inline void set_simpleBuildingCap_19(int32_t value) { ___simpleBuildingCap_19 = value; } inline static int32_t get_offset_of_simpleBuildingOptions_20() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___simpleBuildingOptions_20)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_simpleBuildingOptions_20() const { return ___simpleBuildingOptions_20; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_simpleBuildingOptions_20() { return &___simpleBuildingOptions_20; } inline void set_simpleBuildingOptions_20(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___simpleBuildingOptions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleBuildingOptions_20), (void*)value); } inline static int32_t get_offset_of_smallBuildingCap_21() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___smallBuildingCap_21)); } inline int32_t get_smallBuildingCap_21() const { return ___smallBuildingCap_21; } inline int32_t* get_address_of_smallBuildingCap_21() { return &___smallBuildingCap_21; } inline void set_smallBuildingCap_21(int32_t value) { ___smallBuildingCap_21 = value; } inline static int32_t get_offset_of_smallBuildingOptions_22() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___smallBuildingOptions_22)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_smallBuildingOptions_22() const { return ___smallBuildingOptions_22; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_smallBuildingOptions_22() { return &___smallBuildingOptions_22; } inline void set_smallBuildingOptions_22(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___smallBuildingOptions_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___smallBuildingOptions_22), (void*)value); } inline static int32_t get_offset_of_mediumBuildingCap_23() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___mediumBuildingCap_23)); } inline int32_t get_mediumBuildingCap_23() const { return ___mediumBuildingCap_23; } inline int32_t* get_address_of_mediumBuildingCap_23() { return &___mediumBuildingCap_23; } inline void set_mediumBuildingCap_23(int32_t value) { ___mediumBuildingCap_23 = value; } inline static int32_t get_offset_of_mediumBuildingOptions_24() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___mediumBuildingOptions_24)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_mediumBuildingOptions_24() const { return ___mediumBuildingOptions_24; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_mediumBuildingOptions_24() { return &___mediumBuildingOptions_24; } inline void set_mediumBuildingOptions_24(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___mediumBuildingOptions_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___mediumBuildingOptions_24), (void*)value); } inline static int32_t get_offset_of_largeBuildingCap_25() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___largeBuildingCap_25)); } inline int32_t get_largeBuildingCap_25() const { return ___largeBuildingCap_25; } inline int32_t* get_address_of_largeBuildingCap_25() { return &___largeBuildingCap_25; } inline void set_largeBuildingCap_25(int32_t value) { ___largeBuildingCap_25 = value; } inline static int32_t get_offset_of_largeBuildingOptions_26() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___largeBuildingOptions_26)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_largeBuildingOptions_26() const { return ___largeBuildingOptions_26; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_largeBuildingOptions_26() { return &___largeBuildingOptions_26; } inline void set_largeBuildingOptions_26(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___largeBuildingOptions_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___largeBuildingOptions_26), (void*)value); } inline static int32_t get_offset_of_megaBuildingCap_27() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___megaBuildingCap_27)); } inline int32_t get_megaBuildingCap_27() const { return ___megaBuildingCap_27; } inline int32_t* get_address_of_megaBuildingCap_27() { return &___megaBuildingCap_27; } inline void set_megaBuildingCap_27(int32_t value) { ___megaBuildingCap_27 = value; } inline static int32_t get_offset_of_megaBuildingOptions_28() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___megaBuildingOptions_28)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_megaBuildingOptions_28() const { return ___megaBuildingOptions_28; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_megaBuildingOptions_28() { return &___megaBuildingOptions_28; } inline void set_megaBuildingOptions_28(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___megaBuildingOptions_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___megaBuildingOptions_28), (void*)value); } inline static int32_t get_offset_of_clusterBuildingCap_29() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___clusterBuildingCap_29)); } inline int32_t get_clusterBuildingCap_29() const { return ___clusterBuildingCap_29; } inline int32_t* get_address_of_clusterBuildingCap_29() { return &___clusterBuildingCap_29; } inline void set_clusterBuildingCap_29(int32_t value) { ___clusterBuildingCap_29 = value; } inline static int32_t get_offset_of_clusterBuildingOptions_30() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___clusterBuildingOptions_30)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_clusterBuildingOptions_30() const { return ___clusterBuildingOptions_30; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_clusterBuildingOptions_30() { return &___clusterBuildingOptions_30; } inline void set_clusterBuildingOptions_30(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___clusterBuildingOptions_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___clusterBuildingOptions_30), (void*)value); } inline static int32_t get_offset_of_shortBuildingCap_31() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___shortBuildingCap_31)); } inline int32_t get_shortBuildingCap_31() const { return ___shortBuildingCap_31; } inline int32_t* get_address_of_shortBuildingCap_31() { return &___shortBuildingCap_31; } inline void set_shortBuildingCap_31(int32_t value) { ___shortBuildingCap_31 = value; } inline static int32_t get_offset_of_shortBuildingOptions_32() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___shortBuildingOptions_32)); } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * get_shortBuildingOptions_32() const { return ___shortBuildingOptions_32; } inline PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 ** get_address_of_shortBuildingOptions_32() { return &___shortBuildingOptions_32; } inline void set_shortBuildingOptions_32(PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035 * value) { ___shortBuildingOptions_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortBuildingOptions_32), (void*)value); } inline static int32_t get_offset_of_simpleBuildings_33() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___simpleBuildings_33)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_simpleBuildings_33() const { return ___simpleBuildings_33; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_simpleBuildings_33() { return &___simpleBuildings_33; } inline void set_simpleBuildings_33(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___simpleBuildings_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___simpleBuildings_33), (void*)value); } inline static int32_t get_offset_of_smallBuildings_34() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___smallBuildings_34)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_smallBuildings_34() const { return ___smallBuildings_34; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_smallBuildings_34() { return &___smallBuildings_34; } inline void set_smallBuildings_34(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___smallBuildings_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___smallBuildings_34), (void*)value); } inline static int32_t get_offset_of_medBuildings_35() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___medBuildings_35)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_medBuildings_35() const { return ___medBuildings_35; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_medBuildings_35() { return &___medBuildings_35; } inline void set_medBuildings_35(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___medBuildings_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___medBuildings_35), (void*)value); } inline static int32_t get_offset_of_largeBuildings_36() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___largeBuildings_36)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_largeBuildings_36() const { return ___largeBuildings_36; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_largeBuildings_36() { return &___largeBuildings_36; } inline void set_largeBuildings_36(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___largeBuildings_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___largeBuildings_36), (void*)value); } inline static int32_t get_offset_of_megaBuildings_37() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___megaBuildings_37)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_megaBuildings_37() const { return ___megaBuildings_37; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_megaBuildings_37() { return &___megaBuildings_37; } inline void set_megaBuildings_37(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___megaBuildings_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___megaBuildings_37), (void*)value); } inline static int32_t get_offset_of_clusterBuildings_38() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___clusterBuildings_38)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_clusterBuildings_38() const { return ___clusterBuildings_38; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_clusterBuildings_38() { return &___clusterBuildings_38; } inline void set_clusterBuildings_38(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___clusterBuildings_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___clusterBuildings_38), (void*)value); } inline static int32_t get_offset_of_shortBuildings_39() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___shortBuildings_39)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_shortBuildings_39() const { return ___shortBuildings_39; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_shortBuildings_39() { return &___shortBuildings_39; } inline void set_shortBuildings_39(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___shortBuildings_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___shortBuildings_39), (void*)value); } inline static int32_t get_offset_of_hidePool_40() { return static_cast(offsetof(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302, ___hidePool_40)); } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * get_hidePool_40() const { return ___hidePool_40; } inline LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 ** get_address_of_hidePool_40() { return &___hidePool_40; } inline void set_hidePool_40(LinkedList_1_tDAAD03E5959C963AA34ACA1A56D314C799802728 * value) { ___hidePool_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___hidePool_40), (void*)value); } }; // Cannon struct Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform Cannon::explosionPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPrefab_4; // System.Single Cannon::explodeProximity float ___explodeProximity_5; // System.Single Cannon::explosionDamage float ___explosionDamage_6; // System.Int32 Cannon::explosionAheadOffset int32_t ___explosionAheadOffset_7; // UnityEngine.GameObject Cannon::rayObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___rayObject_8; // System.Single Cannon::rayShrinkPerSecond float ___rayShrinkPerSecond_9; // System.Single Cannon::rayStretchPerSecond float ___rayStretchPerSecond_10; // UnityEngine.Transform Cannon::firePoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___firePoint_11; // UnityEngine.Vector3 Cannon::firePointOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___firePointOffset_12; // System.Single Cannon::rayLength float ___rayLength_13; // System.Single Cannon::rayDiameter float ___rayDiameter_14; // UnityEngine.Animator Cannon::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_15; // System.Boolean Cannon::exploded bool ___exploded_16; // System.Boolean Cannon::dissipated bool ___dissipated_17; // System.Single Cannon::firedAt float ___firedAt_18; public: inline static int32_t get_offset_of_explosionPrefab_4() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___explosionPrefab_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPrefab_4() const { return ___explosionPrefab_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPrefab_4() { return &___explosionPrefab_4; } inline void set_explosionPrefab_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPrefab_4), (void*)value); } inline static int32_t get_offset_of_explodeProximity_5() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___explodeProximity_5)); } inline float get_explodeProximity_5() const { return ___explodeProximity_5; } inline float* get_address_of_explodeProximity_5() { return &___explodeProximity_5; } inline void set_explodeProximity_5(float value) { ___explodeProximity_5 = value; } inline static int32_t get_offset_of_explosionDamage_6() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___explosionDamage_6)); } inline float get_explosionDamage_6() const { return ___explosionDamage_6; } inline float* get_address_of_explosionDamage_6() { return &___explosionDamage_6; } inline void set_explosionDamage_6(float value) { ___explosionDamage_6 = value; } inline static int32_t get_offset_of_explosionAheadOffset_7() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___explosionAheadOffset_7)); } inline int32_t get_explosionAheadOffset_7() const { return ___explosionAheadOffset_7; } inline int32_t* get_address_of_explosionAheadOffset_7() { return &___explosionAheadOffset_7; } inline void set_explosionAheadOffset_7(int32_t value) { ___explosionAheadOffset_7 = value; } inline static int32_t get_offset_of_rayObject_8() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___rayObject_8)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_rayObject_8() const { return ___rayObject_8; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_rayObject_8() { return &___rayObject_8; } inline void set_rayObject_8(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___rayObject_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rayObject_8), (void*)value); } inline static int32_t get_offset_of_rayShrinkPerSecond_9() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___rayShrinkPerSecond_9)); } inline float get_rayShrinkPerSecond_9() const { return ___rayShrinkPerSecond_9; } inline float* get_address_of_rayShrinkPerSecond_9() { return &___rayShrinkPerSecond_9; } inline void set_rayShrinkPerSecond_9(float value) { ___rayShrinkPerSecond_9 = value; } inline static int32_t get_offset_of_rayStretchPerSecond_10() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___rayStretchPerSecond_10)); } inline float get_rayStretchPerSecond_10() const { return ___rayStretchPerSecond_10; } inline float* get_address_of_rayStretchPerSecond_10() { return &___rayStretchPerSecond_10; } inline void set_rayStretchPerSecond_10(float value) { ___rayStretchPerSecond_10 = value; } inline static int32_t get_offset_of_firePoint_11() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___firePoint_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_firePoint_11() const { return ___firePoint_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_firePoint_11() { return &___firePoint_11; } inline void set_firePoint_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___firePoint_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___firePoint_11), (void*)value); } inline static int32_t get_offset_of_firePointOffset_12() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___firePointOffset_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_firePointOffset_12() const { return ___firePointOffset_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_firePointOffset_12() { return &___firePointOffset_12; } inline void set_firePointOffset_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___firePointOffset_12 = value; } inline static int32_t get_offset_of_rayLength_13() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___rayLength_13)); } inline float get_rayLength_13() const { return ___rayLength_13; } inline float* get_address_of_rayLength_13() { return &___rayLength_13; } inline void set_rayLength_13(float value) { ___rayLength_13 = value; } inline static int32_t get_offset_of_rayDiameter_14() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___rayDiameter_14)); } inline float get_rayDiameter_14() const { return ___rayDiameter_14; } inline float* get_address_of_rayDiameter_14() { return &___rayDiameter_14; } inline void set_rayDiameter_14(float value) { ___rayDiameter_14 = value; } inline static int32_t get_offset_of_anim_15() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___anim_15)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_15() const { return ___anim_15; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_15() { return &___anim_15; } inline void set_anim_15(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_15), (void*)value); } inline static int32_t get_offset_of_exploded_16() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___exploded_16)); } inline bool get_exploded_16() const { return ___exploded_16; } inline bool* get_address_of_exploded_16() { return &___exploded_16; } inline void set_exploded_16(bool value) { ___exploded_16 = value; } inline static int32_t get_offset_of_dissipated_17() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___dissipated_17)); } inline bool get_dissipated_17() const { return ___dissipated_17; } inline bool* get_address_of_dissipated_17() { return &___dissipated_17; } inline void set_dissipated_17(bool value) { ___dissipated_17 = value; } inline static int32_t get_offset_of_firedAt_18() { return static_cast(offsetof(Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7, ___firedAt_18)); } inline float get_firedAt_18() const { return ___firedAt_18; } inline float* get_address_of_firedAt_18() { return &___firedAt_18; } inline void set_firedAt_18(float value) { ___firedAt_18 = value; } }; // DreadnaughtBehavior struct DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // BossPhaseController DreadnaughtBehavior::phaseController BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * ___phaseController_5; // DreadnaughtAnimationController DreadnaughtBehavior::animControl DreadnaughtAnimationController_tF07A280DC3D3A5E53D9761E5D553F021DFEBB84F * ___animControl_6; // DreadnaughtMovement DreadnaughtBehavior::mover DreadnaughtMovement_tAF64F10810F4E32134C5F329C561D0839C4304D2 * ___mover_7; // System.Int32 DreadnaughtBehavior::pointsPerDamage int32_t ___pointsPerDamage_8; // System.Single DreadnaughtBehavior::timeTilFirstAttack float ___timeTilFirstAttack_9; // System.Single DreadnaughtBehavior::avoidTimeBeforeSlash float ___avoidTimeBeforeSlash_10; // System.Single DreadnaughtBehavior::avoidTimeBeforeStab float ___avoidTimeBeforeStab_11; // System.Single DreadnaughtBehavior::avoidTimeBeforeCarve float ___avoidTimeBeforeCarve_12; // System.Single DreadnaughtBehavior::avoidTimeBeforeBarrage float ___avoidTimeBeforeBarrage_13; // System.Single DreadnaughtBehavior::avoidTimeBeforeRush float ___avoidTimeBeforeRush_14; // System.Single DreadnaughtBehavior::stabInterruptHitPoint float ___stabInterruptHitPoint_15; // System.Single DreadnaughtBehavior::stabMainGunInterruptMultiplier float ___stabMainGunInterruptMultiplier_16; // System.Single DreadnaughtBehavior::stabStaggerCooldown float ___stabStaggerCooldown_17; // System.Single DreadnaughtBehavior::phase2Duration float ___phase2Duration_18; // FollowerRepeatedPlacement DreadnaughtBehavior::speedPadPlacer FollowerRepeatedPlacement_tC92CDC203F17ADA60E7CB1B86BB8A9AE032C4091 * ___speedPadPlacer_19; // RoadsideRepeatedPlacement DreadnaughtBehavior::powerupPlacer RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * ___powerupPlacer_20; // System.Int32 DreadnaughtBehavior::loopsForPhase4 int32_t ___loopsForPhase4_21; // System.Collections.Generic.List`1 DreadnaughtBehavior::remainingAttacks List_1_tD957EA48969E1EF08AA356E3B257C1AED04B797C * ___remainingAttacks_22; // System.Single DreadnaughtBehavior::nextAttackAt float ___nextAttackAt_23; // DreadPattern DreadnaughtBehavior::previousAction int32_t ___previousAction_24; // DreadPattern DreadnaughtBehavior::nextAttack int32_t ___nextAttack_25; // System.Boolean DreadnaughtBehavior::hitPlayerWithRush bool ___hitPlayerWithRush_26; // System.Single DreadnaughtBehavior::currentStaggerHP float ___currentStaggerHP_27; // System.Int32 DreadnaughtBehavior::currentLoops int32_t ___currentLoops_28; public: inline static int32_t get_offset_of_phaseController_5() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___phaseController_5)); } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * get_phaseController_5() const { return ___phaseController_5; } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 ** get_address_of_phaseController_5() { return &___phaseController_5; } inline void set_phaseController_5(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * value) { ___phaseController_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___phaseController_5), (void*)value); } inline static int32_t get_offset_of_animControl_6() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___animControl_6)); } inline DreadnaughtAnimationController_tF07A280DC3D3A5E53D9761E5D553F021DFEBB84F * get_animControl_6() const { return ___animControl_6; } inline DreadnaughtAnimationController_tF07A280DC3D3A5E53D9761E5D553F021DFEBB84F ** get_address_of_animControl_6() { return &___animControl_6; } inline void set_animControl_6(DreadnaughtAnimationController_tF07A280DC3D3A5E53D9761E5D553F021DFEBB84F * value) { ___animControl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___animControl_6), (void*)value); } inline static int32_t get_offset_of_mover_7() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___mover_7)); } inline DreadnaughtMovement_tAF64F10810F4E32134C5F329C561D0839C4304D2 * get_mover_7() const { return ___mover_7; } inline DreadnaughtMovement_tAF64F10810F4E32134C5F329C561D0839C4304D2 ** get_address_of_mover_7() { return &___mover_7; } inline void set_mover_7(DreadnaughtMovement_tAF64F10810F4E32134C5F329C561D0839C4304D2 * value) { ___mover_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___mover_7), (void*)value); } inline static int32_t get_offset_of_pointsPerDamage_8() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___pointsPerDamage_8)); } inline int32_t get_pointsPerDamage_8() const { return ___pointsPerDamage_8; } inline int32_t* get_address_of_pointsPerDamage_8() { return &___pointsPerDamage_8; } inline void set_pointsPerDamage_8(int32_t value) { ___pointsPerDamage_8 = value; } inline static int32_t get_offset_of_timeTilFirstAttack_9() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___timeTilFirstAttack_9)); } inline float get_timeTilFirstAttack_9() const { return ___timeTilFirstAttack_9; } inline float* get_address_of_timeTilFirstAttack_9() { return &___timeTilFirstAttack_9; } inline void set_timeTilFirstAttack_9(float value) { ___timeTilFirstAttack_9 = value; } inline static int32_t get_offset_of_avoidTimeBeforeSlash_10() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___avoidTimeBeforeSlash_10)); } inline float get_avoidTimeBeforeSlash_10() const { return ___avoidTimeBeforeSlash_10; } inline float* get_address_of_avoidTimeBeforeSlash_10() { return &___avoidTimeBeforeSlash_10; } inline void set_avoidTimeBeforeSlash_10(float value) { ___avoidTimeBeforeSlash_10 = value; } inline static int32_t get_offset_of_avoidTimeBeforeStab_11() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___avoidTimeBeforeStab_11)); } inline float get_avoidTimeBeforeStab_11() const { return ___avoidTimeBeforeStab_11; } inline float* get_address_of_avoidTimeBeforeStab_11() { return &___avoidTimeBeforeStab_11; } inline void set_avoidTimeBeforeStab_11(float value) { ___avoidTimeBeforeStab_11 = value; } inline static int32_t get_offset_of_avoidTimeBeforeCarve_12() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___avoidTimeBeforeCarve_12)); } inline float get_avoidTimeBeforeCarve_12() const { return ___avoidTimeBeforeCarve_12; } inline float* get_address_of_avoidTimeBeforeCarve_12() { return &___avoidTimeBeforeCarve_12; } inline void set_avoidTimeBeforeCarve_12(float value) { ___avoidTimeBeforeCarve_12 = value; } inline static int32_t get_offset_of_avoidTimeBeforeBarrage_13() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___avoidTimeBeforeBarrage_13)); } inline float get_avoidTimeBeforeBarrage_13() const { return ___avoidTimeBeforeBarrage_13; } inline float* get_address_of_avoidTimeBeforeBarrage_13() { return &___avoidTimeBeforeBarrage_13; } inline void set_avoidTimeBeforeBarrage_13(float value) { ___avoidTimeBeforeBarrage_13 = value; } inline static int32_t get_offset_of_avoidTimeBeforeRush_14() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___avoidTimeBeforeRush_14)); } inline float get_avoidTimeBeforeRush_14() const { return ___avoidTimeBeforeRush_14; } inline float* get_address_of_avoidTimeBeforeRush_14() { return &___avoidTimeBeforeRush_14; } inline void set_avoidTimeBeforeRush_14(float value) { ___avoidTimeBeforeRush_14 = value; } inline static int32_t get_offset_of_stabInterruptHitPoint_15() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___stabInterruptHitPoint_15)); } inline float get_stabInterruptHitPoint_15() const { return ___stabInterruptHitPoint_15; } inline float* get_address_of_stabInterruptHitPoint_15() { return &___stabInterruptHitPoint_15; } inline void set_stabInterruptHitPoint_15(float value) { ___stabInterruptHitPoint_15 = value; } inline static int32_t get_offset_of_stabMainGunInterruptMultiplier_16() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___stabMainGunInterruptMultiplier_16)); } inline float get_stabMainGunInterruptMultiplier_16() const { return ___stabMainGunInterruptMultiplier_16; } inline float* get_address_of_stabMainGunInterruptMultiplier_16() { return &___stabMainGunInterruptMultiplier_16; } inline void set_stabMainGunInterruptMultiplier_16(float value) { ___stabMainGunInterruptMultiplier_16 = value; } inline static int32_t get_offset_of_stabStaggerCooldown_17() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___stabStaggerCooldown_17)); } inline float get_stabStaggerCooldown_17() const { return ___stabStaggerCooldown_17; } inline float* get_address_of_stabStaggerCooldown_17() { return &___stabStaggerCooldown_17; } inline void set_stabStaggerCooldown_17(float value) { ___stabStaggerCooldown_17 = value; } inline static int32_t get_offset_of_phase2Duration_18() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___phase2Duration_18)); } inline float get_phase2Duration_18() const { return ___phase2Duration_18; } inline float* get_address_of_phase2Duration_18() { return &___phase2Duration_18; } inline void set_phase2Duration_18(float value) { ___phase2Duration_18 = value; } inline static int32_t get_offset_of_speedPadPlacer_19() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___speedPadPlacer_19)); } inline FollowerRepeatedPlacement_tC92CDC203F17ADA60E7CB1B86BB8A9AE032C4091 * get_speedPadPlacer_19() const { return ___speedPadPlacer_19; } inline FollowerRepeatedPlacement_tC92CDC203F17ADA60E7CB1B86BB8A9AE032C4091 ** get_address_of_speedPadPlacer_19() { return &___speedPadPlacer_19; } inline void set_speedPadPlacer_19(FollowerRepeatedPlacement_tC92CDC203F17ADA60E7CB1B86BB8A9AE032C4091 * value) { ___speedPadPlacer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___speedPadPlacer_19), (void*)value); } inline static int32_t get_offset_of_powerupPlacer_20() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___powerupPlacer_20)); } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * get_powerupPlacer_20() const { return ___powerupPlacer_20; } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E ** get_address_of_powerupPlacer_20() { return &___powerupPlacer_20; } inline void set_powerupPlacer_20(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * value) { ___powerupPlacer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___powerupPlacer_20), (void*)value); } inline static int32_t get_offset_of_loopsForPhase4_21() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___loopsForPhase4_21)); } inline int32_t get_loopsForPhase4_21() const { return ___loopsForPhase4_21; } inline int32_t* get_address_of_loopsForPhase4_21() { return &___loopsForPhase4_21; } inline void set_loopsForPhase4_21(int32_t value) { ___loopsForPhase4_21 = value; } inline static int32_t get_offset_of_remainingAttacks_22() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___remainingAttacks_22)); } inline List_1_tD957EA48969E1EF08AA356E3B257C1AED04B797C * get_remainingAttacks_22() const { return ___remainingAttacks_22; } inline List_1_tD957EA48969E1EF08AA356E3B257C1AED04B797C ** get_address_of_remainingAttacks_22() { return &___remainingAttacks_22; } inline void set_remainingAttacks_22(List_1_tD957EA48969E1EF08AA356E3B257C1AED04B797C * value) { ___remainingAttacks_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___remainingAttacks_22), (void*)value); } inline static int32_t get_offset_of_nextAttackAt_23() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___nextAttackAt_23)); } inline float get_nextAttackAt_23() const { return ___nextAttackAt_23; } inline float* get_address_of_nextAttackAt_23() { return &___nextAttackAt_23; } inline void set_nextAttackAt_23(float value) { ___nextAttackAt_23 = value; } inline static int32_t get_offset_of_previousAction_24() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___previousAction_24)); } inline int32_t get_previousAction_24() const { return ___previousAction_24; } inline int32_t* get_address_of_previousAction_24() { return &___previousAction_24; } inline void set_previousAction_24(int32_t value) { ___previousAction_24 = value; } inline static int32_t get_offset_of_nextAttack_25() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___nextAttack_25)); } inline int32_t get_nextAttack_25() const { return ___nextAttack_25; } inline int32_t* get_address_of_nextAttack_25() { return &___nextAttack_25; } inline void set_nextAttack_25(int32_t value) { ___nextAttack_25 = value; } inline static int32_t get_offset_of_hitPlayerWithRush_26() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___hitPlayerWithRush_26)); } inline bool get_hitPlayerWithRush_26() const { return ___hitPlayerWithRush_26; } inline bool* get_address_of_hitPlayerWithRush_26() { return &___hitPlayerWithRush_26; } inline void set_hitPlayerWithRush_26(bool value) { ___hitPlayerWithRush_26 = value; } inline static int32_t get_offset_of_currentStaggerHP_27() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___currentStaggerHP_27)); } inline float get_currentStaggerHP_27() const { return ___currentStaggerHP_27; } inline float* get_address_of_currentStaggerHP_27() { return &___currentStaggerHP_27; } inline void set_currentStaggerHP_27(float value) { ___currentStaggerHP_27 = value; } inline static int32_t get_offset_of_currentLoops_28() { return static_cast(offsetof(DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650, ___currentLoops_28)); } inline int32_t get_currentLoops_28() const { return ___currentLoops_28; } inline int32_t* get_address_of_currentLoops_28() { return &___currentLoops_28; } inline void set_currentLoops_28(int32_t value) { ___currentLoops_28 = value; } }; // EnemyBehavior struct EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single EnemyBehavior::maxHitPoints float ___maxHitPoints_4; // UnityEngine.GameObject[] EnemyBehavior::armorShellPieces GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___armorShellPieces_5; // UnityEngine.Events.UnityEvent EnemyBehavior::onDestroyed UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onDestroyed_6; // System.Boolean EnemyBehavior::destroyed bool ___destroyed_7; // System.Single EnemyBehavior::currentHitPoints float ___currentHitPoints_8; public: inline static int32_t get_offset_of_maxHitPoints_4() { return static_cast(offsetof(EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D, ___maxHitPoints_4)); } inline float get_maxHitPoints_4() const { return ___maxHitPoints_4; } inline float* get_address_of_maxHitPoints_4() { return &___maxHitPoints_4; } inline void set_maxHitPoints_4(float value) { ___maxHitPoints_4 = value; } inline static int32_t get_offset_of_armorShellPieces_5() { return static_cast(offsetof(EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D, ___armorShellPieces_5)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_armorShellPieces_5() const { return ___armorShellPieces_5; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_armorShellPieces_5() { return &___armorShellPieces_5; } inline void set_armorShellPieces_5(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___armorShellPieces_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___armorShellPieces_5), (void*)value); } inline static int32_t get_offset_of_onDestroyed_6() { return static_cast(offsetof(EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D, ___onDestroyed_6)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onDestroyed_6() const { return ___onDestroyed_6; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onDestroyed_6() { return &___onDestroyed_6; } inline void set_onDestroyed_6(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onDestroyed_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDestroyed_6), (void*)value); } inline static int32_t get_offset_of_destroyed_7() { return static_cast(offsetof(EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D, ___destroyed_7)); } inline bool get_destroyed_7() const { return ___destroyed_7; } inline bool* get_address_of_destroyed_7() { return &___destroyed_7; } inline void set_destroyed_7(bool value) { ___destroyed_7 = value; } inline static int32_t get_offset_of_currentHitPoints_8() { return static_cast(offsetof(EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D, ___currentHitPoints_8)); } inline float get_currentHitPoints_8() const { return ___currentHitPoints_8; } inline float* get_address_of_currentHitPoints_8() { return &___currentHitPoints_8; } inline void set_currentHitPoints_8(float value) { ___currentHitPoints_8 = value; } }; // EnemyBikeAnimationController struct EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform EnemyBikeAnimationController::destroyedObject Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___destroyedObject_4; // System.Single EnemyBikeAnimationController::minDeathSwerveTime float ___minDeathSwerveTime_5; // System.Single EnemyBikeAnimationController::maxDeathSwerveTime float ___maxDeathSwerveTime_6; // System.Single EnemyBikeAnimationController::minTimeTilExplode float ___minTimeTilExplode_7; // System.Single EnemyBikeAnimationController::maxTimeTilExplode float ___maxTimeTilExplode_8; // UnityEngine.Events.UnityEvent EnemyBikeAnimationController::onExplode UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onExplode_9; // RammingState EnemyBikeAnimationController::rammingState int32_t ___rammingState_10; // System.Boolean EnemyBikeAnimationController::initialized bool ___initialized_11; // UnityEngine.Animator EnemyBikeAnimationController::k__BackingField Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___U3CBikeAnimatorU3Ek__BackingField_12; // System.Boolean EnemyBikeAnimationController::k__BackingField bool ___U3CSpawnTurningU3Ek__BackingField_13; // System.Boolean EnemyBikeAnimationController::k__BackingField bool ___U3CFallingU3Ek__BackingField_14; public: inline static int32_t get_offset_of_destroyedObject_4() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___destroyedObject_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_destroyedObject_4() const { return ___destroyedObject_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_destroyedObject_4() { return &___destroyedObject_4; } inline void set_destroyedObject_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___destroyedObject_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedObject_4), (void*)value); } inline static int32_t get_offset_of_minDeathSwerveTime_5() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___minDeathSwerveTime_5)); } inline float get_minDeathSwerveTime_5() const { return ___minDeathSwerveTime_5; } inline float* get_address_of_minDeathSwerveTime_5() { return &___minDeathSwerveTime_5; } inline void set_minDeathSwerveTime_5(float value) { ___minDeathSwerveTime_5 = value; } inline static int32_t get_offset_of_maxDeathSwerveTime_6() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___maxDeathSwerveTime_6)); } inline float get_maxDeathSwerveTime_6() const { return ___maxDeathSwerveTime_6; } inline float* get_address_of_maxDeathSwerveTime_6() { return &___maxDeathSwerveTime_6; } inline void set_maxDeathSwerveTime_6(float value) { ___maxDeathSwerveTime_6 = value; } inline static int32_t get_offset_of_minTimeTilExplode_7() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___minTimeTilExplode_7)); } inline float get_minTimeTilExplode_7() const { return ___minTimeTilExplode_7; } inline float* get_address_of_minTimeTilExplode_7() { return &___minTimeTilExplode_7; } inline void set_minTimeTilExplode_7(float value) { ___minTimeTilExplode_7 = value; } inline static int32_t get_offset_of_maxTimeTilExplode_8() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___maxTimeTilExplode_8)); } inline float get_maxTimeTilExplode_8() const { return ___maxTimeTilExplode_8; } inline float* get_address_of_maxTimeTilExplode_8() { return &___maxTimeTilExplode_8; } inline void set_maxTimeTilExplode_8(float value) { ___maxTimeTilExplode_8 = value; } inline static int32_t get_offset_of_onExplode_9() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___onExplode_9)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onExplode_9() const { return ___onExplode_9; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onExplode_9() { return &___onExplode_9; } inline void set_onExplode_9(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onExplode_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onExplode_9), (void*)value); } inline static int32_t get_offset_of_rammingState_10() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___rammingState_10)); } inline int32_t get_rammingState_10() const { return ___rammingState_10; } inline int32_t* get_address_of_rammingState_10() { return &___rammingState_10; } inline void set_rammingState_10(int32_t value) { ___rammingState_10 = value; } inline static int32_t get_offset_of_initialized_11() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___initialized_11)); } inline bool get_initialized_11() const { return ___initialized_11; } inline bool* get_address_of_initialized_11() { return &___initialized_11; } inline void set_initialized_11(bool value) { ___initialized_11 = value; } inline static int32_t get_offset_of_U3CBikeAnimatorU3Ek__BackingField_12() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___U3CBikeAnimatorU3Ek__BackingField_12)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_U3CBikeAnimatorU3Ek__BackingField_12() const { return ___U3CBikeAnimatorU3Ek__BackingField_12; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_U3CBikeAnimatorU3Ek__BackingField_12() { return &___U3CBikeAnimatorU3Ek__BackingField_12; } inline void set_U3CBikeAnimatorU3Ek__BackingField_12(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___U3CBikeAnimatorU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBikeAnimatorU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CSpawnTurningU3Ek__BackingField_13() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___U3CSpawnTurningU3Ek__BackingField_13)); } inline bool get_U3CSpawnTurningU3Ek__BackingField_13() const { return ___U3CSpawnTurningU3Ek__BackingField_13; } inline bool* get_address_of_U3CSpawnTurningU3Ek__BackingField_13() { return &___U3CSpawnTurningU3Ek__BackingField_13; } inline void set_U3CSpawnTurningU3Ek__BackingField_13(bool value) { ___U3CSpawnTurningU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CFallingU3Ek__BackingField_14() { return static_cast(offsetof(EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841, ___U3CFallingU3Ek__BackingField_14)); } inline bool get_U3CFallingU3Ek__BackingField_14() const { return ___U3CFallingU3Ek__BackingField_14; } inline bool* get_address_of_U3CFallingU3Ek__BackingField_14() { return &___U3CFallingU3Ek__BackingField_14; } inline void set_U3CFallingU3Ek__BackingField_14(bool value) { ___U3CFallingU3Ek__BackingField_14 = value; } }; // EnemyMovement struct EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String EnemyMovement::patternName String_t* ___patternName_6; // System.Single EnemyMovement::maxSpeed float ___maxSpeed_7; // System.Single EnemyMovement::minSpeed float ___minSpeed_8; // System.Single EnemyMovement::lateralForce float ___lateralForce_9; // System.Boolean EnemyMovement::isGrounded bool ___isGrounded_10; // System.Boolean EnemyMovement::trafficStyleCollisions bool ___trafficStyleCollisions_11; // System.Single EnemyMovement::k__BackingField float ___U3CforwardDistanceU3Ek__BackingField_12; // UnityEngine.Rigidbody EnemyMovement::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_13; // Follower EnemyMovement::follower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___follower_14; // UnityEngine.Vector3 EnemyMovement::followerToEnemy Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___followerToEnemy_15; // System.Single EnemyMovement::rightDistance float ___rightDistance_16; // System.Single EnemyMovement::heightDiff float ___heightDiff_17; // System.Boolean EnemyMovement::playerInDeadzone bool ___playerInDeadzone_18; // System.Single EnemyMovement::roadOrientation float ___roadOrientation_19; // UnityEngine.LayerMask EnemyMovement::roadLayer LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___roadLayer_20; // UnityEngine.RaycastHit[] EnemyMovement::roadHit RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* ___roadHit_21; // System.Boolean EnemyMovement::k__BackingField bool ___U3CPlacementFinishedU3Ek__BackingField_22; // System.Single EnemyMovement::k__BackingField float ___U3CRoadCenterDistanceU3Ek__BackingField_23; // System.Boolean EnemyMovement::k__BackingField bool ___U3CBeingAimedAtU3Ek__BackingField_24; // UnityEngine.Vector3 EnemyMovement::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CPlayerToEnemyU3Ek__BackingField_25; // System.Boolean EnemyMovement::initialized bool ___initialized_26; // System.Single EnemyMovement::normalizedLateralForce float ___normalizedLateralForce_27; public: inline static int32_t get_offset_of_patternName_6() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___patternName_6)); } inline String_t* get_patternName_6() const { return ___patternName_6; } inline String_t** get_address_of_patternName_6() { return &___patternName_6; } inline void set_patternName_6(String_t* value) { ___patternName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___patternName_6), (void*)value); } inline static int32_t get_offset_of_maxSpeed_7() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___maxSpeed_7)); } inline float get_maxSpeed_7() const { return ___maxSpeed_7; } inline float* get_address_of_maxSpeed_7() { return &___maxSpeed_7; } inline void set_maxSpeed_7(float value) { ___maxSpeed_7 = value; } inline static int32_t get_offset_of_minSpeed_8() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___minSpeed_8)); } inline float get_minSpeed_8() const { return ___minSpeed_8; } inline float* get_address_of_minSpeed_8() { return &___minSpeed_8; } inline void set_minSpeed_8(float value) { ___minSpeed_8 = value; } inline static int32_t get_offset_of_lateralForce_9() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___lateralForce_9)); } inline float get_lateralForce_9() const { return ___lateralForce_9; } inline float* get_address_of_lateralForce_9() { return &___lateralForce_9; } inline void set_lateralForce_9(float value) { ___lateralForce_9 = value; } inline static int32_t get_offset_of_isGrounded_10() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___isGrounded_10)); } inline bool get_isGrounded_10() const { return ___isGrounded_10; } inline bool* get_address_of_isGrounded_10() { return &___isGrounded_10; } inline void set_isGrounded_10(bool value) { ___isGrounded_10 = value; } inline static int32_t get_offset_of_trafficStyleCollisions_11() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___trafficStyleCollisions_11)); } inline bool get_trafficStyleCollisions_11() const { return ___trafficStyleCollisions_11; } inline bool* get_address_of_trafficStyleCollisions_11() { return &___trafficStyleCollisions_11; } inline void set_trafficStyleCollisions_11(bool value) { ___trafficStyleCollisions_11 = value; } inline static int32_t get_offset_of_U3CforwardDistanceU3Ek__BackingField_12() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___U3CforwardDistanceU3Ek__BackingField_12)); } inline float get_U3CforwardDistanceU3Ek__BackingField_12() const { return ___U3CforwardDistanceU3Ek__BackingField_12; } inline float* get_address_of_U3CforwardDistanceU3Ek__BackingField_12() { return &___U3CforwardDistanceU3Ek__BackingField_12; } inline void set_U3CforwardDistanceU3Ek__BackingField_12(float value) { ___U3CforwardDistanceU3Ek__BackingField_12 = value; } inline static int32_t get_offset_of_rb_13() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___rb_13)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_13() const { return ___rb_13; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_13() { return &___rb_13; } inline void set_rb_13(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_13), (void*)value); } inline static int32_t get_offset_of_follower_14() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___follower_14)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_follower_14() const { return ___follower_14; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_follower_14() { return &___follower_14; } inline void set_follower_14(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___follower_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___follower_14), (void*)value); } inline static int32_t get_offset_of_followerToEnemy_15() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___followerToEnemy_15)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_followerToEnemy_15() const { return ___followerToEnemy_15; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_followerToEnemy_15() { return &___followerToEnemy_15; } inline void set_followerToEnemy_15(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___followerToEnemy_15 = value; } inline static int32_t get_offset_of_rightDistance_16() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___rightDistance_16)); } inline float get_rightDistance_16() const { return ___rightDistance_16; } inline float* get_address_of_rightDistance_16() { return &___rightDistance_16; } inline void set_rightDistance_16(float value) { ___rightDistance_16 = value; } inline static int32_t get_offset_of_heightDiff_17() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___heightDiff_17)); } inline float get_heightDiff_17() const { return ___heightDiff_17; } inline float* get_address_of_heightDiff_17() { return &___heightDiff_17; } inline void set_heightDiff_17(float value) { ___heightDiff_17 = value; } inline static int32_t get_offset_of_playerInDeadzone_18() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___playerInDeadzone_18)); } inline bool get_playerInDeadzone_18() const { return ___playerInDeadzone_18; } inline bool* get_address_of_playerInDeadzone_18() { return &___playerInDeadzone_18; } inline void set_playerInDeadzone_18(bool value) { ___playerInDeadzone_18 = value; } inline static int32_t get_offset_of_roadOrientation_19() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___roadOrientation_19)); } inline float get_roadOrientation_19() const { return ___roadOrientation_19; } inline float* get_address_of_roadOrientation_19() { return &___roadOrientation_19; } inline void set_roadOrientation_19(float value) { ___roadOrientation_19 = value; } inline static int32_t get_offset_of_roadLayer_20() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___roadLayer_20)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_roadLayer_20() const { return ___roadLayer_20; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_roadLayer_20() { return &___roadLayer_20; } inline void set_roadLayer_20(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___roadLayer_20 = value; } inline static int32_t get_offset_of_roadHit_21() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___roadHit_21)); } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* get_roadHit_21() const { return ___roadHit_21; } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09** get_address_of_roadHit_21() { return &___roadHit_21; } inline void set_roadHit_21(RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* value) { ___roadHit_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadHit_21), (void*)value); } inline static int32_t get_offset_of_U3CPlacementFinishedU3Ek__BackingField_22() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___U3CPlacementFinishedU3Ek__BackingField_22)); } inline bool get_U3CPlacementFinishedU3Ek__BackingField_22() const { return ___U3CPlacementFinishedU3Ek__BackingField_22; } inline bool* get_address_of_U3CPlacementFinishedU3Ek__BackingField_22() { return &___U3CPlacementFinishedU3Ek__BackingField_22; } inline void set_U3CPlacementFinishedU3Ek__BackingField_22(bool value) { ___U3CPlacementFinishedU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CRoadCenterDistanceU3Ek__BackingField_23() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___U3CRoadCenterDistanceU3Ek__BackingField_23)); } inline float get_U3CRoadCenterDistanceU3Ek__BackingField_23() const { return ___U3CRoadCenterDistanceU3Ek__BackingField_23; } inline float* get_address_of_U3CRoadCenterDistanceU3Ek__BackingField_23() { return &___U3CRoadCenterDistanceU3Ek__BackingField_23; } inline void set_U3CRoadCenterDistanceU3Ek__BackingField_23(float value) { ___U3CRoadCenterDistanceU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CBeingAimedAtU3Ek__BackingField_24() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___U3CBeingAimedAtU3Ek__BackingField_24)); } inline bool get_U3CBeingAimedAtU3Ek__BackingField_24() const { return ___U3CBeingAimedAtU3Ek__BackingField_24; } inline bool* get_address_of_U3CBeingAimedAtU3Ek__BackingField_24() { return &___U3CBeingAimedAtU3Ek__BackingField_24; } inline void set_U3CBeingAimedAtU3Ek__BackingField_24(bool value) { ___U3CBeingAimedAtU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CPlayerToEnemyU3Ek__BackingField_25() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___U3CPlayerToEnemyU3Ek__BackingField_25)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CPlayerToEnemyU3Ek__BackingField_25() const { return ___U3CPlayerToEnemyU3Ek__BackingField_25; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CPlayerToEnemyU3Ek__BackingField_25() { return &___U3CPlayerToEnemyU3Ek__BackingField_25; } inline void set_U3CPlayerToEnemyU3Ek__BackingField_25(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CPlayerToEnemyU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_initialized_26() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___initialized_26)); } inline bool get_initialized_26() const { return ___initialized_26; } inline bool* get_address_of_initialized_26() { return &___initialized_26; } inline void set_initialized_26(bool value) { ___initialized_26 = value; } inline static int32_t get_offset_of_normalizedLateralForce_27() { return static_cast(offsetof(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673, ___normalizedLateralForce_27)); } inline float get_normalizedLateralForce_27() const { return ___normalizedLateralForce_27; } inline float* get_address_of_normalizedLateralForce_27() { return &___normalizedLateralForce_27; } inline void set_normalizedLateralForce_27(float value) { ___normalizedLateralForce_27 = value; } }; // EnemyPartManager struct EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform EnemyPartManager::armors Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___armors_9; // System.Int32 EnemyPartManager::pointValue int32_t ___pointValue_10; public: inline static int32_t get_offset_of_armors_9() { return static_cast(offsetof(EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116, ___armors_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_armors_9() const { return ___armors_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_armors_9() { return &___armors_9; } inline void set_armors_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___armors_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___armors_9), (void*)value); } inline static int32_t get_offset_of_pointValue_10() { return static_cast(offsetof(EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116, ___pointValue_10)); } inline int32_t get_pointValue_10() const { return ___pointValue_10; } inline int32_t* get_address_of_pointValue_10() { return &___pointValue_10; } inline void set_pointValue_10(int32_t value) { ___pointValue_10 = value; } }; // EnemySpawner struct EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // WaveEnemy EnemySpawner::enemy WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B * ___enemy_4; // System.Single EnemySpawner::minSpawnDistance float ___minSpawnDistance_5; // System.Single EnemySpawner::maxSpawnDistance float ___maxSpawnDistance_6; // System.Int32 EnemySpawner::startingSpawn int32_t ___startingSpawn_7; // System.Single EnemySpawner::spawnDelay float ___spawnDelay_8; // PlayerFollower EnemySpawner::playerFollower PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * ___playerFollower_9; public: inline static int32_t get_offset_of_enemy_4() { return static_cast(offsetof(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF, ___enemy_4)); } inline WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B * get_enemy_4() const { return ___enemy_4; } inline WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B ** get_address_of_enemy_4() { return &___enemy_4; } inline void set_enemy_4(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B * value) { ___enemy_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___enemy_4), (void*)value); } inline static int32_t get_offset_of_minSpawnDistance_5() { return static_cast(offsetof(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF, ___minSpawnDistance_5)); } inline float get_minSpawnDistance_5() const { return ___minSpawnDistance_5; } inline float* get_address_of_minSpawnDistance_5() { return &___minSpawnDistance_5; } inline void set_minSpawnDistance_5(float value) { ___minSpawnDistance_5 = value; } inline static int32_t get_offset_of_maxSpawnDistance_6() { return static_cast(offsetof(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF, ___maxSpawnDistance_6)); } inline float get_maxSpawnDistance_6() const { return ___maxSpawnDistance_6; } inline float* get_address_of_maxSpawnDistance_6() { return &___maxSpawnDistance_6; } inline void set_maxSpawnDistance_6(float value) { ___maxSpawnDistance_6 = value; } inline static int32_t get_offset_of_startingSpawn_7() { return static_cast(offsetof(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF, ___startingSpawn_7)); } inline int32_t get_startingSpawn_7() const { return ___startingSpawn_7; } inline int32_t* get_address_of_startingSpawn_7() { return &___startingSpawn_7; } inline void set_startingSpawn_7(int32_t value) { ___startingSpawn_7 = value; } inline static int32_t get_offset_of_spawnDelay_8() { return static_cast(offsetof(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF, ___spawnDelay_8)); } inline float get_spawnDelay_8() const { return ___spawnDelay_8; } inline float* get_address_of_spawnDelay_8() { return &___spawnDelay_8; } inline void set_spawnDelay_8(float value) { ___spawnDelay_8 = value; } inline static int32_t get_offset_of_playerFollower_9() { return static_cast(offsetof(EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF, ___playerFollower_9)); } inline PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * get_playerFollower_9() const { return ___playerFollower_9; } inline PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 ** get_address_of_playerFollower_9() { return &___playerFollower_9; } inline void set_playerFollower_9(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * value) { ___playerFollower_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerFollower_9), (void*)value); } }; // FMODMusicManager struct FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String FMODMusicManager::musicTrack String_t* ___musicTrack_10; // System.String FMODMusicManager::bossTrack String_t* ___bossTrack_11; // System.Boolean FMODMusicManager::k__BackingField bool ___U3CSkipAutoStartU3Ek__BackingField_13; // System.Single FMODMusicManager::fullMusicVol float ___fullMusicVol_14; // System.Boolean FMODMusicManager::lowPass bool ___lowPass_15; // System.Boolean FMODMusicManager::onBoss bool ___onBoss_16; // FMODMusicManager/TimelineInfo FMODMusicManager::timelineInfo TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877 * ___timelineInfo_17; // System.Runtime.InteropServices.GCHandle FMODMusicManager::timelineHandle GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 ___timelineHandle_18; // FMOD.Studio.EVENT_CALLBACK FMODMusicManager::studioCallback EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * ___studioCallback_19; // FMOD.Studio.EventInstance FMODMusicManager::musicInstance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___musicInstance_20; // FMOD.Studio.EventInstance FMODMusicManager::bossInstance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___bossInstance_21; // FMOD.Studio.EventInstance FMODMusicManager::whooshInstance EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 ___whooshInstance_22; // FMOD.Studio.Bus FMODMusicManager::musicBus Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 ___musicBus_23; // FMOD.Studio.Bus FMODMusicManager::musicBus2 Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 ___musicBus2_24; public: inline static int32_t get_offset_of_musicTrack_10() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___musicTrack_10)); } inline String_t* get_musicTrack_10() const { return ___musicTrack_10; } inline String_t** get_address_of_musicTrack_10() { return &___musicTrack_10; } inline void set_musicTrack_10(String_t* value) { ___musicTrack_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___musicTrack_10), (void*)value); } inline static int32_t get_offset_of_bossTrack_11() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___bossTrack_11)); } inline String_t* get_bossTrack_11() const { return ___bossTrack_11; } inline String_t** get_address_of_bossTrack_11() { return &___bossTrack_11; } inline void set_bossTrack_11(String_t* value) { ___bossTrack_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___bossTrack_11), (void*)value); } inline static int32_t get_offset_of_U3CSkipAutoStartU3Ek__BackingField_13() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___U3CSkipAutoStartU3Ek__BackingField_13)); } inline bool get_U3CSkipAutoStartU3Ek__BackingField_13() const { return ___U3CSkipAutoStartU3Ek__BackingField_13; } inline bool* get_address_of_U3CSkipAutoStartU3Ek__BackingField_13() { return &___U3CSkipAutoStartU3Ek__BackingField_13; } inline void set_U3CSkipAutoStartU3Ek__BackingField_13(bool value) { ___U3CSkipAutoStartU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_fullMusicVol_14() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___fullMusicVol_14)); } inline float get_fullMusicVol_14() const { return ___fullMusicVol_14; } inline float* get_address_of_fullMusicVol_14() { return &___fullMusicVol_14; } inline void set_fullMusicVol_14(float value) { ___fullMusicVol_14 = value; } inline static int32_t get_offset_of_lowPass_15() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___lowPass_15)); } inline bool get_lowPass_15() const { return ___lowPass_15; } inline bool* get_address_of_lowPass_15() { return &___lowPass_15; } inline void set_lowPass_15(bool value) { ___lowPass_15 = value; } inline static int32_t get_offset_of_onBoss_16() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___onBoss_16)); } inline bool get_onBoss_16() const { return ___onBoss_16; } inline bool* get_address_of_onBoss_16() { return &___onBoss_16; } inline void set_onBoss_16(bool value) { ___onBoss_16 = value; } inline static int32_t get_offset_of_timelineInfo_17() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___timelineInfo_17)); } inline TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877 * get_timelineInfo_17() const { return ___timelineInfo_17; } inline TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877 ** get_address_of_timelineInfo_17() { return &___timelineInfo_17; } inline void set_timelineInfo_17(TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877 * value) { ___timelineInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___timelineInfo_17), (void*)value); } inline static int32_t get_offset_of_timelineHandle_18() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___timelineHandle_18)); } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 get_timelineHandle_18() const { return ___timelineHandle_18; } inline GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 * get_address_of_timelineHandle_18() { return &___timelineHandle_18; } inline void set_timelineHandle_18(GCHandle_t757890BC4BBBEDE5A623A3C110013EDD24613603 value) { ___timelineHandle_18 = value; } inline static int32_t get_offset_of_studioCallback_19() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___studioCallback_19)); } inline EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * get_studioCallback_19() const { return ___studioCallback_19; } inline EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F ** get_address_of_studioCallback_19() { return &___studioCallback_19; } inline void set_studioCallback_19(EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F * value) { ___studioCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___studioCallback_19), (void*)value); } inline static int32_t get_offset_of_musicInstance_20() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___musicInstance_20)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_musicInstance_20() const { return ___musicInstance_20; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_musicInstance_20() { return &___musicInstance_20; } inline void set_musicInstance_20(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___musicInstance_20 = value; } inline static int32_t get_offset_of_bossInstance_21() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___bossInstance_21)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_bossInstance_21() const { return ___bossInstance_21; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_bossInstance_21() { return &___bossInstance_21; } inline void set_bossInstance_21(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___bossInstance_21 = value; } inline static int32_t get_offset_of_whooshInstance_22() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___whooshInstance_22)); } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 get_whooshInstance_22() const { return ___whooshInstance_22; } inline EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 * get_address_of_whooshInstance_22() { return &___whooshInstance_22; } inline void set_whooshInstance_22(EventInstance_t77E43F521C3E42A51B553C95F04A518E03B7E2C8 value) { ___whooshInstance_22 = value; } inline static int32_t get_offset_of_musicBus_23() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___musicBus_23)); } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 get_musicBus_23() const { return ___musicBus_23; } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * get_address_of_musicBus_23() { return &___musicBus_23; } inline void set_musicBus_23(Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 value) { ___musicBus_23 = value; } inline static int32_t get_offset_of_musicBus2_24() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F, ___musicBus2_24)); } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 get_musicBus2_24() const { return ___musicBus2_24; } inline Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 * get_address_of_musicBus2_24() { return &___musicBus2_24; } inline void set_musicBus2_24(Bus_tB5E25ABA15F3E5DB91A09BABE4076CF855D37520 value) { ___musicBus2_24 = value; } }; // Fireable struct Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String Fireable::fireableName String_t* ___fireableName_4; // System.Single Fireable::fireRate float ___fireRate_5; // UnityEngine.AudioClip Fireable::fireClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___fireClip_6; // System.String Fireable::animationTrigger String_t* ___animationTrigger_7; // System.Boolean Fireable::overridesBasic bool ___overridesBasic_8; // System.Single Fireable::nextFire float ___nextFire_9; // System.Boolean Fireable::k__BackingField bool ___U3CIsEmptyU3Ek__BackingField_10; public: inline static int32_t get_offset_of_fireableName_4() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___fireableName_4)); } inline String_t* get_fireableName_4() const { return ___fireableName_4; } inline String_t** get_address_of_fireableName_4() { return &___fireableName_4; } inline void set_fireableName_4(String_t* value) { ___fireableName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireableName_4), (void*)value); } inline static int32_t get_offset_of_fireRate_5() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___fireRate_5)); } inline float get_fireRate_5() const { return ___fireRate_5; } inline float* get_address_of_fireRate_5() { return &___fireRate_5; } inline void set_fireRate_5(float value) { ___fireRate_5 = value; } inline static int32_t get_offset_of_fireClip_6() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___fireClip_6)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_fireClip_6() const { return ___fireClip_6; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_fireClip_6() { return &___fireClip_6; } inline void set_fireClip_6(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___fireClip_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireClip_6), (void*)value); } inline static int32_t get_offset_of_animationTrigger_7() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___animationTrigger_7)); } inline String_t* get_animationTrigger_7() const { return ___animationTrigger_7; } inline String_t** get_address_of_animationTrigger_7() { return &___animationTrigger_7; } inline void set_animationTrigger_7(String_t* value) { ___animationTrigger_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___animationTrigger_7), (void*)value); } inline static int32_t get_offset_of_overridesBasic_8() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___overridesBasic_8)); } inline bool get_overridesBasic_8() const { return ___overridesBasic_8; } inline bool* get_address_of_overridesBasic_8() { return &___overridesBasic_8; } inline void set_overridesBasic_8(bool value) { ___overridesBasic_8 = value; } inline static int32_t get_offset_of_nextFire_9() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___nextFire_9)); } inline float get_nextFire_9() const { return ___nextFire_9; } inline float* get_address_of_nextFire_9() { return &___nextFire_9; } inline void set_nextFire_9(float value) { ___nextFire_9 = value; } inline static int32_t get_offset_of_U3CIsEmptyU3Ek__BackingField_10() { return static_cast(offsetof(Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354, ___U3CIsEmptyU3Ek__BackingField_10)); } inline bool get_U3CIsEmptyU3Ek__BackingField_10() const { return ___U3CIsEmptyU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsEmptyU3Ek__BackingField_10() { return &___U3CIsEmptyU3Ek__BackingField_10; } inline void set_U3CIsEmptyU3Ek__BackingField_10(bool value) { ___U3CIsEmptyU3Ek__BackingField_10 = value; } }; // Follower struct Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean Follower::isMaster bool ___isMaster_4; // System.Single Follower::speed float ___speed_5; // System.Single Follower::accelerationRate float ___accelerationRate_6; // UnityEngine.Vector3 Follower::pathOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pathOffset_7; // System.Single Follower::distanceTravelled float ___distanceTravelled_8; // System.Single Follower::rotationAngle float ___rotationAngle_9; // System.Boolean Follower::turningRight bool ___turningRight_10; // System.Boolean Follower::usingPathOffset bool ___usingPathOffset_11; // System.Boolean Follower::initializedPath bool ___initializedPath_12; // System.Single Follower::constrainedUntil float ___constrainedUntil_13; // System.Single Follower::constrainedMaxSpeed float ___constrainedMaxSpeed_14; // System.Single Follower::constrainedMinSpeed float ___constrainedMinSpeed_15; // System.Single Follower::k__BackingField float ___U3CStartDistanceU3Ek__BackingField_17; // UnityEngine.Vector3 Follower::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CPointAtDistanceU3Ek__BackingField_18; // System.Single Follower::targetSpeed float ___targetSpeed_19; public: inline static int32_t get_offset_of_isMaster_4() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___isMaster_4)); } inline bool get_isMaster_4() const { return ___isMaster_4; } inline bool* get_address_of_isMaster_4() { return &___isMaster_4; } inline void set_isMaster_4(bool value) { ___isMaster_4 = value; } inline static int32_t get_offset_of_speed_5() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___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_accelerationRate_6() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___accelerationRate_6)); } inline float get_accelerationRate_6() const { return ___accelerationRate_6; } inline float* get_address_of_accelerationRate_6() { return &___accelerationRate_6; } inline void set_accelerationRate_6(float value) { ___accelerationRate_6 = value; } inline static int32_t get_offset_of_pathOffset_7() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___pathOffset_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_pathOffset_7() const { return ___pathOffset_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_pathOffset_7() { return &___pathOffset_7; } inline void set_pathOffset_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___pathOffset_7 = value; } inline static int32_t get_offset_of_distanceTravelled_8() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___distanceTravelled_8)); } inline float get_distanceTravelled_8() const { return ___distanceTravelled_8; } inline float* get_address_of_distanceTravelled_8() { return &___distanceTravelled_8; } inline void set_distanceTravelled_8(float value) { ___distanceTravelled_8 = value; } inline static int32_t get_offset_of_rotationAngle_9() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___rotationAngle_9)); } inline float get_rotationAngle_9() const { return ___rotationAngle_9; } inline float* get_address_of_rotationAngle_9() { return &___rotationAngle_9; } inline void set_rotationAngle_9(float value) { ___rotationAngle_9 = value; } inline static int32_t get_offset_of_turningRight_10() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___turningRight_10)); } inline bool get_turningRight_10() const { return ___turningRight_10; } inline bool* get_address_of_turningRight_10() { return &___turningRight_10; } inline void set_turningRight_10(bool value) { ___turningRight_10 = value; } inline static int32_t get_offset_of_usingPathOffset_11() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___usingPathOffset_11)); } inline bool get_usingPathOffset_11() const { return ___usingPathOffset_11; } inline bool* get_address_of_usingPathOffset_11() { return &___usingPathOffset_11; } inline void set_usingPathOffset_11(bool value) { ___usingPathOffset_11 = value; } inline static int32_t get_offset_of_initializedPath_12() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___initializedPath_12)); } inline bool get_initializedPath_12() const { return ___initializedPath_12; } inline bool* get_address_of_initializedPath_12() { return &___initializedPath_12; } inline void set_initializedPath_12(bool value) { ___initializedPath_12 = value; } inline static int32_t get_offset_of_constrainedUntil_13() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___constrainedUntil_13)); } inline float get_constrainedUntil_13() const { return ___constrainedUntil_13; } inline float* get_address_of_constrainedUntil_13() { return &___constrainedUntil_13; } inline void set_constrainedUntil_13(float value) { ___constrainedUntil_13 = value; } inline static int32_t get_offset_of_constrainedMaxSpeed_14() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___constrainedMaxSpeed_14)); } inline float get_constrainedMaxSpeed_14() const { return ___constrainedMaxSpeed_14; } inline float* get_address_of_constrainedMaxSpeed_14() { return &___constrainedMaxSpeed_14; } inline void set_constrainedMaxSpeed_14(float value) { ___constrainedMaxSpeed_14 = value; } inline static int32_t get_offset_of_constrainedMinSpeed_15() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___constrainedMinSpeed_15)); } inline float get_constrainedMinSpeed_15() const { return ___constrainedMinSpeed_15; } inline float* get_address_of_constrainedMinSpeed_15() { return &___constrainedMinSpeed_15; } inline void set_constrainedMinSpeed_15(float value) { ___constrainedMinSpeed_15 = value; } inline static int32_t get_offset_of_U3CStartDistanceU3Ek__BackingField_17() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___U3CStartDistanceU3Ek__BackingField_17)); } inline float get_U3CStartDistanceU3Ek__BackingField_17() const { return ___U3CStartDistanceU3Ek__BackingField_17; } inline float* get_address_of_U3CStartDistanceU3Ek__BackingField_17() { return &___U3CStartDistanceU3Ek__BackingField_17; } inline void set_U3CStartDistanceU3Ek__BackingField_17(float value) { ___U3CStartDistanceU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CPointAtDistanceU3Ek__BackingField_18() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___U3CPointAtDistanceU3Ek__BackingField_18)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CPointAtDistanceU3Ek__BackingField_18() const { return ___U3CPointAtDistanceU3Ek__BackingField_18; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CPointAtDistanceU3Ek__BackingField_18() { return &___U3CPointAtDistanceU3Ek__BackingField_18; } inline void set_U3CPointAtDistanceU3Ek__BackingField_18(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CPointAtDistanceU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_targetSpeed_19() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33, ___targetSpeed_19)); } inline float get_targetSpeed_19() const { return ___targetSpeed_19; } inline float* get_address_of_targetSpeed_19() { return &___targetSpeed_19; } inline void set_targetSpeed_19(float value) { ___targetSpeed_19 = value; } }; // FontCacher struct FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text FontCacher::textField Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___textField_5; public: inline static int32_t get_offset_of_textField_5() { return static_cast(offsetof(FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD, ___textField_5)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_textField_5() const { return ___textField_5; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_textField_5() { return &___textField_5; } inline void set_textField_5(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___textField_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___textField_5), (void*)value); } }; // GameMenu struct GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean GameMenu::isDemo bool ___isDemo_4; // UnityEngine.GameObject GameMenu::canvas GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___canvas_13; // UnityEngine.Animator GameMenu::transitionAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___transitionAnimator_14; // UnityEngine.GameObject GameMenu::mainMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___mainMenu_15; // UnityEngine.GameObject GameMenu::playMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___playMenu_16; // UnityEngine.GameObject GameMenu::levelSelectMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___levelSelectMenu_17; // UnityEngine.GameObject GameMenu::bikeSelectMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bikeSelectMenu_18; // UnityEngine.GameObject GameMenu::bikeSettingsMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bikeSettingsMenu_19; // UnityEngine.GameObject GameMenu::optionsMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___optionsMenu_20; // UnityEngine.GameObject GameMenu::handMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___handMenu_21; // UnityEngine.GameObject GameMenu::quitPromptMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___quitPromptMenu_22; // UnityEngine.GameObject GameMenu::controlsMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___controlsMenu_23; // UnityEngine.GameObject GameMenu::hintssMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___hintssMenu_24; // UnityEngine.GameObject GameMenu::creditsMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___creditsMenu_25; // UnityEngine.GameObject GameMenu::bikeSelectButton GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___bikeSelectButton_26; // UnityEngine.GameObject GameMenu::exitPromptMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___exitPromptMenu_27; // UnityEngine.GameObject GameMenu::skipVideoMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___skipVideoMenu_28; // UnityEngine.AudioClip GameMenu::closeMainMenuSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___closeMainMenuSound_29; // UnityEngine.AudioClip GameMenu::closeSubMenuSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___closeSubMenuSound_30; // System.Boolean GameMenu::preventClose bool ___preventClose_31; // System.Single GameMenu::waitToDisplayRestart float ___waitToDisplayRestart_32; // UnityEngine.GameObject GameMenu::restartStageDisplay GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___restartStageDisplay_33; // UnityEngine.GameObject GameMenu::restartDescription GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___restartDescription_34; // UnityEngine.GameObject GameMenu::restartCancelButton GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___restartCancelButton_35; // UnityEngine.GameObject GameMenu::restartQuitButton GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___restartQuitButton_36; // UnityEngine.GameObject GameMenu::restartCheckpointButton GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___restartCheckpointButton_37; // UnityEngine.Events.UnityEvent GameMenu::restartEvents UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___restartEvents_38; // UnityEngine.Events.UnityEvent GameMenu::restartCheckpointEvents UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___restartCheckpointEvents_39; // System.String GameMenu::nextStage String_t* ___nextStage_40; // System.Single GameMenu::waitToDisplayScore float ___waitToDisplayScore_41; // UnityEngine.GameObject GameMenu::levelCompleteOverlay GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___levelCompleteOverlay_42; // UnityEngine.GameObject GameMenu::levelCompleteTally GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___levelCompleteTally_43; // UnityEngine.AudioClip GameMenu::startupRev AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___startupRev_44; // UnityEngine.AudioSource GameMenu::startupSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___startupSource_45; // System.Single GameMenu::afterFadeWait float ___afterFadeWait_46; // UnityEngine.GameObject GameMenu::deadDropMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___deadDropMenu_47; // UnityEngine.GameObject GameMenu::incomingCallMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___incomingCallMenu_48; // UnityEngine.GameObject GameMenu::postCallMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___postCallMenu_49; // UnityEngine.GameObject GameMenu::intelMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___intelMenu_50; // UnityEngine.GameObject GameMenu::videoContainer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___videoContainer_51; // UnityEngine.Video.VideoPlayer GameMenu::videoA VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 * ___videoA_52; // UnityEngine.Video.VideoPlayer GameMenu::videoB VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 * ___videoB_53; // MenuInfo GameMenu::currentMenu MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * ___currentMenu_54; // UnityEngine.Animator GameMenu::menuAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___menuAnimator_55; // UnityEngine.AudioSource GameMenu::menuSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___menuSource_56; // UnityEngine.AsyncOperation GameMenu::asyncLoad AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * ___asyncLoad_57; // System.Boolean GameMenu::menuOpenComplete bool ___menuOpenComplete_58; // System.Boolean GameMenu::menuCloseComplete bool ___menuCloseComplete_59; // System.Boolean GameMenu::pausePrevent bool ___pausePrevent_60; // System.Boolean GameMenu::paused bool ___paused_61; // System.Boolean GameMenu::pausing bool ___pausing_62; // System.Boolean GameMenu::pauseOnReturn bool ___pauseOnReturn_63; public: inline static int32_t get_offset_of_isDemo_4() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___isDemo_4)); } inline bool get_isDemo_4() const { return ___isDemo_4; } inline bool* get_address_of_isDemo_4() { return &___isDemo_4; } inline void set_isDemo_4(bool value) { ___isDemo_4 = value; } inline static int32_t get_offset_of_canvas_13() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___canvas_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_canvas_13() const { return ___canvas_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_canvas_13() { return &___canvas_13; } inline void set_canvas_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___canvas_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvas_13), (void*)value); } inline static int32_t get_offset_of_transitionAnimator_14() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___transitionAnimator_14)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_transitionAnimator_14() const { return ___transitionAnimator_14; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_transitionAnimator_14() { return &___transitionAnimator_14; } inline void set_transitionAnimator_14(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___transitionAnimator_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitionAnimator_14), (void*)value); } inline static int32_t get_offset_of_mainMenu_15() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___mainMenu_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_mainMenu_15() const { return ___mainMenu_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_mainMenu_15() { return &___mainMenu_15; } inline void set_mainMenu_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___mainMenu_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___mainMenu_15), (void*)value); } inline static int32_t get_offset_of_playMenu_16() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___playMenu_16)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_playMenu_16() const { return ___playMenu_16; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_playMenu_16() { return &___playMenu_16; } inline void set_playMenu_16(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___playMenu_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___playMenu_16), (void*)value); } inline static int32_t get_offset_of_levelSelectMenu_17() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___levelSelectMenu_17)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_levelSelectMenu_17() const { return ___levelSelectMenu_17; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_levelSelectMenu_17() { return &___levelSelectMenu_17; } inline void set_levelSelectMenu_17(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___levelSelectMenu_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___levelSelectMenu_17), (void*)value); } inline static int32_t get_offset_of_bikeSelectMenu_18() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___bikeSelectMenu_18)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bikeSelectMenu_18() const { return ___bikeSelectMenu_18; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bikeSelectMenu_18() { return &___bikeSelectMenu_18; } inline void set_bikeSelectMenu_18(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bikeSelectMenu_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___bikeSelectMenu_18), (void*)value); } inline static int32_t get_offset_of_bikeSettingsMenu_19() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___bikeSettingsMenu_19)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bikeSettingsMenu_19() const { return ___bikeSettingsMenu_19; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bikeSettingsMenu_19() { return &___bikeSettingsMenu_19; } inline void set_bikeSettingsMenu_19(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bikeSettingsMenu_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___bikeSettingsMenu_19), (void*)value); } inline static int32_t get_offset_of_optionsMenu_20() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___optionsMenu_20)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_optionsMenu_20() const { return ___optionsMenu_20; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_optionsMenu_20() { return &___optionsMenu_20; } inline void set_optionsMenu_20(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___optionsMenu_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___optionsMenu_20), (void*)value); } inline static int32_t get_offset_of_handMenu_21() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___handMenu_21)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_handMenu_21() const { return ___handMenu_21; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_handMenu_21() { return &___handMenu_21; } inline void set_handMenu_21(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___handMenu_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___handMenu_21), (void*)value); } inline static int32_t get_offset_of_quitPromptMenu_22() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___quitPromptMenu_22)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_quitPromptMenu_22() const { return ___quitPromptMenu_22; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_quitPromptMenu_22() { return &___quitPromptMenu_22; } inline void set_quitPromptMenu_22(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___quitPromptMenu_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___quitPromptMenu_22), (void*)value); } inline static int32_t get_offset_of_controlsMenu_23() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___controlsMenu_23)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_controlsMenu_23() const { return ___controlsMenu_23; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_controlsMenu_23() { return &___controlsMenu_23; } inline void set_controlsMenu_23(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___controlsMenu_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlsMenu_23), (void*)value); } inline static int32_t get_offset_of_hintssMenu_24() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___hintssMenu_24)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_hintssMenu_24() const { return ___hintssMenu_24; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_hintssMenu_24() { return &___hintssMenu_24; } inline void set_hintssMenu_24(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___hintssMenu_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___hintssMenu_24), (void*)value); } inline static int32_t get_offset_of_creditsMenu_25() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___creditsMenu_25)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_creditsMenu_25() const { return ___creditsMenu_25; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_creditsMenu_25() { return &___creditsMenu_25; } inline void set_creditsMenu_25(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___creditsMenu_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___creditsMenu_25), (void*)value); } inline static int32_t get_offset_of_bikeSelectButton_26() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___bikeSelectButton_26)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_bikeSelectButton_26() const { return ___bikeSelectButton_26; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_bikeSelectButton_26() { return &___bikeSelectButton_26; } inline void set_bikeSelectButton_26(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___bikeSelectButton_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___bikeSelectButton_26), (void*)value); } inline static int32_t get_offset_of_exitPromptMenu_27() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___exitPromptMenu_27)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_exitPromptMenu_27() const { return ___exitPromptMenu_27; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_exitPromptMenu_27() { return &___exitPromptMenu_27; } inline void set_exitPromptMenu_27(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___exitPromptMenu_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___exitPromptMenu_27), (void*)value); } inline static int32_t get_offset_of_skipVideoMenu_28() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___skipVideoMenu_28)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_skipVideoMenu_28() const { return ___skipVideoMenu_28; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_skipVideoMenu_28() { return &___skipVideoMenu_28; } inline void set_skipVideoMenu_28(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___skipVideoMenu_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___skipVideoMenu_28), (void*)value); } inline static int32_t get_offset_of_closeMainMenuSound_29() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___closeMainMenuSound_29)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_closeMainMenuSound_29() const { return ___closeMainMenuSound_29; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_closeMainMenuSound_29() { return &___closeMainMenuSound_29; } inline void set_closeMainMenuSound_29(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___closeMainMenuSound_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___closeMainMenuSound_29), (void*)value); } inline static int32_t get_offset_of_closeSubMenuSound_30() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___closeSubMenuSound_30)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_closeSubMenuSound_30() const { return ___closeSubMenuSound_30; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_closeSubMenuSound_30() { return &___closeSubMenuSound_30; } inline void set_closeSubMenuSound_30(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___closeSubMenuSound_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___closeSubMenuSound_30), (void*)value); } inline static int32_t get_offset_of_preventClose_31() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___preventClose_31)); } inline bool get_preventClose_31() const { return ___preventClose_31; } inline bool* get_address_of_preventClose_31() { return &___preventClose_31; } inline void set_preventClose_31(bool value) { ___preventClose_31 = value; } inline static int32_t get_offset_of_waitToDisplayRestart_32() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___waitToDisplayRestart_32)); } inline float get_waitToDisplayRestart_32() const { return ___waitToDisplayRestart_32; } inline float* get_address_of_waitToDisplayRestart_32() { return &___waitToDisplayRestart_32; } inline void set_waitToDisplayRestart_32(float value) { ___waitToDisplayRestart_32 = value; } inline static int32_t get_offset_of_restartStageDisplay_33() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartStageDisplay_33)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_restartStageDisplay_33() const { return ___restartStageDisplay_33; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_restartStageDisplay_33() { return &___restartStageDisplay_33; } inline void set_restartStageDisplay_33(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___restartStageDisplay_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartStageDisplay_33), (void*)value); } inline static int32_t get_offset_of_restartDescription_34() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartDescription_34)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_restartDescription_34() const { return ___restartDescription_34; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_restartDescription_34() { return &___restartDescription_34; } inline void set_restartDescription_34(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___restartDescription_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartDescription_34), (void*)value); } inline static int32_t get_offset_of_restartCancelButton_35() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartCancelButton_35)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_restartCancelButton_35() const { return ___restartCancelButton_35; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_restartCancelButton_35() { return &___restartCancelButton_35; } inline void set_restartCancelButton_35(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___restartCancelButton_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartCancelButton_35), (void*)value); } inline static int32_t get_offset_of_restartQuitButton_36() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartQuitButton_36)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_restartQuitButton_36() const { return ___restartQuitButton_36; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_restartQuitButton_36() { return &___restartQuitButton_36; } inline void set_restartQuitButton_36(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___restartQuitButton_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartQuitButton_36), (void*)value); } inline static int32_t get_offset_of_restartCheckpointButton_37() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartCheckpointButton_37)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_restartCheckpointButton_37() const { return ___restartCheckpointButton_37; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_restartCheckpointButton_37() { return &___restartCheckpointButton_37; } inline void set_restartCheckpointButton_37(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___restartCheckpointButton_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartCheckpointButton_37), (void*)value); } inline static int32_t get_offset_of_restartEvents_38() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartEvents_38)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_restartEvents_38() const { return ___restartEvents_38; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_restartEvents_38() { return &___restartEvents_38; } inline void set_restartEvents_38(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___restartEvents_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartEvents_38), (void*)value); } inline static int32_t get_offset_of_restartCheckpointEvents_39() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___restartCheckpointEvents_39)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_restartCheckpointEvents_39() const { return ___restartCheckpointEvents_39; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_restartCheckpointEvents_39() { return &___restartCheckpointEvents_39; } inline void set_restartCheckpointEvents_39(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___restartCheckpointEvents_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___restartCheckpointEvents_39), (void*)value); } inline static int32_t get_offset_of_nextStage_40() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___nextStage_40)); } inline String_t* get_nextStage_40() const { return ___nextStage_40; } inline String_t** get_address_of_nextStage_40() { return &___nextStage_40; } inline void set_nextStage_40(String_t* value) { ___nextStage_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___nextStage_40), (void*)value); } inline static int32_t get_offset_of_waitToDisplayScore_41() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___waitToDisplayScore_41)); } inline float get_waitToDisplayScore_41() const { return ___waitToDisplayScore_41; } inline float* get_address_of_waitToDisplayScore_41() { return &___waitToDisplayScore_41; } inline void set_waitToDisplayScore_41(float value) { ___waitToDisplayScore_41 = value; } inline static int32_t get_offset_of_levelCompleteOverlay_42() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___levelCompleteOverlay_42)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_levelCompleteOverlay_42() const { return ___levelCompleteOverlay_42; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_levelCompleteOverlay_42() { return &___levelCompleteOverlay_42; } inline void set_levelCompleteOverlay_42(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___levelCompleteOverlay_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___levelCompleteOverlay_42), (void*)value); } inline static int32_t get_offset_of_levelCompleteTally_43() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___levelCompleteTally_43)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_levelCompleteTally_43() const { return ___levelCompleteTally_43; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_levelCompleteTally_43() { return &___levelCompleteTally_43; } inline void set_levelCompleteTally_43(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___levelCompleteTally_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___levelCompleteTally_43), (void*)value); } inline static int32_t get_offset_of_startupRev_44() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___startupRev_44)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_startupRev_44() const { return ___startupRev_44; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_startupRev_44() { return &___startupRev_44; } inline void set_startupRev_44(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___startupRev_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___startupRev_44), (void*)value); } inline static int32_t get_offset_of_startupSource_45() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___startupSource_45)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_startupSource_45() const { return ___startupSource_45; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_startupSource_45() { return &___startupSource_45; } inline void set_startupSource_45(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___startupSource_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___startupSource_45), (void*)value); } inline static int32_t get_offset_of_afterFadeWait_46() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___afterFadeWait_46)); } inline float get_afterFadeWait_46() const { return ___afterFadeWait_46; } inline float* get_address_of_afterFadeWait_46() { return &___afterFadeWait_46; } inline void set_afterFadeWait_46(float value) { ___afterFadeWait_46 = value; } inline static int32_t get_offset_of_deadDropMenu_47() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___deadDropMenu_47)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_deadDropMenu_47() const { return ___deadDropMenu_47; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_deadDropMenu_47() { return &___deadDropMenu_47; } inline void set_deadDropMenu_47(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___deadDropMenu_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___deadDropMenu_47), (void*)value); } inline static int32_t get_offset_of_incomingCallMenu_48() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___incomingCallMenu_48)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_incomingCallMenu_48() const { return ___incomingCallMenu_48; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_incomingCallMenu_48() { return &___incomingCallMenu_48; } inline void set_incomingCallMenu_48(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___incomingCallMenu_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___incomingCallMenu_48), (void*)value); } inline static int32_t get_offset_of_postCallMenu_49() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___postCallMenu_49)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_postCallMenu_49() const { return ___postCallMenu_49; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_postCallMenu_49() { return &___postCallMenu_49; } inline void set_postCallMenu_49(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___postCallMenu_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___postCallMenu_49), (void*)value); } inline static int32_t get_offset_of_intelMenu_50() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___intelMenu_50)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_intelMenu_50() const { return ___intelMenu_50; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_intelMenu_50() { return &___intelMenu_50; } inline void set_intelMenu_50(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___intelMenu_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___intelMenu_50), (void*)value); } inline static int32_t get_offset_of_videoContainer_51() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___videoContainer_51)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_videoContainer_51() const { return ___videoContainer_51; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_videoContainer_51() { return &___videoContainer_51; } inline void set_videoContainer_51(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___videoContainer_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___videoContainer_51), (void*)value); } inline static int32_t get_offset_of_videoA_52() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___videoA_52)); } inline VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 * get_videoA_52() const { return ___videoA_52; } inline VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 ** get_address_of_videoA_52() { return &___videoA_52; } inline void set_videoA_52(VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 * value) { ___videoA_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___videoA_52), (void*)value); } inline static int32_t get_offset_of_videoB_53() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___videoB_53)); } inline VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 * get_videoB_53() const { return ___videoB_53; } inline VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 ** get_address_of_videoB_53() { return &___videoB_53; } inline void set_videoB_53(VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86 * value) { ___videoB_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___videoB_53), (void*)value); } inline static int32_t get_offset_of_currentMenu_54() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___currentMenu_54)); } inline MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * get_currentMenu_54() const { return ___currentMenu_54; } inline MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 ** get_address_of_currentMenu_54() { return &___currentMenu_54; } inline void set_currentMenu_54(MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * value) { ___currentMenu_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentMenu_54), (void*)value); } inline static int32_t get_offset_of_menuAnimator_55() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___menuAnimator_55)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_menuAnimator_55() const { return ___menuAnimator_55; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_menuAnimator_55() { return &___menuAnimator_55; } inline void set_menuAnimator_55(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___menuAnimator_55 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuAnimator_55), (void*)value); } inline static int32_t get_offset_of_menuSource_56() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___menuSource_56)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_menuSource_56() const { return ___menuSource_56; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_menuSource_56() { return &___menuSource_56; } inline void set_menuSource_56(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___menuSource_56 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuSource_56), (void*)value); } inline static int32_t get_offset_of_asyncLoad_57() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___asyncLoad_57)); } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * get_asyncLoad_57() const { return ___asyncLoad_57; } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 ** get_address_of_asyncLoad_57() { return &___asyncLoad_57; } inline void set_asyncLoad_57(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * value) { ___asyncLoad_57 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncLoad_57), (void*)value); } inline static int32_t get_offset_of_menuOpenComplete_58() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___menuOpenComplete_58)); } inline bool get_menuOpenComplete_58() const { return ___menuOpenComplete_58; } inline bool* get_address_of_menuOpenComplete_58() { return &___menuOpenComplete_58; } inline void set_menuOpenComplete_58(bool value) { ___menuOpenComplete_58 = value; } inline static int32_t get_offset_of_menuCloseComplete_59() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___menuCloseComplete_59)); } inline bool get_menuCloseComplete_59() const { return ___menuCloseComplete_59; } inline bool* get_address_of_menuCloseComplete_59() { return &___menuCloseComplete_59; } inline void set_menuCloseComplete_59(bool value) { ___menuCloseComplete_59 = value; } inline static int32_t get_offset_of_pausePrevent_60() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___pausePrevent_60)); } inline bool get_pausePrevent_60() const { return ___pausePrevent_60; } inline bool* get_address_of_pausePrevent_60() { return &___pausePrevent_60; } inline void set_pausePrevent_60(bool value) { ___pausePrevent_60 = value; } inline static int32_t get_offset_of_paused_61() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___paused_61)); } inline bool get_paused_61() const { return ___paused_61; } inline bool* get_address_of_paused_61() { return &___paused_61; } inline void set_paused_61(bool value) { ___paused_61 = value; } inline static int32_t get_offset_of_pausing_62() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___pausing_62)); } inline bool get_pausing_62() const { return ___pausing_62; } inline bool* get_address_of_pausing_62() { return &___pausing_62; } inline void set_pausing_62(bool value) { ___pausing_62 = value; } inline static int32_t get_offset_of_pauseOnReturn_63() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF, ___pauseOnReturn_63)); } inline bool get_pauseOnReturn_63() const { return ___pauseOnReturn_63; } inline bool* get_address_of_pauseOnReturn_63() { return &___pauseOnReturn_63; } inline void set_pauseOnReturn_63(bool value) { ___pauseOnReturn_63 = value; } }; // GridBlockPlacer struct GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // PathCreation.PathCreator GridBlockPlacer::creator PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * ___creator_5; // UnityEngine.Transform GridBlockPlacer::playerArea Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___playerArea_6; // System.Single GridBlockPlacer::maxRoadProximity float ___maxRoadProximity_7; // System.Int32 GridBlockPlacer::collisionChecksPerFrame int32_t ___collisionChecksPerFrame_8; // UnityEngine.Transform[] GridBlockPlacer::gridBlockPrefabs TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___gridBlockPrefabs_9; // System.Single GridBlockPlacer::megaStructureGridChance float ___megaStructureGridChance_10; // System.Int32 GridBlockPlacer::maxMegaBlocks int32_t ___maxMegaBlocks_11; // System.Single GridBlockPlacer::megaStructurSpawnDistance float ___megaStructurSpawnDistance_12; // System.Single GridBlockPlacer::megaStructureRightVariation float ___megaStructureRightVariation_13; // UnityEngine.Transform GridBlockPlacer::megaStructureBlockPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___megaStructureBlockPrefab_14; // System.Collections.Generic.List`1 GridBlockPlacer::unusedBlockPrefabs List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___unusedBlockPrefabs_15; // System.Collections.Generic.List`1 GridBlockPlacer::blocks List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * ___blocks_16; // System.Collections.Generic.List`1 GridBlockPlacer::megaBlocks List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * ___megaBlocks_17; // System.Collections.Generic.List`1 GridBlockPlacer::toBeChecked List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * ___toBeChecked_18; // Building[] GridBlockPlacer::prefabBuildings BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* ___prefabBuildings_19; // UnityEngine.Collider GridBlockPlacer::roadChunkHit Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___roadChunkHit_20; // System.Boolean GridBlockPlacer::placedMegaAhead bool ___placedMegaAhead_21; // BuildingPool GridBlockPlacer::pool BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * ___pool_22; // System.Collections.IEnumerator GridBlockPlacer::buildingCollisionCheck RuntimeObject* ___buildingCollisionCheck_23; public: inline static int32_t get_offset_of_creator_5() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___creator_5)); } inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * get_creator_5() const { return ___creator_5; } inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 ** get_address_of_creator_5() { return &___creator_5; } inline void set_creator_5(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * value) { ___creator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___creator_5), (void*)value); } inline static int32_t get_offset_of_playerArea_6() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___playerArea_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_playerArea_6() const { return ___playerArea_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_playerArea_6() { return &___playerArea_6; } inline void set_playerArea_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___playerArea_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerArea_6), (void*)value); } inline static int32_t get_offset_of_maxRoadProximity_7() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___maxRoadProximity_7)); } inline float get_maxRoadProximity_7() const { return ___maxRoadProximity_7; } inline float* get_address_of_maxRoadProximity_7() { return &___maxRoadProximity_7; } inline void set_maxRoadProximity_7(float value) { ___maxRoadProximity_7 = value; } inline static int32_t get_offset_of_collisionChecksPerFrame_8() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___collisionChecksPerFrame_8)); } inline int32_t get_collisionChecksPerFrame_8() const { return ___collisionChecksPerFrame_8; } inline int32_t* get_address_of_collisionChecksPerFrame_8() { return &___collisionChecksPerFrame_8; } inline void set_collisionChecksPerFrame_8(int32_t value) { ___collisionChecksPerFrame_8 = value; } inline static int32_t get_offset_of_gridBlockPrefabs_9() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___gridBlockPrefabs_9)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get_gridBlockPrefabs_9() const { return ___gridBlockPrefabs_9; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of_gridBlockPrefabs_9() { return &___gridBlockPrefabs_9; } inline void set_gridBlockPrefabs_9(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ___gridBlockPrefabs_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___gridBlockPrefabs_9), (void*)value); } inline static int32_t get_offset_of_megaStructureGridChance_10() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___megaStructureGridChance_10)); } inline float get_megaStructureGridChance_10() const { return ___megaStructureGridChance_10; } inline float* get_address_of_megaStructureGridChance_10() { return &___megaStructureGridChance_10; } inline void set_megaStructureGridChance_10(float value) { ___megaStructureGridChance_10 = value; } inline static int32_t get_offset_of_maxMegaBlocks_11() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___maxMegaBlocks_11)); } inline int32_t get_maxMegaBlocks_11() const { return ___maxMegaBlocks_11; } inline int32_t* get_address_of_maxMegaBlocks_11() { return &___maxMegaBlocks_11; } inline void set_maxMegaBlocks_11(int32_t value) { ___maxMegaBlocks_11 = value; } inline static int32_t get_offset_of_megaStructurSpawnDistance_12() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___megaStructurSpawnDistance_12)); } inline float get_megaStructurSpawnDistance_12() const { return ___megaStructurSpawnDistance_12; } inline float* get_address_of_megaStructurSpawnDistance_12() { return &___megaStructurSpawnDistance_12; } inline void set_megaStructurSpawnDistance_12(float value) { ___megaStructurSpawnDistance_12 = value; } inline static int32_t get_offset_of_megaStructureRightVariation_13() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___megaStructureRightVariation_13)); } inline float get_megaStructureRightVariation_13() const { return ___megaStructureRightVariation_13; } inline float* get_address_of_megaStructureRightVariation_13() { return &___megaStructureRightVariation_13; } inline void set_megaStructureRightVariation_13(float value) { ___megaStructureRightVariation_13 = value; } inline static int32_t get_offset_of_megaStructureBlockPrefab_14() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___megaStructureBlockPrefab_14)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_megaStructureBlockPrefab_14() const { return ___megaStructureBlockPrefab_14; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_megaStructureBlockPrefab_14() { return &___megaStructureBlockPrefab_14; } inline void set_megaStructureBlockPrefab_14(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___megaStructureBlockPrefab_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___megaStructureBlockPrefab_14), (void*)value); } inline static int32_t get_offset_of_unusedBlockPrefabs_15() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___unusedBlockPrefabs_15)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_unusedBlockPrefabs_15() const { return ___unusedBlockPrefabs_15; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_unusedBlockPrefabs_15() { return &___unusedBlockPrefabs_15; } inline void set_unusedBlockPrefabs_15(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___unusedBlockPrefabs_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___unusedBlockPrefabs_15), (void*)value); } inline static int32_t get_offset_of_blocks_16() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___blocks_16)); } inline List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * get_blocks_16() const { return ___blocks_16; } inline List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 ** get_address_of_blocks_16() { return &___blocks_16; } inline void set_blocks_16(List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * value) { ___blocks_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___blocks_16), (void*)value); } inline static int32_t get_offset_of_megaBlocks_17() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___megaBlocks_17)); } inline List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * get_megaBlocks_17() const { return ___megaBlocks_17; } inline List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 ** get_address_of_megaBlocks_17() { return &___megaBlocks_17; } inline void set_megaBlocks_17(List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * value) { ___megaBlocks_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___megaBlocks_17), (void*)value); } inline static int32_t get_offset_of_toBeChecked_18() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___toBeChecked_18)); } inline List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * get_toBeChecked_18() const { return ___toBeChecked_18; } inline List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 ** get_address_of_toBeChecked_18() { return &___toBeChecked_18; } inline void set_toBeChecked_18(List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * value) { ___toBeChecked_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___toBeChecked_18), (void*)value); } inline static int32_t get_offset_of_prefabBuildings_19() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___prefabBuildings_19)); } inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* get_prefabBuildings_19() const { return ___prefabBuildings_19; } inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463** get_address_of_prefabBuildings_19() { return &___prefabBuildings_19; } inline void set_prefabBuildings_19(BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* value) { ___prefabBuildings_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefabBuildings_19), (void*)value); } inline static int32_t get_offset_of_roadChunkHit_20() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___roadChunkHit_20)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_roadChunkHit_20() const { return ___roadChunkHit_20; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_roadChunkHit_20() { return &___roadChunkHit_20; } inline void set_roadChunkHit_20(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___roadChunkHit_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadChunkHit_20), (void*)value); } inline static int32_t get_offset_of_placedMegaAhead_21() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___placedMegaAhead_21)); } inline bool get_placedMegaAhead_21() const { return ___placedMegaAhead_21; } inline bool* get_address_of_placedMegaAhead_21() { return &___placedMegaAhead_21; } inline void set_placedMegaAhead_21(bool value) { ___placedMegaAhead_21 = value; } inline static int32_t get_offset_of_pool_22() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___pool_22)); } inline BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * get_pool_22() const { return ___pool_22; } inline BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 ** get_address_of_pool_22() { return &___pool_22; } inline void set_pool_22(BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * value) { ___pool_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___pool_22), (void*)value); } inline static int32_t get_offset_of_buildingCollisionCheck_23() { return static_cast(offsetof(GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B, ___buildingCollisionCheck_23)); } inline RuntimeObject* get_buildingCollisionCheck_23() const { return ___buildingCollisionCheck_23; } inline RuntimeObject** get_address_of_buildingCollisionCheck_23() { return &___buildingCollisionCheck_23; } inline void set_buildingCollisionCheck_23(RuntimeObject* value) { ___buildingCollisionCheck_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___buildingCollisionCheck_23), (void*)value); } }; // HammerheadFireControl struct HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Fireable[] HammerheadFireControl::missileFireables FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* ___missileFireables_4; // EnemyMovement HammerheadFireControl::mover EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * ___mover_5; // UnityEngine.Animator HammerheadFireControl::bossAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___bossAnimator_6; // UnityEngine.Transform HammerheadFireControl::harpoonPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___harpoonPrefab_7; // UnityEngine.Transform HammerheadFireControl::harpoonSplash Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___harpoonSplash_8; // System.Single HammerheadFireControl::harpoonFireRate float ___harpoonFireRate_9; // System.Single HammerheadFireControl::linkedHarpoonFireRate float ___linkedHarpoonFireRate_10; // System.Single HammerheadFireControl::harpoonFireRateVariance float ___harpoonFireRateVariance_11; // System.Int32 HammerheadFireControl::harpoonsPerVolley int32_t ___harpoonsPerVolley_12; // System.Single HammerheadFireControl::betweenVolleyTime float ___betweenVolleyTime_13; // System.Int32 HammerheadFireControl::harpoonsPerSet int32_t ___harpoonsPerSet_14; // UnityEngine.Vector2 HammerheadFireControl::aheadOffsetRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aheadOffsetRange_15; // System.Single HammerheadFireControl::angleVariation float ___angleVariation_16; // System.Single HammerheadFireControl::nearPlayerHarpoonDistance float ___nearPlayerHarpoonDistance_17; // UnityEngine.Transform HammerheadFireControl::rollerPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rollerPrefab_18; // RollerFireable HammerheadFireControl::rollerFireable RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * ___rollerFireable_19; // UnityEngine.Transform[] HammerheadFireControl::rollerPositions TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___rollerPositions_20; // UnityEngine.AudioSource HammerheadFireControl::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_21; // UnityEngine.Animator HammerheadFireControl::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_22; // System.Single HammerheadFireControl::nextHarpoonFire float ___nextHarpoonFire_23; // System.Int32 HammerheadFireControl::harpoonsFiredThisVolley int32_t ___harpoonsFiredThisVolley_24; // System.Int32 HammerheadFireControl::harpoonsFiredThisSet int32_t ___harpoonsFiredThisSet_25; // System.Single HammerheadFireControl::harpoonRightMax float ___harpoonRightMax_26; // System.Single HammerheadFireControl::lastHarpoonX float ___lastHarpoonX_27; // System.Boolean HammerheadFireControl::sameSideHarpoon bool ___sameSideHarpoon_28; // TractorBeam HammerheadFireControl::lastTractor TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * ___lastTractor_29; // UnityEngine.Transform HammerheadFireControl::createdOrdinance Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___createdOrdinance_30; public: inline static int32_t get_offset_of_missileFireables_4() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___missileFireables_4)); } inline FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* get_missileFireables_4() const { return ___missileFireables_4; } inline FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E** get_address_of_missileFireables_4() { return &___missileFireables_4; } inline void set_missileFireables_4(FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* value) { ___missileFireables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___missileFireables_4), (void*)value); } inline static int32_t get_offset_of_mover_5() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___mover_5)); } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * get_mover_5() const { return ___mover_5; } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 ** get_address_of_mover_5() { return &___mover_5; } inline void set_mover_5(EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * value) { ___mover_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mover_5), (void*)value); } inline static int32_t get_offset_of_bossAnimator_6() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___bossAnimator_6)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_bossAnimator_6() const { return ___bossAnimator_6; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_bossAnimator_6() { return &___bossAnimator_6; } inline void set_bossAnimator_6(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___bossAnimator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___bossAnimator_6), (void*)value); } inline static int32_t get_offset_of_harpoonPrefab_7() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonPrefab_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_harpoonPrefab_7() const { return ___harpoonPrefab_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_harpoonPrefab_7() { return &___harpoonPrefab_7; } inline void set_harpoonPrefab_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___harpoonPrefab_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___harpoonPrefab_7), (void*)value); } inline static int32_t get_offset_of_harpoonSplash_8() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonSplash_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_harpoonSplash_8() const { return ___harpoonSplash_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_harpoonSplash_8() { return &___harpoonSplash_8; } inline void set_harpoonSplash_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___harpoonSplash_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___harpoonSplash_8), (void*)value); } inline static int32_t get_offset_of_harpoonFireRate_9() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonFireRate_9)); } inline float get_harpoonFireRate_9() const { return ___harpoonFireRate_9; } inline float* get_address_of_harpoonFireRate_9() { return &___harpoonFireRate_9; } inline void set_harpoonFireRate_9(float value) { ___harpoonFireRate_9 = value; } inline static int32_t get_offset_of_linkedHarpoonFireRate_10() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___linkedHarpoonFireRate_10)); } inline float get_linkedHarpoonFireRate_10() const { return ___linkedHarpoonFireRate_10; } inline float* get_address_of_linkedHarpoonFireRate_10() { return &___linkedHarpoonFireRate_10; } inline void set_linkedHarpoonFireRate_10(float value) { ___linkedHarpoonFireRate_10 = value; } inline static int32_t get_offset_of_harpoonFireRateVariance_11() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonFireRateVariance_11)); } inline float get_harpoonFireRateVariance_11() const { return ___harpoonFireRateVariance_11; } inline float* get_address_of_harpoonFireRateVariance_11() { return &___harpoonFireRateVariance_11; } inline void set_harpoonFireRateVariance_11(float value) { ___harpoonFireRateVariance_11 = value; } inline static int32_t get_offset_of_harpoonsPerVolley_12() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonsPerVolley_12)); } inline int32_t get_harpoonsPerVolley_12() const { return ___harpoonsPerVolley_12; } inline int32_t* get_address_of_harpoonsPerVolley_12() { return &___harpoonsPerVolley_12; } inline void set_harpoonsPerVolley_12(int32_t value) { ___harpoonsPerVolley_12 = value; } inline static int32_t get_offset_of_betweenVolleyTime_13() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___betweenVolleyTime_13)); } inline float get_betweenVolleyTime_13() const { return ___betweenVolleyTime_13; } inline float* get_address_of_betweenVolleyTime_13() { return &___betweenVolleyTime_13; } inline void set_betweenVolleyTime_13(float value) { ___betweenVolleyTime_13 = value; } inline static int32_t get_offset_of_harpoonsPerSet_14() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonsPerSet_14)); } inline int32_t get_harpoonsPerSet_14() const { return ___harpoonsPerSet_14; } inline int32_t* get_address_of_harpoonsPerSet_14() { return &___harpoonsPerSet_14; } inline void set_harpoonsPerSet_14(int32_t value) { ___harpoonsPerSet_14 = value; } inline static int32_t get_offset_of_aheadOffsetRange_15() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___aheadOffsetRange_15)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_aheadOffsetRange_15() const { return ___aheadOffsetRange_15; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_aheadOffsetRange_15() { return &___aheadOffsetRange_15; } inline void set_aheadOffsetRange_15(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___aheadOffsetRange_15 = value; } inline static int32_t get_offset_of_angleVariation_16() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___angleVariation_16)); } inline float get_angleVariation_16() const { return ___angleVariation_16; } inline float* get_address_of_angleVariation_16() { return &___angleVariation_16; } inline void set_angleVariation_16(float value) { ___angleVariation_16 = value; } inline static int32_t get_offset_of_nearPlayerHarpoonDistance_17() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___nearPlayerHarpoonDistance_17)); } inline float get_nearPlayerHarpoonDistance_17() const { return ___nearPlayerHarpoonDistance_17; } inline float* get_address_of_nearPlayerHarpoonDistance_17() { return &___nearPlayerHarpoonDistance_17; } inline void set_nearPlayerHarpoonDistance_17(float value) { ___nearPlayerHarpoonDistance_17 = value; } inline static int32_t get_offset_of_rollerPrefab_18() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___rollerPrefab_18)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rollerPrefab_18() const { return ___rollerPrefab_18; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rollerPrefab_18() { return &___rollerPrefab_18; } inline void set_rollerPrefab_18(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rollerPrefab_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___rollerPrefab_18), (void*)value); } inline static int32_t get_offset_of_rollerFireable_19() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___rollerFireable_19)); } inline RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * get_rollerFireable_19() const { return ___rollerFireable_19; } inline RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F ** get_address_of_rollerFireable_19() { return &___rollerFireable_19; } inline void set_rollerFireable_19(RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * value) { ___rollerFireable_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___rollerFireable_19), (void*)value); } inline static int32_t get_offset_of_rollerPositions_20() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___rollerPositions_20)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get_rollerPositions_20() const { return ___rollerPositions_20; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of_rollerPositions_20() { return &___rollerPositions_20; } inline void set_rollerPositions_20(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ___rollerPositions_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___rollerPositions_20), (void*)value); } inline static int32_t get_offset_of_source_21() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___source_21)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_21() const { return ___source_21; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_21() { return &___source_21; } inline void set_source_21(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_21), (void*)value); } inline static int32_t get_offset_of_anim_22() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___anim_22)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_22() const { return ___anim_22; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_22() { return &___anim_22; } inline void set_anim_22(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_22), (void*)value); } inline static int32_t get_offset_of_nextHarpoonFire_23() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___nextHarpoonFire_23)); } inline float get_nextHarpoonFire_23() const { return ___nextHarpoonFire_23; } inline float* get_address_of_nextHarpoonFire_23() { return &___nextHarpoonFire_23; } inline void set_nextHarpoonFire_23(float value) { ___nextHarpoonFire_23 = value; } inline static int32_t get_offset_of_harpoonsFiredThisVolley_24() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonsFiredThisVolley_24)); } inline int32_t get_harpoonsFiredThisVolley_24() const { return ___harpoonsFiredThisVolley_24; } inline int32_t* get_address_of_harpoonsFiredThisVolley_24() { return &___harpoonsFiredThisVolley_24; } inline void set_harpoonsFiredThisVolley_24(int32_t value) { ___harpoonsFiredThisVolley_24 = value; } inline static int32_t get_offset_of_harpoonsFiredThisSet_25() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonsFiredThisSet_25)); } inline int32_t get_harpoonsFiredThisSet_25() const { return ___harpoonsFiredThisSet_25; } inline int32_t* get_address_of_harpoonsFiredThisSet_25() { return &___harpoonsFiredThisSet_25; } inline void set_harpoonsFiredThisSet_25(int32_t value) { ___harpoonsFiredThisSet_25 = value; } inline static int32_t get_offset_of_harpoonRightMax_26() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___harpoonRightMax_26)); } inline float get_harpoonRightMax_26() const { return ___harpoonRightMax_26; } inline float* get_address_of_harpoonRightMax_26() { return &___harpoonRightMax_26; } inline void set_harpoonRightMax_26(float value) { ___harpoonRightMax_26 = value; } inline static int32_t get_offset_of_lastHarpoonX_27() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___lastHarpoonX_27)); } inline float get_lastHarpoonX_27() const { return ___lastHarpoonX_27; } inline float* get_address_of_lastHarpoonX_27() { return &___lastHarpoonX_27; } inline void set_lastHarpoonX_27(float value) { ___lastHarpoonX_27 = value; } inline static int32_t get_offset_of_sameSideHarpoon_28() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___sameSideHarpoon_28)); } inline bool get_sameSideHarpoon_28() const { return ___sameSideHarpoon_28; } inline bool* get_address_of_sameSideHarpoon_28() { return &___sameSideHarpoon_28; } inline void set_sameSideHarpoon_28(bool value) { ___sameSideHarpoon_28 = value; } inline static int32_t get_offset_of_lastTractor_29() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___lastTractor_29)); } inline TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * get_lastTractor_29() const { return ___lastTractor_29; } inline TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 ** get_address_of_lastTractor_29() { return &___lastTractor_29; } inline void set_lastTractor_29(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * value) { ___lastTractor_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastTractor_29), (void*)value); } inline static int32_t get_offset_of_createdOrdinance_30() { return static_cast(offsetof(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882, ___createdOrdinance_30)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_createdOrdinance_30() const { return ___createdOrdinance_30; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_createdOrdinance_30() { return &___createdOrdinance_30; } inline void set_createdOrdinance_30(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___createdOrdinance_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___createdOrdinance_30), (void*)value); } }; // Hand struct Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean Hand::isRightHand bool ___isRightHand_11; // UnityEngine.AudioSource Hand::highlightSound AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___highlightSound_12; // UnityEngine.Animator Hand::handAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___handAnimator_13; // UnityEngine.GameObject Hand::handRig GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___handRig_14; // Handlegun Hand::defaultGun Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * ___defaultGun_15; // MenuPointer Hand::menuPointer MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * ___menuPointer_16; // GrenadeDispenser Hand::grenadeDispenser GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * ___grenadeDispenser_17; // System.Boolean Hand::k__BackingField bool ___U3CPrimaryButtonPressedU3Ek__BackingField_18; // System.Boolean Hand::k__BackingField bool ___U3CPrimaryButtonReleasedU3Ek__BackingField_19; // System.Boolean Hand::k__BackingField bool ___U3CSecondaryButtonPressedU3Ek__BackingField_20; // System.Boolean Hand::k__BackingField bool ___U3CSecondaryButtonReleasedU3Ek__BackingField_21; // UnityEngine.Vector2 Hand::k__BackingField Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___U3CThumbstickDirectionU3Ek__BackingField_22; // System.Boolean Hand::k__BackingField bool ___U3CThumbstickPressedU3Ek__BackingField_23; // System.Boolean Hand::k__BackingField bool ___U3CThumbstickReleasedU3Ek__BackingField_24; // System.Boolean Hand::buttonOneDown bool ___buttonOneDown_25; // System.Boolean Hand::buttonTwoDown bool ___buttonTwoDown_26; // System.Boolean Hand::pauseDown bool ___pauseDown_27; // System.Boolean Hand::thumbstickDown bool ___thumbstickDown_28; // System.Single Hand::triggerInput float ___triggerInput_29; // System.Single Hand::gripInput float ___gripInput_30; // UnityEngine.GameObject Hand::grippedObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___grippedObject_31; // UnityEngine.Transform Hand::trackingSpace Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___trackingSpace_32; // HandToControllerTracking Hand::tracking HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * ___tracking_33; // System.Single Hand::buttonOneHoldDuration float ___buttonOneHoldDuration_34; // System.Single Hand::nextDashPress float ___nextDashPress_37; // UnityEngine.SphereCollider Hand::sphereCol SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * ___sphereCol_38; // System.Single Hand::startedPress float ___startedPress_39; // System.Single Hand::pressUntil float ___pressUntil_40; // BikeButton Hand::pressingButton BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * ___pressingButton_41; // System.Boolean Hand::triggerHeld bool ___triggerHeld_42; // System.Boolean Hand::pressedWhileHolding bool ___pressedWhileHolding_43; // UnityEngine.Collider[] Hand::hits ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___hits_44; // System.Int32 Hand::hitCount int32_t ___hitCount_45; // UnityEngine.LayerMask Hand::interactableLayer LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___interactableLayer_46; // UnityEngine.GameObject Hand::possibleItem GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___possibleItem_47; // Interactable Hand::possibleInteractable Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * ___possibleInteractable_48; // PointsToInteractable Hand::pti PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * ___pti_49; // Sidearm Hand::sidearm Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * ___sidearm_50; // System.Boolean Hand::justReleased bool ___justReleased_51; // System.Single Hand::nextInteract float ___nextInteract_52; // System.Boolean Hand::isEpilogue bool ___isEpilogue_53; // UnityEngine.GameObject Hand::k__BackingField GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___U3CClosestTouchedU3Ek__BackingField_54; public: inline static int32_t get_offset_of_isRightHand_11() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___isRightHand_11)); } inline bool get_isRightHand_11() const { return ___isRightHand_11; } inline bool* get_address_of_isRightHand_11() { return &___isRightHand_11; } inline void set_isRightHand_11(bool value) { ___isRightHand_11 = value; } inline static int32_t get_offset_of_highlightSound_12() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___highlightSound_12)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_highlightSound_12() const { return ___highlightSound_12; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_highlightSound_12() { return &___highlightSound_12; } inline void set_highlightSound_12(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___highlightSound_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___highlightSound_12), (void*)value); } inline static int32_t get_offset_of_handAnimator_13() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___handAnimator_13)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_handAnimator_13() const { return ___handAnimator_13; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_handAnimator_13() { return &___handAnimator_13; } inline void set_handAnimator_13(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___handAnimator_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___handAnimator_13), (void*)value); } inline static int32_t get_offset_of_handRig_14() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___handRig_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_handRig_14() const { return ___handRig_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_handRig_14() { return &___handRig_14; } inline void set_handRig_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___handRig_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___handRig_14), (void*)value); } inline static int32_t get_offset_of_defaultGun_15() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___defaultGun_15)); } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * get_defaultGun_15() const { return ___defaultGun_15; } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 ** get_address_of_defaultGun_15() { return &___defaultGun_15; } inline void set_defaultGun_15(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * value) { ___defaultGun_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultGun_15), (void*)value); } inline static int32_t get_offset_of_menuPointer_16() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___menuPointer_16)); } inline MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * get_menuPointer_16() const { return ___menuPointer_16; } inline MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 ** get_address_of_menuPointer_16() { return &___menuPointer_16; } inline void set_menuPointer_16(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * value) { ___menuPointer_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___menuPointer_16), (void*)value); } inline static int32_t get_offset_of_grenadeDispenser_17() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___grenadeDispenser_17)); } inline GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * get_grenadeDispenser_17() const { return ___grenadeDispenser_17; } inline GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 ** get_address_of_grenadeDispenser_17() { return &___grenadeDispenser_17; } inline void set_grenadeDispenser_17(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * value) { ___grenadeDispenser_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadeDispenser_17), (void*)value); } inline static int32_t get_offset_of_U3CPrimaryButtonPressedU3Ek__BackingField_18() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CPrimaryButtonPressedU3Ek__BackingField_18)); } inline bool get_U3CPrimaryButtonPressedU3Ek__BackingField_18() const { return ___U3CPrimaryButtonPressedU3Ek__BackingField_18; } inline bool* get_address_of_U3CPrimaryButtonPressedU3Ek__BackingField_18() { return &___U3CPrimaryButtonPressedU3Ek__BackingField_18; } inline void set_U3CPrimaryButtonPressedU3Ek__BackingField_18(bool value) { ___U3CPrimaryButtonPressedU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CPrimaryButtonReleasedU3Ek__BackingField_19() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CPrimaryButtonReleasedU3Ek__BackingField_19)); } inline bool get_U3CPrimaryButtonReleasedU3Ek__BackingField_19() const { return ___U3CPrimaryButtonReleasedU3Ek__BackingField_19; } inline bool* get_address_of_U3CPrimaryButtonReleasedU3Ek__BackingField_19() { return &___U3CPrimaryButtonReleasedU3Ek__BackingField_19; } inline void set_U3CPrimaryButtonReleasedU3Ek__BackingField_19(bool value) { ___U3CPrimaryButtonReleasedU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CSecondaryButtonPressedU3Ek__BackingField_20() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CSecondaryButtonPressedU3Ek__BackingField_20)); } inline bool get_U3CSecondaryButtonPressedU3Ek__BackingField_20() const { return ___U3CSecondaryButtonPressedU3Ek__BackingField_20; } inline bool* get_address_of_U3CSecondaryButtonPressedU3Ek__BackingField_20() { return &___U3CSecondaryButtonPressedU3Ek__BackingField_20; } inline void set_U3CSecondaryButtonPressedU3Ek__BackingField_20(bool value) { ___U3CSecondaryButtonPressedU3Ek__BackingField_20 = value; } inline static int32_t get_offset_of_U3CSecondaryButtonReleasedU3Ek__BackingField_21() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CSecondaryButtonReleasedU3Ek__BackingField_21)); } inline bool get_U3CSecondaryButtonReleasedU3Ek__BackingField_21() const { return ___U3CSecondaryButtonReleasedU3Ek__BackingField_21; } inline bool* get_address_of_U3CSecondaryButtonReleasedU3Ek__BackingField_21() { return &___U3CSecondaryButtonReleasedU3Ek__BackingField_21; } inline void set_U3CSecondaryButtonReleasedU3Ek__BackingField_21(bool value) { ___U3CSecondaryButtonReleasedU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_U3CThumbstickDirectionU3Ek__BackingField_22() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CThumbstickDirectionU3Ek__BackingField_22)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_U3CThumbstickDirectionU3Ek__BackingField_22() const { return ___U3CThumbstickDirectionU3Ek__BackingField_22; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_U3CThumbstickDirectionU3Ek__BackingField_22() { return &___U3CThumbstickDirectionU3Ek__BackingField_22; } inline void set_U3CThumbstickDirectionU3Ek__BackingField_22(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___U3CThumbstickDirectionU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CThumbstickPressedU3Ek__BackingField_23() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CThumbstickPressedU3Ek__BackingField_23)); } inline bool get_U3CThumbstickPressedU3Ek__BackingField_23() const { return ___U3CThumbstickPressedU3Ek__BackingField_23; } inline bool* get_address_of_U3CThumbstickPressedU3Ek__BackingField_23() { return &___U3CThumbstickPressedU3Ek__BackingField_23; } inline void set_U3CThumbstickPressedU3Ek__BackingField_23(bool value) { ___U3CThumbstickPressedU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CThumbstickReleasedU3Ek__BackingField_24() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CThumbstickReleasedU3Ek__BackingField_24)); } inline bool get_U3CThumbstickReleasedU3Ek__BackingField_24() const { return ___U3CThumbstickReleasedU3Ek__BackingField_24; } inline bool* get_address_of_U3CThumbstickReleasedU3Ek__BackingField_24() { return &___U3CThumbstickReleasedU3Ek__BackingField_24; } inline void set_U3CThumbstickReleasedU3Ek__BackingField_24(bool value) { ___U3CThumbstickReleasedU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_buttonOneDown_25() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___buttonOneDown_25)); } inline bool get_buttonOneDown_25() const { return ___buttonOneDown_25; } inline bool* get_address_of_buttonOneDown_25() { return &___buttonOneDown_25; } inline void set_buttonOneDown_25(bool value) { ___buttonOneDown_25 = value; } inline static int32_t get_offset_of_buttonTwoDown_26() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___buttonTwoDown_26)); } inline bool get_buttonTwoDown_26() const { return ___buttonTwoDown_26; } inline bool* get_address_of_buttonTwoDown_26() { return &___buttonTwoDown_26; } inline void set_buttonTwoDown_26(bool value) { ___buttonTwoDown_26 = value; } inline static int32_t get_offset_of_pauseDown_27() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___pauseDown_27)); } inline bool get_pauseDown_27() const { return ___pauseDown_27; } inline bool* get_address_of_pauseDown_27() { return &___pauseDown_27; } inline void set_pauseDown_27(bool value) { ___pauseDown_27 = value; } inline static int32_t get_offset_of_thumbstickDown_28() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___thumbstickDown_28)); } inline bool get_thumbstickDown_28() const { return ___thumbstickDown_28; } inline bool* get_address_of_thumbstickDown_28() { return &___thumbstickDown_28; } inline void set_thumbstickDown_28(bool value) { ___thumbstickDown_28 = value; } inline static int32_t get_offset_of_triggerInput_29() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___triggerInput_29)); } inline float get_triggerInput_29() const { return ___triggerInput_29; } inline float* get_address_of_triggerInput_29() { return &___triggerInput_29; } inline void set_triggerInput_29(float value) { ___triggerInput_29 = value; } inline static int32_t get_offset_of_gripInput_30() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___gripInput_30)); } inline float get_gripInput_30() const { return ___gripInput_30; } inline float* get_address_of_gripInput_30() { return &___gripInput_30; } inline void set_gripInput_30(float value) { ___gripInput_30 = value; } inline static int32_t get_offset_of_grippedObject_31() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___grippedObject_31)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_grippedObject_31() const { return ___grippedObject_31; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_grippedObject_31() { return &___grippedObject_31; } inline void set_grippedObject_31(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___grippedObject_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___grippedObject_31), (void*)value); } inline static int32_t get_offset_of_trackingSpace_32() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___trackingSpace_32)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_trackingSpace_32() const { return ___trackingSpace_32; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_trackingSpace_32() { return &___trackingSpace_32; } inline void set_trackingSpace_32(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___trackingSpace_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___trackingSpace_32), (void*)value); } inline static int32_t get_offset_of_tracking_33() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___tracking_33)); } inline HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * get_tracking_33() const { return ___tracking_33; } inline HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 ** get_address_of_tracking_33() { return &___tracking_33; } inline void set_tracking_33(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * value) { ___tracking_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___tracking_33), (void*)value); } inline static int32_t get_offset_of_buttonOneHoldDuration_34() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___buttonOneHoldDuration_34)); } inline float get_buttonOneHoldDuration_34() const { return ___buttonOneHoldDuration_34; } inline float* get_address_of_buttonOneHoldDuration_34() { return &___buttonOneHoldDuration_34; } inline void set_buttonOneHoldDuration_34(float value) { ___buttonOneHoldDuration_34 = value; } inline static int32_t get_offset_of_nextDashPress_37() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___nextDashPress_37)); } inline float get_nextDashPress_37() const { return ___nextDashPress_37; } inline float* get_address_of_nextDashPress_37() { return &___nextDashPress_37; } inline void set_nextDashPress_37(float value) { ___nextDashPress_37 = value; } inline static int32_t get_offset_of_sphereCol_38() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___sphereCol_38)); } inline SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * get_sphereCol_38() const { return ___sphereCol_38; } inline SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A ** get_address_of_sphereCol_38() { return &___sphereCol_38; } inline void set_sphereCol_38(SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * value) { ___sphereCol_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphereCol_38), (void*)value); } inline static int32_t get_offset_of_startedPress_39() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___startedPress_39)); } inline float get_startedPress_39() const { return ___startedPress_39; } inline float* get_address_of_startedPress_39() { return &___startedPress_39; } inline void set_startedPress_39(float value) { ___startedPress_39 = value; } inline static int32_t get_offset_of_pressUntil_40() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___pressUntil_40)); } inline float get_pressUntil_40() const { return ___pressUntil_40; } inline float* get_address_of_pressUntil_40() { return &___pressUntil_40; } inline void set_pressUntil_40(float value) { ___pressUntil_40 = value; } inline static int32_t get_offset_of_pressingButton_41() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___pressingButton_41)); } inline BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * get_pressingButton_41() const { return ___pressingButton_41; } inline BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC ** get_address_of_pressingButton_41() { return &___pressingButton_41; } inline void set_pressingButton_41(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * value) { ___pressingButton_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___pressingButton_41), (void*)value); } inline static int32_t get_offset_of_triggerHeld_42() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___triggerHeld_42)); } inline bool get_triggerHeld_42() const { return ___triggerHeld_42; } inline bool* get_address_of_triggerHeld_42() { return &___triggerHeld_42; } inline void set_triggerHeld_42(bool value) { ___triggerHeld_42 = value; } inline static int32_t get_offset_of_pressedWhileHolding_43() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___pressedWhileHolding_43)); } inline bool get_pressedWhileHolding_43() const { return ___pressedWhileHolding_43; } inline bool* get_address_of_pressedWhileHolding_43() { return &___pressedWhileHolding_43; } inline void set_pressedWhileHolding_43(bool value) { ___pressedWhileHolding_43 = value; } inline static int32_t get_offset_of_hits_44() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___hits_44)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_hits_44() const { return ___hits_44; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_hits_44() { return &___hits_44; } inline void set_hits_44(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___hits_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___hits_44), (void*)value); } inline static int32_t get_offset_of_hitCount_45() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___hitCount_45)); } inline int32_t get_hitCount_45() const { return ___hitCount_45; } inline int32_t* get_address_of_hitCount_45() { return &___hitCount_45; } inline void set_hitCount_45(int32_t value) { ___hitCount_45 = value; } inline static int32_t get_offset_of_interactableLayer_46() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___interactableLayer_46)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_interactableLayer_46() const { return ___interactableLayer_46; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_interactableLayer_46() { return &___interactableLayer_46; } inline void set_interactableLayer_46(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___interactableLayer_46 = value; } inline static int32_t get_offset_of_possibleItem_47() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___possibleItem_47)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_possibleItem_47() const { return ___possibleItem_47; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_possibleItem_47() { return &___possibleItem_47; } inline void set_possibleItem_47(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___possibleItem_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___possibleItem_47), (void*)value); } inline static int32_t get_offset_of_possibleInteractable_48() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___possibleInteractable_48)); } inline Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * get_possibleInteractable_48() const { return ___possibleInteractable_48; } inline Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 ** get_address_of_possibleInteractable_48() { return &___possibleInteractable_48; } inline void set_possibleInteractable_48(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * value) { ___possibleInteractable_48 = value; Il2CppCodeGenWriteBarrier((void**)(&___possibleInteractable_48), (void*)value); } inline static int32_t get_offset_of_pti_49() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___pti_49)); } inline PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * get_pti_49() const { return ___pti_49; } inline PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 ** get_address_of_pti_49() { return &___pti_49; } inline void set_pti_49(PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * value) { ___pti_49 = value; Il2CppCodeGenWriteBarrier((void**)(&___pti_49), (void*)value); } inline static int32_t get_offset_of_sidearm_50() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___sidearm_50)); } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * get_sidearm_50() const { return ___sidearm_50; } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 ** get_address_of_sidearm_50() { return &___sidearm_50; } inline void set_sidearm_50(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * value) { ___sidearm_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidearm_50), (void*)value); } inline static int32_t get_offset_of_justReleased_51() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___justReleased_51)); } inline bool get_justReleased_51() const { return ___justReleased_51; } inline bool* get_address_of_justReleased_51() { return &___justReleased_51; } inline void set_justReleased_51(bool value) { ___justReleased_51 = value; } inline static int32_t get_offset_of_nextInteract_52() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___nextInteract_52)); } inline float get_nextInteract_52() const { return ___nextInteract_52; } inline float* get_address_of_nextInteract_52() { return &___nextInteract_52; } inline void set_nextInteract_52(float value) { ___nextInteract_52 = value; } inline static int32_t get_offset_of_isEpilogue_53() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___isEpilogue_53)); } inline bool get_isEpilogue_53() const { return ___isEpilogue_53; } inline bool* get_address_of_isEpilogue_53() { return &___isEpilogue_53; } inline void set_isEpilogue_53(bool value) { ___isEpilogue_53 = value; } inline static int32_t get_offset_of_U3CClosestTouchedU3Ek__BackingField_54() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921, ___U3CClosestTouchedU3Ek__BackingField_54)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_U3CClosestTouchedU3Ek__BackingField_54() const { return ___U3CClosestTouchedU3Ek__BackingField_54; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_U3CClosestTouchedU3Ek__BackingField_54() { return &___U3CClosestTouchedU3Ek__BackingField_54; } inline void set_U3CClosestTouchedU3Ek__BackingField_54(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___U3CClosestTouchedU3Ek__BackingField_54 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CClosestTouchedU3Ek__BackingField_54), (void*)value); } }; // HarasserAnimationController struct HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single HarasserAnimationController::minTimeTilExplode float ___minTimeTilExplode_4; // System.Single HarasserAnimationController::maxTimeTilExplode float ___maxTimeTilExplode_5; // UnityEngine.Transform HarasserAnimationController::destroyedObject Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___destroyedObject_6; // UnityEngine.Events.UnityEvent HarasserAnimationController::onExplode UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onExplode_7; // System.Boolean HarasserAnimationController::exploding bool ___exploding_8; public: inline static int32_t get_offset_of_minTimeTilExplode_4() { return static_cast(offsetof(HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735, ___minTimeTilExplode_4)); } inline float get_minTimeTilExplode_4() const { return ___minTimeTilExplode_4; } inline float* get_address_of_minTimeTilExplode_4() { return &___minTimeTilExplode_4; } inline void set_minTimeTilExplode_4(float value) { ___minTimeTilExplode_4 = value; } inline static int32_t get_offset_of_maxTimeTilExplode_5() { return static_cast(offsetof(HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735, ___maxTimeTilExplode_5)); } inline float get_maxTimeTilExplode_5() const { return ___maxTimeTilExplode_5; } inline float* get_address_of_maxTimeTilExplode_5() { return &___maxTimeTilExplode_5; } inline void set_maxTimeTilExplode_5(float value) { ___maxTimeTilExplode_5 = value; } inline static int32_t get_offset_of_destroyedObject_6() { return static_cast(offsetof(HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735, ___destroyedObject_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_destroyedObject_6() const { return ___destroyedObject_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_destroyedObject_6() { return &___destroyedObject_6; } inline void set_destroyedObject_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___destroyedObject_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedObject_6), (void*)value); } inline static int32_t get_offset_of_onExplode_7() { return static_cast(offsetof(HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735, ___onExplode_7)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onExplode_7() const { return ___onExplode_7; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onExplode_7() { return &___onExplode_7; } inline void set_onExplode_7(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onExplode_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onExplode_7), (void*)value); } inline static int32_t get_offset_of_exploding_8() { return static_cast(offsetof(HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735, ___exploding_8)); } inline bool get_exploding_8() const { return ___exploding_8; } inline bool* get_address_of_exploding_8() { return &___exploding_8; } inline void set_exploding_8(bool value) { ___exploding_8 = value; } }; // LeaderboardSlideshow struct LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single LeaderboardSlideshow::switchInterval float ___switchInterval_4; // UnityEngine.GameObject LeaderboardSlideshow::offlineScreen GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___offlineScreen_5; // System.Int32 LeaderboardSlideshow::currentScreenIndex int32_t ___currentScreenIndex_6; public: inline static int32_t get_offset_of_switchInterval_4() { return static_cast(offsetof(LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34, ___switchInterval_4)); } inline float get_switchInterval_4() const { return ___switchInterval_4; } inline float* get_address_of_switchInterval_4() { return &___switchInterval_4; } inline void set_switchInterval_4(float value) { ___switchInterval_4 = value; } inline static int32_t get_offset_of_offlineScreen_5() { return static_cast(offsetof(LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34, ___offlineScreen_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_offlineScreen_5() const { return ___offlineScreen_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_offlineScreen_5() { return &___offlineScreen_5; } inline void set_offlineScreen_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___offlineScreen_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___offlineScreen_5), (void*)value); } inline static int32_t get_offset_of_currentScreenIndex_6() { return static_cast(offsetof(LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34, ___currentScreenIndex_6)); } inline int32_t get_currentScreenIndex_6() const { return ___currentScreenIndex_6; } inline int32_t* get_address_of_currentScreenIndex_6() { return &___currentScreenIndex_6; } inline void set_currentScreenIndex_6(int32_t value) { ___currentScreenIndex_6 = value; } }; // LoadTest struct LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String LoadTest::scene String_t* ___scene_4; // UnityEngine.AsyncOperation LoadTest::asyncLoad AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * ___asyncLoad_5; public: inline static int32_t get_offset_of_scene_4() { return static_cast(offsetof(LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A, ___scene_4)); } inline String_t* get_scene_4() const { return ___scene_4; } inline String_t** get_address_of_scene_4() { return &___scene_4; } inline void set_scene_4(String_t* value) { ___scene_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___scene_4), (void*)value); } inline static int32_t get_offset_of_asyncLoad_5() { return static_cast(offsetof(LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A, ___asyncLoad_5)); } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * get_asyncLoad_5() const { return ___asyncLoad_5; } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 ** get_address_of_asyncLoad_5() { return &___asyncLoad_5; } inline void set_asyncLoad_5(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * value) { ___asyncLoad_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncLoad_5), (void*)value); } }; // ManticoreAnimationController struct ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // BossPhaseController ManticoreAnimationController::phaseController BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * ___phaseController_4; // Follower ManticoreAnimationController::follower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___follower_5; // ManticoreFireControl ManticoreAnimationController::fireControl ManticoreFireControl_t16140E93F571906B430B7D578082F4E45D084550 * ___fireControl_6; // UnityEngine.AudioSource ManticoreAnimationController::animatorAudio AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___animatorAudio_7; // System.Single ManticoreAnimationController::phase1TriggerDistance float ___phase1TriggerDistance_8; // System.Single ManticoreAnimationController::walkSpeed float ___walkSpeed_9; // System.Single ManticoreAnimationController::playerSpeedControl float ___playerSpeedControl_10; // System.Single ManticoreAnimationController::playerSlowest float ___playerSlowest_11; // UnityEngine.AudioClip ManticoreAnimationController::coreDrop AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___coreDrop_12; // UnityEngine.GameObject ManticoreAnimationController::pelvis GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___pelvis_13; // UnityEngine.Transform ManticoreAnimationController::destroyedLegs Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___destroyedLegs_14; // UnityEngine.GameObject[] ManticoreAnimationController::lasers GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___lasers_15; // System.Single ManticoreAnimationController::aheadDistance float ___aheadDistance_16; // System.Single ManticoreAnimationController::minSpeed float ___minSpeed_17; // System.Single ManticoreAnimationController::maxSpeed float ___maxSpeed_18; // System.Single ManticoreAnimationController::acceleration float ___acceleration_19; // System.Single ManticoreAnimationController::phase4PlayerBaseSpeed float ___phase4PlayerBaseSpeed_20; // System.Single ManticoreAnimationController::phase4MovementControl float ___phase4MovementControl_21; // System.Single ManticoreAnimationController::phase4CorneringSlowest float ___phase4CorneringSlowest_22; // System.Single ManticoreAnimationController::firingFrequency float ___firingFrequency_23; // System.Single ManticoreAnimationController::firstFire float ___firstFire_24; // System.Int32 ManticoreAnimationController::interruptFireHitPoints int32_t ___interruptFireHitPoints_25; // UnityEngine.Transform ManticoreAnimationController::interruptExplosion Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___interruptExplosion_26; // UnityStandardAssets.Utility.TimedObjectDestructor ManticoreAnimationController::destructor TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * ___destructor_27; // UnityEngine.Transform ManticoreAnimationController::deathExplosion Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___deathExplosion_28; // UnityEngine.Transform ManticoreAnimationController::deathSmoke Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___deathSmoke_29; // UnityEngine.Animator ManticoreAnimationController::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_30; // System.Int32 ManticoreAnimationController::legsDestroyed int32_t ___legsDestroyed_31; // System.Int32 ManticoreAnimationController::coresDestroyed int32_t ___coresDestroyed_32; // System.Int32 ManticoreAnimationController::phase4CoresDestroyed int32_t ___phase4CoresDestroyed_33; // System.Boolean ManticoreAnimationController::detached bool ___detached_34; // System.Single ManticoreAnimationController::nextFire float ___nextFire_35; // System.Boolean ManticoreAnimationController::dead bool ___dead_36; // System.Single ManticoreAnimationController::hitsTowardInterrupt float ___hitsTowardInterrupt_37; public: inline static int32_t get_offset_of_phaseController_4() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___phaseController_4)); } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * get_phaseController_4() const { return ___phaseController_4; } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 ** get_address_of_phaseController_4() { return &___phaseController_4; } inline void set_phaseController_4(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * value) { ___phaseController_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___phaseController_4), (void*)value); } inline static int32_t get_offset_of_follower_5() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___follower_5)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_follower_5() const { return ___follower_5; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_follower_5() { return &___follower_5; } inline void set_follower_5(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___follower_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___follower_5), (void*)value); } inline static int32_t get_offset_of_fireControl_6() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___fireControl_6)); } inline ManticoreFireControl_t16140E93F571906B430B7D578082F4E45D084550 * get_fireControl_6() const { return ___fireControl_6; } inline ManticoreFireControl_t16140E93F571906B430B7D578082F4E45D084550 ** get_address_of_fireControl_6() { return &___fireControl_6; } inline void set_fireControl_6(ManticoreFireControl_t16140E93F571906B430B7D578082F4E45D084550 * value) { ___fireControl_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireControl_6), (void*)value); } inline static int32_t get_offset_of_animatorAudio_7() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___animatorAudio_7)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_animatorAudio_7() const { return ___animatorAudio_7; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_animatorAudio_7() { return &___animatorAudio_7; } inline void set_animatorAudio_7(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___animatorAudio_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___animatorAudio_7), (void*)value); } inline static int32_t get_offset_of_phase1TriggerDistance_8() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___phase1TriggerDistance_8)); } inline float get_phase1TriggerDistance_8() const { return ___phase1TriggerDistance_8; } inline float* get_address_of_phase1TriggerDistance_8() { return &___phase1TriggerDistance_8; } inline void set_phase1TriggerDistance_8(float value) { ___phase1TriggerDistance_8 = value; } inline static int32_t get_offset_of_walkSpeed_9() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___walkSpeed_9)); } inline float get_walkSpeed_9() const { return ___walkSpeed_9; } inline float* get_address_of_walkSpeed_9() { return &___walkSpeed_9; } inline void set_walkSpeed_9(float value) { ___walkSpeed_9 = value; } inline static int32_t get_offset_of_playerSpeedControl_10() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___playerSpeedControl_10)); } inline float get_playerSpeedControl_10() const { return ___playerSpeedControl_10; } inline float* get_address_of_playerSpeedControl_10() { return &___playerSpeedControl_10; } inline void set_playerSpeedControl_10(float value) { ___playerSpeedControl_10 = value; } inline static int32_t get_offset_of_playerSlowest_11() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___playerSlowest_11)); } inline float get_playerSlowest_11() const { return ___playerSlowest_11; } inline float* get_address_of_playerSlowest_11() { return &___playerSlowest_11; } inline void set_playerSlowest_11(float value) { ___playerSlowest_11 = value; } inline static int32_t get_offset_of_coreDrop_12() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___coreDrop_12)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_coreDrop_12() const { return ___coreDrop_12; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_coreDrop_12() { return &___coreDrop_12; } inline void set_coreDrop_12(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___coreDrop_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___coreDrop_12), (void*)value); } inline static int32_t get_offset_of_pelvis_13() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___pelvis_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_pelvis_13() const { return ___pelvis_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_pelvis_13() { return &___pelvis_13; } inline void set_pelvis_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___pelvis_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___pelvis_13), (void*)value); } inline static int32_t get_offset_of_destroyedLegs_14() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___destroyedLegs_14)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_destroyedLegs_14() const { return ___destroyedLegs_14; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_destroyedLegs_14() { return &___destroyedLegs_14; } inline void set_destroyedLegs_14(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___destroyedLegs_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedLegs_14), (void*)value); } inline static int32_t get_offset_of_lasers_15() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___lasers_15)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_lasers_15() const { return ___lasers_15; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_lasers_15() { return &___lasers_15; } inline void set_lasers_15(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___lasers_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___lasers_15), (void*)value); } inline static int32_t get_offset_of_aheadDistance_16() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___aheadDistance_16)); } inline float get_aheadDistance_16() const { return ___aheadDistance_16; } inline float* get_address_of_aheadDistance_16() { return &___aheadDistance_16; } inline void set_aheadDistance_16(float value) { ___aheadDistance_16 = value; } inline static int32_t get_offset_of_minSpeed_17() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___minSpeed_17)); } inline float get_minSpeed_17() const { return ___minSpeed_17; } inline float* get_address_of_minSpeed_17() { return &___minSpeed_17; } inline void set_minSpeed_17(float value) { ___minSpeed_17 = value; } inline static int32_t get_offset_of_maxSpeed_18() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___maxSpeed_18)); } inline float get_maxSpeed_18() const { return ___maxSpeed_18; } inline float* get_address_of_maxSpeed_18() { return &___maxSpeed_18; } inline void set_maxSpeed_18(float value) { ___maxSpeed_18 = value; } inline static int32_t get_offset_of_acceleration_19() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___acceleration_19)); } inline float get_acceleration_19() const { return ___acceleration_19; } inline float* get_address_of_acceleration_19() { return &___acceleration_19; } inline void set_acceleration_19(float value) { ___acceleration_19 = value; } inline static int32_t get_offset_of_phase4PlayerBaseSpeed_20() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___phase4PlayerBaseSpeed_20)); } inline float get_phase4PlayerBaseSpeed_20() const { return ___phase4PlayerBaseSpeed_20; } inline float* get_address_of_phase4PlayerBaseSpeed_20() { return &___phase4PlayerBaseSpeed_20; } inline void set_phase4PlayerBaseSpeed_20(float value) { ___phase4PlayerBaseSpeed_20 = value; } inline static int32_t get_offset_of_phase4MovementControl_21() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___phase4MovementControl_21)); } inline float get_phase4MovementControl_21() const { return ___phase4MovementControl_21; } inline float* get_address_of_phase4MovementControl_21() { return &___phase4MovementControl_21; } inline void set_phase4MovementControl_21(float value) { ___phase4MovementControl_21 = value; } inline static int32_t get_offset_of_phase4CorneringSlowest_22() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___phase4CorneringSlowest_22)); } inline float get_phase4CorneringSlowest_22() const { return ___phase4CorneringSlowest_22; } inline float* get_address_of_phase4CorneringSlowest_22() { return &___phase4CorneringSlowest_22; } inline void set_phase4CorneringSlowest_22(float value) { ___phase4CorneringSlowest_22 = value; } inline static int32_t get_offset_of_firingFrequency_23() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___firingFrequency_23)); } inline float get_firingFrequency_23() const { return ___firingFrequency_23; } inline float* get_address_of_firingFrequency_23() { return &___firingFrequency_23; } inline void set_firingFrequency_23(float value) { ___firingFrequency_23 = value; } inline static int32_t get_offset_of_firstFire_24() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___firstFire_24)); } inline float get_firstFire_24() const { return ___firstFire_24; } inline float* get_address_of_firstFire_24() { return &___firstFire_24; } inline void set_firstFire_24(float value) { ___firstFire_24 = value; } inline static int32_t get_offset_of_interruptFireHitPoints_25() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___interruptFireHitPoints_25)); } inline int32_t get_interruptFireHitPoints_25() const { return ___interruptFireHitPoints_25; } inline int32_t* get_address_of_interruptFireHitPoints_25() { return &___interruptFireHitPoints_25; } inline void set_interruptFireHitPoints_25(int32_t value) { ___interruptFireHitPoints_25 = value; } inline static int32_t get_offset_of_interruptExplosion_26() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___interruptExplosion_26)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_interruptExplosion_26() const { return ___interruptExplosion_26; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_interruptExplosion_26() { return &___interruptExplosion_26; } inline void set_interruptExplosion_26(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___interruptExplosion_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___interruptExplosion_26), (void*)value); } inline static int32_t get_offset_of_destructor_27() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___destructor_27)); } inline TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * get_destructor_27() const { return ___destructor_27; } inline TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 ** get_address_of_destructor_27() { return &___destructor_27; } inline void set_destructor_27(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * value) { ___destructor_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___destructor_27), (void*)value); } inline static int32_t get_offset_of_deathExplosion_28() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___deathExplosion_28)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_deathExplosion_28() const { return ___deathExplosion_28; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_deathExplosion_28() { return &___deathExplosion_28; } inline void set_deathExplosion_28(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___deathExplosion_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___deathExplosion_28), (void*)value); } inline static int32_t get_offset_of_deathSmoke_29() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___deathSmoke_29)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_deathSmoke_29() const { return ___deathSmoke_29; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_deathSmoke_29() { return &___deathSmoke_29; } inline void set_deathSmoke_29(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___deathSmoke_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___deathSmoke_29), (void*)value); } inline static int32_t get_offset_of_anim_30() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___anim_30)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_30() const { return ___anim_30; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_30() { return &___anim_30; } inline void set_anim_30(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_30), (void*)value); } inline static int32_t get_offset_of_legsDestroyed_31() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___legsDestroyed_31)); } inline int32_t get_legsDestroyed_31() const { return ___legsDestroyed_31; } inline int32_t* get_address_of_legsDestroyed_31() { return &___legsDestroyed_31; } inline void set_legsDestroyed_31(int32_t value) { ___legsDestroyed_31 = value; } inline static int32_t get_offset_of_coresDestroyed_32() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___coresDestroyed_32)); } inline int32_t get_coresDestroyed_32() const { return ___coresDestroyed_32; } inline int32_t* get_address_of_coresDestroyed_32() { return &___coresDestroyed_32; } inline void set_coresDestroyed_32(int32_t value) { ___coresDestroyed_32 = value; } inline static int32_t get_offset_of_phase4CoresDestroyed_33() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___phase4CoresDestroyed_33)); } inline int32_t get_phase4CoresDestroyed_33() const { return ___phase4CoresDestroyed_33; } inline int32_t* get_address_of_phase4CoresDestroyed_33() { return &___phase4CoresDestroyed_33; } inline void set_phase4CoresDestroyed_33(int32_t value) { ___phase4CoresDestroyed_33 = value; } inline static int32_t get_offset_of_detached_34() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___detached_34)); } inline bool get_detached_34() const { return ___detached_34; } inline bool* get_address_of_detached_34() { return &___detached_34; } inline void set_detached_34(bool value) { ___detached_34 = value; } inline static int32_t get_offset_of_nextFire_35() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___nextFire_35)); } inline float get_nextFire_35() const { return ___nextFire_35; } inline float* get_address_of_nextFire_35() { return &___nextFire_35; } inline void set_nextFire_35(float value) { ___nextFire_35 = value; } inline static int32_t get_offset_of_dead_36() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___dead_36)); } inline bool get_dead_36() const { return ___dead_36; } inline bool* get_address_of_dead_36() { return &___dead_36; } inline void set_dead_36(bool value) { ___dead_36 = value; } inline static int32_t get_offset_of_hitsTowardInterrupt_37() { return static_cast(offsetof(ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4, ___hitsTowardInterrupt_37)); } inline float get_hitsTowardInterrupt_37() const { return ___hitsTowardInterrupt_37; } inline float* get_address_of_hitsTowardInterrupt_37() { return &___hitsTowardInterrupt_37; } inline void set_hitsTowardInterrupt_37(float value) { ___hitsTowardInterrupt_37 = value; } }; // MasterAudioController struct MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // FMODMusicManager MasterAudioController::fmodManager FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * ___fmodManager_6; // UnityEngine.Audio.AudioMixer MasterAudioController::sfxMixer AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * ___sfxMixer_7; // System.Single MasterAudioController::audioFadeInTime float ___audioFadeInTime_8; // System.Single MasterAudioController::audioFadeOutOnWinTime float ___audioFadeOutOnWinTime_9; // System.Single MasterAudioController::audioFadeOutDelay float ___audioFadeOutDelay_10; // System.Single MasterAudioController::throttleBackingTrackSpeedThreshold float ___throttleBackingTrackSpeedThreshold_12; // System.Single MasterAudioController::throttleDurationForBackingLayerChange float ___throttleDurationForBackingLayerChange_13; // System.Boolean MasterAudioController::fadingIn bool ___fadingIn_19; public: inline static int32_t get_offset_of_fmodManager_6() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___fmodManager_6)); } inline FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * get_fmodManager_6() const { return ___fmodManager_6; } inline FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F ** get_address_of_fmodManager_6() { return &___fmodManager_6; } inline void set_fmodManager_6(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * value) { ___fmodManager_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___fmodManager_6), (void*)value); } inline static int32_t get_offset_of_sfxMixer_7() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___sfxMixer_7)); } inline AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * get_sfxMixer_7() const { return ___sfxMixer_7; } inline AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 ** get_address_of_sfxMixer_7() { return &___sfxMixer_7; } inline void set_sfxMixer_7(AudioMixer_t6F1DE6A2F2CF367B61A125CA0F247E66168AE2B5 * value) { ___sfxMixer_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___sfxMixer_7), (void*)value); } inline static int32_t get_offset_of_audioFadeInTime_8() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___audioFadeInTime_8)); } inline float get_audioFadeInTime_8() const { return ___audioFadeInTime_8; } inline float* get_address_of_audioFadeInTime_8() { return &___audioFadeInTime_8; } inline void set_audioFadeInTime_8(float value) { ___audioFadeInTime_8 = value; } inline static int32_t get_offset_of_audioFadeOutOnWinTime_9() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___audioFadeOutOnWinTime_9)); } inline float get_audioFadeOutOnWinTime_9() const { return ___audioFadeOutOnWinTime_9; } inline float* get_address_of_audioFadeOutOnWinTime_9() { return &___audioFadeOutOnWinTime_9; } inline void set_audioFadeOutOnWinTime_9(float value) { ___audioFadeOutOnWinTime_9 = value; } inline static int32_t get_offset_of_audioFadeOutDelay_10() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___audioFadeOutDelay_10)); } inline float get_audioFadeOutDelay_10() const { return ___audioFadeOutDelay_10; } inline float* get_address_of_audioFadeOutDelay_10() { return &___audioFadeOutDelay_10; } inline void set_audioFadeOutDelay_10(float value) { ___audioFadeOutDelay_10 = value; } inline static int32_t get_offset_of_throttleBackingTrackSpeedThreshold_12() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___throttleBackingTrackSpeedThreshold_12)); } inline float get_throttleBackingTrackSpeedThreshold_12() const { return ___throttleBackingTrackSpeedThreshold_12; } inline float* get_address_of_throttleBackingTrackSpeedThreshold_12() { return &___throttleBackingTrackSpeedThreshold_12; } inline void set_throttleBackingTrackSpeedThreshold_12(float value) { ___throttleBackingTrackSpeedThreshold_12 = value; } inline static int32_t get_offset_of_throttleDurationForBackingLayerChange_13() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___throttleDurationForBackingLayerChange_13)); } inline float get_throttleDurationForBackingLayerChange_13() const { return ___throttleDurationForBackingLayerChange_13; } inline float* get_address_of_throttleDurationForBackingLayerChange_13() { return &___throttleDurationForBackingLayerChange_13; } inline void set_throttleDurationForBackingLayerChange_13(float value) { ___throttleDurationForBackingLayerChange_13 = value; } inline static int32_t get_offset_of_fadingIn_19() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288, ___fadingIn_19)); } inline bool get_fadingIn_19() const { return ___fadingIn_19; } inline bool* get_address_of_fadingIn_19() { return &___fadingIn_19; } inline void set_fadingIn_19(bool value) { ___fadingIn_19 = value; } }; // MenuInfo struct MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject MenuInfo::previousMenu GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___previousMenu_4; public: inline static int32_t get_offset_of_previousMenu_4() { return static_cast(offsetof(MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5, ___previousMenu_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_previousMenu_4() const { return ___previousMenu_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_previousMenu_4() { return &___previousMenu_4; } inline void set_previousMenu_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___previousMenu_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___previousMenu_4), (void*)value); } }; // MissilePod struct MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject[] MissilePod::missilesInPod GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___missilesInPod_6; // UnityEngine.Transform MissilePod::firePoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___firePoint_7; // UnityEngine.Transform MissilePod::missilePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___missilePrefab_8; // System.Int32 MissilePod::missileCount int32_t ___missileCount_9; // UnityEngine.Animator MissilePod::podAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___podAnim_10; public: inline static int32_t get_offset_of_missilesInPod_6() { return static_cast(offsetof(MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19, ___missilesInPod_6)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_missilesInPod_6() const { return ___missilesInPod_6; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_missilesInPod_6() { return &___missilesInPod_6; } inline void set_missilesInPod_6(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___missilesInPod_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___missilesInPod_6), (void*)value); } inline static int32_t get_offset_of_firePoint_7() { return static_cast(offsetof(MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19, ___firePoint_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_firePoint_7() const { return ___firePoint_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_firePoint_7() { return &___firePoint_7; } inline void set_firePoint_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___firePoint_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___firePoint_7), (void*)value); } inline static int32_t get_offset_of_missilePrefab_8() { return static_cast(offsetof(MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19, ___missilePrefab_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_missilePrefab_8() const { return ___missilePrefab_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_missilePrefab_8() { return &___missilePrefab_8; } inline void set_missilePrefab_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___missilePrefab_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___missilePrefab_8), (void*)value); } inline static int32_t get_offset_of_missileCount_9() { return static_cast(offsetof(MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19, ___missileCount_9)); } inline int32_t get_missileCount_9() const { return ___missileCount_9; } inline int32_t* get_address_of_missileCount_9() { return &___missileCount_9; } inline void set_missileCount_9(int32_t value) { ___missileCount_9 = value; } inline static int32_t get_offset_of_podAnim_10() { return static_cast(offsetof(MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19, ___podAnim_10)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_podAnim_10() const { return ___podAnim_10; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_podAnim_10() { return &___podAnim_10; } inline void set_podAnim_10(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___podAnim_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___podAnim_10), (void*)value); } }; // OnRoadsidePlacement struct OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Events.UnityEvent OnRoadsidePlacement::onPlaced UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPlaced_4; public: inline static int32_t get_offset_of_onPlaced_4() { return static_cast(offsetof(OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F, ___onPlaced_4)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPlaced_4() const { return ___onPlaced_4; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPlaced_4() { return &___onPlaced_4; } inline void set_onPlaced_4(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPlaced_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlaced_4), (void*)value); } }; // Pauser struct Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Pauser::duration float ___duration_4; public: inline static int32_t get_offset_of_duration_4() { return static_cast(offsetof(Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E, ___duration_4)); } inline float get_duration_4() const { return ___duration_4; } inline float* get_address_of_duration_4() { return &___duration_4; } inline void set_duration_4(float value) { ___duration_4 = value; } }; // Projectile struct Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Projectile::damage float ___damage_4; // System.Single Projectile::maxLifetime float ___maxLifetime_5; // System.Boolean Projectile::playerFired bool ___playerFired_6; // UnityEngine.Transform Projectile::overrideHitParticles Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___overrideHitParticles_7; // UnityEngine.Transform Projectile::playerHitParticles Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___playerHitParticles_8; // System.Boolean Projectile::destroyOnHit bool ___destroyOnHit_9; // System.Boolean Projectile::stopOnHit bool ___stopOnHit_10; // System.Boolean Projectile::gainsSidearmPositiveMultiplier bool ___gainsSidearmPositiveMultiplier_11; // System.Boolean Projectile::colliderOffOnHit bool ___colliderOffOnHit_12; // UnityEngine.Transform Projectile::counteredProjectileOverride Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___counteredProjectileOverride_13; // System.Boolean Projectile::pauseCountdown bool ___pauseCountdown_14; // System.Single Projectile::currentLifetime float ___currentLifetime_15; // System.Boolean Projectile::registeredHit bool ___registeredHit_16; // System.Collections.Generic.List`1 Projectile::currentCollisions List_1_t2B6ADA43402BA99EF4AA7CB142782194148FDDD9 * ___currentCollisions_17; // UnityEngine.Rigidbody Projectile::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_18; public: inline static int32_t get_offset_of_damage_4() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___damage_4)); } inline float get_damage_4() const { return ___damage_4; } inline float* get_address_of_damage_4() { return &___damage_4; } inline void set_damage_4(float value) { ___damage_4 = value; } inline static int32_t get_offset_of_maxLifetime_5() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___maxLifetime_5)); } inline float get_maxLifetime_5() const { return ___maxLifetime_5; } inline float* get_address_of_maxLifetime_5() { return &___maxLifetime_5; } inline void set_maxLifetime_5(float value) { ___maxLifetime_5 = value; } inline static int32_t get_offset_of_playerFired_6() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___playerFired_6)); } inline bool get_playerFired_6() const { return ___playerFired_6; } inline bool* get_address_of_playerFired_6() { return &___playerFired_6; } inline void set_playerFired_6(bool value) { ___playerFired_6 = value; } inline static int32_t get_offset_of_overrideHitParticles_7() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___overrideHitParticles_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_overrideHitParticles_7() const { return ___overrideHitParticles_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_overrideHitParticles_7() { return &___overrideHitParticles_7; } inline void set_overrideHitParticles_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___overrideHitParticles_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___overrideHitParticles_7), (void*)value); } inline static int32_t get_offset_of_playerHitParticles_8() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___playerHitParticles_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_playerHitParticles_8() const { return ___playerHitParticles_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_playerHitParticles_8() { return &___playerHitParticles_8; } inline void set_playerHitParticles_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___playerHitParticles_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerHitParticles_8), (void*)value); } inline static int32_t get_offset_of_destroyOnHit_9() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___destroyOnHit_9)); } inline bool get_destroyOnHit_9() const { return ___destroyOnHit_9; } inline bool* get_address_of_destroyOnHit_9() { return &___destroyOnHit_9; } inline void set_destroyOnHit_9(bool value) { ___destroyOnHit_9 = value; } inline static int32_t get_offset_of_stopOnHit_10() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___stopOnHit_10)); } inline bool get_stopOnHit_10() const { return ___stopOnHit_10; } inline bool* get_address_of_stopOnHit_10() { return &___stopOnHit_10; } inline void set_stopOnHit_10(bool value) { ___stopOnHit_10 = value; } inline static int32_t get_offset_of_gainsSidearmPositiveMultiplier_11() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___gainsSidearmPositiveMultiplier_11)); } inline bool get_gainsSidearmPositiveMultiplier_11() const { return ___gainsSidearmPositiveMultiplier_11; } inline bool* get_address_of_gainsSidearmPositiveMultiplier_11() { return &___gainsSidearmPositiveMultiplier_11; } inline void set_gainsSidearmPositiveMultiplier_11(bool value) { ___gainsSidearmPositiveMultiplier_11 = value; } inline static int32_t get_offset_of_colliderOffOnHit_12() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___colliderOffOnHit_12)); } inline bool get_colliderOffOnHit_12() const { return ___colliderOffOnHit_12; } inline bool* get_address_of_colliderOffOnHit_12() { return &___colliderOffOnHit_12; } inline void set_colliderOffOnHit_12(bool value) { ___colliderOffOnHit_12 = value; } inline static int32_t get_offset_of_counteredProjectileOverride_13() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___counteredProjectileOverride_13)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_counteredProjectileOverride_13() const { return ___counteredProjectileOverride_13; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_counteredProjectileOverride_13() { return &___counteredProjectileOverride_13; } inline void set_counteredProjectileOverride_13(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___counteredProjectileOverride_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___counteredProjectileOverride_13), (void*)value); } inline static int32_t get_offset_of_pauseCountdown_14() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___pauseCountdown_14)); } inline bool get_pauseCountdown_14() const { return ___pauseCountdown_14; } inline bool* get_address_of_pauseCountdown_14() { return &___pauseCountdown_14; } inline void set_pauseCountdown_14(bool value) { ___pauseCountdown_14 = value; } inline static int32_t get_offset_of_currentLifetime_15() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___currentLifetime_15)); } inline float get_currentLifetime_15() const { return ___currentLifetime_15; } inline float* get_address_of_currentLifetime_15() { return &___currentLifetime_15; } inline void set_currentLifetime_15(float value) { ___currentLifetime_15 = value; } inline static int32_t get_offset_of_registeredHit_16() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___registeredHit_16)); } inline bool get_registeredHit_16() const { return ___registeredHit_16; } inline bool* get_address_of_registeredHit_16() { return &___registeredHit_16; } inline void set_registeredHit_16(bool value) { ___registeredHit_16 = value; } inline static int32_t get_offset_of_currentCollisions_17() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___currentCollisions_17)); } inline List_1_t2B6ADA43402BA99EF4AA7CB142782194148FDDD9 * get_currentCollisions_17() const { return ___currentCollisions_17; } inline List_1_t2B6ADA43402BA99EF4AA7CB142782194148FDDD9 ** get_address_of_currentCollisions_17() { return &___currentCollisions_17; } inline void set_currentCollisions_17(List_1_t2B6ADA43402BA99EF4AA7CB142782194148FDDD9 * value) { ___currentCollisions_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___currentCollisions_17), (void*)value); } inline static int32_t get_offset_of_rb_18() { return static_cast(offsetof(Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A, ___rb_18)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_18() const { return ___rb_18; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_18() { return &___rb_18; } inline void set_rb_18(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_18), (void*)value); } }; // RoadsideCreditsPlacer struct RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject RoadsideCreditsPlacer::creditHolderPrefab GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___creditHolderPrefab_4; // CreditPlacement[] RoadsideCreditsPlacer::credits CreditPlacementU5BU5D_tFD241B809965458BCC79A34F5C31C9765DDF5930* ___credits_5; // System.Single RoadsideCreditsPlacer::spawnAheadDistance float ___spawnAheadDistance_6; // System.Single RoadsideCreditsPlacer::advanceAfterFinalCredit float ___advanceAfterFinalCredit_7; // GameMenu RoadsideCreditsPlacer::menu GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * ___menu_8; // System.Int32 RoadsideCreditsPlacer::currentCredit int32_t ___currentCredit_9; // System.Single RoadsideCreditsPlacer::nextPlaceDistance float ___nextPlaceDistance_10; // System.Single RoadsideCreditsPlacer::currentPlacementDistance float ___currentPlacementDistance_11; // UnityEngine.UI.Text RoadsideCreditsPlacer::creditTextField Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___creditTextField_12; public: inline static int32_t get_offset_of_creditHolderPrefab_4() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___creditHolderPrefab_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_creditHolderPrefab_4() const { return ___creditHolderPrefab_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_creditHolderPrefab_4() { return &___creditHolderPrefab_4; } inline void set_creditHolderPrefab_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___creditHolderPrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___creditHolderPrefab_4), (void*)value); } inline static int32_t get_offset_of_credits_5() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___credits_5)); } inline CreditPlacementU5BU5D_tFD241B809965458BCC79A34F5C31C9765DDF5930* get_credits_5() const { return ___credits_5; } inline CreditPlacementU5BU5D_tFD241B809965458BCC79A34F5C31C9765DDF5930** get_address_of_credits_5() { return &___credits_5; } inline void set_credits_5(CreditPlacementU5BU5D_tFD241B809965458BCC79A34F5C31C9765DDF5930* value) { ___credits_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___credits_5), (void*)value); } inline static int32_t get_offset_of_spawnAheadDistance_6() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___spawnAheadDistance_6)); } inline float get_spawnAheadDistance_6() const { return ___spawnAheadDistance_6; } inline float* get_address_of_spawnAheadDistance_6() { return &___spawnAheadDistance_6; } inline void set_spawnAheadDistance_6(float value) { ___spawnAheadDistance_6 = value; } inline static int32_t get_offset_of_advanceAfterFinalCredit_7() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___advanceAfterFinalCredit_7)); } inline float get_advanceAfterFinalCredit_7() const { return ___advanceAfterFinalCredit_7; } inline float* get_address_of_advanceAfterFinalCredit_7() { return &___advanceAfterFinalCredit_7; } inline void set_advanceAfterFinalCredit_7(float value) { ___advanceAfterFinalCredit_7 = value; } inline static int32_t get_offset_of_menu_8() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___menu_8)); } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * get_menu_8() const { return ___menu_8; } inline GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF ** get_address_of_menu_8() { return &___menu_8; } inline void set_menu_8(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * value) { ___menu_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___menu_8), (void*)value); } inline static int32_t get_offset_of_currentCredit_9() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___currentCredit_9)); } inline int32_t get_currentCredit_9() const { return ___currentCredit_9; } inline int32_t* get_address_of_currentCredit_9() { return &___currentCredit_9; } inline void set_currentCredit_9(int32_t value) { ___currentCredit_9 = value; } inline static int32_t get_offset_of_nextPlaceDistance_10() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___nextPlaceDistance_10)); } inline float get_nextPlaceDistance_10() const { return ___nextPlaceDistance_10; } inline float* get_address_of_nextPlaceDistance_10() { return &___nextPlaceDistance_10; } inline void set_nextPlaceDistance_10(float value) { ___nextPlaceDistance_10 = value; } inline static int32_t get_offset_of_currentPlacementDistance_11() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___currentPlacementDistance_11)); } inline float get_currentPlacementDistance_11() const { return ___currentPlacementDistance_11; } inline float* get_address_of_currentPlacementDistance_11() { return &___currentPlacementDistance_11; } inline void set_currentPlacementDistance_11(float value) { ___currentPlacementDistance_11 = value; } inline static int32_t get_offset_of_creditTextField_12() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A, ___creditTextField_12)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_creditTextField_12() const { return ___creditTextField_12; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_creditTextField_12() { return &___creditTextField_12; } inline void set_creditTextField_12(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___creditTextField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___creditTextField_12), (void*)value); } }; // RoadsideRepeatedPlacement struct RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject[] RoadsideRepeatedPlacement::prefabs GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___prefabs_5; // System.Boolean RoadsideRepeatedPlacement::randomizePlacement bool ___randomizePlacement_6; // System.Boolean RoadsideRepeatedPlacement::preload bool ___preload_7; // System.Single RoadsideRepeatedPlacement::startDistance float ___startDistance_8; // System.Single RoadsideRepeatedPlacement::spacing float ___spacing_9; // System.Single RoadsideRepeatedPlacement::groupingSpacing float ___groupingSpacing_10; // System.Single RoadsideRepeatedPlacement::spacingRandomizationDistance float ___spacingRandomizationDistance_11; // System.Int32 RoadsideRepeatedPlacement::maxObjects int32_t ___maxObjects_12; // System.Single RoadsideRepeatedPlacement::spawnAheadDistance float ___spawnAheadDistance_13; // UnityEngine.Vector3 RoadsideRepeatedPlacement::relativePlacementPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___relativePlacementPosition_14; // UnityEngine.Vector3 RoadsideRepeatedPlacement::relativePlacementRandomization Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___relativePlacementRandomization_15; // System.Boolean RoadsideRepeatedPlacement::useWorldUp bool ___useWorldUp_16; // System.Boolean RoadsideRepeatedPlacement::flipped bool ___flipped_17; // System.Boolean RoadsideRepeatedPlacement::parentToPlacer bool ___parentToPlacer_18; // System.Boolean RoadsideRepeatedPlacement::trackRemoval bool ___trackRemoval_19; // UnityEngine.Events.UnityEvent RoadsideRepeatedPlacement::onPlacementFinish UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPlacementFinish_20; // System.Int32 RoadsideRepeatedPlacement::earliestWave int32_t ___earliestWave_21; // System.Int32 RoadsideRepeatedPlacement::latestWave int32_t ___latestWave_22; // System.Collections.Generic.List`1 RoadsideRepeatedPlacement::objectPool List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___objectPool_23; // System.Single RoadsideRepeatedPlacement::nextPlaceDistance float ___nextPlaceDistance_24; // System.Single RoadsideRepeatedPlacement::currentPlacementDistance float ___currentPlacementDistance_25; // System.Boolean RoadsideRepeatedPlacement::delaying bool ___delaying_26; // System.Single RoadsideRepeatedPlacement::aheadDistAfterDelay float ___aheadDistAfterDelay_27; public: inline static int32_t get_offset_of_prefabs_5() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___prefabs_5)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_prefabs_5() const { return ___prefabs_5; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_prefabs_5() { return &___prefabs_5; } inline void set_prefabs_5(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___prefabs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefabs_5), (void*)value); } inline static int32_t get_offset_of_randomizePlacement_6() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___randomizePlacement_6)); } inline bool get_randomizePlacement_6() const { return ___randomizePlacement_6; } inline bool* get_address_of_randomizePlacement_6() { return &___randomizePlacement_6; } inline void set_randomizePlacement_6(bool value) { ___randomizePlacement_6 = value; } inline static int32_t get_offset_of_preload_7() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___preload_7)); } inline bool get_preload_7() const { return ___preload_7; } inline bool* get_address_of_preload_7() { return &___preload_7; } inline void set_preload_7(bool value) { ___preload_7 = value; } inline static int32_t get_offset_of_startDistance_8() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___startDistance_8)); } inline float get_startDistance_8() const { return ___startDistance_8; } inline float* get_address_of_startDistance_8() { return &___startDistance_8; } inline void set_startDistance_8(float value) { ___startDistance_8 = value; } inline static int32_t get_offset_of_spacing_9() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___spacing_9)); } inline float get_spacing_9() const { return ___spacing_9; } inline float* get_address_of_spacing_9() { return &___spacing_9; } inline void set_spacing_9(float value) { ___spacing_9 = value; } inline static int32_t get_offset_of_groupingSpacing_10() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___groupingSpacing_10)); } inline float get_groupingSpacing_10() const { return ___groupingSpacing_10; } inline float* get_address_of_groupingSpacing_10() { return &___groupingSpacing_10; } inline void set_groupingSpacing_10(float value) { ___groupingSpacing_10 = value; } inline static int32_t get_offset_of_spacingRandomizationDistance_11() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___spacingRandomizationDistance_11)); } inline float get_spacingRandomizationDistance_11() const { return ___spacingRandomizationDistance_11; } inline float* get_address_of_spacingRandomizationDistance_11() { return &___spacingRandomizationDistance_11; } inline void set_spacingRandomizationDistance_11(float value) { ___spacingRandomizationDistance_11 = value; } inline static int32_t get_offset_of_maxObjects_12() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___maxObjects_12)); } inline int32_t get_maxObjects_12() const { return ___maxObjects_12; } inline int32_t* get_address_of_maxObjects_12() { return &___maxObjects_12; } inline void set_maxObjects_12(int32_t value) { ___maxObjects_12 = value; } inline static int32_t get_offset_of_spawnAheadDistance_13() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___spawnAheadDistance_13)); } inline float get_spawnAheadDistance_13() const { return ___spawnAheadDistance_13; } inline float* get_address_of_spawnAheadDistance_13() { return &___spawnAheadDistance_13; } inline void set_spawnAheadDistance_13(float value) { ___spawnAheadDistance_13 = value; } inline static int32_t get_offset_of_relativePlacementPosition_14() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___relativePlacementPosition_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_relativePlacementPosition_14() const { return ___relativePlacementPosition_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_relativePlacementPosition_14() { return &___relativePlacementPosition_14; } inline void set_relativePlacementPosition_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___relativePlacementPosition_14 = value; } inline static int32_t get_offset_of_relativePlacementRandomization_15() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___relativePlacementRandomization_15)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_relativePlacementRandomization_15() const { return ___relativePlacementRandomization_15; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_relativePlacementRandomization_15() { return &___relativePlacementRandomization_15; } inline void set_relativePlacementRandomization_15(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___relativePlacementRandomization_15 = value; } inline static int32_t get_offset_of_useWorldUp_16() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___useWorldUp_16)); } inline bool get_useWorldUp_16() const { return ___useWorldUp_16; } inline bool* get_address_of_useWorldUp_16() { return &___useWorldUp_16; } inline void set_useWorldUp_16(bool value) { ___useWorldUp_16 = value; } inline static int32_t get_offset_of_flipped_17() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___flipped_17)); } inline bool get_flipped_17() const { return ___flipped_17; } inline bool* get_address_of_flipped_17() { return &___flipped_17; } inline void set_flipped_17(bool value) { ___flipped_17 = value; } inline static int32_t get_offset_of_parentToPlacer_18() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___parentToPlacer_18)); } inline bool get_parentToPlacer_18() const { return ___parentToPlacer_18; } inline bool* get_address_of_parentToPlacer_18() { return &___parentToPlacer_18; } inline void set_parentToPlacer_18(bool value) { ___parentToPlacer_18 = value; } inline static int32_t get_offset_of_trackRemoval_19() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___trackRemoval_19)); } inline bool get_trackRemoval_19() const { return ___trackRemoval_19; } inline bool* get_address_of_trackRemoval_19() { return &___trackRemoval_19; } inline void set_trackRemoval_19(bool value) { ___trackRemoval_19 = value; } inline static int32_t get_offset_of_onPlacementFinish_20() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___onPlacementFinish_20)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPlacementFinish_20() const { return ___onPlacementFinish_20; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPlacementFinish_20() { return &___onPlacementFinish_20; } inline void set_onPlacementFinish_20(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPlacementFinish_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPlacementFinish_20), (void*)value); } inline static int32_t get_offset_of_earliestWave_21() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___earliestWave_21)); } inline int32_t get_earliestWave_21() const { return ___earliestWave_21; } inline int32_t* get_address_of_earliestWave_21() { return &___earliestWave_21; } inline void set_earliestWave_21(int32_t value) { ___earliestWave_21 = value; } inline static int32_t get_offset_of_latestWave_22() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___latestWave_22)); } inline int32_t get_latestWave_22() const { return ___latestWave_22; } inline int32_t* get_address_of_latestWave_22() { return &___latestWave_22; } inline void set_latestWave_22(int32_t value) { ___latestWave_22 = value; } inline static int32_t get_offset_of_objectPool_23() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___objectPool_23)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_objectPool_23() const { return ___objectPool_23; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_objectPool_23() { return &___objectPool_23; } inline void set_objectPool_23(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___objectPool_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectPool_23), (void*)value); } inline static int32_t get_offset_of_nextPlaceDistance_24() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___nextPlaceDistance_24)); } inline float get_nextPlaceDistance_24() const { return ___nextPlaceDistance_24; } inline float* get_address_of_nextPlaceDistance_24() { return &___nextPlaceDistance_24; } inline void set_nextPlaceDistance_24(float value) { ___nextPlaceDistance_24 = value; } inline static int32_t get_offset_of_currentPlacementDistance_25() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___currentPlacementDistance_25)); } inline float get_currentPlacementDistance_25() const { return ___currentPlacementDistance_25; } inline float* get_address_of_currentPlacementDistance_25() { return &___currentPlacementDistance_25; } inline void set_currentPlacementDistance_25(float value) { ___currentPlacementDistance_25 = value; } inline static int32_t get_offset_of_delaying_26() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___delaying_26)); } inline bool get_delaying_26() const { return ___delaying_26; } inline bool* get_address_of_delaying_26() { return &___delaying_26; } inline void set_delaying_26(bool value) { ___delaying_26 = value; } inline static int32_t get_offset_of_aheadDistAfterDelay_27() { return static_cast(offsetof(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E, ___aheadDistAfterDelay_27)); } inline float get_aheadDistAfterDelay_27() const { return ___aheadDistAfterDelay_27; } inline float* get_address_of_aheadDistAfterDelay_27() { return &___aheadDistAfterDelay_27; } inline void set_aheadDistAfterDelay_27(float value) { ___aheadDistAfterDelay_27 = value; } }; // Sidearm struct Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Image Sidearm::readyLight Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___readyLight_5; // UnityEngine.Transform Sidearm::augmentContainer Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___augmentContainer_6; // UnityEngine.AudioClip Sidearm::emptySound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___emptySound_7; // System.Boolean Sidearm::debugTracers bool ___debugTracers_8; // System.Int32 Sidearm::maxSwordAmmo int32_t ___maxSwordAmmo_9; // System.Int32 Sidearm::standardMaxAmmo int32_t ___standardMaxAmmo_10; // System.Single Sidearm::duringBurstFireRate float ___duringBurstFireRate_11; // System.Single Sidearm::betweenBurstFireRate float ___betweenBurstFireRate_12; // System.Int32 Sidearm::burstCount int32_t ___burstCount_13; // System.Single Sidearm::damage float ___damage_14; // System.Single Sidearm::effectiveRange float ___effectiveRange_15; // UnityEngine.UI.Text Sidearm::ammoCounter Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___ammoCounter_16; // UnityEngine.Transform Sidearm::firePoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___firePoint_17; // UnityEngine.GameObject Sidearm::muzzleFlash GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___muzzleFlash_18; // UnityEngine.LayerMask Sidearm::hitLayerMask LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___hitLayerMask_19; // UnityEngine.GameObject Sidearm::ejectorObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___ejectorObject_20; // System.Int32 Sidearm::maxSpreadAmmo int32_t ___maxSpreadAmmo_21; // System.Single Sidearm::spreadRateOfFire float ___spreadRateOfFire_22; // System.Int32 Sidearm::spreadShotPelletCount int32_t ___spreadShotPelletCount_23; // System.Single Sidearm::spreadDamage float ___spreadDamage_24; // System.Single Sidearm::spreadArmoredExponent float ___spreadArmoredExponent_25; // System.Single Sidearm::spreadEffectiveRange float ___spreadEffectiveRange_26; // System.Single Sidearm::spreadMaxAngle float ___spreadMaxAngle_27; // UnityEngine.GameObject Sidearm::muzzleFlashSpread GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___muzzleFlashSpread_28; // UnityEngine.ParticleSystem Sidearm::tracers ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___tracers_29; // System.Int32 Sidearm::tracerCount int32_t ___tracerCount_30; // UnityEngine.GameObject Sidearm::laserBeam GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___laserBeam_31; // System.Int32 Sidearm::maxLaserAmmo int32_t ___maxLaserAmmo_32; // System.Single Sidearm::minLaserAmmoPerSec float ___minLaserAmmoPerSec_33; // System.Single Sidearm::maxLaserAmmoPerSec float ___maxLaserAmmoPerSec_34; // System.Single Sidearm::laserDrainExponent float ___laserDrainExponent_35; // UnityEngine.AudioClip Sidearm::startLaserFireClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___startLaserFireClip_36; // UnityEngine.GameObject Sidearm::muzzleFlashLaser GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___muzzleFlashLaser_37; // UnityEngine.Transform Sidearm::flakPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___flakPrefab_38; // System.Int32 Sidearm::maxFlakAmmo int32_t ___maxFlakAmmo_39; // System.Single Sidearm::flakRateOfFire float ___flakRateOfFire_40; // System.Single Sidearm::flakDamage float ___flakDamage_41; // System.Single Sidearm::flakMissExplodeDist float ___flakMissExplodeDist_42; // System.Single Sidearm::flakEffectiveRange float ___flakEffectiveRange_43; // System.Single Sidearm::flakArmingRadius float ___flakArmingRadius_44; // System.Single Sidearm::flakArmingRange float ___flakArmingRange_45; // System.Single Sidearm::flakVelocityMod float ___flakVelocityMod_46; // UnityEngine.GameObject Sidearm::muzzleFlashFlak GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___muzzleFlashFlak_47; // UnityEngine.LayerMask Sidearm::flakTriggerMask LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___flakTriggerMask_48; // System.Int32 Sidearm::maxCannonAmmo int32_t ___maxCannonAmmo_49; // UnityEngine.Transform Sidearm::chargeShotFirePoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___chargeShotFirePoint_50; // UnityEngine.Transform Sidearm::shotPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___shotPrefab_51; // UnityEngine.Animator Sidearm::chargeEffectAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___chargeEffectAnim_52; // System.Single Sidearm::chargeShotMinDamage float ___chargeShotMinDamage_53; // System.Single Sidearm::chargeShotMaxDamage float ___chargeShotMaxDamage_54; // System.Single Sidearm::timeTilFullDamage float ___timeTilFullDamage_55; // System.Single Sidearm::damageChargeRate float ___damageChargeRate_56; // System.Single Sidearm::chargedProjectileForce float ___chargedProjectileForce_57; // System.Single Sidearm::unchargedProjectileForce float ___unchargedProjectileForce_58; // UnityEngine.GameObject Sidearm::muzzleFlashCharge GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___muzzleFlashCharge_59; // MissilePod Sidearm::missilePod MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 * ___missilePod_60; // UnityEngine.GameObject Sidearm::missileIcon GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___missileIcon_61; // LockOnIndicator Sidearm::lockIndicator LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 * ___lockIndicator_62; // UnityEngine.AudioSource Sidearm::seekingAudio AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___seekingAudio_63; // UnityEngine.AudioClip Sidearm::notLockedClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___notLockedClip_64; // UnityEngine.LayerMask Sidearm::aimLayerMask LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___aimLayerMask_65; // System.Single Sidearm::lockAimRadius float ___lockAimRadius_66; // UnityEngine.GameObject[] Sidearm::normalSights GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___normalSights_67; // UnityEngine.GameObject[] Sidearm::missileSights GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___missileSights_68; // System.Single Sidearm::fullSpeedDuration float ___fullSpeedDuration_69; // System.Single Sidearm::slowMotionDuration float ___slowMotionDuration_70; // UnityEngine.AudioSource Sidearm::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_71; // SidearmAudio Sidearm::sidearmAudio SidearmAudio_t3E7765CCE689A417E7F353B8D024DCCB74E3F250 * ___sidearmAudio_72; // HitscanLineRenderer Sidearm::lineRenderer HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * ___lineRenderer_73; // UnityEngine.ParticleSystem Sidearm::ejector ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___ejector_74; // SoundFXRandomizer Sidearm::casingClipPlayer SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * ___casingClipPlayer_75; // System.Single Sidearm::hideFlash float ___hideFlash_76; // System.Boolean Sidearm::flashHidden bool ___flashHidden_77; // System.Boolean Sidearm::playedClick bool ___playedClick_78; // System.Boolean Sidearm::fireLock bool ___fireLock_79; // System.Boolean Sidearm::initialized bool ___initialized_80; // System.Boolean Sidearm::saberReload bool ___saberReload_81; // System.Boolean Sidearm::shotTaken bool ___shotTaken_82; // UnityEngine.RaycastHit Sidearm::hit RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 ___hit_83; // Hitable Sidearm::hitable Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * ___hitable_84; // HitData Sidearm::hitData HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___hitData_85; // Beam Sidearm::laser Beam_t470A8538C12DD998A793A710C5210B64A8AC3866 * ___laser_86; // System.Single Sidearm::laserFireTimeSinceAmmoLoss float ___laserFireTimeSinceAmmoLoss_87; // System.Single Sidearm::laserOffAt float ___laserOffAt_88; // UnityEngine.GameObject Sidearm::chargeShotProjectile GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___chargeShotProjectile_89; // System.Single Sidearm::releaseShotAt float ___releaseShotAt_90; // System.Single Sidearm::chargeDuration float ___chargeDuration_91; // System.Boolean Sidearm::k__BackingField bool ___U3CInMissileModeU3Ek__BackingField_92; // UnityEngine.RaycastHit[] Sidearm::aimHits RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* ___aimHits_93; // Hitable Sidearm::aimedAt Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * ___aimedAt_94; // Handlegun Sidearm::k__BackingField Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * ___U3CHandlegunU3Ek__BackingField_95; // UnityEngine.Animator Sidearm::k__BackingField Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___U3CSidearmAnimU3Ek__BackingField_96; // System.Boolean Sidearm::lastWasNormal bool ___lastWasNormal_98; // PowerUpType Sidearm::currentPU int32_t ___currentPU_99; // System.Boolean Sidearm::k__BackingField bool ___U3CPlayPowerupAudioU3Ek__BackingField_100; // System.Int32 Sidearm::currentAmmo int32_t ___currentAmmo_101; // System.Int32 Sidearm::currentBurstCount int32_t ___currentBurstCount_102; // System.Single Sidearm::nextFire float ___nextFire_103; public: inline static int32_t get_offset_of_readyLight_5() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___readyLight_5)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_readyLight_5() const { return ___readyLight_5; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_readyLight_5() { return &___readyLight_5; } inline void set_readyLight_5(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___readyLight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___readyLight_5), (void*)value); } inline static int32_t get_offset_of_augmentContainer_6() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___augmentContainer_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_augmentContainer_6() const { return ___augmentContainer_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_augmentContainer_6() { return &___augmentContainer_6; } inline void set_augmentContainer_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___augmentContainer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___augmentContainer_6), (void*)value); } inline static int32_t get_offset_of_emptySound_7() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___emptySound_7)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_emptySound_7() const { return ___emptySound_7; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_emptySound_7() { return &___emptySound_7; } inline void set_emptySound_7(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___emptySound_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___emptySound_7), (void*)value); } inline static int32_t get_offset_of_debugTracers_8() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___debugTracers_8)); } inline bool get_debugTracers_8() const { return ___debugTracers_8; } inline bool* get_address_of_debugTracers_8() { return &___debugTracers_8; } inline void set_debugTracers_8(bool value) { ___debugTracers_8 = value; } inline static int32_t get_offset_of_maxSwordAmmo_9() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___maxSwordAmmo_9)); } inline int32_t get_maxSwordAmmo_9() const { return ___maxSwordAmmo_9; } inline int32_t* get_address_of_maxSwordAmmo_9() { return &___maxSwordAmmo_9; } inline void set_maxSwordAmmo_9(int32_t value) { ___maxSwordAmmo_9 = value; } inline static int32_t get_offset_of_standardMaxAmmo_10() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___standardMaxAmmo_10)); } inline int32_t get_standardMaxAmmo_10() const { return ___standardMaxAmmo_10; } inline int32_t* get_address_of_standardMaxAmmo_10() { return &___standardMaxAmmo_10; } inline void set_standardMaxAmmo_10(int32_t value) { ___standardMaxAmmo_10 = value; } inline static int32_t get_offset_of_duringBurstFireRate_11() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___duringBurstFireRate_11)); } inline float get_duringBurstFireRate_11() const { return ___duringBurstFireRate_11; } inline float* get_address_of_duringBurstFireRate_11() { return &___duringBurstFireRate_11; } inline void set_duringBurstFireRate_11(float value) { ___duringBurstFireRate_11 = value; } inline static int32_t get_offset_of_betweenBurstFireRate_12() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___betweenBurstFireRate_12)); } inline float get_betweenBurstFireRate_12() const { return ___betweenBurstFireRate_12; } inline float* get_address_of_betweenBurstFireRate_12() { return &___betweenBurstFireRate_12; } inline void set_betweenBurstFireRate_12(float value) { ___betweenBurstFireRate_12 = value; } inline static int32_t get_offset_of_burstCount_13() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___burstCount_13)); } inline int32_t get_burstCount_13() const { return ___burstCount_13; } inline int32_t* get_address_of_burstCount_13() { return &___burstCount_13; } inline void set_burstCount_13(int32_t value) { ___burstCount_13 = value; } inline static int32_t get_offset_of_damage_14() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___damage_14)); } inline float get_damage_14() const { return ___damage_14; } inline float* get_address_of_damage_14() { return &___damage_14; } inline void set_damage_14(float value) { ___damage_14 = value; } inline static int32_t get_offset_of_effectiveRange_15() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___effectiveRange_15)); } inline float get_effectiveRange_15() const { return ___effectiveRange_15; } inline float* get_address_of_effectiveRange_15() { return &___effectiveRange_15; } inline void set_effectiveRange_15(float value) { ___effectiveRange_15 = value; } inline static int32_t get_offset_of_ammoCounter_16() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___ammoCounter_16)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_ammoCounter_16() const { return ___ammoCounter_16; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_ammoCounter_16() { return &___ammoCounter_16; } inline void set_ammoCounter_16(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___ammoCounter_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___ammoCounter_16), (void*)value); } inline static int32_t get_offset_of_firePoint_17() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___firePoint_17)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_firePoint_17() const { return ___firePoint_17; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_firePoint_17() { return &___firePoint_17; } inline void set_firePoint_17(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___firePoint_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___firePoint_17), (void*)value); } inline static int32_t get_offset_of_muzzleFlash_18() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___muzzleFlash_18)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_muzzleFlash_18() const { return ___muzzleFlash_18; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_muzzleFlash_18() { return &___muzzleFlash_18; } inline void set_muzzleFlash_18(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___muzzleFlash_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___muzzleFlash_18), (void*)value); } inline static int32_t get_offset_of_hitLayerMask_19() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___hitLayerMask_19)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_hitLayerMask_19() const { return ___hitLayerMask_19; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_hitLayerMask_19() { return &___hitLayerMask_19; } inline void set_hitLayerMask_19(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___hitLayerMask_19 = value; } inline static int32_t get_offset_of_ejectorObject_20() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___ejectorObject_20)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_ejectorObject_20() const { return ___ejectorObject_20; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_ejectorObject_20() { return &___ejectorObject_20; } inline void set_ejectorObject_20(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___ejectorObject_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___ejectorObject_20), (void*)value); } inline static int32_t get_offset_of_maxSpreadAmmo_21() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___maxSpreadAmmo_21)); } inline int32_t get_maxSpreadAmmo_21() const { return ___maxSpreadAmmo_21; } inline int32_t* get_address_of_maxSpreadAmmo_21() { return &___maxSpreadAmmo_21; } inline void set_maxSpreadAmmo_21(int32_t value) { ___maxSpreadAmmo_21 = value; } inline static int32_t get_offset_of_spreadRateOfFire_22() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___spreadRateOfFire_22)); } inline float get_spreadRateOfFire_22() const { return ___spreadRateOfFire_22; } inline float* get_address_of_spreadRateOfFire_22() { return &___spreadRateOfFire_22; } inline void set_spreadRateOfFire_22(float value) { ___spreadRateOfFire_22 = value; } inline static int32_t get_offset_of_spreadShotPelletCount_23() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___spreadShotPelletCount_23)); } inline int32_t get_spreadShotPelletCount_23() const { return ___spreadShotPelletCount_23; } inline int32_t* get_address_of_spreadShotPelletCount_23() { return &___spreadShotPelletCount_23; } inline void set_spreadShotPelletCount_23(int32_t value) { ___spreadShotPelletCount_23 = value; } inline static int32_t get_offset_of_spreadDamage_24() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___spreadDamage_24)); } inline float get_spreadDamage_24() const { return ___spreadDamage_24; } inline float* get_address_of_spreadDamage_24() { return &___spreadDamage_24; } inline void set_spreadDamage_24(float value) { ___spreadDamage_24 = value; } inline static int32_t get_offset_of_spreadArmoredExponent_25() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___spreadArmoredExponent_25)); } inline float get_spreadArmoredExponent_25() const { return ___spreadArmoredExponent_25; } inline float* get_address_of_spreadArmoredExponent_25() { return &___spreadArmoredExponent_25; } inline void set_spreadArmoredExponent_25(float value) { ___spreadArmoredExponent_25 = value; } inline static int32_t get_offset_of_spreadEffectiveRange_26() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___spreadEffectiveRange_26)); } inline float get_spreadEffectiveRange_26() const { return ___spreadEffectiveRange_26; } inline float* get_address_of_spreadEffectiveRange_26() { return &___spreadEffectiveRange_26; } inline void set_spreadEffectiveRange_26(float value) { ___spreadEffectiveRange_26 = value; } inline static int32_t get_offset_of_spreadMaxAngle_27() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___spreadMaxAngle_27)); } inline float get_spreadMaxAngle_27() const { return ___spreadMaxAngle_27; } inline float* get_address_of_spreadMaxAngle_27() { return &___spreadMaxAngle_27; } inline void set_spreadMaxAngle_27(float value) { ___spreadMaxAngle_27 = value; } inline static int32_t get_offset_of_muzzleFlashSpread_28() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___muzzleFlashSpread_28)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_muzzleFlashSpread_28() const { return ___muzzleFlashSpread_28; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_muzzleFlashSpread_28() { return &___muzzleFlashSpread_28; } inline void set_muzzleFlashSpread_28(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___muzzleFlashSpread_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___muzzleFlashSpread_28), (void*)value); } inline static int32_t get_offset_of_tracers_29() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___tracers_29)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_tracers_29() const { return ___tracers_29; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_tracers_29() { return &___tracers_29; } inline void set_tracers_29(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___tracers_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___tracers_29), (void*)value); } inline static int32_t get_offset_of_tracerCount_30() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___tracerCount_30)); } inline int32_t get_tracerCount_30() const { return ___tracerCount_30; } inline int32_t* get_address_of_tracerCount_30() { return &___tracerCount_30; } inline void set_tracerCount_30(int32_t value) { ___tracerCount_30 = value; } inline static int32_t get_offset_of_laserBeam_31() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___laserBeam_31)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_laserBeam_31() const { return ___laserBeam_31; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_laserBeam_31() { return &___laserBeam_31; } inline void set_laserBeam_31(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___laserBeam_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___laserBeam_31), (void*)value); } inline static int32_t get_offset_of_maxLaserAmmo_32() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___maxLaserAmmo_32)); } inline int32_t get_maxLaserAmmo_32() const { return ___maxLaserAmmo_32; } inline int32_t* get_address_of_maxLaserAmmo_32() { return &___maxLaserAmmo_32; } inline void set_maxLaserAmmo_32(int32_t value) { ___maxLaserAmmo_32 = value; } inline static int32_t get_offset_of_minLaserAmmoPerSec_33() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___minLaserAmmoPerSec_33)); } inline float get_minLaserAmmoPerSec_33() const { return ___minLaserAmmoPerSec_33; } inline float* get_address_of_minLaserAmmoPerSec_33() { return &___minLaserAmmoPerSec_33; } inline void set_minLaserAmmoPerSec_33(float value) { ___minLaserAmmoPerSec_33 = value; } inline static int32_t get_offset_of_maxLaserAmmoPerSec_34() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___maxLaserAmmoPerSec_34)); } inline float get_maxLaserAmmoPerSec_34() const { return ___maxLaserAmmoPerSec_34; } inline float* get_address_of_maxLaserAmmoPerSec_34() { return &___maxLaserAmmoPerSec_34; } inline void set_maxLaserAmmoPerSec_34(float value) { ___maxLaserAmmoPerSec_34 = value; } inline static int32_t get_offset_of_laserDrainExponent_35() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___laserDrainExponent_35)); } inline float get_laserDrainExponent_35() const { return ___laserDrainExponent_35; } inline float* get_address_of_laserDrainExponent_35() { return &___laserDrainExponent_35; } inline void set_laserDrainExponent_35(float value) { ___laserDrainExponent_35 = value; } inline static int32_t get_offset_of_startLaserFireClip_36() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___startLaserFireClip_36)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_startLaserFireClip_36() const { return ___startLaserFireClip_36; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_startLaserFireClip_36() { return &___startLaserFireClip_36; } inline void set_startLaserFireClip_36(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___startLaserFireClip_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___startLaserFireClip_36), (void*)value); } inline static int32_t get_offset_of_muzzleFlashLaser_37() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___muzzleFlashLaser_37)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_muzzleFlashLaser_37() const { return ___muzzleFlashLaser_37; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_muzzleFlashLaser_37() { return &___muzzleFlashLaser_37; } inline void set_muzzleFlashLaser_37(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___muzzleFlashLaser_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___muzzleFlashLaser_37), (void*)value); } inline static int32_t get_offset_of_flakPrefab_38() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakPrefab_38)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_flakPrefab_38() const { return ___flakPrefab_38; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_flakPrefab_38() { return &___flakPrefab_38; } inline void set_flakPrefab_38(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___flakPrefab_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___flakPrefab_38), (void*)value); } inline static int32_t get_offset_of_maxFlakAmmo_39() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___maxFlakAmmo_39)); } inline int32_t get_maxFlakAmmo_39() const { return ___maxFlakAmmo_39; } inline int32_t* get_address_of_maxFlakAmmo_39() { return &___maxFlakAmmo_39; } inline void set_maxFlakAmmo_39(int32_t value) { ___maxFlakAmmo_39 = value; } inline static int32_t get_offset_of_flakRateOfFire_40() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakRateOfFire_40)); } inline float get_flakRateOfFire_40() const { return ___flakRateOfFire_40; } inline float* get_address_of_flakRateOfFire_40() { return &___flakRateOfFire_40; } inline void set_flakRateOfFire_40(float value) { ___flakRateOfFire_40 = value; } inline static int32_t get_offset_of_flakDamage_41() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakDamage_41)); } inline float get_flakDamage_41() const { return ___flakDamage_41; } inline float* get_address_of_flakDamage_41() { return &___flakDamage_41; } inline void set_flakDamage_41(float value) { ___flakDamage_41 = value; } inline static int32_t get_offset_of_flakMissExplodeDist_42() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakMissExplodeDist_42)); } inline float get_flakMissExplodeDist_42() const { return ___flakMissExplodeDist_42; } inline float* get_address_of_flakMissExplodeDist_42() { return &___flakMissExplodeDist_42; } inline void set_flakMissExplodeDist_42(float value) { ___flakMissExplodeDist_42 = value; } inline static int32_t get_offset_of_flakEffectiveRange_43() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakEffectiveRange_43)); } inline float get_flakEffectiveRange_43() const { return ___flakEffectiveRange_43; } inline float* get_address_of_flakEffectiveRange_43() { return &___flakEffectiveRange_43; } inline void set_flakEffectiveRange_43(float value) { ___flakEffectiveRange_43 = value; } inline static int32_t get_offset_of_flakArmingRadius_44() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakArmingRadius_44)); } inline float get_flakArmingRadius_44() const { return ___flakArmingRadius_44; } inline float* get_address_of_flakArmingRadius_44() { return &___flakArmingRadius_44; } inline void set_flakArmingRadius_44(float value) { ___flakArmingRadius_44 = value; } inline static int32_t get_offset_of_flakArmingRange_45() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakArmingRange_45)); } inline float get_flakArmingRange_45() const { return ___flakArmingRange_45; } inline float* get_address_of_flakArmingRange_45() { return &___flakArmingRange_45; } inline void set_flakArmingRange_45(float value) { ___flakArmingRange_45 = value; } inline static int32_t get_offset_of_flakVelocityMod_46() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakVelocityMod_46)); } inline float get_flakVelocityMod_46() const { return ___flakVelocityMod_46; } inline float* get_address_of_flakVelocityMod_46() { return &___flakVelocityMod_46; } inline void set_flakVelocityMod_46(float value) { ___flakVelocityMod_46 = value; } inline static int32_t get_offset_of_muzzleFlashFlak_47() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___muzzleFlashFlak_47)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_muzzleFlashFlak_47() const { return ___muzzleFlashFlak_47; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_muzzleFlashFlak_47() { return &___muzzleFlashFlak_47; } inline void set_muzzleFlashFlak_47(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___muzzleFlashFlak_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___muzzleFlashFlak_47), (void*)value); } inline static int32_t get_offset_of_flakTriggerMask_48() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flakTriggerMask_48)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_flakTriggerMask_48() const { return ___flakTriggerMask_48; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_flakTriggerMask_48() { return &___flakTriggerMask_48; } inline void set_flakTriggerMask_48(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___flakTriggerMask_48 = value; } inline static int32_t get_offset_of_maxCannonAmmo_49() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___maxCannonAmmo_49)); } inline int32_t get_maxCannonAmmo_49() const { return ___maxCannonAmmo_49; } inline int32_t* get_address_of_maxCannonAmmo_49() { return &___maxCannonAmmo_49; } inline void set_maxCannonAmmo_49(int32_t value) { ___maxCannonAmmo_49 = value; } inline static int32_t get_offset_of_chargeShotFirePoint_50() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargeShotFirePoint_50)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_chargeShotFirePoint_50() const { return ___chargeShotFirePoint_50; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_chargeShotFirePoint_50() { return &___chargeShotFirePoint_50; } inline void set_chargeShotFirePoint_50(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___chargeShotFirePoint_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___chargeShotFirePoint_50), (void*)value); } inline static int32_t get_offset_of_shotPrefab_51() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___shotPrefab_51)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_shotPrefab_51() const { return ___shotPrefab_51; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_shotPrefab_51() { return &___shotPrefab_51; } inline void set_shotPrefab_51(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___shotPrefab_51 = value; Il2CppCodeGenWriteBarrier((void**)(&___shotPrefab_51), (void*)value); } inline static int32_t get_offset_of_chargeEffectAnim_52() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargeEffectAnim_52)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_chargeEffectAnim_52() const { return ___chargeEffectAnim_52; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_chargeEffectAnim_52() { return &___chargeEffectAnim_52; } inline void set_chargeEffectAnim_52(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___chargeEffectAnim_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___chargeEffectAnim_52), (void*)value); } inline static int32_t get_offset_of_chargeShotMinDamage_53() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargeShotMinDamage_53)); } inline float get_chargeShotMinDamage_53() const { return ___chargeShotMinDamage_53; } inline float* get_address_of_chargeShotMinDamage_53() { return &___chargeShotMinDamage_53; } inline void set_chargeShotMinDamage_53(float value) { ___chargeShotMinDamage_53 = value; } inline static int32_t get_offset_of_chargeShotMaxDamage_54() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargeShotMaxDamage_54)); } inline float get_chargeShotMaxDamage_54() const { return ___chargeShotMaxDamage_54; } inline float* get_address_of_chargeShotMaxDamage_54() { return &___chargeShotMaxDamage_54; } inline void set_chargeShotMaxDamage_54(float value) { ___chargeShotMaxDamage_54 = value; } inline static int32_t get_offset_of_timeTilFullDamage_55() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___timeTilFullDamage_55)); } inline float get_timeTilFullDamage_55() const { return ___timeTilFullDamage_55; } inline float* get_address_of_timeTilFullDamage_55() { return &___timeTilFullDamage_55; } inline void set_timeTilFullDamage_55(float value) { ___timeTilFullDamage_55 = value; } inline static int32_t get_offset_of_damageChargeRate_56() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___damageChargeRate_56)); } inline float get_damageChargeRate_56() const { return ___damageChargeRate_56; } inline float* get_address_of_damageChargeRate_56() { return &___damageChargeRate_56; } inline void set_damageChargeRate_56(float value) { ___damageChargeRate_56 = value; } inline static int32_t get_offset_of_chargedProjectileForce_57() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargedProjectileForce_57)); } inline float get_chargedProjectileForce_57() const { return ___chargedProjectileForce_57; } inline float* get_address_of_chargedProjectileForce_57() { return &___chargedProjectileForce_57; } inline void set_chargedProjectileForce_57(float value) { ___chargedProjectileForce_57 = value; } inline static int32_t get_offset_of_unchargedProjectileForce_58() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___unchargedProjectileForce_58)); } inline float get_unchargedProjectileForce_58() const { return ___unchargedProjectileForce_58; } inline float* get_address_of_unchargedProjectileForce_58() { return &___unchargedProjectileForce_58; } inline void set_unchargedProjectileForce_58(float value) { ___unchargedProjectileForce_58 = value; } inline static int32_t get_offset_of_muzzleFlashCharge_59() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___muzzleFlashCharge_59)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_muzzleFlashCharge_59() const { return ___muzzleFlashCharge_59; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_muzzleFlashCharge_59() { return &___muzzleFlashCharge_59; } inline void set_muzzleFlashCharge_59(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___muzzleFlashCharge_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___muzzleFlashCharge_59), (void*)value); } inline static int32_t get_offset_of_missilePod_60() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___missilePod_60)); } inline MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 * get_missilePod_60() const { return ___missilePod_60; } inline MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 ** get_address_of_missilePod_60() { return &___missilePod_60; } inline void set_missilePod_60(MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 * value) { ___missilePod_60 = value; Il2CppCodeGenWriteBarrier((void**)(&___missilePod_60), (void*)value); } inline static int32_t get_offset_of_missileIcon_61() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___missileIcon_61)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_missileIcon_61() const { return ___missileIcon_61; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_missileIcon_61() { return &___missileIcon_61; } inline void set_missileIcon_61(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___missileIcon_61 = value; Il2CppCodeGenWriteBarrier((void**)(&___missileIcon_61), (void*)value); } inline static int32_t get_offset_of_lockIndicator_62() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___lockIndicator_62)); } inline LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 * get_lockIndicator_62() const { return ___lockIndicator_62; } inline LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 ** get_address_of_lockIndicator_62() { return &___lockIndicator_62; } inline void set_lockIndicator_62(LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 * value) { ___lockIndicator_62 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockIndicator_62), (void*)value); } inline static int32_t get_offset_of_seekingAudio_63() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___seekingAudio_63)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_seekingAudio_63() const { return ___seekingAudio_63; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_seekingAudio_63() { return &___seekingAudio_63; } inline void set_seekingAudio_63(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___seekingAudio_63 = value; Il2CppCodeGenWriteBarrier((void**)(&___seekingAudio_63), (void*)value); } inline static int32_t get_offset_of_notLockedClip_64() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___notLockedClip_64)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_notLockedClip_64() const { return ___notLockedClip_64; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_notLockedClip_64() { return &___notLockedClip_64; } inline void set_notLockedClip_64(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___notLockedClip_64 = value; Il2CppCodeGenWriteBarrier((void**)(&___notLockedClip_64), (void*)value); } inline static int32_t get_offset_of_aimLayerMask_65() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___aimLayerMask_65)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_aimLayerMask_65() const { return ___aimLayerMask_65; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_aimLayerMask_65() { return &___aimLayerMask_65; } inline void set_aimLayerMask_65(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___aimLayerMask_65 = value; } inline static int32_t get_offset_of_lockAimRadius_66() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___lockAimRadius_66)); } inline float get_lockAimRadius_66() const { return ___lockAimRadius_66; } inline float* get_address_of_lockAimRadius_66() { return &___lockAimRadius_66; } inline void set_lockAimRadius_66(float value) { ___lockAimRadius_66 = value; } inline static int32_t get_offset_of_normalSights_67() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___normalSights_67)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_normalSights_67() const { return ___normalSights_67; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_normalSights_67() { return &___normalSights_67; } inline void set_normalSights_67(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___normalSights_67 = value; Il2CppCodeGenWriteBarrier((void**)(&___normalSights_67), (void*)value); } inline static int32_t get_offset_of_missileSights_68() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___missileSights_68)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_missileSights_68() const { return ___missileSights_68; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_missileSights_68() { return &___missileSights_68; } inline void set_missileSights_68(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___missileSights_68 = value; Il2CppCodeGenWriteBarrier((void**)(&___missileSights_68), (void*)value); } inline static int32_t get_offset_of_fullSpeedDuration_69() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___fullSpeedDuration_69)); } inline float get_fullSpeedDuration_69() const { return ___fullSpeedDuration_69; } inline float* get_address_of_fullSpeedDuration_69() { return &___fullSpeedDuration_69; } inline void set_fullSpeedDuration_69(float value) { ___fullSpeedDuration_69 = value; } inline static int32_t get_offset_of_slowMotionDuration_70() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___slowMotionDuration_70)); } inline float get_slowMotionDuration_70() const { return ___slowMotionDuration_70; } inline float* get_address_of_slowMotionDuration_70() { return &___slowMotionDuration_70; } inline void set_slowMotionDuration_70(float value) { ___slowMotionDuration_70 = value; } inline static int32_t get_offset_of_source_71() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___source_71)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_71() const { return ___source_71; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_71() { return &___source_71; } inline void set_source_71(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_71 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_71), (void*)value); } inline static int32_t get_offset_of_sidearmAudio_72() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___sidearmAudio_72)); } inline SidearmAudio_t3E7765CCE689A417E7F353B8D024DCCB74E3F250 * get_sidearmAudio_72() const { return ___sidearmAudio_72; } inline SidearmAudio_t3E7765CCE689A417E7F353B8D024DCCB74E3F250 ** get_address_of_sidearmAudio_72() { return &___sidearmAudio_72; } inline void set_sidearmAudio_72(SidearmAudio_t3E7765CCE689A417E7F353B8D024DCCB74E3F250 * value) { ___sidearmAudio_72 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidearmAudio_72), (void*)value); } inline static int32_t get_offset_of_lineRenderer_73() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___lineRenderer_73)); } inline HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * get_lineRenderer_73() const { return ___lineRenderer_73; } inline HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 ** get_address_of_lineRenderer_73() { return &___lineRenderer_73; } inline void set_lineRenderer_73(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * value) { ___lineRenderer_73 = value; Il2CppCodeGenWriteBarrier((void**)(&___lineRenderer_73), (void*)value); } inline static int32_t get_offset_of_ejector_74() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___ejector_74)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_ejector_74() const { return ___ejector_74; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_ejector_74() { return &___ejector_74; } inline void set_ejector_74(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___ejector_74 = value; Il2CppCodeGenWriteBarrier((void**)(&___ejector_74), (void*)value); } inline static int32_t get_offset_of_casingClipPlayer_75() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___casingClipPlayer_75)); } inline SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * get_casingClipPlayer_75() const { return ___casingClipPlayer_75; } inline SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 ** get_address_of_casingClipPlayer_75() { return &___casingClipPlayer_75; } inline void set_casingClipPlayer_75(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * value) { ___casingClipPlayer_75 = value; Il2CppCodeGenWriteBarrier((void**)(&___casingClipPlayer_75), (void*)value); } inline static int32_t get_offset_of_hideFlash_76() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___hideFlash_76)); } inline float get_hideFlash_76() const { return ___hideFlash_76; } inline float* get_address_of_hideFlash_76() { return &___hideFlash_76; } inline void set_hideFlash_76(float value) { ___hideFlash_76 = value; } inline static int32_t get_offset_of_flashHidden_77() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___flashHidden_77)); } inline bool get_flashHidden_77() const { return ___flashHidden_77; } inline bool* get_address_of_flashHidden_77() { return &___flashHidden_77; } inline void set_flashHidden_77(bool value) { ___flashHidden_77 = value; } inline static int32_t get_offset_of_playedClick_78() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___playedClick_78)); } inline bool get_playedClick_78() const { return ___playedClick_78; } inline bool* get_address_of_playedClick_78() { return &___playedClick_78; } inline void set_playedClick_78(bool value) { ___playedClick_78 = value; } inline static int32_t get_offset_of_fireLock_79() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___fireLock_79)); } inline bool get_fireLock_79() const { return ___fireLock_79; } inline bool* get_address_of_fireLock_79() { return &___fireLock_79; } inline void set_fireLock_79(bool value) { ___fireLock_79 = value; } inline static int32_t get_offset_of_initialized_80() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___initialized_80)); } inline bool get_initialized_80() const { return ___initialized_80; } inline bool* get_address_of_initialized_80() { return &___initialized_80; } inline void set_initialized_80(bool value) { ___initialized_80 = value; } inline static int32_t get_offset_of_saberReload_81() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___saberReload_81)); } inline bool get_saberReload_81() const { return ___saberReload_81; } inline bool* get_address_of_saberReload_81() { return &___saberReload_81; } inline void set_saberReload_81(bool value) { ___saberReload_81 = value; } inline static int32_t get_offset_of_shotTaken_82() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___shotTaken_82)); } inline bool get_shotTaken_82() const { return ___shotTaken_82; } inline bool* get_address_of_shotTaken_82() { return &___shotTaken_82; } inline void set_shotTaken_82(bool value) { ___shotTaken_82 = value; } inline static int32_t get_offset_of_hit_83() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___hit_83)); } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 get_hit_83() const { return ___hit_83; } inline RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 * get_address_of_hit_83() { return &___hit_83; } inline void set_hit_83(RaycastHit_t59E5AEC8FE13BFA2ACBB6FFBDB7585FFB7288F89 value) { ___hit_83 = value; } inline static int32_t get_offset_of_hitable_84() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___hitable_84)); } inline Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * get_hitable_84() const { return ___hitable_84; } inline Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 ** get_address_of_hitable_84() { return &___hitable_84; } inline void set_hitable_84(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * value) { ___hitable_84 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitable_84), (void*)value); } inline static int32_t get_offset_of_hitData_85() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___hitData_85)); } inline HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * get_hitData_85() const { return ___hitData_85; } inline HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA ** get_address_of_hitData_85() { return &___hitData_85; } inline void set_hitData_85(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * value) { ___hitData_85 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitData_85), (void*)value); } inline static int32_t get_offset_of_laser_86() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___laser_86)); } inline Beam_t470A8538C12DD998A793A710C5210B64A8AC3866 * get_laser_86() const { return ___laser_86; } inline Beam_t470A8538C12DD998A793A710C5210B64A8AC3866 ** get_address_of_laser_86() { return &___laser_86; } inline void set_laser_86(Beam_t470A8538C12DD998A793A710C5210B64A8AC3866 * value) { ___laser_86 = value; Il2CppCodeGenWriteBarrier((void**)(&___laser_86), (void*)value); } inline static int32_t get_offset_of_laserFireTimeSinceAmmoLoss_87() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___laserFireTimeSinceAmmoLoss_87)); } inline float get_laserFireTimeSinceAmmoLoss_87() const { return ___laserFireTimeSinceAmmoLoss_87; } inline float* get_address_of_laserFireTimeSinceAmmoLoss_87() { return &___laserFireTimeSinceAmmoLoss_87; } inline void set_laserFireTimeSinceAmmoLoss_87(float value) { ___laserFireTimeSinceAmmoLoss_87 = value; } inline static int32_t get_offset_of_laserOffAt_88() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___laserOffAt_88)); } inline float get_laserOffAt_88() const { return ___laserOffAt_88; } inline float* get_address_of_laserOffAt_88() { return &___laserOffAt_88; } inline void set_laserOffAt_88(float value) { ___laserOffAt_88 = value; } inline static int32_t get_offset_of_chargeShotProjectile_89() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargeShotProjectile_89)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_chargeShotProjectile_89() const { return ___chargeShotProjectile_89; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_chargeShotProjectile_89() { return &___chargeShotProjectile_89; } inline void set_chargeShotProjectile_89(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___chargeShotProjectile_89 = value; Il2CppCodeGenWriteBarrier((void**)(&___chargeShotProjectile_89), (void*)value); } inline static int32_t get_offset_of_releaseShotAt_90() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___releaseShotAt_90)); } inline float get_releaseShotAt_90() const { return ___releaseShotAt_90; } inline float* get_address_of_releaseShotAt_90() { return &___releaseShotAt_90; } inline void set_releaseShotAt_90(float value) { ___releaseShotAt_90 = value; } inline static int32_t get_offset_of_chargeDuration_91() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___chargeDuration_91)); } inline float get_chargeDuration_91() const { return ___chargeDuration_91; } inline float* get_address_of_chargeDuration_91() { return &___chargeDuration_91; } inline void set_chargeDuration_91(float value) { ___chargeDuration_91 = value; } inline static int32_t get_offset_of_U3CInMissileModeU3Ek__BackingField_92() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___U3CInMissileModeU3Ek__BackingField_92)); } inline bool get_U3CInMissileModeU3Ek__BackingField_92() const { return ___U3CInMissileModeU3Ek__BackingField_92; } inline bool* get_address_of_U3CInMissileModeU3Ek__BackingField_92() { return &___U3CInMissileModeU3Ek__BackingField_92; } inline void set_U3CInMissileModeU3Ek__BackingField_92(bool value) { ___U3CInMissileModeU3Ek__BackingField_92 = value; } inline static int32_t get_offset_of_aimHits_93() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___aimHits_93)); } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* get_aimHits_93() const { return ___aimHits_93; } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09** get_address_of_aimHits_93() { return &___aimHits_93; } inline void set_aimHits_93(RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* value) { ___aimHits_93 = value; Il2CppCodeGenWriteBarrier((void**)(&___aimHits_93), (void*)value); } inline static int32_t get_offset_of_aimedAt_94() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___aimedAt_94)); } inline Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * get_aimedAt_94() const { return ___aimedAt_94; } inline Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 ** get_address_of_aimedAt_94() { return &___aimedAt_94; } inline void set_aimedAt_94(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * value) { ___aimedAt_94 = value; Il2CppCodeGenWriteBarrier((void**)(&___aimedAt_94), (void*)value); } inline static int32_t get_offset_of_U3CHandlegunU3Ek__BackingField_95() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___U3CHandlegunU3Ek__BackingField_95)); } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * get_U3CHandlegunU3Ek__BackingField_95() const { return ___U3CHandlegunU3Ek__BackingField_95; } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 ** get_address_of_U3CHandlegunU3Ek__BackingField_95() { return &___U3CHandlegunU3Ek__BackingField_95; } inline void set_U3CHandlegunU3Ek__BackingField_95(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * value) { ___U3CHandlegunU3Ek__BackingField_95 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CHandlegunU3Ek__BackingField_95), (void*)value); } inline static int32_t get_offset_of_U3CSidearmAnimU3Ek__BackingField_96() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___U3CSidearmAnimU3Ek__BackingField_96)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_U3CSidearmAnimU3Ek__BackingField_96() const { return ___U3CSidearmAnimU3Ek__BackingField_96; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_U3CSidearmAnimU3Ek__BackingField_96() { return &___U3CSidearmAnimU3Ek__BackingField_96; } inline void set_U3CSidearmAnimU3Ek__BackingField_96(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___U3CSidearmAnimU3Ek__BackingField_96 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSidearmAnimU3Ek__BackingField_96), (void*)value); } inline static int32_t get_offset_of_lastWasNormal_98() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___lastWasNormal_98)); } inline bool get_lastWasNormal_98() const { return ___lastWasNormal_98; } inline bool* get_address_of_lastWasNormal_98() { return &___lastWasNormal_98; } inline void set_lastWasNormal_98(bool value) { ___lastWasNormal_98 = value; } inline static int32_t get_offset_of_currentPU_99() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___currentPU_99)); } inline int32_t get_currentPU_99() const { return ___currentPU_99; } inline int32_t* get_address_of_currentPU_99() { return &___currentPU_99; } inline void set_currentPU_99(int32_t value) { ___currentPU_99 = value; } inline static int32_t get_offset_of_U3CPlayPowerupAudioU3Ek__BackingField_100() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___U3CPlayPowerupAudioU3Ek__BackingField_100)); } inline bool get_U3CPlayPowerupAudioU3Ek__BackingField_100() const { return ___U3CPlayPowerupAudioU3Ek__BackingField_100; } inline bool* get_address_of_U3CPlayPowerupAudioU3Ek__BackingField_100() { return &___U3CPlayPowerupAudioU3Ek__BackingField_100; } inline void set_U3CPlayPowerupAudioU3Ek__BackingField_100(bool value) { ___U3CPlayPowerupAudioU3Ek__BackingField_100 = value; } inline static int32_t get_offset_of_currentAmmo_101() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___currentAmmo_101)); } inline int32_t get_currentAmmo_101() const { return ___currentAmmo_101; } inline int32_t* get_address_of_currentAmmo_101() { return &___currentAmmo_101; } inline void set_currentAmmo_101(int32_t value) { ___currentAmmo_101 = value; } inline static int32_t get_offset_of_currentBurstCount_102() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___currentBurstCount_102)); } inline int32_t get_currentBurstCount_102() const { return ___currentBurstCount_102; } inline int32_t* get_address_of_currentBurstCount_102() { return &___currentBurstCount_102; } inline void set_currentBurstCount_102(int32_t value) { ___currentBurstCount_102 = value; } inline static int32_t get_offset_of_nextFire_103() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416, ___nextFire_103)); } inline float get_nextFire_103() const { return ___nextFire_103; } inline float* get_address_of_nextFire_103() { return &___nextFire_103; } inline void set_nextFire_103(float value) { ___nextFire_103 = value; } }; // SoundFXRandomizer struct SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean SoundFXRandomizer::playsAtStart bool ___playsAtStart_4; // UnityEngine.Vector2 SoundFXRandomizer::pitchRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___pitchRange_5; // UnityEngine.AudioClip[] SoundFXRandomizer::clipOptions AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___clipOptions_6; // System.String SoundFXRandomizer::resourceFolderName String_t* ___resourceFolderName_7; // System.Boolean SoundFXRandomizer::loadResourceAsync bool ___loadResourceAsync_8; // UnityEngine.AudioSource SoundFXRandomizer::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_9; // UnityEngine.TextAsset SoundFXRandomizer::resourceList TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * ___resourceList_10; // UnityEngine.ResourceRequest SoundFXRandomizer::request ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * ___request_11; // System.String[] SoundFXRandomizer::fileList StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___fileList_12; // System.String[] SoundFXRandomizer::split StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___split_13; public: inline static int32_t get_offset_of_playsAtStart_4() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___playsAtStart_4)); } inline bool get_playsAtStart_4() const { return ___playsAtStart_4; } inline bool* get_address_of_playsAtStart_4() { return &___playsAtStart_4; } inline void set_playsAtStart_4(bool value) { ___playsAtStart_4 = value; } inline static int32_t get_offset_of_pitchRange_5() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___pitchRange_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_pitchRange_5() const { return ___pitchRange_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_pitchRange_5() { return &___pitchRange_5; } inline void set_pitchRange_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___pitchRange_5 = value; } inline static int32_t get_offset_of_clipOptions_6() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___clipOptions_6)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_clipOptions_6() const { return ___clipOptions_6; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_clipOptions_6() { return &___clipOptions_6; } inline void set_clipOptions_6(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___clipOptions_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___clipOptions_6), (void*)value); } inline static int32_t get_offset_of_resourceFolderName_7() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___resourceFolderName_7)); } inline String_t* get_resourceFolderName_7() const { return ___resourceFolderName_7; } inline String_t** get_address_of_resourceFolderName_7() { return &___resourceFolderName_7; } inline void set_resourceFolderName_7(String_t* value) { ___resourceFolderName_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceFolderName_7), (void*)value); } inline static int32_t get_offset_of_loadResourceAsync_8() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___loadResourceAsync_8)); } inline bool get_loadResourceAsync_8() const { return ___loadResourceAsync_8; } inline bool* get_address_of_loadResourceAsync_8() { return &___loadResourceAsync_8; } inline void set_loadResourceAsync_8(bool value) { ___loadResourceAsync_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___source_9)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_9() const { return ___source_9; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_9() { return &___source_9; } inline void set_source_9(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_9), (void*)value); } inline static int32_t get_offset_of_resourceList_10() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___resourceList_10)); } inline TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * get_resourceList_10() const { return ___resourceList_10; } inline TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 ** get_address_of_resourceList_10() { return &___resourceList_10; } inline void set_resourceList_10(TextAsset_t1969F5FD1F628C7C0A70D9605C0D251B4F547234 * value) { ___resourceList_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___resourceList_10), (void*)value); } inline static int32_t get_offset_of_request_11() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___request_11)); } inline ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * get_request_11() const { return ___request_11; } inline ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD ** get_address_of_request_11() { return &___request_11; } inline void set_request_11(ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * value) { ___request_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___request_11), (void*)value); } inline static int32_t get_offset_of_fileList_12() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___fileList_12)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_fileList_12() const { return ___fileList_12; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_fileList_12() { return &___fileList_12; } inline void set_fileList_12(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___fileList_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___fileList_12), (void*)value); } inline static int32_t get_offset_of_split_13() { return static_cast(offsetof(SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86, ___split_13)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_split_13() const { return ___split_13; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_split_13() { return &___split_13; } inline void set_split_13(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___split_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___split_13), (void*)value); } }; // SpeedPad struct SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single SpeedPad::heightenedBaseSpeed float ___heightenedBaseSpeed_4; // System.Single SpeedPad::heightenedThrottleControl float ___heightenedThrottleControl_5; // System.Single SpeedPad::heightenedMinSpeed float ___heightenedMinSpeed_6; // System.Single SpeedPad::speedLineMultiplier float ___speedLineMultiplier_7; // System.Single SpeedPad::speedLineSize float ___speedLineSize_8; // System.Single SpeedPad::duration float ___duration_9; // System.Single SpeedPad::rushGain float ___rushGain_10; // System.Single SpeedPad::pointValue float ___pointValue_11; // UnityEngine.Events.UnityEvent SpeedPad::onPickup UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPickup_12; // System.Boolean SpeedPad::k__BackingField bool ___U3CPickedUpU3Ek__BackingField_13; public: inline static int32_t get_offset_of_heightenedBaseSpeed_4() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___heightenedBaseSpeed_4)); } inline float get_heightenedBaseSpeed_4() const { return ___heightenedBaseSpeed_4; } inline float* get_address_of_heightenedBaseSpeed_4() { return &___heightenedBaseSpeed_4; } inline void set_heightenedBaseSpeed_4(float value) { ___heightenedBaseSpeed_4 = value; } inline static int32_t get_offset_of_heightenedThrottleControl_5() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___heightenedThrottleControl_5)); } inline float get_heightenedThrottleControl_5() const { return ___heightenedThrottleControl_5; } inline float* get_address_of_heightenedThrottleControl_5() { return &___heightenedThrottleControl_5; } inline void set_heightenedThrottleControl_5(float value) { ___heightenedThrottleControl_5 = value; } inline static int32_t get_offset_of_heightenedMinSpeed_6() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___heightenedMinSpeed_6)); } inline float get_heightenedMinSpeed_6() const { return ___heightenedMinSpeed_6; } inline float* get_address_of_heightenedMinSpeed_6() { return &___heightenedMinSpeed_6; } inline void set_heightenedMinSpeed_6(float value) { ___heightenedMinSpeed_6 = value; } inline static int32_t get_offset_of_speedLineMultiplier_7() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___speedLineMultiplier_7)); } inline float get_speedLineMultiplier_7() const { return ___speedLineMultiplier_7; } inline float* get_address_of_speedLineMultiplier_7() { return &___speedLineMultiplier_7; } inline void set_speedLineMultiplier_7(float value) { ___speedLineMultiplier_7 = value; } inline static int32_t get_offset_of_speedLineSize_8() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___speedLineSize_8)); } inline float get_speedLineSize_8() const { return ___speedLineSize_8; } inline float* get_address_of_speedLineSize_8() { return &___speedLineSize_8; } inline void set_speedLineSize_8(float value) { ___speedLineSize_8 = value; } inline static int32_t get_offset_of_duration_9() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___duration_9)); } inline float get_duration_9() const { return ___duration_9; } inline float* get_address_of_duration_9() { return &___duration_9; } inline void set_duration_9(float value) { ___duration_9 = value; } inline static int32_t get_offset_of_rushGain_10() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___rushGain_10)); } inline float get_rushGain_10() const { return ___rushGain_10; } inline float* get_address_of_rushGain_10() { return &___rushGain_10; } inline void set_rushGain_10(float value) { ___rushGain_10 = value; } inline static int32_t get_offset_of_pointValue_11() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___pointValue_11)); } inline float get_pointValue_11() const { return ___pointValue_11; } inline float* get_address_of_pointValue_11() { return &___pointValue_11; } inline void set_pointValue_11(float value) { ___pointValue_11 = value; } inline static int32_t get_offset_of_onPickup_12() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___onPickup_12)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPickup_12() const { return ___onPickup_12; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPickup_12() { return &___onPickup_12; } inline void set_onPickup_12(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPickup_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPickup_12), (void*)value); } inline static int32_t get_offset_of_U3CPickedUpU3Ek__BackingField_13() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0, ___U3CPickedUpU3Ek__BackingField_13)); } inline bool get_U3CPickedUpU3Ek__BackingField_13() const { return ___U3CPickedUpU3Ek__BackingField_13; } inline bool* get_address_of_U3CPickedUpU3Ek__BackingField_13() { return &___U3CPickedUpU3Ek__BackingField_13; } inline void set_U3CPickedUpU3Ek__BackingField_13(bool value) { ___U3CPickedUpU3Ek__BackingField_13 = value; } }; // SpiderTankAnimationController struct SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // SpiderTankMovement SpiderTankAnimationController::mover SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 * ___mover_6; // UnityEngine.GameObject SpiderTankAnimationController::cannonMount GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___cannonMount_7; // TurretSwivel SpiderTankAnimationController::headSwivel TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * ___headSwivel_8; // BossPhaseController SpiderTankAnimationController::phaseController BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * ___phaseController_9; // System.Single SpiderTankAnimationController::introTriggerDistance float ___introTriggerDistance_10; // System.Single SpiderTankAnimationController::phase2Duration float ___phase2Duration_11; // UnityEngine.Transform SpiderTankAnimationController::spawningPerch Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___spawningPerch_12; // System.Single SpiderTankAnimationController::footRaiseDamageThreshold float ___footRaiseDamageThreshold_13; // System.Single SpiderTankAnimationController::footRaiseSingleHitDamage float ___footRaiseSingleHitDamage_14; // System.Single SpiderTankAnimationController::footRaiseDamageThresholdReset float ___footRaiseDamageThresholdReset_15; // UnityEngine.Transform SpiderTankAnimationController::stompPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___stompPrefab_16; // System.Single SpiderTankAnimationController::stompMaxDamage float ___stompMaxDamage_17; // System.Single SpiderTankAnimationController::stompMinDamage float ___stompMinDamage_18; // System.Single SpiderTankAnimationController::stompMaxDamageRadius float ___stompMaxDamageRadius_19; // System.Single SpiderTankAnimationController::stompMinDamageRadius float ___stompMinDamageRadius_20; // UnityEngine.Transform SpiderTankAnimationController::foot0StompSpot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___foot0StompSpot_21; // UnityEngine.Transform SpiderTankAnimationController::foot1StompSpot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___foot1StompSpot_22; // UnityEngine.Transform SpiderTankAnimationController::foot2StompSpot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___foot2StompSpot_23; // UnityEngine.Transform SpiderTankAnimationController::foot3StompSpot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___foot3StompSpot_24; // UnityEngine.Transform SpiderTankAnimationController::foot4StompSpot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___foot4StompSpot_25; // UnityEngine.Transform SpiderTankAnimationController::foot5StompSpot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___foot5StompSpot_26; // UnityEngine.Transform SpiderTankAnimationController::explosionObject Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionObject_27; // UnityEngine.Transform SpiderTankAnimationController::explosionPoint Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPoint_28; // System.Single SpiderTankAnimationController::legMass float ___legMass_29; // UnityEngine.Events.UnityEvent SpiderTankAnimationController::onExplode UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onExplode_30; // System.Int32 SpiderTankAnimationController::currentPhase int32_t ___currentPhase_31; // System.Single SpiderTankAnimationController::endPhase2At float ___endPhase2At_32; // System.Single SpiderTankAnimationController::nextStumbleAt float ___nextStumbleAt_33; // System.Single SpiderTankAnimationController::nextRaiseFoot float ___nextRaiseFoot_34; // UnityEngine.Animator SpiderTankAnimationController::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_35; // QuadPerch SpiderTankAnimationController::perch QuadPerch_t44CED9039C746EE225B7E8261CC1DDF0D207E832 * ___perch_36; // System.Boolean SpiderTankAnimationController::perchPlaced bool ___perchPlaced_37; // System.Collections.Generic.List`1 SpiderTankAnimationController::destroyedLimbs List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * ___destroyedLimbs_38; // TurretSwivel SpiderTankAnimationController::cannonSwivel TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * ___cannonSwivel_39; // CannonFireable SpiderTankAnimationController::cannon CannonFireable_tAE6937D18693FDFBB54CBD1A7DD26BF4D00242DF * ___cannon_40; // System.Boolean SpiderTankAnimationController::StompingLeft bool ___StompingLeft_41; // System.Boolean SpiderTankAnimationController::StompingRight bool ___StompingRight_42; // System.Single SpiderTankAnimationController::foot0Damage float ___foot0Damage_43; // System.Single SpiderTankAnimationController::foot0LastDamage float ___foot0LastDamage_44; // System.Single SpiderTankAnimationController::foot1Damage float ___foot1Damage_45; // System.Single SpiderTankAnimationController::foot1LastDamage float ___foot1LastDamage_46; // System.Single SpiderTankAnimationController::foot2Damage float ___foot2Damage_47; // System.Single SpiderTankAnimationController::foot2LastDamage float ___foot2LastDamage_48; // System.Single SpiderTankAnimationController::foot3Damage float ___foot3Damage_49; // System.Single SpiderTankAnimationController::foot3LastDamage float ___foot3LastDamage_50; // System.Single SpiderTankAnimationController::foot4Damage float ___foot4Damage_51; // System.Single SpiderTankAnimationController::foot4LastDamage float ___foot4LastDamage_52; // System.Single SpiderTankAnimationController::foot5Damage float ___foot5Damage_53; // System.Single SpiderTankAnimationController::foot5LastDamage float ___foot5LastDamage_54; // System.Int32 SpiderTankAnimationController::feetBroken int32_t ___feetBroken_55; public: inline static int32_t get_offset_of_mover_6() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___mover_6)); } inline SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 * get_mover_6() const { return ___mover_6; } inline SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 ** get_address_of_mover_6() { return &___mover_6; } inline void set_mover_6(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 * value) { ___mover_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___mover_6), (void*)value); } inline static int32_t get_offset_of_cannonMount_7() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___cannonMount_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_cannonMount_7() const { return ___cannonMount_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_cannonMount_7() { return &___cannonMount_7; } inline void set_cannonMount_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___cannonMount_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___cannonMount_7), (void*)value); } inline static int32_t get_offset_of_headSwivel_8() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___headSwivel_8)); } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * get_headSwivel_8() const { return ___headSwivel_8; } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE ** get_address_of_headSwivel_8() { return &___headSwivel_8; } inline void set_headSwivel_8(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * value) { ___headSwivel_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___headSwivel_8), (void*)value); } inline static int32_t get_offset_of_phaseController_9() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___phaseController_9)); } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * get_phaseController_9() const { return ___phaseController_9; } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 ** get_address_of_phaseController_9() { return &___phaseController_9; } inline void set_phaseController_9(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * value) { ___phaseController_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___phaseController_9), (void*)value); } inline static int32_t get_offset_of_introTriggerDistance_10() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___introTriggerDistance_10)); } inline float get_introTriggerDistance_10() const { return ___introTriggerDistance_10; } inline float* get_address_of_introTriggerDistance_10() { return &___introTriggerDistance_10; } inline void set_introTriggerDistance_10(float value) { ___introTriggerDistance_10 = value; } inline static int32_t get_offset_of_phase2Duration_11() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___phase2Duration_11)); } inline float get_phase2Duration_11() const { return ___phase2Duration_11; } inline float* get_address_of_phase2Duration_11() { return &___phase2Duration_11; } inline void set_phase2Duration_11(float value) { ___phase2Duration_11 = value; } inline static int32_t get_offset_of_spawningPerch_12() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___spawningPerch_12)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_spawningPerch_12() const { return ___spawningPerch_12; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_spawningPerch_12() { return &___spawningPerch_12; } inline void set_spawningPerch_12(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___spawningPerch_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___spawningPerch_12), (void*)value); } inline static int32_t get_offset_of_footRaiseDamageThreshold_13() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___footRaiseDamageThreshold_13)); } inline float get_footRaiseDamageThreshold_13() const { return ___footRaiseDamageThreshold_13; } inline float* get_address_of_footRaiseDamageThreshold_13() { return &___footRaiseDamageThreshold_13; } inline void set_footRaiseDamageThreshold_13(float value) { ___footRaiseDamageThreshold_13 = value; } inline static int32_t get_offset_of_footRaiseSingleHitDamage_14() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___footRaiseSingleHitDamage_14)); } inline float get_footRaiseSingleHitDamage_14() const { return ___footRaiseSingleHitDamage_14; } inline float* get_address_of_footRaiseSingleHitDamage_14() { return &___footRaiseSingleHitDamage_14; } inline void set_footRaiseSingleHitDamage_14(float value) { ___footRaiseSingleHitDamage_14 = value; } inline static int32_t get_offset_of_footRaiseDamageThresholdReset_15() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___footRaiseDamageThresholdReset_15)); } inline float get_footRaiseDamageThresholdReset_15() const { return ___footRaiseDamageThresholdReset_15; } inline float* get_address_of_footRaiseDamageThresholdReset_15() { return &___footRaiseDamageThresholdReset_15; } inline void set_footRaiseDamageThresholdReset_15(float value) { ___footRaiseDamageThresholdReset_15 = value; } inline static int32_t get_offset_of_stompPrefab_16() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___stompPrefab_16)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_stompPrefab_16() const { return ___stompPrefab_16; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_stompPrefab_16() { return &___stompPrefab_16; } inline void set_stompPrefab_16(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___stompPrefab_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___stompPrefab_16), (void*)value); } inline static int32_t get_offset_of_stompMaxDamage_17() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___stompMaxDamage_17)); } inline float get_stompMaxDamage_17() const { return ___stompMaxDamage_17; } inline float* get_address_of_stompMaxDamage_17() { return &___stompMaxDamage_17; } inline void set_stompMaxDamage_17(float value) { ___stompMaxDamage_17 = value; } inline static int32_t get_offset_of_stompMinDamage_18() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___stompMinDamage_18)); } inline float get_stompMinDamage_18() const { return ___stompMinDamage_18; } inline float* get_address_of_stompMinDamage_18() { return &___stompMinDamage_18; } inline void set_stompMinDamage_18(float value) { ___stompMinDamage_18 = value; } inline static int32_t get_offset_of_stompMaxDamageRadius_19() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___stompMaxDamageRadius_19)); } inline float get_stompMaxDamageRadius_19() const { return ___stompMaxDamageRadius_19; } inline float* get_address_of_stompMaxDamageRadius_19() { return &___stompMaxDamageRadius_19; } inline void set_stompMaxDamageRadius_19(float value) { ___stompMaxDamageRadius_19 = value; } inline static int32_t get_offset_of_stompMinDamageRadius_20() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___stompMinDamageRadius_20)); } inline float get_stompMinDamageRadius_20() const { return ___stompMinDamageRadius_20; } inline float* get_address_of_stompMinDamageRadius_20() { return &___stompMinDamageRadius_20; } inline void set_stompMinDamageRadius_20(float value) { ___stompMinDamageRadius_20 = value; } inline static int32_t get_offset_of_foot0StompSpot_21() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot0StompSpot_21)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_foot0StompSpot_21() const { return ___foot0StompSpot_21; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_foot0StompSpot_21() { return &___foot0StompSpot_21; } inline void set_foot0StompSpot_21(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___foot0StompSpot_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___foot0StompSpot_21), (void*)value); } inline static int32_t get_offset_of_foot1StompSpot_22() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot1StompSpot_22)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_foot1StompSpot_22() const { return ___foot1StompSpot_22; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_foot1StompSpot_22() { return &___foot1StompSpot_22; } inline void set_foot1StompSpot_22(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___foot1StompSpot_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___foot1StompSpot_22), (void*)value); } inline static int32_t get_offset_of_foot2StompSpot_23() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot2StompSpot_23)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_foot2StompSpot_23() const { return ___foot2StompSpot_23; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_foot2StompSpot_23() { return &___foot2StompSpot_23; } inline void set_foot2StompSpot_23(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___foot2StompSpot_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___foot2StompSpot_23), (void*)value); } inline static int32_t get_offset_of_foot3StompSpot_24() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot3StompSpot_24)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_foot3StompSpot_24() const { return ___foot3StompSpot_24; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_foot3StompSpot_24() { return &___foot3StompSpot_24; } inline void set_foot3StompSpot_24(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___foot3StompSpot_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___foot3StompSpot_24), (void*)value); } inline static int32_t get_offset_of_foot4StompSpot_25() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot4StompSpot_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_foot4StompSpot_25() const { return ___foot4StompSpot_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_foot4StompSpot_25() { return &___foot4StompSpot_25; } inline void set_foot4StompSpot_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___foot4StompSpot_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___foot4StompSpot_25), (void*)value); } inline static int32_t get_offset_of_foot5StompSpot_26() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot5StompSpot_26)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_foot5StompSpot_26() const { return ___foot5StompSpot_26; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_foot5StompSpot_26() { return &___foot5StompSpot_26; } inline void set_foot5StompSpot_26(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___foot5StompSpot_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___foot5StompSpot_26), (void*)value); } inline static int32_t get_offset_of_explosionObject_27() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___explosionObject_27)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionObject_27() const { return ___explosionObject_27; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionObject_27() { return &___explosionObject_27; } inline void set_explosionObject_27(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionObject_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionObject_27), (void*)value); } inline static int32_t get_offset_of_explosionPoint_28() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___explosionPoint_28)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPoint_28() const { return ___explosionPoint_28; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPoint_28() { return &___explosionPoint_28; } inline void set_explosionPoint_28(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPoint_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPoint_28), (void*)value); } inline static int32_t get_offset_of_legMass_29() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___legMass_29)); } inline float get_legMass_29() const { return ___legMass_29; } inline float* get_address_of_legMass_29() { return &___legMass_29; } inline void set_legMass_29(float value) { ___legMass_29 = value; } inline static int32_t get_offset_of_onExplode_30() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___onExplode_30)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onExplode_30() const { return ___onExplode_30; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onExplode_30() { return &___onExplode_30; } inline void set_onExplode_30(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onExplode_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___onExplode_30), (void*)value); } inline static int32_t get_offset_of_currentPhase_31() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___currentPhase_31)); } inline int32_t get_currentPhase_31() const { return ___currentPhase_31; } inline int32_t* get_address_of_currentPhase_31() { return &___currentPhase_31; } inline void set_currentPhase_31(int32_t value) { ___currentPhase_31 = value; } inline static int32_t get_offset_of_endPhase2At_32() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___endPhase2At_32)); } inline float get_endPhase2At_32() const { return ___endPhase2At_32; } inline float* get_address_of_endPhase2At_32() { return &___endPhase2At_32; } inline void set_endPhase2At_32(float value) { ___endPhase2At_32 = value; } inline static int32_t get_offset_of_nextStumbleAt_33() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___nextStumbleAt_33)); } inline float get_nextStumbleAt_33() const { return ___nextStumbleAt_33; } inline float* get_address_of_nextStumbleAt_33() { return &___nextStumbleAt_33; } inline void set_nextStumbleAt_33(float value) { ___nextStumbleAt_33 = value; } inline static int32_t get_offset_of_nextRaiseFoot_34() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___nextRaiseFoot_34)); } inline float get_nextRaiseFoot_34() const { return ___nextRaiseFoot_34; } inline float* get_address_of_nextRaiseFoot_34() { return &___nextRaiseFoot_34; } inline void set_nextRaiseFoot_34(float value) { ___nextRaiseFoot_34 = value; } inline static int32_t get_offset_of_anim_35() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___anim_35)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_35() const { return ___anim_35; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_35() { return &___anim_35; } inline void set_anim_35(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_35), (void*)value); } inline static int32_t get_offset_of_perch_36() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___perch_36)); } inline QuadPerch_t44CED9039C746EE225B7E8261CC1DDF0D207E832 * get_perch_36() const { return ___perch_36; } inline QuadPerch_t44CED9039C746EE225B7E8261CC1DDF0D207E832 ** get_address_of_perch_36() { return &___perch_36; } inline void set_perch_36(QuadPerch_t44CED9039C746EE225B7E8261CC1DDF0D207E832 * value) { ___perch_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___perch_36), (void*)value); } inline static int32_t get_offset_of_perchPlaced_37() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___perchPlaced_37)); } inline bool get_perchPlaced_37() const { return ___perchPlaced_37; } inline bool* get_address_of_perchPlaced_37() { return &___perchPlaced_37; } inline void set_perchPlaced_37(bool value) { ___perchPlaced_37 = value; } inline static int32_t get_offset_of_destroyedLimbs_38() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___destroyedLimbs_38)); } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * get_destroyedLimbs_38() const { return ___destroyedLimbs_38; } inline List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 ** get_address_of_destroyedLimbs_38() { return &___destroyedLimbs_38; } inline void set_destroyedLimbs_38(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * value) { ___destroyedLimbs_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedLimbs_38), (void*)value); } inline static int32_t get_offset_of_cannonSwivel_39() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___cannonSwivel_39)); } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * get_cannonSwivel_39() const { return ___cannonSwivel_39; } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE ** get_address_of_cannonSwivel_39() { return &___cannonSwivel_39; } inline void set_cannonSwivel_39(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * value) { ___cannonSwivel_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___cannonSwivel_39), (void*)value); } inline static int32_t get_offset_of_cannon_40() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___cannon_40)); } inline CannonFireable_tAE6937D18693FDFBB54CBD1A7DD26BF4D00242DF * get_cannon_40() const { return ___cannon_40; } inline CannonFireable_tAE6937D18693FDFBB54CBD1A7DD26BF4D00242DF ** get_address_of_cannon_40() { return &___cannon_40; } inline void set_cannon_40(CannonFireable_tAE6937D18693FDFBB54CBD1A7DD26BF4D00242DF * value) { ___cannon_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___cannon_40), (void*)value); } inline static int32_t get_offset_of_StompingLeft_41() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___StompingLeft_41)); } inline bool get_StompingLeft_41() const { return ___StompingLeft_41; } inline bool* get_address_of_StompingLeft_41() { return &___StompingLeft_41; } inline void set_StompingLeft_41(bool value) { ___StompingLeft_41 = value; } inline static int32_t get_offset_of_StompingRight_42() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___StompingRight_42)); } inline bool get_StompingRight_42() const { return ___StompingRight_42; } inline bool* get_address_of_StompingRight_42() { return &___StompingRight_42; } inline void set_StompingRight_42(bool value) { ___StompingRight_42 = value; } inline static int32_t get_offset_of_foot0Damage_43() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot0Damage_43)); } inline float get_foot0Damage_43() const { return ___foot0Damage_43; } inline float* get_address_of_foot0Damage_43() { return &___foot0Damage_43; } inline void set_foot0Damage_43(float value) { ___foot0Damage_43 = value; } inline static int32_t get_offset_of_foot0LastDamage_44() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot0LastDamage_44)); } inline float get_foot0LastDamage_44() const { return ___foot0LastDamage_44; } inline float* get_address_of_foot0LastDamage_44() { return &___foot0LastDamage_44; } inline void set_foot0LastDamage_44(float value) { ___foot0LastDamage_44 = value; } inline static int32_t get_offset_of_foot1Damage_45() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot1Damage_45)); } inline float get_foot1Damage_45() const { return ___foot1Damage_45; } inline float* get_address_of_foot1Damage_45() { return &___foot1Damage_45; } inline void set_foot1Damage_45(float value) { ___foot1Damage_45 = value; } inline static int32_t get_offset_of_foot1LastDamage_46() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot1LastDamage_46)); } inline float get_foot1LastDamage_46() const { return ___foot1LastDamage_46; } inline float* get_address_of_foot1LastDamage_46() { return &___foot1LastDamage_46; } inline void set_foot1LastDamage_46(float value) { ___foot1LastDamage_46 = value; } inline static int32_t get_offset_of_foot2Damage_47() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot2Damage_47)); } inline float get_foot2Damage_47() const { return ___foot2Damage_47; } inline float* get_address_of_foot2Damage_47() { return &___foot2Damage_47; } inline void set_foot2Damage_47(float value) { ___foot2Damage_47 = value; } inline static int32_t get_offset_of_foot2LastDamage_48() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot2LastDamage_48)); } inline float get_foot2LastDamage_48() const { return ___foot2LastDamage_48; } inline float* get_address_of_foot2LastDamage_48() { return &___foot2LastDamage_48; } inline void set_foot2LastDamage_48(float value) { ___foot2LastDamage_48 = value; } inline static int32_t get_offset_of_foot3Damage_49() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot3Damage_49)); } inline float get_foot3Damage_49() const { return ___foot3Damage_49; } inline float* get_address_of_foot3Damage_49() { return &___foot3Damage_49; } inline void set_foot3Damage_49(float value) { ___foot3Damage_49 = value; } inline static int32_t get_offset_of_foot3LastDamage_50() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot3LastDamage_50)); } inline float get_foot3LastDamage_50() const { return ___foot3LastDamage_50; } inline float* get_address_of_foot3LastDamage_50() { return &___foot3LastDamage_50; } inline void set_foot3LastDamage_50(float value) { ___foot3LastDamage_50 = value; } inline static int32_t get_offset_of_foot4Damage_51() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot4Damage_51)); } inline float get_foot4Damage_51() const { return ___foot4Damage_51; } inline float* get_address_of_foot4Damage_51() { return &___foot4Damage_51; } inline void set_foot4Damage_51(float value) { ___foot4Damage_51 = value; } inline static int32_t get_offset_of_foot4LastDamage_52() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot4LastDamage_52)); } inline float get_foot4LastDamage_52() const { return ___foot4LastDamage_52; } inline float* get_address_of_foot4LastDamage_52() { return &___foot4LastDamage_52; } inline void set_foot4LastDamage_52(float value) { ___foot4LastDamage_52 = value; } inline static int32_t get_offset_of_foot5Damage_53() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot5Damage_53)); } inline float get_foot5Damage_53() const { return ___foot5Damage_53; } inline float* get_address_of_foot5Damage_53() { return &___foot5Damage_53; } inline void set_foot5Damage_53(float value) { ___foot5Damage_53 = value; } inline static int32_t get_offset_of_foot5LastDamage_54() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___foot5LastDamage_54)); } inline float get_foot5LastDamage_54() const { return ___foot5LastDamage_54; } inline float* get_address_of_foot5LastDamage_54() { return &___foot5LastDamage_54; } inline void set_foot5LastDamage_54(float value) { ___foot5LastDamage_54 = value; } inline static int32_t get_offset_of_feetBroken_55() { return static_cast(offsetof(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281, ___feetBroken_55)); } inline int32_t get_feetBroken_55() const { return ___feetBroken_55; } inline int32_t* get_address_of_feetBroken_55() { return &___feetBroken_55; } inline void set_feetBroken_55(int32_t value) { ___feetBroken_55 = value; } }; // StageAdvancer struct StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String StageAdvancer::defaultScene String_t* ___defaultScene_6; // UnityEngine.Transform StageAdvancer::map Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___map_7; // UnityEngine.Animator StageAdvancer::transitionAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___transitionAnimator_8; // System.Boolean StageAdvancer::activateImmediately bool ___activateImmediately_9; // System.Single StageAdvancer::autoAdvanceAfterSeconds float ___autoAdvanceAfterSeconds_10; // System.String[] StageAdvancer::sceneNames StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___sceneNames_11; // UnityEngine.GameObject[] StageAdvancer::stageCards GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ___stageCards_12; // UnityEngine.Animator StageAdvancer::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_13; // UnityEngine.AsyncOperation StageAdvancer::asyncLoad AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * ___asyncLoad_14; // System.Single StageAdvancer::startTime float ___startTime_15; // System.Boolean StageAdvancer::begunLoad bool ___begunLoad_16; public: inline static int32_t get_offset_of_defaultScene_6() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___defaultScene_6)); } inline String_t* get_defaultScene_6() const { return ___defaultScene_6; } inline String_t** get_address_of_defaultScene_6() { return &___defaultScene_6; } inline void set_defaultScene_6(String_t* value) { ___defaultScene_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultScene_6), (void*)value); } inline static int32_t get_offset_of_map_7() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___map_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_map_7() const { return ___map_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_map_7() { return &___map_7; } inline void set_map_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___map_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___map_7), (void*)value); } inline static int32_t get_offset_of_transitionAnimator_8() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___transitionAnimator_8)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_transitionAnimator_8() const { return ___transitionAnimator_8; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_transitionAnimator_8() { return &___transitionAnimator_8; } inline void set_transitionAnimator_8(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___transitionAnimator_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitionAnimator_8), (void*)value); } inline static int32_t get_offset_of_activateImmediately_9() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___activateImmediately_9)); } inline bool get_activateImmediately_9() const { return ___activateImmediately_9; } inline bool* get_address_of_activateImmediately_9() { return &___activateImmediately_9; } inline void set_activateImmediately_9(bool value) { ___activateImmediately_9 = value; } inline static int32_t get_offset_of_autoAdvanceAfterSeconds_10() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___autoAdvanceAfterSeconds_10)); } inline float get_autoAdvanceAfterSeconds_10() const { return ___autoAdvanceAfterSeconds_10; } inline float* get_address_of_autoAdvanceAfterSeconds_10() { return &___autoAdvanceAfterSeconds_10; } inline void set_autoAdvanceAfterSeconds_10(float value) { ___autoAdvanceAfterSeconds_10 = value; } inline static int32_t get_offset_of_sceneNames_11() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___sceneNames_11)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_sceneNames_11() const { return ___sceneNames_11; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_sceneNames_11() { return &___sceneNames_11; } inline void set_sceneNames_11(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___sceneNames_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___sceneNames_11), (void*)value); } inline static int32_t get_offset_of_stageCards_12() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___stageCards_12)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get_stageCards_12() const { return ___stageCards_12; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of_stageCards_12() { return &___stageCards_12; } inline void set_stageCards_12(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ___stageCards_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___stageCards_12), (void*)value); } inline static int32_t get_offset_of_anim_13() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___anim_13)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_13() const { return ___anim_13; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_13() { return &___anim_13; } inline void set_anim_13(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_13), (void*)value); } inline static int32_t get_offset_of_asyncLoad_14() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___asyncLoad_14)); } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * get_asyncLoad_14() const { return ___asyncLoad_14; } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 ** get_address_of_asyncLoad_14() { return &___asyncLoad_14; } inline void set_asyncLoad_14(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * value) { ___asyncLoad_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncLoad_14), (void*)value); } inline static int32_t get_offset_of_startTime_15() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___startTime_15)); } inline float get_startTime_15() const { return ___startTime_15; } inline float* get_address_of_startTime_15() { return &___startTime_15; } inline void set_startTime_15(float value) { ___startTime_15 = value; } inline static int32_t get_offset_of_begunLoad_16() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA, ___begunLoad_16)); } inline bool get_begunLoad_16() const { return ___begunLoad_16; } inline bool* get_address_of_begunLoad_16() { return &___begunLoad_16; } inline void set_begunLoad_16(bool value) { ___begunLoad_16 = value; } }; // TailLightToggle struct TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single TailLightToggle::flipOnAfterSeconds float ___flipOnAfterSeconds_4; // UnityEngine.TrailRenderer[] TailLightToggle::trails TrailRendererU5BU5D_tC1680CC4D5193BEEF973FD1E9A2B280011993193* ___trails_5; // UnityEngine.Coroutine TailLightToggle::turningOn Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * ___turningOn_6; public: inline static int32_t get_offset_of_flipOnAfterSeconds_4() { return static_cast(offsetof(TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB, ___flipOnAfterSeconds_4)); } inline float get_flipOnAfterSeconds_4() const { return ___flipOnAfterSeconds_4; } inline float* get_address_of_flipOnAfterSeconds_4() { return &___flipOnAfterSeconds_4; } inline void set_flipOnAfterSeconds_4(float value) { ___flipOnAfterSeconds_4 = value; } inline static int32_t get_offset_of_trails_5() { return static_cast(offsetof(TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB, ___trails_5)); } inline TrailRendererU5BU5D_tC1680CC4D5193BEEF973FD1E9A2B280011993193* get_trails_5() const { return ___trails_5; } inline TrailRendererU5BU5D_tC1680CC4D5193BEEF973FD1E9A2B280011993193** get_address_of_trails_5() { return &___trails_5; } inline void set_trails_5(TrailRendererU5BU5D_tC1680CC4D5193BEEF973FD1E9A2B280011993193* value) { ___trails_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___trails_5), (void*)value); } inline static int32_t get_offset_of_turningOn_6() { return static_cast(offsetof(TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB, ___turningOn_6)); } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * get_turningOn_6() const { return ___turningOn_6; } inline Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 ** get_address_of_turningOn_6() { return &___turningOn_6; } inline void set_turningOn_6(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * value) { ___turningOn_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___turningOn_6), (void*)value); } }; // TutorialManager struct TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject TutorialManager::promptCanvas GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___promptCanvas_6; // Hand TutorialManager::leftHand Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___leftHand_7; // Hand TutorialManager::rightHand Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___rightHand_8; // Handlegun TutorialManager::leftHandlegun Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * ___leftHandlegun_9; // Handlegun TutorialManager::rightHandlegun Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * ___rightHandlegun_10; // UnityEngine.Animator TutorialManager::transitionAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___transitionAnimator_11; // RoadsideRepeatedPlacement TutorialManager::barrels RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * ___barrels_12; // RoadsideRepeatedPlacement TutorialManager::tunnel RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * ___tunnel_13; // RoadsideRepeatedPlacement TutorialManager::streetlights RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * ___streetlights_14; // RoadsideSinglePlacement TutorialManager::barricade RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___barricade_15; // UnityEngine.GameObject TutorialManager::transformers GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___transformers_16; // RoadsideSinglePlacement TutorialManager::startBlock RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___startBlock_17; // RoadsideSinglePlacement TutorialManager::restrictedBarrier RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___restrictedBarrier_18; // RoadsideSinglePlacement TutorialManager::healthPlacer RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___healthPlacer_19; // RoadsideSinglePlacement TutorialManager::missilePlacer RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___missilePlacer_20; // RoadsideSinglePlacement TutorialManager::grenadePlacer RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___grenadePlacer_21; // RoadsideSinglePlacement TutorialManager::rushPlacer RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___rushPlacer_22; // RoadsideSinglePlacement TutorialManager::powerupPlacer RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___powerupPlacer_23; // RoadsideSinglePlacement TutorialManager::endTunnelPlacer RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * ___endTunnelPlacer_24; // WaveEnemyOnDemand TutorialManager::dronePlacer WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 * ___dronePlacer_25; // WaveEnemyOnDemand TutorialManager::droneChainPlacer WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 * ___droneChainPlacer_26; // LockOnIndicator TutorialManager::lockIndicator LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 * ___lockIndicator_27; // UnityEngine.Transform TutorialManager::grenadeDispenserLerpTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___grenadeDispenserLerpTarget_28; // UnityEngine.Transform TutorialManager::rushLerpTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rushLerpTarget_29; // UnityEngine.Transform TutorialManager::comboLerpTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___comboLerpTarget_30; // UnityEngine.Transform TutorialManager::healthLerpTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___healthLerpTarget_31; // MeterUI TutorialManager::rushMeterUI MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * ___rushMeterUI_32; // MeterUI TutorialManager::comboMeterUI MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * ___comboMeterUI_33; // MeterUI TutorialManager::healthMeterUI MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * ___healthMeterUI_34; // GrenadeDispenser TutorialManager::grenadeDispenser GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * ___grenadeDispenser_35; // UnityEngine.Animator TutorialManager::tutorialStateController Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___tutorialStateController_36; // LerpAndLook TutorialManager::canvasLook LerpAndLook_tDE65CC56F886350DA386B77525DC3CE146FF381C * ___canvasLook_37; // UnityEngine.Transform TutorialManager::defaultTracked Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___defaultTracked_38; // UnityEngine.Transform TutorialManager::lockedTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___lockedTarget_39; // RoadsideRepeatedPlacement[] TutorialManager::transformerPlacers RoadsideRepeatedPlacementU5BU5D_t1A04DF3A3AC023936A215ACA60B6281995146264* ___transformerPlacers_40; // Sidearm TutorialManager::rightSidearm Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * ___rightSidearm_41; // Sidearm TutorialManager::leftSidearm Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * ___leftSidearm_42; // System.Collections.Generic.List`1 TutorialManager::spawned List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___spawned_43; // UnityEngine.Color TutorialManager::rushLowBase Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___rushLowBase_44; // UnityEngine.Color TutorialManager::healthLowBase Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___healthLowBase_45; // UnityEngine.AudioSource TutorialManager::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_46; // UnityEngine.AsyncOperation TutorialManager::asyncLoad AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * ___asyncLoad_47; // System.Int32 TutorialManager::furthestStep int32_t ___furthestStep_48; // System.Int32 TutorialManager::currentStep int32_t ___currentStep_49; // UnityEngine.Transform TutorialManager::spawnedBarrier Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___spawnedBarrier_50; // System.Boolean TutorialManager::spawnedBarricade bool ___spawnedBarricade_51; // System.Boolean TutorialManager::spawnedDrone bool ___spawnedDrone_52; // System.Boolean TutorialManager::shotMissile bool ___shotMissile_53; // System.Single TutorialManager::transitionWhoosh float ___transitionWhoosh_54; public: inline static int32_t get_offset_of_promptCanvas_6() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___promptCanvas_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_promptCanvas_6() const { return ___promptCanvas_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_promptCanvas_6() { return &___promptCanvas_6; } inline void set_promptCanvas_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___promptCanvas_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___promptCanvas_6), (void*)value); } inline static int32_t get_offset_of_leftHand_7() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___leftHand_7)); } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * get_leftHand_7() const { return ___leftHand_7; } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 ** get_address_of_leftHand_7() { return &___leftHand_7; } inline void set_leftHand_7(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * value) { ___leftHand_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftHand_7), (void*)value); } inline static int32_t get_offset_of_rightHand_8() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rightHand_8)); } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * get_rightHand_8() const { return ___rightHand_8; } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 ** get_address_of_rightHand_8() { return &___rightHand_8; } inline void set_rightHand_8(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * value) { ___rightHand_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightHand_8), (void*)value); } inline static int32_t get_offset_of_leftHandlegun_9() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___leftHandlegun_9)); } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * get_leftHandlegun_9() const { return ___leftHandlegun_9; } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 ** get_address_of_leftHandlegun_9() { return &___leftHandlegun_9; } inline void set_leftHandlegun_9(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * value) { ___leftHandlegun_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftHandlegun_9), (void*)value); } inline static int32_t get_offset_of_rightHandlegun_10() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rightHandlegun_10)); } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * get_rightHandlegun_10() const { return ___rightHandlegun_10; } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 ** get_address_of_rightHandlegun_10() { return &___rightHandlegun_10; } inline void set_rightHandlegun_10(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * value) { ___rightHandlegun_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightHandlegun_10), (void*)value); } inline static int32_t get_offset_of_transitionAnimator_11() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___transitionAnimator_11)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_transitionAnimator_11() const { return ___transitionAnimator_11; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_transitionAnimator_11() { return &___transitionAnimator_11; } inline void set_transitionAnimator_11(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___transitionAnimator_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___transitionAnimator_11), (void*)value); } inline static int32_t get_offset_of_barrels_12() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___barrels_12)); } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * get_barrels_12() const { return ___barrels_12; } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E ** get_address_of_barrels_12() { return &___barrels_12; } inline void set_barrels_12(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * value) { ___barrels_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___barrels_12), (void*)value); } inline static int32_t get_offset_of_tunnel_13() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___tunnel_13)); } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * get_tunnel_13() const { return ___tunnel_13; } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E ** get_address_of_tunnel_13() { return &___tunnel_13; } inline void set_tunnel_13(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * value) { ___tunnel_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___tunnel_13), (void*)value); } inline static int32_t get_offset_of_streetlights_14() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___streetlights_14)); } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * get_streetlights_14() const { return ___streetlights_14; } inline RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E ** get_address_of_streetlights_14() { return &___streetlights_14; } inline void set_streetlights_14(RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * value) { ___streetlights_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___streetlights_14), (void*)value); } inline static int32_t get_offset_of_barricade_15() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___barricade_15)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_barricade_15() const { return ___barricade_15; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_barricade_15() { return &___barricade_15; } inline void set_barricade_15(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___barricade_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___barricade_15), (void*)value); } inline static int32_t get_offset_of_transformers_16() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___transformers_16)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_transformers_16() const { return ___transformers_16; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_transformers_16() { return &___transformers_16; } inline void set_transformers_16(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___transformers_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___transformers_16), (void*)value); } inline static int32_t get_offset_of_startBlock_17() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___startBlock_17)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_startBlock_17() const { return ___startBlock_17; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_startBlock_17() { return &___startBlock_17; } inline void set_startBlock_17(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___startBlock_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___startBlock_17), (void*)value); } inline static int32_t get_offset_of_restrictedBarrier_18() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___restrictedBarrier_18)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_restrictedBarrier_18() const { return ___restrictedBarrier_18; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_restrictedBarrier_18() { return &___restrictedBarrier_18; } inline void set_restrictedBarrier_18(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___restrictedBarrier_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___restrictedBarrier_18), (void*)value); } inline static int32_t get_offset_of_healthPlacer_19() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___healthPlacer_19)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_healthPlacer_19() const { return ___healthPlacer_19; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_healthPlacer_19() { return &___healthPlacer_19; } inline void set_healthPlacer_19(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___healthPlacer_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___healthPlacer_19), (void*)value); } inline static int32_t get_offset_of_missilePlacer_20() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___missilePlacer_20)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_missilePlacer_20() const { return ___missilePlacer_20; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_missilePlacer_20() { return &___missilePlacer_20; } inline void set_missilePlacer_20(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___missilePlacer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___missilePlacer_20), (void*)value); } inline static int32_t get_offset_of_grenadePlacer_21() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___grenadePlacer_21)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_grenadePlacer_21() const { return ___grenadePlacer_21; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_grenadePlacer_21() { return &___grenadePlacer_21; } inline void set_grenadePlacer_21(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___grenadePlacer_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadePlacer_21), (void*)value); } inline static int32_t get_offset_of_rushPlacer_22() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rushPlacer_22)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_rushPlacer_22() const { return ___rushPlacer_22; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_rushPlacer_22() { return &___rushPlacer_22; } inline void set_rushPlacer_22(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___rushPlacer_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___rushPlacer_22), (void*)value); } inline static int32_t get_offset_of_powerupPlacer_23() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___powerupPlacer_23)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_powerupPlacer_23() const { return ___powerupPlacer_23; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_powerupPlacer_23() { return &___powerupPlacer_23; } inline void set_powerupPlacer_23(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___powerupPlacer_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___powerupPlacer_23), (void*)value); } inline static int32_t get_offset_of_endTunnelPlacer_24() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___endTunnelPlacer_24)); } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * get_endTunnelPlacer_24() const { return ___endTunnelPlacer_24; } inline RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F ** get_address_of_endTunnelPlacer_24() { return &___endTunnelPlacer_24; } inline void set_endTunnelPlacer_24(RoadsideSinglePlacement_t5C1883D2408598DA22027F307B702E54B48ADA1F * value) { ___endTunnelPlacer_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___endTunnelPlacer_24), (void*)value); } inline static int32_t get_offset_of_dronePlacer_25() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___dronePlacer_25)); } inline WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 * get_dronePlacer_25() const { return ___dronePlacer_25; } inline WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 ** get_address_of_dronePlacer_25() { return &___dronePlacer_25; } inline void set_dronePlacer_25(WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 * value) { ___dronePlacer_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___dronePlacer_25), (void*)value); } inline static int32_t get_offset_of_droneChainPlacer_26() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___droneChainPlacer_26)); } inline WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 * get_droneChainPlacer_26() const { return ___droneChainPlacer_26; } inline WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 ** get_address_of_droneChainPlacer_26() { return &___droneChainPlacer_26; } inline void set_droneChainPlacer_26(WaveEnemyOnDemand_t388EF391F21E245697866808A695B5B6F751C3E0 * value) { ___droneChainPlacer_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___droneChainPlacer_26), (void*)value); } inline static int32_t get_offset_of_lockIndicator_27() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___lockIndicator_27)); } inline LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 * get_lockIndicator_27() const { return ___lockIndicator_27; } inline LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 ** get_address_of_lockIndicator_27() { return &___lockIndicator_27; } inline void set_lockIndicator_27(LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012 * value) { ___lockIndicator_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockIndicator_27), (void*)value); } inline static int32_t get_offset_of_grenadeDispenserLerpTarget_28() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___grenadeDispenserLerpTarget_28)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_grenadeDispenserLerpTarget_28() const { return ___grenadeDispenserLerpTarget_28; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_grenadeDispenserLerpTarget_28() { return &___grenadeDispenserLerpTarget_28; } inline void set_grenadeDispenserLerpTarget_28(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___grenadeDispenserLerpTarget_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadeDispenserLerpTarget_28), (void*)value); } inline static int32_t get_offset_of_rushLerpTarget_29() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rushLerpTarget_29)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rushLerpTarget_29() const { return ___rushLerpTarget_29; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rushLerpTarget_29() { return &___rushLerpTarget_29; } inline void set_rushLerpTarget_29(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rushLerpTarget_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___rushLerpTarget_29), (void*)value); } inline static int32_t get_offset_of_comboLerpTarget_30() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___comboLerpTarget_30)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_comboLerpTarget_30() const { return ___comboLerpTarget_30; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_comboLerpTarget_30() { return &___comboLerpTarget_30; } inline void set_comboLerpTarget_30(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___comboLerpTarget_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___comboLerpTarget_30), (void*)value); } inline static int32_t get_offset_of_healthLerpTarget_31() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___healthLerpTarget_31)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_healthLerpTarget_31() const { return ___healthLerpTarget_31; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_healthLerpTarget_31() { return &___healthLerpTarget_31; } inline void set_healthLerpTarget_31(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___healthLerpTarget_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___healthLerpTarget_31), (void*)value); } inline static int32_t get_offset_of_rushMeterUI_32() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rushMeterUI_32)); } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * get_rushMeterUI_32() const { return ___rushMeterUI_32; } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 ** get_address_of_rushMeterUI_32() { return &___rushMeterUI_32; } inline void set_rushMeterUI_32(MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * value) { ___rushMeterUI_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___rushMeterUI_32), (void*)value); } inline static int32_t get_offset_of_comboMeterUI_33() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___comboMeterUI_33)); } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * get_comboMeterUI_33() const { return ___comboMeterUI_33; } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 ** get_address_of_comboMeterUI_33() { return &___comboMeterUI_33; } inline void set_comboMeterUI_33(MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * value) { ___comboMeterUI_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___comboMeterUI_33), (void*)value); } inline static int32_t get_offset_of_healthMeterUI_34() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___healthMeterUI_34)); } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * get_healthMeterUI_34() const { return ___healthMeterUI_34; } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 ** get_address_of_healthMeterUI_34() { return &___healthMeterUI_34; } inline void set_healthMeterUI_34(MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * value) { ___healthMeterUI_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___healthMeterUI_34), (void*)value); } inline static int32_t get_offset_of_grenadeDispenser_35() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___grenadeDispenser_35)); } inline GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * get_grenadeDispenser_35() const { return ___grenadeDispenser_35; } inline GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 ** get_address_of_grenadeDispenser_35() { return &___grenadeDispenser_35; } inline void set_grenadeDispenser_35(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * value) { ___grenadeDispenser_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadeDispenser_35), (void*)value); } inline static int32_t get_offset_of_tutorialStateController_36() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___tutorialStateController_36)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_tutorialStateController_36() const { return ___tutorialStateController_36; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_tutorialStateController_36() { return &___tutorialStateController_36; } inline void set_tutorialStateController_36(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___tutorialStateController_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___tutorialStateController_36), (void*)value); } inline static int32_t get_offset_of_canvasLook_37() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___canvasLook_37)); } inline LerpAndLook_tDE65CC56F886350DA386B77525DC3CE146FF381C * get_canvasLook_37() const { return ___canvasLook_37; } inline LerpAndLook_tDE65CC56F886350DA386B77525DC3CE146FF381C ** get_address_of_canvasLook_37() { return &___canvasLook_37; } inline void set_canvasLook_37(LerpAndLook_tDE65CC56F886350DA386B77525DC3CE146FF381C * value) { ___canvasLook_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___canvasLook_37), (void*)value); } inline static int32_t get_offset_of_defaultTracked_38() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___defaultTracked_38)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_defaultTracked_38() const { return ___defaultTracked_38; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_defaultTracked_38() { return &___defaultTracked_38; } inline void set_defaultTracked_38(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___defaultTracked_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultTracked_38), (void*)value); } inline static int32_t get_offset_of_lockedTarget_39() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___lockedTarget_39)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_lockedTarget_39() const { return ___lockedTarget_39; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_lockedTarget_39() { return &___lockedTarget_39; } inline void set_lockedTarget_39(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___lockedTarget_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockedTarget_39), (void*)value); } inline static int32_t get_offset_of_transformerPlacers_40() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___transformerPlacers_40)); } inline RoadsideRepeatedPlacementU5BU5D_t1A04DF3A3AC023936A215ACA60B6281995146264* get_transformerPlacers_40() const { return ___transformerPlacers_40; } inline RoadsideRepeatedPlacementU5BU5D_t1A04DF3A3AC023936A215ACA60B6281995146264** get_address_of_transformerPlacers_40() { return &___transformerPlacers_40; } inline void set_transformerPlacers_40(RoadsideRepeatedPlacementU5BU5D_t1A04DF3A3AC023936A215ACA60B6281995146264* value) { ___transformerPlacers_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___transformerPlacers_40), (void*)value); } inline static int32_t get_offset_of_rightSidearm_41() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rightSidearm_41)); } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * get_rightSidearm_41() const { return ___rightSidearm_41; } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 ** get_address_of_rightSidearm_41() { return &___rightSidearm_41; } inline void set_rightSidearm_41(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * value) { ___rightSidearm_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightSidearm_41), (void*)value); } inline static int32_t get_offset_of_leftSidearm_42() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___leftSidearm_42)); } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * get_leftSidearm_42() const { return ___leftSidearm_42; } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 ** get_address_of_leftSidearm_42() { return &___leftSidearm_42; } inline void set_leftSidearm_42(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * value) { ___leftSidearm_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftSidearm_42), (void*)value); } inline static int32_t get_offset_of_spawned_43() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___spawned_43)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_spawned_43() const { return ___spawned_43; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_spawned_43() { return &___spawned_43; } inline void set_spawned_43(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___spawned_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___spawned_43), (void*)value); } inline static int32_t get_offset_of_rushLowBase_44() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___rushLowBase_44)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_rushLowBase_44() const { return ___rushLowBase_44; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_rushLowBase_44() { return &___rushLowBase_44; } inline void set_rushLowBase_44(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___rushLowBase_44 = value; } inline static int32_t get_offset_of_healthLowBase_45() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___healthLowBase_45)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_healthLowBase_45() const { return ___healthLowBase_45; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_healthLowBase_45() { return &___healthLowBase_45; } inline void set_healthLowBase_45(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___healthLowBase_45 = value; } inline static int32_t get_offset_of_source_46() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___source_46)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_46() const { return ___source_46; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_46() { return &___source_46; } inline void set_source_46(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_46), (void*)value); } inline static int32_t get_offset_of_asyncLoad_47() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___asyncLoad_47)); } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * get_asyncLoad_47() const { return ___asyncLoad_47; } inline AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 ** get_address_of_asyncLoad_47() { return &___asyncLoad_47; } inline void set_asyncLoad_47(AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * value) { ___asyncLoad_47 = value; Il2CppCodeGenWriteBarrier((void**)(&___asyncLoad_47), (void*)value); } inline static int32_t get_offset_of_furthestStep_48() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___furthestStep_48)); } inline int32_t get_furthestStep_48() const { return ___furthestStep_48; } inline int32_t* get_address_of_furthestStep_48() { return &___furthestStep_48; } inline void set_furthestStep_48(int32_t value) { ___furthestStep_48 = value; } inline static int32_t get_offset_of_currentStep_49() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___currentStep_49)); } inline int32_t get_currentStep_49() const { return ___currentStep_49; } inline int32_t* get_address_of_currentStep_49() { return &___currentStep_49; } inline void set_currentStep_49(int32_t value) { ___currentStep_49 = value; } inline static int32_t get_offset_of_spawnedBarrier_50() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___spawnedBarrier_50)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_spawnedBarrier_50() const { return ___spawnedBarrier_50; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_spawnedBarrier_50() { return &___spawnedBarrier_50; } inline void set_spawnedBarrier_50(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___spawnedBarrier_50 = value; Il2CppCodeGenWriteBarrier((void**)(&___spawnedBarrier_50), (void*)value); } inline static int32_t get_offset_of_spawnedBarricade_51() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___spawnedBarricade_51)); } inline bool get_spawnedBarricade_51() const { return ___spawnedBarricade_51; } inline bool* get_address_of_spawnedBarricade_51() { return &___spawnedBarricade_51; } inline void set_spawnedBarricade_51(bool value) { ___spawnedBarricade_51 = value; } inline static int32_t get_offset_of_spawnedDrone_52() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___spawnedDrone_52)); } inline bool get_spawnedDrone_52() const { return ___spawnedDrone_52; } inline bool* get_address_of_spawnedDrone_52() { return &___spawnedDrone_52; } inline void set_spawnedDrone_52(bool value) { ___spawnedDrone_52 = value; } inline static int32_t get_offset_of_shotMissile_53() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___shotMissile_53)); } inline bool get_shotMissile_53() const { return ___shotMissile_53; } inline bool* get_address_of_shotMissile_53() { return &___shotMissile_53; } inline void set_shotMissile_53(bool value) { ___shotMissile_53 = value; } inline static int32_t get_offset_of_transitionWhoosh_54() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC, ___transitionWhoosh_54)); } inline float get_transitionWhoosh_54() const { return ___transitionWhoosh_54; } inline float* get_address_of_transitionWhoosh_54() { return &___transitionWhoosh_54; } inline void set_transitionWhoosh_54(float value) { ___transitionWhoosh_54 = value; } }; // UnityEngine.EventSystems.UIBehaviour struct UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // UITextTypeWriter struct UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.UI.Text UITextTypeWriter::text Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___text_4; // System.Boolean UITextTypeWriter::playOnAwake bool ___playOnAwake_5; // System.Single UITextTypeWriter::delayToStart float ___delayToStart_6; // System.Single UITextTypeWriter::delayBetweenChars float ___delayBetweenChars_7; // System.Single UITextTypeWriter::delayAfterPunctuation float ___delayAfterPunctuation_8; // System.String UITextTypeWriter::story String_t* ___story_9; // System.Single UITextTypeWriter::originDelayBetweenChars float ___originDelayBetweenChars_10; // System.Boolean UITextTypeWriter::lastCharPunctuation bool ___lastCharPunctuation_11; // System.Char UITextTypeWriter::charComma Il2CppChar ___charComma_12; // System.Char UITextTypeWriter::charPeriod Il2CppChar ___charPeriod_13; public: inline static int32_t get_offset_of_text_4() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___text_4)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_text_4() const { return ___text_4; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_text_4() { return &___text_4; } inline void set_text_4(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___text_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___text_4), (void*)value); } inline static int32_t get_offset_of_playOnAwake_5() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___playOnAwake_5)); } inline bool get_playOnAwake_5() const { return ___playOnAwake_5; } inline bool* get_address_of_playOnAwake_5() { return &___playOnAwake_5; } inline void set_playOnAwake_5(bool value) { ___playOnAwake_5 = value; } inline static int32_t get_offset_of_delayToStart_6() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___delayToStart_6)); } inline float get_delayToStart_6() const { return ___delayToStart_6; } inline float* get_address_of_delayToStart_6() { return &___delayToStart_6; } inline void set_delayToStart_6(float value) { ___delayToStart_6 = value; } inline static int32_t get_offset_of_delayBetweenChars_7() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___delayBetweenChars_7)); } inline float get_delayBetweenChars_7() const { return ___delayBetweenChars_7; } inline float* get_address_of_delayBetweenChars_7() { return &___delayBetweenChars_7; } inline void set_delayBetweenChars_7(float value) { ___delayBetweenChars_7 = value; } inline static int32_t get_offset_of_delayAfterPunctuation_8() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___delayAfterPunctuation_8)); } inline float get_delayAfterPunctuation_8() const { return ___delayAfterPunctuation_8; } inline float* get_address_of_delayAfterPunctuation_8() { return &___delayAfterPunctuation_8; } inline void set_delayAfterPunctuation_8(float value) { ___delayAfterPunctuation_8 = value; } inline static int32_t get_offset_of_story_9() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___story_9)); } inline String_t* get_story_9() const { return ___story_9; } inline String_t** get_address_of_story_9() { return &___story_9; } inline void set_story_9(String_t* value) { ___story_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___story_9), (void*)value); } inline static int32_t get_offset_of_originDelayBetweenChars_10() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___originDelayBetweenChars_10)); } inline float get_originDelayBetweenChars_10() const { return ___originDelayBetweenChars_10; } inline float* get_address_of_originDelayBetweenChars_10() { return &___originDelayBetweenChars_10; } inline void set_originDelayBetweenChars_10(float value) { ___originDelayBetweenChars_10 = value; } inline static int32_t get_offset_of_lastCharPunctuation_11() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___lastCharPunctuation_11)); } inline bool get_lastCharPunctuation_11() const { return ___lastCharPunctuation_11; } inline bool* get_address_of_lastCharPunctuation_11() { return &___lastCharPunctuation_11; } inline void set_lastCharPunctuation_11(bool value) { ___lastCharPunctuation_11 = value; } inline static int32_t get_offset_of_charComma_12() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___charComma_12)); } inline Il2CppChar get_charComma_12() const { return ___charComma_12; } inline Il2CppChar* get_address_of_charComma_12() { return &___charComma_12; } inline void set_charComma_12(Il2CppChar value) { ___charComma_12 = value; } inline static int32_t get_offset_of_charPeriod_13() { return static_cast(offsetof(UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180, ___charPeriod_13)); } inline Il2CppChar get_charPeriod_13() const { return ___charPeriod_13; } inline Il2CppChar* get_address_of_charPeriod_13() { return &___charPeriod_13; } inline void set_charPeriod_13(Il2CppChar value) { ___charPeriod_13 = value; } }; // VoiceAudioController struct VoiceAudioController_tB105B029452966F859B3863768637449878D5565 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single VoiceAudioController::highDamageThreshold float ___highDamageThreshold_4; // UnityEngine.AudioClip[] VoiceAudioController::highDamageClips AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___highDamageClips_5; // UnityEngine.AudioClip[] VoiceAudioController::lowDamageClips AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___lowDamageClips_6; // UnityEngine.AudioClip[] VoiceAudioController::highDamageClipsJP AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___highDamageClipsJP_7; // UnityEngine.AudioClip[] VoiceAudioController::lowDamageClipsJP AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___lowDamageClipsJP_8; // UnityEngine.AudioClip VoiceAudioController::hitArmoredTarget AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___hitArmoredTarget_9; // UnityEngine.GameObject VoiceAudioController::armorHint GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___armorHint_10; // System.Single VoiceAudioController::hitArmoredStartDelay float ___hitArmoredStartDelay_11; // UnityEngine.AudioSource VoiceAudioController::voiceSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___voiceSource_12; // System.Single VoiceAudioController::nextPlayAllowed float ___nextPlayAllowed_13; // System.Boolean VoiceAudioController::breathingPlaying bool ___breathingPlaying_14; public: inline static int32_t get_offset_of_highDamageThreshold_4() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___highDamageThreshold_4)); } inline float get_highDamageThreshold_4() const { return ___highDamageThreshold_4; } inline float* get_address_of_highDamageThreshold_4() { return &___highDamageThreshold_4; } inline void set_highDamageThreshold_4(float value) { ___highDamageThreshold_4 = value; } inline static int32_t get_offset_of_highDamageClips_5() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___highDamageClips_5)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_highDamageClips_5() const { return ___highDamageClips_5; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_highDamageClips_5() { return &___highDamageClips_5; } inline void set_highDamageClips_5(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___highDamageClips_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___highDamageClips_5), (void*)value); } inline static int32_t get_offset_of_lowDamageClips_6() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___lowDamageClips_6)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_lowDamageClips_6() const { return ___lowDamageClips_6; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_lowDamageClips_6() { return &___lowDamageClips_6; } inline void set_lowDamageClips_6(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___lowDamageClips_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowDamageClips_6), (void*)value); } inline static int32_t get_offset_of_highDamageClipsJP_7() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___highDamageClipsJP_7)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_highDamageClipsJP_7() const { return ___highDamageClipsJP_7; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_highDamageClipsJP_7() { return &___highDamageClipsJP_7; } inline void set_highDamageClipsJP_7(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___highDamageClipsJP_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___highDamageClipsJP_7), (void*)value); } inline static int32_t get_offset_of_lowDamageClipsJP_8() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___lowDamageClipsJP_8)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_lowDamageClipsJP_8() const { return ___lowDamageClipsJP_8; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_lowDamageClipsJP_8() { return &___lowDamageClipsJP_8; } inline void set_lowDamageClipsJP_8(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___lowDamageClipsJP_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___lowDamageClipsJP_8), (void*)value); } inline static int32_t get_offset_of_hitArmoredTarget_9() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___hitArmoredTarget_9)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_hitArmoredTarget_9() const { return ___hitArmoredTarget_9; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_hitArmoredTarget_9() { return &___hitArmoredTarget_9; } inline void set_hitArmoredTarget_9(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___hitArmoredTarget_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitArmoredTarget_9), (void*)value); } inline static int32_t get_offset_of_armorHint_10() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___armorHint_10)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_armorHint_10() const { return ___armorHint_10; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_armorHint_10() { return &___armorHint_10; } inline void set_armorHint_10(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___armorHint_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___armorHint_10), (void*)value); } inline static int32_t get_offset_of_hitArmoredStartDelay_11() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___hitArmoredStartDelay_11)); } inline float get_hitArmoredStartDelay_11() const { return ___hitArmoredStartDelay_11; } inline float* get_address_of_hitArmoredStartDelay_11() { return &___hitArmoredStartDelay_11; } inline void set_hitArmoredStartDelay_11(float value) { ___hitArmoredStartDelay_11 = value; } inline static int32_t get_offset_of_voiceSource_12() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___voiceSource_12)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_voiceSource_12() const { return ___voiceSource_12; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_voiceSource_12() { return &___voiceSource_12; } inline void set_voiceSource_12(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___voiceSource_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___voiceSource_12), (void*)value); } inline static int32_t get_offset_of_nextPlayAllowed_13() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___nextPlayAllowed_13)); } inline float get_nextPlayAllowed_13() const { return ___nextPlayAllowed_13; } inline float* get_address_of_nextPlayAllowed_13() { return &___nextPlayAllowed_13; } inline void set_nextPlayAllowed_13(float value) { ___nextPlayAllowed_13 = value; } inline static int32_t get_offset_of_breathingPlaying_14() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565, ___breathingPlaying_14)); } inline bool get_breathingPlaying_14() const { return ___breathingPlaying_14; } inline bool* get_address_of_breathingPlaying_14() { return &___breathingPlaying_14; } inline void set_breathingPlaying_14(bool value) { ___breathingPlaying_14 = value; } }; // WaveEnemy struct WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String WaveEnemy::variant String_t* ___variant_4; // System.String WaveEnemy::pattern String_t* ___pattern_5; // System.Single WaveEnemy::spawnDistanceMin float ___spawnDistanceMin_6; // System.Single WaveEnemy::spawnDistanceMax float ___spawnDistanceMax_7; // UnityEngine.Vector3 WaveEnemy::spawnOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___spawnOffset_8; // System.Boolean WaveEnemy::flippableOffset bool ___flippableOffset_9; // System.Single WaveEnemy::strength float ___strength_10; // System.Boolean WaveEnemy::priority bool ___priority_11; // System.Int32[] WaveEnemy::waveWeights Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___waveWeights_12; // UnityEngine.Transform WaveEnemy::prefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___prefab_13; // System.Boolean WaveEnemy::k__BackingField bool ___U3CStartPriorityU3Ek__BackingField_14; public: inline static int32_t get_offset_of_variant_4() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___variant_4)); } inline String_t* get_variant_4() const { return ___variant_4; } inline String_t** get_address_of_variant_4() { return &___variant_4; } inline void set_variant_4(String_t* value) { ___variant_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___variant_4), (void*)value); } inline static int32_t get_offset_of_pattern_5() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___pattern_5)); } inline String_t* get_pattern_5() const { return ___pattern_5; } inline String_t** get_address_of_pattern_5() { return &___pattern_5; } inline void set_pattern_5(String_t* value) { ___pattern_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pattern_5), (void*)value); } inline static int32_t get_offset_of_spawnDistanceMin_6() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___spawnDistanceMin_6)); } inline float get_spawnDistanceMin_6() const { return ___spawnDistanceMin_6; } inline float* get_address_of_spawnDistanceMin_6() { return &___spawnDistanceMin_6; } inline void set_spawnDistanceMin_6(float value) { ___spawnDistanceMin_6 = value; } inline static int32_t get_offset_of_spawnDistanceMax_7() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___spawnDistanceMax_7)); } inline float get_spawnDistanceMax_7() const { return ___spawnDistanceMax_7; } inline float* get_address_of_spawnDistanceMax_7() { return &___spawnDistanceMax_7; } inline void set_spawnDistanceMax_7(float value) { ___spawnDistanceMax_7 = value; } inline static int32_t get_offset_of_spawnOffset_8() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___spawnOffset_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_spawnOffset_8() const { return ___spawnOffset_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_spawnOffset_8() { return &___spawnOffset_8; } inline void set_spawnOffset_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___spawnOffset_8 = value; } inline static int32_t get_offset_of_flippableOffset_9() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___flippableOffset_9)); } inline bool get_flippableOffset_9() const { return ___flippableOffset_9; } inline bool* get_address_of_flippableOffset_9() { return &___flippableOffset_9; } inline void set_flippableOffset_9(bool value) { ___flippableOffset_9 = value; } inline static int32_t get_offset_of_strength_10() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___strength_10)); } inline float get_strength_10() const { return ___strength_10; } inline float* get_address_of_strength_10() { return &___strength_10; } inline void set_strength_10(float value) { ___strength_10 = value; } inline static int32_t get_offset_of_priority_11() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___priority_11)); } inline bool get_priority_11() const { return ___priority_11; } inline bool* get_address_of_priority_11() { return &___priority_11; } inline void set_priority_11(bool value) { ___priority_11 = value; } inline static int32_t get_offset_of_waveWeights_12() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___waveWeights_12)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_waveWeights_12() const { return ___waveWeights_12; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_waveWeights_12() { return &___waveWeights_12; } inline void set_waveWeights_12(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___waveWeights_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___waveWeights_12), (void*)value); } inline static int32_t get_offset_of_prefab_13() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___prefab_13)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_prefab_13() const { return ___prefab_13; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_prefab_13() { return &___prefab_13; } inline void set_prefab_13(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___prefab_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___prefab_13), (void*)value); } inline static int32_t get_offset_of_U3CStartPriorityU3Ek__BackingField_14() { return static_cast(offsetof(WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B, ___U3CStartPriorityU3Ek__BackingField_14)); } inline bool get_U3CStartPriorityU3Ek__BackingField_14() const { return ___U3CStartPriorityU3Ek__BackingField_14; } inline bool* get_address_of_U3CStartPriorityU3Ek__BackingField_14() { return &___U3CStartPriorityU3Ek__BackingField_14; } inline void set_U3CStartPriorityU3Ek__BackingField_14(bool value) { ___U3CStartPriorityU3Ek__BackingField_14 = value; } }; // WaveHandler struct WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // PathCreation.PathCreator WaveHandler::pathCreator PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * ___pathCreator_6; // System.Boolean WaveHandler::noLulls bool ___noLulls_7; // EnemyWave[] WaveHandler::waves EnemyWaveU5BU5D_t88A1CC276C460B9973D99674C48B57FDE4BA6051* ___waves_8; // UnityEngine.Events.UnityEvent WaveHandler::onWaveA UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onWaveA_9; // UnityEngine.Events.UnityEvent WaveHandler::onLullA UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onLullA_10; // UnityEngine.Events.UnityEvent WaveHandler::onWaveB UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onWaveB_11; // UnityEngine.Events.UnityEvent WaveHandler::onLullB UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onLullB_12; // UnityEngine.Events.UnityEvent WaveHandler::onWaveC UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onWaveC_13; // UnityEngine.Events.UnityEvent WaveHandler::onOutro UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onOutro_14; // FMODMarker WaveHandler::musicMarker int32_t ___musicMarker_21; // System.Boolean WaveHandler::ranWaveAEvents bool ___ranWaveAEvents_22; // System.Boolean WaveHandler::ranLullAEvents bool ___ranLullAEvents_23; // System.Boolean WaveHandler::ranWaveBEvents bool ___ranWaveBEvents_24; // System.Boolean WaveHandler::ranLullBEvents bool ___ranLullBEvents_25; // System.Boolean WaveHandler::ranWaveCEvents bool ___ranWaveCEvents_26; // System.Boolean WaveHandler::ranOutroEvents bool ___ranOutroEvents_27; public: inline static int32_t get_offset_of_pathCreator_6() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___pathCreator_6)); } inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * get_pathCreator_6() const { return ___pathCreator_6; } inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 ** get_address_of_pathCreator_6() { return &___pathCreator_6; } inline void set_pathCreator_6(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * value) { ___pathCreator_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathCreator_6), (void*)value); } inline static int32_t get_offset_of_noLulls_7() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___noLulls_7)); } inline bool get_noLulls_7() const { return ___noLulls_7; } inline bool* get_address_of_noLulls_7() { return &___noLulls_7; } inline void set_noLulls_7(bool value) { ___noLulls_7 = value; } inline static int32_t get_offset_of_waves_8() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___waves_8)); } inline EnemyWaveU5BU5D_t88A1CC276C460B9973D99674C48B57FDE4BA6051* get_waves_8() const { return ___waves_8; } inline EnemyWaveU5BU5D_t88A1CC276C460B9973D99674C48B57FDE4BA6051** get_address_of_waves_8() { return &___waves_8; } inline void set_waves_8(EnemyWaveU5BU5D_t88A1CC276C460B9973D99674C48B57FDE4BA6051* value) { ___waves_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___waves_8), (void*)value); } inline static int32_t get_offset_of_onWaveA_9() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___onWaveA_9)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onWaveA_9() const { return ___onWaveA_9; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onWaveA_9() { return &___onWaveA_9; } inline void set_onWaveA_9(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onWaveA_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaveA_9), (void*)value); } inline static int32_t get_offset_of_onLullA_10() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___onLullA_10)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onLullA_10() const { return ___onLullA_10; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onLullA_10() { return &___onLullA_10; } inline void set_onLullA_10(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onLullA_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___onLullA_10), (void*)value); } inline static int32_t get_offset_of_onWaveB_11() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___onWaveB_11)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onWaveB_11() const { return ___onWaveB_11; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onWaveB_11() { return &___onWaveB_11; } inline void set_onWaveB_11(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onWaveB_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaveB_11), (void*)value); } inline static int32_t get_offset_of_onLullB_12() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___onLullB_12)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onLullB_12() const { return ___onLullB_12; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onLullB_12() { return &___onLullB_12; } inline void set_onLullB_12(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onLullB_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onLullB_12), (void*)value); } inline static int32_t get_offset_of_onWaveC_13() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___onWaveC_13)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onWaveC_13() const { return ___onWaveC_13; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onWaveC_13() { return &___onWaveC_13; } inline void set_onWaveC_13(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onWaveC_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___onWaveC_13), (void*)value); } inline static int32_t get_offset_of_onOutro_14() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___onOutro_14)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onOutro_14() const { return ___onOutro_14; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onOutro_14() { return &___onOutro_14; } inline void set_onOutro_14(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onOutro_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___onOutro_14), (void*)value); } inline static int32_t get_offset_of_musicMarker_21() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___musicMarker_21)); } inline int32_t get_musicMarker_21() const { return ___musicMarker_21; } inline int32_t* get_address_of_musicMarker_21() { return &___musicMarker_21; } inline void set_musicMarker_21(int32_t value) { ___musicMarker_21 = value; } inline static int32_t get_offset_of_ranWaveAEvents_22() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___ranWaveAEvents_22)); } inline bool get_ranWaveAEvents_22() const { return ___ranWaveAEvents_22; } inline bool* get_address_of_ranWaveAEvents_22() { return &___ranWaveAEvents_22; } inline void set_ranWaveAEvents_22(bool value) { ___ranWaveAEvents_22 = value; } inline static int32_t get_offset_of_ranLullAEvents_23() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___ranLullAEvents_23)); } inline bool get_ranLullAEvents_23() const { return ___ranLullAEvents_23; } inline bool* get_address_of_ranLullAEvents_23() { return &___ranLullAEvents_23; } inline void set_ranLullAEvents_23(bool value) { ___ranLullAEvents_23 = value; } inline static int32_t get_offset_of_ranWaveBEvents_24() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___ranWaveBEvents_24)); } inline bool get_ranWaveBEvents_24() const { return ___ranWaveBEvents_24; } inline bool* get_address_of_ranWaveBEvents_24() { return &___ranWaveBEvents_24; } inline void set_ranWaveBEvents_24(bool value) { ___ranWaveBEvents_24 = value; } inline static int32_t get_offset_of_ranLullBEvents_25() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___ranLullBEvents_25)); } inline bool get_ranLullBEvents_25() const { return ___ranLullBEvents_25; } inline bool* get_address_of_ranLullBEvents_25() { return &___ranLullBEvents_25; } inline void set_ranLullBEvents_25(bool value) { ___ranLullBEvents_25 = value; } inline static int32_t get_offset_of_ranWaveCEvents_26() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___ranWaveCEvents_26)); } inline bool get_ranWaveCEvents_26() const { return ___ranWaveCEvents_26; } inline bool* get_address_of_ranWaveCEvents_26() { return &___ranWaveCEvents_26; } inline void set_ranWaveCEvents_26(bool value) { ___ranWaveCEvents_26 = value; } inline static int32_t get_offset_of_ranOutroEvents_27() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB, ___ranOutroEvents_27)); } inline bool get_ranOutroEvents_27() const { return ___ranOutroEvents_27; } inline bool* get_address_of_ranOutroEvents_27() { return &___ranOutroEvents_27; } inline void set_ranOutroEvents_27(bool value) { ___ranOutroEvents_27 = value; } }; // BasicDroneBehavior struct BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 : public EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D { public: // UnityEngine.Vector3 BasicDroneBehavior::lookOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookOffset_9; // System.Single BasicDroneBehavior::lookSpeed float ___lookSpeed_10; // System.Single BasicDroneBehavior::downLookSpeed float ___downLookSpeed_11; // UnityEngine.Transform[] BasicDroneBehavior::destroyedPrefabs TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ___destroyedPrefabs_12; // LookMode BasicDroneBehavior::lookMode int32_t ___lookMode_13; // Follower BasicDroneBehavior::droneFollower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___droneFollower_14; // UnityEngine.Rigidbody BasicDroneBehavior::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_15; // UnityEngine.Transform BasicDroneBehavior::droneModel Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___droneModel_16; // EnemyMovement[] BasicDroneBehavior::movers EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* ___movers_17; // FlyerFireControl BasicDroneBehavior::fireControl FlyerFireControl_t7BC76CB42A4A47F7623C1BE2A46BF8E0C2E6207D * ___fireControl_18; // System.Boolean BasicDroneBehavior::k__BackingField bool ___U3CIsInDropZoneU3Ek__BackingField_19; public: inline static int32_t get_offset_of_lookOffset_9() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___lookOffset_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookOffset_9() const { return ___lookOffset_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookOffset_9() { return &___lookOffset_9; } inline void set_lookOffset_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookOffset_9 = value; } inline static int32_t get_offset_of_lookSpeed_10() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___lookSpeed_10)); } inline float get_lookSpeed_10() const { return ___lookSpeed_10; } inline float* get_address_of_lookSpeed_10() { return &___lookSpeed_10; } inline void set_lookSpeed_10(float value) { ___lookSpeed_10 = value; } inline static int32_t get_offset_of_downLookSpeed_11() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___downLookSpeed_11)); } inline float get_downLookSpeed_11() const { return ___downLookSpeed_11; } inline float* get_address_of_downLookSpeed_11() { return &___downLookSpeed_11; } inline void set_downLookSpeed_11(float value) { ___downLookSpeed_11 = value; } inline static int32_t get_offset_of_destroyedPrefabs_12() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___destroyedPrefabs_12)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get_destroyedPrefabs_12() const { return ___destroyedPrefabs_12; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of_destroyedPrefabs_12() { return &___destroyedPrefabs_12; } inline void set_destroyedPrefabs_12(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ___destroyedPrefabs_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedPrefabs_12), (void*)value); } inline static int32_t get_offset_of_lookMode_13() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___lookMode_13)); } inline int32_t get_lookMode_13() const { return ___lookMode_13; } inline int32_t* get_address_of_lookMode_13() { return &___lookMode_13; } inline void set_lookMode_13(int32_t value) { ___lookMode_13 = value; } inline static int32_t get_offset_of_droneFollower_14() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___droneFollower_14)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_droneFollower_14() const { return ___droneFollower_14; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_droneFollower_14() { return &___droneFollower_14; } inline void set_droneFollower_14(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___droneFollower_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___droneFollower_14), (void*)value); } inline static int32_t get_offset_of_rb_15() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___rb_15)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_15() const { return ___rb_15; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_15() { return &___rb_15; } inline void set_rb_15(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_15), (void*)value); } inline static int32_t get_offset_of_droneModel_16() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___droneModel_16)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_droneModel_16() const { return ___droneModel_16; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_droneModel_16() { return &___droneModel_16; } inline void set_droneModel_16(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___droneModel_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___droneModel_16), (void*)value); } inline static int32_t get_offset_of_movers_17() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___movers_17)); } inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* get_movers_17() const { return ___movers_17; } inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD** get_address_of_movers_17() { return &___movers_17; } inline void set_movers_17(EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* value) { ___movers_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___movers_17), (void*)value); } inline static int32_t get_offset_of_fireControl_18() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___fireControl_18)); } inline FlyerFireControl_t7BC76CB42A4A47F7623C1BE2A46BF8E0C2E6207D * get_fireControl_18() const { return ___fireControl_18; } inline FlyerFireControl_t7BC76CB42A4A47F7623C1BE2A46BF8E0C2E6207D ** get_address_of_fireControl_18() { return &___fireControl_18; } inline void set_fireControl_18(FlyerFireControl_t7BC76CB42A4A47F7623C1BE2A46BF8E0C2E6207D * value) { ___fireControl_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireControl_18), (void*)value); } inline static int32_t get_offset_of_U3CIsInDropZoneU3Ek__BackingField_19() { return static_cast(offsetof(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10, ___U3CIsInDropZoneU3Ek__BackingField_19)); } inline bool get_U3CIsInDropZoneU3Ek__BackingField_19() const { return ___U3CIsInDropZoneU3Ek__BackingField_19; } inline bool* get_address_of_U3CIsInDropZoneU3Ek__BackingField_19() { return &___U3CIsInDropZoneU3Ek__BackingField_19; } inline void set_U3CIsInDropZoneU3Ek__BackingField_19(bool value) { ___U3CIsInDropZoneU3Ek__BackingField_19 = value; } }; // BasicDroneMovement struct BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C : public EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 { public: // System.Single BasicDroneMovement::minHeight float ___minHeight_29; // System.Single BasicDroneMovement::maxHeight float ___maxHeight_30; // System.Single BasicDroneMovement::minSideToSide float ___minSideToSide_31; // System.Single BasicDroneMovement::maxSideToSide float ___maxSideToSide_32; // System.Single BasicDroneMovement::minOutFront float ___minOutFront_33; // System.Single BasicDroneMovement::maxOutFront float ___maxOutFront_34; // System.Single BasicDroneMovement::nearingWaitTime float ___nearingWaitTime_35; // UnityEngine.Vector3 BasicDroneMovement::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CrelativeMoveTargetU3Ek__BackingField_36; // UnityEngine.Events.UnityEvent BasicDroneMovement::onReachedTarget UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onReachedTarget_37; // System.Boolean BasicDroneMovement::closingIn bool ___closingIn_38; public: inline static int32_t get_offset_of_minHeight_29() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___minHeight_29)); } inline float get_minHeight_29() const { return ___minHeight_29; } inline float* get_address_of_minHeight_29() { return &___minHeight_29; } inline void set_minHeight_29(float value) { ___minHeight_29 = value; } inline static int32_t get_offset_of_maxHeight_30() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___maxHeight_30)); } inline float get_maxHeight_30() const { return ___maxHeight_30; } inline float* get_address_of_maxHeight_30() { return &___maxHeight_30; } inline void set_maxHeight_30(float value) { ___maxHeight_30 = value; } inline static int32_t get_offset_of_minSideToSide_31() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___minSideToSide_31)); } inline float get_minSideToSide_31() const { return ___minSideToSide_31; } inline float* get_address_of_minSideToSide_31() { return &___minSideToSide_31; } inline void set_minSideToSide_31(float value) { ___minSideToSide_31 = value; } inline static int32_t get_offset_of_maxSideToSide_32() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___maxSideToSide_32)); } inline float get_maxSideToSide_32() const { return ___maxSideToSide_32; } inline float* get_address_of_maxSideToSide_32() { return &___maxSideToSide_32; } inline void set_maxSideToSide_32(float value) { ___maxSideToSide_32 = value; } inline static int32_t get_offset_of_minOutFront_33() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___minOutFront_33)); } inline float get_minOutFront_33() const { return ___minOutFront_33; } inline float* get_address_of_minOutFront_33() { return &___minOutFront_33; } inline void set_minOutFront_33(float value) { ___minOutFront_33 = value; } inline static int32_t get_offset_of_maxOutFront_34() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___maxOutFront_34)); } inline float get_maxOutFront_34() const { return ___maxOutFront_34; } inline float* get_address_of_maxOutFront_34() { return &___maxOutFront_34; } inline void set_maxOutFront_34(float value) { ___maxOutFront_34 = value; } inline static int32_t get_offset_of_nearingWaitTime_35() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___nearingWaitTime_35)); } inline float get_nearingWaitTime_35() const { return ___nearingWaitTime_35; } inline float* get_address_of_nearingWaitTime_35() { return &___nearingWaitTime_35; } inline void set_nearingWaitTime_35(float value) { ___nearingWaitTime_35 = value; } inline static int32_t get_offset_of_U3CrelativeMoveTargetU3Ek__BackingField_36() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___U3CrelativeMoveTargetU3Ek__BackingField_36)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CrelativeMoveTargetU3Ek__BackingField_36() const { return ___U3CrelativeMoveTargetU3Ek__BackingField_36; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CrelativeMoveTargetU3Ek__BackingField_36() { return &___U3CrelativeMoveTargetU3Ek__BackingField_36; } inline void set_U3CrelativeMoveTargetU3Ek__BackingField_36(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CrelativeMoveTargetU3Ek__BackingField_36 = value; } inline static int32_t get_offset_of_onReachedTarget_37() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___onReachedTarget_37)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onReachedTarget_37() const { return ___onReachedTarget_37; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onReachedTarget_37() { return &___onReachedTarget_37; } inline void set_onReachedTarget_37(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onReachedTarget_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReachedTarget_37), (void*)value); } inline static int32_t get_offset_of_closingIn_38() { return static_cast(offsetof(BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C, ___closingIn_38)); } inline bool get_closingIn_38() const { return ___closingIn_38; } inline bool* get_address_of_closingIn_38() { return &___closingIn_38; } inline void set_closingIn_38(bool value) { ___closingIn_38 = value; } }; // BeamFireable struct BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A : public Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 { public: // UnityEngine.GameObject BeamFireable::beamObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___beamObject_11; // BasicDroneBehavior BeamFireable::behavior BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * ___behavior_12; // System.Boolean BeamFireable::restart bool ___restart_13; public: inline static int32_t get_offset_of_beamObject_11() { return static_cast(offsetof(BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A, ___beamObject_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_beamObject_11() const { return ___beamObject_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_beamObject_11() { return &___beamObject_11; } inline void set_beamObject_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___beamObject_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___beamObject_11), (void*)value); } inline static int32_t get_offset_of_behavior_12() { return static_cast(offsetof(BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A, ___behavior_12)); } inline BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * get_behavior_12() const { return ___behavior_12; } inline BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 ** get_address_of_behavior_12() { return &___behavior_12; } inline void set_behavior_12(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * value) { ___behavior_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___behavior_12), (void*)value); } inline static int32_t get_offset_of_restart_13() { return static_cast(offsetof(BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A, ___restart_13)); } inline bool get_restart_13() const { return ___restart_13; } inline bool* get_address_of_restart_13() { return &___restart_13; } inline void set_restart_13(bool value) { ___restart_13 = value; } }; // FlyerMovementApproach struct FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A : public EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 { public: // System.Single FlyerMovementApproach::minHeight float ___minHeight_29; // System.Single FlyerMovementApproach::maxHeight float ___maxHeight_30; // System.Single FlyerMovementApproach::minSideToSide float ___minSideToSide_31; // System.Single FlyerMovementApproach::maxSideToSide float ___maxSideToSide_32; // System.Single FlyerMovementApproach::nearingWaitTime float ___nearingWaitTime_33; // System.Single FlyerMovementApproach::relativeSpeedDiff float ___relativeSpeedDiff_34; // UnityEngine.Vector3 FlyerMovementApproach::k__BackingField Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___U3CrelativeMoveTargetU3Ek__BackingField_35; // UnityEngine.Events.UnityEvent FlyerMovementApproach::onReachedTarget UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onReachedTarget_36; // System.Boolean FlyerMovementApproach::closingIn bool ___closingIn_37; public: inline static int32_t get_offset_of_minHeight_29() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___minHeight_29)); } inline float get_minHeight_29() const { return ___minHeight_29; } inline float* get_address_of_minHeight_29() { return &___minHeight_29; } inline void set_minHeight_29(float value) { ___minHeight_29 = value; } inline static int32_t get_offset_of_maxHeight_30() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___maxHeight_30)); } inline float get_maxHeight_30() const { return ___maxHeight_30; } inline float* get_address_of_maxHeight_30() { return &___maxHeight_30; } inline void set_maxHeight_30(float value) { ___maxHeight_30 = value; } inline static int32_t get_offset_of_minSideToSide_31() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___minSideToSide_31)); } inline float get_minSideToSide_31() const { return ___minSideToSide_31; } inline float* get_address_of_minSideToSide_31() { return &___minSideToSide_31; } inline void set_minSideToSide_31(float value) { ___minSideToSide_31 = value; } inline static int32_t get_offset_of_maxSideToSide_32() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___maxSideToSide_32)); } inline float get_maxSideToSide_32() const { return ___maxSideToSide_32; } inline float* get_address_of_maxSideToSide_32() { return &___maxSideToSide_32; } inline void set_maxSideToSide_32(float value) { ___maxSideToSide_32 = value; } inline static int32_t get_offset_of_nearingWaitTime_33() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___nearingWaitTime_33)); } inline float get_nearingWaitTime_33() const { return ___nearingWaitTime_33; } inline float* get_address_of_nearingWaitTime_33() { return &___nearingWaitTime_33; } inline void set_nearingWaitTime_33(float value) { ___nearingWaitTime_33 = value; } inline static int32_t get_offset_of_relativeSpeedDiff_34() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___relativeSpeedDiff_34)); } inline float get_relativeSpeedDiff_34() const { return ___relativeSpeedDiff_34; } inline float* get_address_of_relativeSpeedDiff_34() { return &___relativeSpeedDiff_34; } inline void set_relativeSpeedDiff_34(float value) { ___relativeSpeedDiff_34 = value; } inline static int32_t get_offset_of_U3CrelativeMoveTargetU3Ek__BackingField_35() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___U3CrelativeMoveTargetU3Ek__BackingField_35)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_U3CrelativeMoveTargetU3Ek__BackingField_35() const { return ___U3CrelativeMoveTargetU3Ek__BackingField_35; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_U3CrelativeMoveTargetU3Ek__BackingField_35() { return &___U3CrelativeMoveTargetU3Ek__BackingField_35; } inline void set_U3CrelativeMoveTargetU3Ek__BackingField_35(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___U3CrelativeMoveTargetU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of_onReachedTarget_36() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___onReachedTarget_36)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onReachedTarget_36() const { return ___onReachedTarget_36; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onReachedTarget_36() { return &___onReachedTarget_36; } inline void set_onReachedTarget_36(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onReachedTarget_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___onReachedTarget_36), (void*)value); } inline static int32_t get_offset_of_closingIn_37() { return static_cast(offsetof(FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A, ___closingIn_37)); } inline bool get_closingIn_37() const { return ___closingIn_37; } inline bool* get_address_of_closingIn_37() { return &___closingIn_37; } inline void set_closingIn_37(bool value) { ___closingIn_37 = value; } }; // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 : public UIBehaviour_tD1C6E2D542222546D68510ECE74036EFBC3C3B0E { public: // UnityEngine.Material UnityEngine.UI.Graphic::m_Material Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_Material_6; // UnityEngine.Color UnityEngine.UI.Graphic::m_Color Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___m_Color_7; // System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate bool ___m_SkipLayoutUpdate_8; // System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate bool ___m_SkipMaterialUpdate_9; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget bool ___m_RaycastTarget_10; // System.Boolean UnityEngine.UI.Graphic::m_RaycastTargetCache bool ___m_RaycastTargetCache_11; // UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___m_RaycastPadding_12; // UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * ___m_RectTransform_13; // UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * ___m_CanvasRenderer_14; // UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * ___m_Canvas_15; // System.Boolean UnityEngine.UI.Graphic::m_VertsDirty bool ___m_VertsDirty_16; // System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty bool ___m_MaterialDirty_17; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyLayoutCallback_18; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyVertsCallback_19; // UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___m_OnDirtyMaterialCallback_20; // UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___m_CachedMesh_23; // UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___m_CachedUvs_24; // UnityEngine.UI.CoroutineTween.TweenRunner`1 UnityEngine.UI.Graphic::m_ColorTweenRunner TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * ___m_ColorTweenRunner_25; // System.Boolean UnityEngine.UI.Graphic::k__BackingField bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26; public: inline static int32_t get_offset_of_m_Material_6() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Material_6)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_Material_6() const { return ___m_Material_6; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_Material_6() { return &___m_Material_6; } inline void set_m_Material_6(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_Material_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value); } inline static int32_t get_offset_of_m_Color_7() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Color_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_m_Color_7() const { return ___m_Color_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_m_Color_7() { return &___m_Color_7; } inline void set_m_Color_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___m_Color_7 = value; } inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipLayoutUpdate_8)); } inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; } inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; } inline void set_m_SkipLayoutUpdate_8(bool value) { ___m_SkipLayoutUpdate_8 = value; } inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_SkipMaterialUpdate_9)); } inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; } inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; } inline void set_m_SkipMaterialUpdate_9(bool value) { ___m_SkipMaterialUpdate_9 = value; } inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTarget_10)); } inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; } inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; } inline void set_m_RaycastTarget_10(bool value) { ___m_RaycastTarget_10 = value; } inline static int32_t get_offset_of_m_RaycastTargetCache_11() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastTargetCache_11)); } inline bool get_m_RaycastTargetCache_11() const { return ___m_RaycastTargetCache_11; } inline bool* get_address_of_m_RaycastTargetCache_11() { return &___m_RaycastTargetCache_11; } inline void set_m_RaycastTargetCache_11(bool value) { ___m_RaycastTargetCache_11 = value; } inline static int32_t get_offset_of_m_RaycastPadding_12() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RaycastPadding_12)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_m_RaycastPadding_12() const { return ___m_RaycastPadding_12; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_m_RaycastPadding_12() { return &___m_RaycastPadding_12; } inline void set_m_RaycastPadding_12(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___m_RaycastPadding_12 = value; } inline static int32_t get_offset_of_m_RectTransform_13() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_RectTransform_13)); } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * get_m_RectTransform_13() const { return ___m_RectTransform_13; } inline RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 ** get_address_of_m_RectTransform_13() { return &___m_RectTransform_13; } inline void set_m_RectTransform_13(RectTransform_t8A6A306FB29A6C8C22010CF9040E319753571072 * value) { ___m_RectTransform_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_13), (void*)value); } inline static int32_t get_offset_of_m_CanvasRenderer_14() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CanvasRenderer_14)); } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * get_m_CanvasRenderer_14() const { return ___m_CanvasRenderer_14; } inline CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E ** get_address_of_m_CanvasRenderer_14() { return &___m_CanvasRenderer_14; } inline void set_m_CanvasRenderer_14(CanvasRenderer_tCF8ABE659F7C3A6ED0D99A988D0BDFB651310F0E * value) { ___m_CanvasRenderer_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_14), (void*)value); } inline static int32_t get_offset_of_m_Canvas_15() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_Canvas_15)); } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * get_m_Canvas_15() const { return ___m_Canvas_15; } inline Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA ** get_address_of_m_Canvas_15() { return &___m_Canvas_15; } inline void set_m_Canvas_15(Canvas_t2B7E56B7BDC287962E092755372E214ACB6393EA * value) { ___m_Canvas_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_15), (void*)value); } inline static int32_t get_offset_of_m_VertsDirty_16() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_VertsDirty_16)); } inline bool get_m_VertsDirty_16() const { return ___m_VertsDirty_16; } inline bool* get_address_of_m_VertsDirty_16() { return &___m_VertsDirty_16; } inline void set_m_VertsDirty_16(bool value) { ___m_VertsDirty_16 = value; } inline static int32_t get_offset_of_m_MaterialDirty_17() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_MaterialDirty_17)); } inline bool get_m_MaterialDirty_17() const { return ___m_MaterialDirty_17; } inline bool* get_address_of_m_MaterialDirty_17() { return &___m_MaterialDirty_17; } inline void set_m_MaterialDirty_17(bool value) { ___m_MaterialDirty_17 = value; } inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_18() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyLayoutCallback_18)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyLayoutCallback_18() const { return ___m_OnDirtyLayoutCallback_18; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyLayoutCallback_18() { return &___m_OnDirtyLayoutCallback_18; } inline void set_m_OnDirtyLayoutCallback_18(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyLayoutCallback_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_18), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyVertsCallback_19() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyVertsCallback_19)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyVertsCallback_19() const { return ___m_OnDirtyVertsCallback_19; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyVertsCallback_19() { return &___m_OnDirtyVertsCallback_19; } inline void set_m_OnDirtyVertsCallback_19(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyVertsCallback_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_19), (void*)value); } inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_20() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_OnDirtyMaterialCallback_20)); } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * get_m_OnDirtyMaterialCallback_20() const { return ___m_OnDirtyMaterialCallback_20; } inline UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 ** get_address_of_m_OnDirtyMaterialCallback_20() { return &___m_OnDirtyMaterialCallback_20; } inline void set_m_OnDirtyMaterialCallback_20(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * value) { ___m_OnDirtyMaterialCallback_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_20), (void*)value); } inline static int32_t get_offset_of_m_CachedMesh_23() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedMesh_23)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_m_CachedMesh_23() const { return ___m_CachedMesh_23; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_m_CachedMesh_23() { return &___m_CachedMesh_23; } inline void set_m_CachedMesh_23(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___m_CachedMesh_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_23), (void*)value); } inline static int32_t get_offset_of_m_CachedUvs_24() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_CachedUvs_24)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_m_CachedUvs_24() const { return ___m_CachedUvs_24; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_m_CachedUvs_24() { return &___m_CachedUvs_24; } inline void set_m_CachedUvs_24(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___m_CachedUvs_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_24), (void*)value); } inline static int32_t get_offset_of_m_ColorTweenRunner_25() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___m_ColorTweenRunner_25)); } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * get_m_ColorTweenRunner_25() const { return ___m_ColorTweenRunner_25; } inline TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 ** get_address_of_m_ColorTweenRunner_25() { return &___m_ColorTweenRunner_25; } inline void set_m_ColorTweenRunner_25(TweenRunner_1_tD84B9953874682FCC36990AF2C54D748293908F3 * value) { ___m_ColorTweenRunner_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_25), (void*)value); } inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_26() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26)); } inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_26() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26; } inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_26() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_26; } inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_26(bool value) { ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26 = value; } }; // HandOpenXR struct HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 : public Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 { public: // UnityEngine.XR.InputDevice HandOpenXR::controller InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E ___controller_57; // UnityEngine.XR.HapticCapabilities HandOpenXR::capabilities HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D ___capabilities_58; // UnityEngine.Vector3 HandOpenXR::velAcc Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___velAcc_59; // UnityEngine.Vector2 HandOpenXR::primary2D Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___primary2D_60; // System.Boolean HandOpenXR::buttonOneCurrent bool ___buttonOneCurrent_61; // System.Boolean HandOpenXR::buttonTwoCurrent bool ___buttonTwoCurrent_62; // System.Boolean HandOpenXR::thumbstickCurrent bool ___thumbstickCurrent_63; // System.Boolean HandOpenXR::pauseCurrent bool ___pauseCurrent_64; // System.Boolean HandOpenXR::present bool ___present_65; // System.Boolean HandOpenXR::prevPresent bool ___prevPresent_66; public: inline static int32_t get_offset_of_controller_57() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___controller_57)); } inline InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E get_controller_57() const { return ___controller_57; } inline InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * get_address_of_controller_57() { return &___controller_57; } inline void set_controller_57(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E value) { ___controller_57 = value; } inline static int32_t get_offset_of_capabilities_58() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___capabilities_58)); } inline HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D get_capabilities_58() const { return ___capabilities_58; } inline HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * get_address_of_capabilities_58() { return &___capabilities_58; } inline void set_capabilities_58(HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D value) { ___capabilities_58 = value; } inline static int32_t get_offset_of_velAcc_59() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___velAcc_59)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_velAcc_59() const { return ___velAcc_59; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_velAcc_59() { return &___velAcc_59; } inline void set_velAcc_59(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___velAcc_59 = value; } inline static int32_t get_offset_of_primary2D_60() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___primary2D_60)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_primary2D_60() const { return ___primary2D_60; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_primary2D_60() { return &___primary2D_60; } inline void set_primary2D_60(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___primary2D_60 = value; } inline static int32_t get_offset_of_buttonOneCurrent_61() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___buttonOneCurrent_61)); } inline bool get_buttonOneCurrent_61() const { return ___buttonOneCurrent_61; } inline bool* get_address_of_buttonOneCurrent_61() { return &___buttonOneCurrent_61; } inline void set_buttonOneCurrent_61(bool value) { ___buttonOneCurrent_61 = value; } inline static int32_t get_offset_of_buttonTwoCurrent_62() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___buttonTwoCurrent_62)); } inline bool get_buttonTwoCurrent_62() const { return ___buttonTwoCurrent_62; } inline bool* get_address_of_buttonTwoCurrent_62() { return &___buttonTwoCurrent_62; } inline void set_buttonTwoCurrent_62(bool value) { ___buttonTwoCurrent_62 = value; } inline static int32_t get_offset_of_thumbstickCurrent_63() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___thumbstickCurrent_63)); } inline bool get_thumbstickCurrent_63() const { return ___thumbstickCurrent_63; } inline bool* get_address_of_thumbstickCurrent_63() { return &___thumbstickCurrent_63; } inline void set_thumbstickCurrent_63(bool value) { ___thumbstickCurrent_63 = value; } inline static int32_t get_offset_of_pauseCurrent_64() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___pauseCurrent_64)); } inline bool get_pauseCurrent_64() const { return ___pauseCurrent_64; } inline bool* get_address_of_pauseCurrent_64() { return &___pauseCurrent_64; } inline void set_pauseCurrent_64(bool value) { ___pauseCurrent_64 = value; } inline static int32_t get_offset_of_present_65() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___present_65)); } inline bool get_present_65() const { return ___present_65; } inline bool* get_address_of_present_65() { return &___present_65; } inline void set_present_65(bool value) { ___present_65 = value; } inline static int32_t get_offset_of_prevPresent_66() { return static_cast(offsetof(HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904, ___prevPresent_66)); } inline bool get_prevPresent_66() const { return ___prevPresent_66; } inline bool* get_address_of_prevPresent_66() { return &___prevPresent_66; } inline void set_prevPresent_66(bool value) { ___prevPresent_66 = value; } }; // PlayerFollower struct PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 : public Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 { public: // System.Single PlayerFollower::corneringSlowdownMinThreshold float ___corneringSlowdownMinThreshold_21; // System.Single PlayerFollower::corneringSlowdownMaxThreshold float ___corneringSlowdownMaxThreshold_22; // System.Single PlayerFollower::corneringSlowestSpeed float ___corneringSlowestSpeed_23; // System.Single PlayerFollower::turningLookAheadTime float ___turningLookAheadTime_24; // System.Single PlayerFollower::pitchPerSpeed float ___pitchPerSpeed_25; // System.Single PlayerFollower::playerSpeedAdjustment float ___playerSpeedAdjustment_26; // System.Single PlayerFollower::k__BackingField float ___U3CBaseSpeedU3Ek__BackingField_27; // System.Single PlayerFollower::startingPitch float ___startingPitch_30; // UnityEngine.AudioSource PlayerFollower::engineSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___engineSource_31; public: inline static int32_t get_offset_of_corneringSlowdownMinThreshold_21() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___corneringSlowdownMinThreshold_21)); } inline float get_corneringSlowdownMinThreshold_21() const { return ___corneringSlowdownMinThreshold_21; } inline float* get_address_of_corneringSlowdownMinThreshold_21() { return &___corneringSlowdownMinThreshold_21; } inline void set_corneringSlowdownMinThreshold_21(float value) { ___corneringSlowdownMinThreshold_21 = value; } inline static int32_t get_offset_of_corneringSlowdownMaxThreshold_22() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___corneringSlowdownMaxThreshold_22)); } inline float get_corneringSlowdownMaxThreshold_22() const { return ___corneringSlowdownMaxThreshold_22; } inline float* get_address_of_corneringSlowdownMaxThreshold_22() { return &___corneringSlowdownMaxThreshold_22; } inline void set_corneringSlowdownMaxThreshold_22(float value) { ___corneringSlowdownMaxThreshold_22 = value; } inline static int32_t get_offset_of_corneringSlowestSpeed_23() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___corneringSlowestSpeed_23)); } inline float get_corneringSlowestSpeed_23() const { return ___corneringSlowestSpeed_23; } inline float* get_address_of_corneringSlowestSpeed_23() { return &___corneringSlowestSpeed_23; } inline void set_corneringSlowestSpeed_23(float value) { ___corneringSlowestSpeed_23 = value; } inline static int32_t get_offset_of_turningLookAheadTime_24() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___turningLookAheadTime_24)); } inline float get_turningLookAheadTime_24() const { return ___turningLookAheadTime_24; } inline float* get_address_of_turningLookAheadTime_24() { return &___turningLookAheadTime_24; } inline void set_turningLookAheadTime_24(float value) { ___turningLookAheadTime_24 = value; } inline static int32_t get_offset_of_pitchPerSpeed_25() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___pitchPerSpeed_25)); } inline float get_pitchPerSpeed_25() const { return ___pitchPerSpeed_25; } inline float* get_address_of_pitchPerSpeed_25() { return &___pitchPerSpeed_25; } inline void set_pitchPerSpeed_25(float value) { ___pitchPerSpeed_25 = value; } inline static int32_t get_offset_of_playerSpeedAdjustment_26() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___playerSpeedAdjustment_26)); } inline float get_playerSpeedAdjustment_26() const { return ___playerSpeedAdjustment_26; } inline float* get_address_of_playerSpeedAdjustment_26() { return &___playerSpeedAdjustment_26; } inline void set_playerSpeedAdjustment_26(float value) { ___playerSpeedAdjustment_26 = value; } inline static int32_t get_offset_of_U3CBaseSpeedU3Ek__BackingField_27() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___U3CBaseSpeedU3Ek__BackingField_27)); } inline float get_U3CBaseSpeedU3Ek__BackingField_27() const { return ___U3CBaseSpeedU3Ek__BackingField_27; } inline float* get_address_of_U3CBaseSpeedU3Ek__BackingField_27() { return &___U3CBaseSpeedU3Ek__BackingField_27; } inline void set_U3CBaseSpeedU3Ek__BackingField_27(float value) { ___U3CBaseSpeedU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_startingPitch_30() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___startingPitch_30)); } inline float get_startingPitch_30() const { return ___startingPitch_30; } inline float* get_address_of_startingPitch_30() { return &___startingPitch_30; } inline void set_startingPitch_30(float value) { ___startingPitch_30 = value; } inline static int32_t get_offset_of_engineSource_31() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006, ___engineSource_31)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_engineSource_31() const { return ___engineSource_31; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_engineSource_31() { return &___engineSource_31; } inline void set_engineSource_31(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___engineSource_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___engineSource_31), (void*)value); } }; // ProximityMine struct ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 : public EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D { public: // UnityEngine.AudioClip ProximityMine::attachSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___attachSound_9; // System.Single ProximityMine::despawnDistance float ___despawnDistance_10; // System.Single ProximityMine::explodeProximity float ___explodeProximity_11; // System.Single ProximityMine::explosionDamage float ___explosionDamage_12; // System.Single ProximityMine::armingDelay float ___armingDelay_13; // System.Int32 ProximityMine::explosionAheadOffset int32_t ___explosionAheadOffset_14; // UnityEngine.Transform ProximityMine::explosionPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPrefab_15; // UnityEngine.Transform ProximityMine::destroyedPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___destroyedPrefab_16; // UnityEngine.GameObject ProximityMine::blinker GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___blinker_17; // UnityEngine.Rigidbody ProximityMine::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_18; // UnityEngine.AudioSource ProximityMine::mineAudio AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___mineAudio_19; // System.Boolean ProximityMine::armed bool ___armed_20; // System.Boolean ProximityMine::arming bool ___arming_21; public: inline static int32_t get_offset_of_attachSound_9() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___attachSound_9)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_attachSound_9() const { return ___attachSound_9; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_attachSound_9() { return &___attachSound_9; } inline void set_attachSound_9(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___attachSound_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___attachSound_9), (void*)value); } inline static int32_t get_offset_of_despawnDistance_10() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___despawnDistance_10)); } inline float get_despawnDistance_10() const { return ___despawnDistance_10; } inline float* get_address_of_despawnDistance_10() { return &___despawnDistance_10; } inline void set_despawnDistance_10(float value) { ___despawnDistance_10 = value; } inline static int32_t get_offset_of_explodeProximity_11() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___explodeProximity_11)); } inline float get_explodeProximity_11() const { return ___explodeProximity_11; } inline float* get_address_of_explodeProximity_11() { return &___explodeProximity_11; } inline void set_explodeProximity_11(float value) { ___explodeProximity_11 = value; } inline static int32_t get_offset_of_explosionDamage_12() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___explosionDamage_12)); } inline float get_explosionDamage_12() const { return ___explosionDamage_12; } inline float* get_address_of_explosionDamage_12() { return &___explosionDamage_12; } inline void set_explosionDamage_12(float value) { ___explosionDamage_12 = value; } inline static int32_t get_offset_of_armingDelay_13() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___armingDelay_13)); } inline float get_armingDelay_13() const { return ___armingDelay_13; } inline float* get_address_of_armingDelay_13() { return &___armingDelay_13; } inline void set_armingDelay_13(float value) { ___armingDelay_13 = value; } inline static int32_t get_offset_of_explosionAheadOffset_14() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___explosionAheadOffset_14)); } inline int32_t get_explosionAheadOffset_14() const { return ___explosionAheadOffset_14; } inline int32_t* get_address_of_explosionAheadOffset_14() { return &___explosionAheadOffset_14; } inline void set_explosionAheadOffset_14(int32_t value) { ___explosionAheadOffset_14 = value; } inline static int32_t get_offset_of_explosionPrefab_15() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___explosionPrefab_15)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPrefab_15() const { return ___explosionPrefab_15; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPrefab_15() { return &___explosionPrefab_15; } inline void set_explosionPrefab_15(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPrefab_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPrefab_15), (void*)value); } inline static int32_t get_offset_of_destroyedPrefab_16() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___destroyedPrefab_16)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_destroyedPrefab_16() const { return ___destroyedPrefab_16; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_destroyedPrefab_16() { return &___destroyedPrefab_16; } inline void set_destroyedPrefab_16(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___destroyedPrefab_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedPrefab_16), (void*)value); } inline static int32_t get_offset_of_blinker_17() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___blinker_17)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_blinker_17() const { return ___blinker_17; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_blinker_17() { return &___blinker_17; } inline void set_blinker_17(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___blinker_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___blinker_17), (void*)value); } inline static int32_t get_offset_of_rb_18() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___rb_18)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_18() const { return ___rb_18; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_18() { return &___rb_18; } inline void set_rb_18(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_18), (void*)value); } inline static int32_t get_offset_of_mineAudio_19() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___mineAudio_19)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_mineAudio_19() const { return ___mineAudio_19; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_mineAudio_19() { return &___mineAudio_19; } inline void set_mineAudio_19(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___mineAudio_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___mineAudio_19), (void*)value); } inline static int32_t get_offset_of_armed_20() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___armed_20)); } inline bool get_armed_20() const { return ___armed_20; } inline bool* get_address_of_armed_20() { return &___armed_20; } inline void set_armed_20(bool value) { ___armed_20 = value; } inline static int32_t get_offset_of_arming_21() { return static_cast(offsetof(ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783, ___arming_21)); } inline bool get_arming_21() const { return ___arming_21; } inline bool* get_address_of_arming_21() { return &___arming_21; } inline void set_arming_21(bool value) { ___arming_21 = value; } }; // RollerFireable struct RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F : public Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 { public: // BasicDroneBehavior RollerFireable::droneBehavior BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * ___droneBehavior_11; // System.Collections.Generic.List`1 RollerFireable::rollers List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * ___rollers_12; public: inline static int32_t get_offset_of_droneBehavior_11() { return static_cast(offsetof(RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F, ___droneBehavior_11)); } inline BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * get_droneBehavior_11() const { return ___droneBehavior_11; } inline BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 ** get_address_of_droneBehavior_11() { return &___droneBehavior_11; } inline void set_droneBehavior_11(BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * value) { ___droneBehavior_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___droneBehavior_11), (void*)value); } inline static int32_t get_offset_of_rollers_12() { return static_cast(offsetof(RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F, ___rollers_12)); } inline List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * get_rollers_12() const { return ___rollers_12; } inline List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 ** get_address_of_rollers_12() { return &___rollers_12; } inline void set_rollers_12(List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * value) { ___rollers_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___rollers_12), (void*)value); } }; // SpiderTankMovement struct SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 : public EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 { public: // SpiderTankAnimationController SpiderTankMovement::tankAnimator SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * ___tankAnimator_31; // System.Single SpiderTankMovement::jumpMaxSpeed float ___jumpMaxSpeed_32; // System.Single SpiderTankMovement::jumpAcceleration float ___jumpAcceleration_33; // System.Single SpiderTankMovement::dyingSpeed float ___dyingSpeed_34; // System.Single SpiderTankMovement::optimalRange float ___optimalRange_35; // System.Single SpiderTankMovement::phase3OptimalRange float ___phase3OptimalRange_36; // System.Single SpiderTankMovement::maxAlongsidedness float ___maxAlongsidedness_37; // System.Single SpiderTankMovement::aheadOffset float ___aheadOffset_38; // System.Single SpiderTankMovement::underneathJumpTimer float ___underneathJumpTimer_39; // System.Single SpiderTankMovement::jumpTimerReset float ___jumpTimerReset_40; // SpiderTankMovementState SpiderTankMovement::k__BackingField int32_t ___U3CMoveStateU3Ek__BackingField_41; // System.Single SpiderTankMovement::normalAcceleration float ___normalAcceleration_42; // System.Single SpiderTankMovement::currentOptimalRange float ___currentOptimalRange_43; // System.Single SpiderTankMovement::timeUnderneath float ___timeUnderneath_44; // System.Single SpiderTankMovement::timeSinceUnderneath float ___timeSinceUnderneath_45; // System.Single SpiderTankMovement::lastJumpAt float ___lastJumpAt_46; public: inline static int32_t get_offset_of_tankAnimator_31() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___tankAnimator_31)); } inline SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * get_tankAnimator_31() const { return ___tankAnimator_31; } inline SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 ** get_address_of_tankAnimator_31() { return &___tankAnimator_31; } inline void set_tankAnimator_31(SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * value) { ___tankAnimator_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___tankAnimator_31), (void*)value); } inline static int32_t get_offset_of_jumpMaxSpeed_32() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___jumpMaxSpeed_32)); } inline float get_jumpMaxSpeed_32() const { return ___jumpMaxSpeed_32; } inline float* get_address_of_jumpMaxSpeed_32() { return &___jumpMaxSpeed_32; } inline void set_jumpMaxSpeed_32(float value) { ___jumpMaxSpeed_32 = value; } inline static int32_t get_offset_of_jumpAcceleration_33() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___jumpAcceleration_33)); } inline float get_jumpAcceleration_33() const { return ___jumpAcceleration_33; } inline float* get_address_of_jumpAcceleration_33() { return &___jumpAcceleration_33; } inline void set_jumpAcceleration_33(float value) { ___jumpAcceleration_33 = value; } inline static int32_t get_offset_of_dyingSpeed_34() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___dyingSpeed_34)); } inline float get_dyingSpeed_34() const { return ___dyingSpeed_34; } inline float* get_address_of_dyingSpeed_34() { return &___dyingSpeed_34; } inline void set_dyingSpeed_34(float value) { ___dyingSpeed_34 = value; } inline static int32_t get_offset_of_optimalRange_35() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___optimalRange_35)); } inline float get_optimalRange_35() const { return ___optimalRange_35; } inline float* get_address_of_optimalRange_35() { return &___optimalRange_35; } inline void set_optimalRange_35(float value) { ___optimalRange_35 = value; } inline static int32_t get_offset_of_phase3OptimalRange_36() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___phase3OptimalRange_36)); } inline float get_phase3OptimalRange_36() const { return ___phase3OptimalRange_36; } inline float* get_address_of_phase3OptimalRange_36() { return &___phase3OptimalRange_36; } inline void set_phase3OptimalRange_36(float value) { ___phase3OptimalRange_36 = value; } inline static int32_t get_offset_of_maxAlongsidedness_37() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___maxAlongsidedness_37)); } inline float get_maxAlongsidedness_37() const { return ___maxAlongsidedness_37; } inline float* get_address_of_maxAlongsidedness_37() { return &___maxAlongsidedness_37; } inline void set_maxAlongsidedness_37(float value) { ___maxAlongsidedness_37 = value; } inline static int32_t get_offset_of_aheadOffset_38() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___aheadOffset_38)); } inline float get_aheadOffset_38() const { return ___aheadOffset_38; } inline float* get_address_of_aheadOffset_38() { return &___aheadOffset_38; } inline void set_aheadOffset_38(float value) { ___aheadOffset_38 = value; } inline static int32_t get_offset_of_underneathJumpTimer_39() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___underneathJumpTimer_39)); } inline float get_underneathJumpTimer_39() const { return ___underneathJumpTimer_39; } inline float* get_address_of_underneathJumpTimer_39() { return &___underneathJumpTimer_39; } inline void set_underneathJumpTimer_39(float value) { ___underneathJumpTimer_39 = value; } inline static int32_t get_offset_of_jumpTimerReset_40() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___jumpTimerReset_40)); } inline float get_jumpTimerReset_40() const { return ___jumpTimerReset_40; } inline float* get_address_of_jumpTimerReset_40() { return &___jumpTimerReset_40; } inline void set_jumpTimerReset_40(float value) { ___jumpTimerReset_40 = value; } inline static int32_t get_offset_of_U3CMoveStateU3Ek__BackingField_41() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___U3CMoveStateU3Ek__BackingField_41)); } inline int32_t get_U3CMoveStateU3Ek__BackingField_41() const { return ___U3CMoveStateU3Ek__BackingField_41; } inline int32_t* get_address_of_U3CMoveStateU3Ek__BackingField_41() { return &___U3CMoveStateU3Ek__BackingField_41; } inline void set_U3CMoveStateU3Ek__BackingField_41(int32_t value) { ___U3CMoveStateU3Ek__BackingField_41 = value; } inline static int32_t get_offset_of_normalAcceleration_42() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___normalAcceleration_42)); } inline float get_normalAcceleration_42() const { return ___normalAcceleration_42; } inline float* get_address_of_normalAcceleration_42() { return &___normalAcceleration_42; } inline void set_normalAcceleration_42(float value) { ___normalAcceleration_42 = value; } inline static int32_t get_offset_of_currentOptimalRange_43() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___currentOptimalRange_43)); } inline float get_currentOptimalRange_43() const { return ___currentOptimalRange_43; } inline float* get_address_of_currentOptimalRange_43() { return &___currentOptimalRange_43; } inline void set_currentOptimalRange_43(float value) { ___currentOptimalRange_43 = value; } inline static int32_t get_offset_of_timeUnderneath_44() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___timeUnderneath_44)); } inline float get_timeUnderneath_44() const { return ___timeUnderneath_44; } inline float* get_address_of_timeUnderneath_44() { return &___timeUnderneath_44; } inline void set_timeUnderneath_44(float value) { ___timeUnderneath_44 = value; } inline static int32_t get_offset_of_timeSinceUnderneath_45() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___timeSinceUnderneath_45)); } inline float get_timeSinceUnderneath_45() const { return ___timeSinceUnderneath_45; } inline float* get_address_of_timeSinceUnderneath_45() { return &___timeSinceUnderneath_45; } inline void set_timeSinceUnderneath_45(float value) { ___timeSinceUnderneath_45 = value; } inline static int32_t get_offset_of_lastJumpAt_46() { return static_cast(offsetof(SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038, ___lastJumpAt_46)); } inline float get_lastJumpAt_46() const { return ___lastJumpAt_46; } inline float* get_address_of_lastJumpAt_46() { return &___lastJumpAt_46; } inline void set_lastJumpAt_46(float value) { ___lastJumpAt_46 = value; } }; // UnityEngine.UI.MaskableGraphic struct MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE : public Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24 { public: // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil bool ___m_ShouldRecalculateStencil_27; // UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___m_MaskMaterial_28; // UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * ___m_ParentMask_29; // System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable bool ___m_Maskable_30; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic bool ___m_IsMaskingGraphic_31; // System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking bool ___m_IncludeForMasking_32; // UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * ___m_OnCullStateChanged_33; // System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate bool ___m_ShouldRecalculate_34; // System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue int32_t ___m_StencilValue_35; // UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___m_Corners_36; public: inline static int32_t get_offset_of_m_ShouldRecalculateStencil_27() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculateStencil_27)); } inline bool get_m_ShouldRecalculateStencil_27() const { return ___m_ShouldRecalculateStencil_27; } inline bool* get_address_of_m_ShouldRecalculateStencil_27() { return &___m_ShouldRecalculateStencil_27; } inline void set_m_ShouldRecalculateStencil_27(bool value) { ___m_ShouldRecalculateStencil_27 = value; } inline static int32_t get_offset_of_m_MaskMaterial_28() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_MaskMaterial_28)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_m_MaskMaterial_28() const { return ___m_MaskMaterial_28; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_m_MaskMaterial_28() { return &___m_MaskMaterial_28; } inline void set_m_MaskMaterial_28(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___m_MaskMaterial_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_28), (void*)value); } inline static int32_t get_offset_of_m_ParentMask_29() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ParentMask_29)); } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * get_m_ParentMask_29() const { return ___m_ParentMask_29; } inline RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 ** get_address_of_m_ParentMask_29() { return &___m_ParentMask_29; } inline void set_m_ParentMask_29(RectMask2D_tD909811991B341D752E4C978C89EFB80FA7A2B15 * value) { ___m_ParentMask_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_29), (void*)value); } inline static int32_t get_offset_of_m_Maskable_30() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Maskable_30)); } inline bool get_m_Maskable_30() const { return ___m_Maskable_30; } inline bool* get_address_of_m_Maskable_30() { return &___m_Maskable_30; } inline void set_m_Maskable_30(bool value) { ___m_Maskable_30 = value; } inline static int32_t get_offset_of_m_IsMaskingGraphic_31() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IsMaskingGraphic_31)); } inline bool get_m_IsMaskingGraphic_31() const { return ___m_IsMaskingGraphic_31; } inline bool* get_address_of_m_IsMaskingGraphic_31() { return &___m_IsMaskingGraphic_31; } inline void set_m_IsMaskingGraphic_31(bool value) { ___m_IsMaskingGraphic_31 = value; } inline static int32_t get_offset_of_m_IncludeForMasking_32() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_IncludeForMasking_32)); } inline bool get_m_IncludeForMasking_32() const { return ___m_IncludeForMasking_32; } inline bool* get_address_of_m_IncludeForMasking_32() { return &___m_IncludeForMasking_32; } inline void set_m_IncludeForMasking_32(bool value) { ___m_IncludeForMasking_32 = value; } inline static int32_t get_offset_of_m_OnCullStateChanged_33() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_OnCullStateChanged_33)); } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * get_m_OnCullStateChanged_33() const { return ___m_OnCullStateChanged_33; } inline CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 ** get_address_of_m_OnCullStateChanged_33() { return &___m_OnCullStateChanged_33; } inline void set_m_OnCullStateChanged_33(CullStateChangedEvent_t9B69755DEBEF041C3CC15C3604610BDD72856BD4 * value) { ___m_OnCullStateChanged_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_33), (void*)value); } inline static int32_t get_offset_of_m_ShouldRecalculate_34() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_ShouldRecalculate_34)); } inline bool get_m_ShouldRecalculate_34() const { return ___m_ShouldRecalculate_34; } inline bool* get_address_of_m_ShouldRecalculate_34() { return &___m_ShouldRecalculate_34; } inline void set_m_ShouldRecalculate_34(bool value) { ___m_ShouldRecalculate_34 = value; } inline static int32_t get_offset_of_m_StencilValue_35() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_StencilValue_35)); } inline int32_t get_m_StencilValue_35() const { return ___m_StencilValue_35; } inline int32_t* get_address_of_m_StencilValue_35() { return &___m_StencilValue_35; } inline void set_m_StencilValue_35(int32_t value) { ___m_StencilValue_35 = value; } inline static int32_t get_offset_of_m_Corners_36() { return static_cast(offsetof(MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE, ___m_Corners_36)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_m_Corners_36() const { return ___m_Corners_36; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_m_Corners_36() { return &___m_Corners_36; } inline void set_m_Corners_36(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___m_Corners_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_36), (void*)value); } }; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 : public MaskableGraphic_t0DB59E37E3C8AD2F5A4FB7FB091630CB21370CCE { public: // UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * ___m_FontData_37; // System.String UnityEngine.UI.Text::m_Text String_t* ___m_Text_38; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCache_39; // UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * ___m_TextCacheForLayout_40; // System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback bool ___m_DisableFontTextureRebuiltCallback_42; // UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* ___m_TempVerts_43; public: inline static int32_t get_offset_of_m_FontData_37() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_FontData_37)); } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * get_m_FontData_37() const { return ___m_FontData_37; } inline FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 ** get_address_of_m_FontData_37() { return &___m_FontData_37; } inline void set_m_FontData_37(FontData_t0F1E9B3ED8136CD40782AC9A6AFB69CAD127C738 * value) { ___m_FontData_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_37), (void*)value); } inline static int32_t get_offset_of_m_Text_38() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_Text_38)); } inline String_t* get_m_Text_38() const { return ___m_Text_38; } inline String_t** get_address_of_m_Text_38() { return &___m_Text_38; } inline void set_m_Text_38(String_t* value) { ___m_Text_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Text_38), (void*)value); } inline static int32_t get_offset_of_m_TextCache_39() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCache_39)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCache_39() const { return ___m_TextCache_39; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCache_39() { return &___m_TextCache_39; } inline void set_m_TextCache_39(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCache_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_39), (void*)value); } inline static int32_t get_offset_of_m_TextCacheForLayout_40() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TextCacheForLayout_40)); } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * get_m_TextCacheForLayout_40() const { return ___m_TextCacheForLayout_40; } inline TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 ** get_address_of_m_TextCacheForLayout_40() { return &___m_TextCacheForLayout_40; } inline void set_m_TextCacheForLayout_40(TextGenerator_t893F256D3587633108E00E5731CDC5A77AFF1B70 * value) { ___m_TextCacheForLayout_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_40), (void*)value); } inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_42() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_DisableFontTextureRebuiltCallback_42)); } inline bool get_m_DisableFontTextureRebuiltCallback_42() const { return ___m_DisableFontTextureRebuiltCallback_42; } inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_42() { return &___m_DisableFontTextureRebuiltCallback_42; } inline void set_m_DisableFontTextureRebuiltCallback_42(bool value) { ___m_DisableFontTextureRebuiltCallback_42 = value; } inline static int32_t get_offset_of_m_TempVerts_43() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1, ___m_TempVerts_43)); } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* get_m_TempVerts_43() const { return ___m_TempVerts_43; } inline UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A** get_address_of_m_TempVerts_43() { return &___m_TempVerts_43; } inline void set_m_TempVerts_43(UIVertexU5BU5D_tE3D523C48DFEBC775876720DE2539A79FB7E5E5A* value) { ___m_TempVerts_43 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_43), (void*)value); } }; // System.Object // System.Object // System.Collections.Generic.List`1 struct List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_StaticFields, ____emptyArray_5)); } inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* get__emptyArray_5() const { return ____emptyArray_5; } inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5_StaticFields, ____emptyArray_5)); } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* get__emptyArray_5() const { return ____emptyArray_5; } inline GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9_StaticFields, ____emptyArray_5)); } inline GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE* get__emptyArray_5() const { return ____emptyArray_5; } inline GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_StaticFields, ____emptyArray_5)); } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* get__emptyArray_5() const { return ____emptyArray_5; } inline TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // UnityEngine.CustomYieldInstruction // UnityEngine.CustomYieldInstruction // DataManager struct DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields { public: // SaveData DataManager::saveData SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * ___saveData_0; // System.Boolean DataManager::deathlessRun bool ___deathlessRun_1; // System.String DataManager::savePath String_t* ___savePath_2; public: inline static int32_t get_offset_of_saveData_0() { return static_cast(offsetof(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields, ___saveData_0)); } inline SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * get_saveData_0() const { return ___saveData_0; } inline SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 ** get_address_of_saveData_0() { return &___saveData_0; } inline void set_saveData_0(SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * value) { ___saveData_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___saveData_0), (void*)value); } inline static int32_t get_offset_of_deathlessRun_1() { return static_cast(offsetof(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields, ___deathlessRun_1)); } inline bool get_deathlessRun_1() const { return ___deathlessRun_1; } inline bool* get_address_of_deathlessRun_1() { return &___deathlessRun_1; } inline void set_deathlessRun_1(bool value) { ___deathlessRun_1 = value; } inline static int32_t get_offset_of_savePath_2() { return static_cast(offsetof(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields, ___savePath_2)); } inline String_t* get_savePath_2() const { return ___savePath_2; } inline String_t** get_address_of_savePath_2() { return &___savePath_2; } inline void set_savePath_2(String_t* value) { ___savePath_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___savePath_2), (void*)value); } }; // DataManager // GridBlock // GridBlock // System.MarshalByRefObject // System.MarshalByRefObject // System.String 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.String // UnityEngine.Events.UnityEventBase // UnityEngine.Events.UnityEventBase // System.ValueType // System.ValueType // UnityEngine.YieldInstruction // UnityEngine.YieldInstruction // AssassinAnimationController/d__19 // AssassinAnimationController/d__19 // BasicDroneMovement/d__22 // BasicDroneMovement/d__22 // BeamFireable/d__9 // BeamFireable/d__9 // BeamFireable/d__10 // BeamFireable/d__10 // BikeAnimationController/d__31 // BikeAnimationController/d__31 // BossTrainBehavior/d__26 // BossTrainBehavior/d__26 // Breakable/d__30 // Breakable/d__30 // Cannon/d__22 // Cannon/d__22 // DreadnaughtBehavior/d__40 // DreadnaughtBehavior/d__40 // EnemyBikeAnimationController/d__35 // EnemyBikeAnimationController/d__35 // EnemyBikeAnimationController/d__34 // EnemyBikeAnimationController/d__34 // EnemySpawner/d__8 // EnemySpawner/d__8 // FMODMusicManager/d__41 // FMODMusicManager/d__41 // FlyerMovementApproach/d__21 // FlyerMovementApproach/d__21 // FontCacher/d__3 // FontCacher/d__3 // GameMenu/d__116 // GameMenu/d__116 // GameMenu/d__107 // GameMenu/d__107 // GameMenu/d__112 // GameMenu/d__112 // GameMenu/d__111 // GameMenu/d__111 // GameMenu/d__108 // GameMenu/d__108 // GameMenu/d__110 // GameMenu/d__110 // GameMenu/d__109 // GameMenu/d__109 // GameMenu/d__114 // GameMenu/d__114 // GameMenu/d__113 // GameMenu/d__113 // GameMenu/d__115 // GameMenu/d__115 // HammerheadFireControl/d__36 // HammerheadFireControl/d__36 // HandOpenXR/d__13 // HandOpenXR/d__13 // HandOpenXR/d__15 // HandOpenXR/d__15 // Handlegun/d__56 // Handlegun/d__56 // HarasserAnimationController/d__6 // HarasserAnimationController/d__6 // LeaderboardSlideshow/d__5 // LeaderboardSlideshow/d__5 // LoadTest/d__3 // LoadTest/d__3 // ManticoreAnimationController/d__52 // ManticoreAnimationController/d__52 // MasterAudioController/d__28 // MasterAudioController/d__28 // MasterAudioController/d__27 // MasterAudioController/d__27 // MovingProjectileTest/d__7 // MovingProjectileTest/d__7 // Pauser/d__2 // Pauser/d__2 // ProximityMine/d__19 // ProximityMine/d__19 // RoadsideCreditsPlacer/d__18 // RoadsideCreditsPlacer/d__18 // ScreenShot/<>c__DisplayClass15_0 // ScreenShot/<>c__DisplayClass15_0 // Sidearm/d__153 // Sidearm/d__153 // Sidearm/d__152 // Sidearm/d__152 // SoundFXRandomizer/d__15 // SoundFXRandomizer/d__15 // SpeedPad/d__19 // SpeedPad/d__19 // SpiderTankAnimationController/d__82 // SpiderTankAnimationController/d__82 // StageAdvancer/d__19 // StageAdvancer/d__19 // StageAdvancer/d__20 // StageAdvancer/d__20 // TailLightToggle/d__7 // TailLightToggle/d__7 // TutorialManager/d__94 // TutorialManager/d__94 // TutorialManager/d__93 // TutorialManager/d__93 // UITextTypeWriter/d__13 // UITextTypeWriter/d__13 // VoiceAudioController/d__16 // VoiceAudioController/d__16 // WaveHandler/d__46 // WaveHandler/d__46 // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.Char // UnityEngine.Color // UnityEngine.Color // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // System.Enum // System.Runtime.InteropServices.GCHandle // System.Runtime.InteropServices.GCHandle // UnityEngine.XR.HapticCapabilities // UnityEngine.XR.HapticCapabilities // UnityEngine.XR.InputDevice struct InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_StaticFields { public: // System.Collections.Generic.List`1 UnityEngine.XR.InputDevice::s_InputSubsystemCache List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * ___s_InputSubsystemCache_0; public: inline static int32_t get_offset_of_s_InputSubsystemCache_0() { return static_cast(offsetof(InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E_StaticFields, ___s_InputSubsystemCache_0)); } inline List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * get_s_InputSubsystemCache_0() const { return ___s_InputSubsystemCache_0; } inline List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 ** get_address_of_s_InputSubsystemCache_0() { return &___s_InputSubsystemCache_0; } inline void set_s_InputSubsystemCache_0(List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4 * value) { ___s_InputSubsystemCache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_InputSubsystemCache_0), (void*)value); } }; // UnityEngine.XR.InputDevice // System.Int32 // System.Int32 // System.IntPtr 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.IntPtr // UnityEngine.LayerMask // UnityEngine.LayerMask // UnityEngine.Quaternion struct Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields { public: // UnityEngine.Quaternion UnityEngine.Quaternion::identityQuaternion Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___identityQuaternion_4; public: inline static int32_t get_offset_of_identityQuaternion_4() { return static_cast(offsetof(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4_StaticFields, ___identityQuaternion_4)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_identityQuaternion_4() const { return ___identityQuaternion_4; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_identityQuaternion_4() { return &___identityQuaternion_4; } inline void set_identityQuaternion_4(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___identityQuaternion_4 = value; } }; // UnityEngine.Quaternion // UnityEngine.SceneManagement.Scene // UnityEngine.SceneManagement.Scene // System.Single // System.Single // System.IO.Stream struct Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields { public: // System.IO.Stream System.IO.Stream::Null Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * ___Null_1; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB_StaticFields, ___Null_1)); } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * get_Null_1() const { return ___Null_1; } inline Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(Stream_t5DC87DD578C2C5298D98E7802E92DEABB66E2ECB * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } }; // System.IO.Stream // System.UInt32 // System.UInt32 // UnityEngine.Events.UnityEvent // UnityEngine.Events.UnityEvent // UnityEngine.Vector2 struct Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields { public: // UnityEngine.Vector2 UnityEngine.Vector2::zeroVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___zeroVector_2; // UnityEngine.Vector2 UnityEngine.Vector2::oneVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___oneVector_3; // UnityEngine.Vector2 UnityEngine.Vector2::upVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___upVector_4; // UnityEngine.Vector2 UnityEngine.Vector2::downVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___downVector_5; // UnityEngine.Vector2 UnityEngine.Vector2::leftVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftVector_6; // UnityEngine.Vector2 UnityEngine.Vector2::rightVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightVector_7; // UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___positiveInfinityVector_8; // UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___negativeInfinityVector_9; public: inline static int32_t get_offset_of_zeroVector_2() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___zeroVector_2)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_zeroVector_2() const { return ___zeroVector_2; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_zeroVector_2() { return &___zeroVector_2; } inline void set_zeroVector_2(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___zeroVector_2 = value; } inline static int32_t get_offset_of_oneVector_3() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___oneVector_3)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_oneVector_3() const { return ___oneVector_3; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_oneVector_3() { return &___oneVector_3; } inline void set_oneVector_3(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___oneVector_3 = value; } inline static int32_t get_offset_of_upVector_4() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___upVector_4)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_upVector_4() const { return ___upVector_4; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_upVector_4() { return &___upVector_4; } inline void set_upVector_4(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___upVector_4 = value; } inline static int32_t get_offset_of_downVector_5() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___downVector_5)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_downVector_5() const { return ___downVector_5; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_downVector_5() { return &___downVector_5; } inline void set_downVector_5(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___downVector_5 = value; } inline static int32_t get_offset_of_leftVector_6() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___leftVector_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftVector_6() const { return ___leftVector_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftVector_6() { return &___leftVector_6; } inline void set_leftVector_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftVector_6 = value; } inline static int32_t get_offset_of_rightVector_7() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___rightVector_7)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightVector_7() const { return ___rightVector_7; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightVector_7() { return &___rightVector_7; } inline void set_rightVector_7(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightVector_7 = value; } inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___positiveInfinityVector_8)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; } inline void set_positiveInfinityVector_8(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___positiveInfinityVector_8 = value; } inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast(offsetof(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9_StaticFields, ___negativeInfinityVector_9)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; } inline void set_negativeInfinityVector_9(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___negativeInfinityVector_9 = value; } }; // UnityEngine.Vector2 // UnityEngine.Vector3 struct Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields { public: // UnityEngine.Vector3 UnityEngine.Vector3::zeroVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___zeroVector_5; // UnityEngine.Vector3 UnityEngine.Vector3::oneVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oneVector_6; // UnityEngine.Vector3 UnityEngine.Vector3::upVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upVector_7; // UnityEngine.Vector3 UnityEngine.Vector3::downVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___downVector_8; // UnityEngine.Vector3 UnityEngine.Vector3::leftVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___leftVector_9; // UnityEngine.Vector3 UnityEngine.Vector3::rightVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rightVector_10; // UnityEngine.Vector3 UnityEngine.Vector3::forwardVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forwardVector_11; // UnityEngine.Vector3 UnityEngine.Vector3::backVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___backVector_12; // UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___positiveInfinityVector_13; // UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___negativeInfinityVector_14; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___zeroVector_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_zeroVector_5() const { return ___zeroVector_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___oneVector_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oneVector_6() const { return ___oneVector_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_upVector_7() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___upVector_7)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_upVector_7() const { return ___upVector_7; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_upVector_7() { return &___upVector_7; } inline void set_upVector_7(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___upVector_7 = value; } inline static int32_t get_offset_of_downVector_8() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___downVector_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_downVector_8() const { return ___downVector_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_downVector_8() { return &___downVector_8; } inline void set_downVector_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___downVector_8 = value; } inline static int32_t get_offset_of_leftVector_9() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___leftVector_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_leftVector_9() const { return ___leftVector_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_leftVector_9() { return &___leftVector_9; } inline void set_leftVector_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___leftVector_9 = value; } inline static int32_t get_offset_of_rightVector_10() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___rightVector_10)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_rightVector_10() const { return ___rightVector_10; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_rightVector_10() { return &___rightVector_10; } inline void set_rightVector_10(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___rightVector_10 = value; } inline static int32_t get_offset_of_forwardVector_11() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___forwardVector_11)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_forwardVector_11() const { return ___forwardVector_11; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_forwardVector_11() { return &___forwardVector_11; } inline void set_forwardVector_11(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___forwardVector_11 = value; } inline static int32_t get_offset_of_backVector_12() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___backVector_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_backVector_12() const { return ___backVector_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_backVector_12() { return &___backVector_12; } inline void set_backVector_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___backVector_12 = value; } inline static int32_t get_offset_of_positiveInfinityVector_13() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___positiveInfinityVector_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_positiveInfinityVector_13() const { return ___positiveInfinityVector_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_positiveInfinityVector_13() { return &___positiveInfinityVector_13; } inline void set_positiveInfinityVector_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___positiveInfinityVector_13 = value; } inline static int32_t get_offset_of_negativeInfinityVector_14() { return static_cast(offsetof(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_StaticFields, ___negativeInfinityVector_14)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_negativeInfinityVector_14() const { return ___negativeInfinityVector_14; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_negativeInfinityVector_14() { return &___negativeInfinityVector_14; } inline void set_negativeInfinityVector_14(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___negativeInfinityVector_14 = value; } }; // UnityEngine.Vector3 // UnityEngine.Vector3Int struct Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields { public: // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Zero Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Zero_3; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_One Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_One_4; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Up Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Up_5; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Down Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Down_6; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Left Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Left_7; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Right Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Right_8; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Forward Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Forward_9; // UnityEngine.Vector3Int UnityEngine.Vector3Int::s_Back Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___s_Back_10; public: inline static int32_t get_offset_of_s_Zero_3() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Zero_3)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Zero_3() const { return ___s_Zero_3; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Zero_3() { return &___s_Zero_3; } inline void set_s_Zero_3(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Zero_3 = value; } inline static int32_t get_offset_of_s_One_4() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_One_4)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_One_4() const { return ___s_One_4; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_One_4() { return &___s_One_4; } inline void set_s_One_4(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_One_4 = value; } inline static int32_t get_offset_of_s_Up_5() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Up_5)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Up_5() const { return ___s_Up_5; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Up_5() { return &___s_Up_5; } inline void set_s_Up_5(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Up_5 = value; } inline static int32_t get_offset_of_s_Down_6() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Down_6)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Down_6() const { return ___s_Down_6; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Down_6() { return &___s_Down_6; } inline void set_s_Down_6(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Down_6 = value; } inline static int32_t get_offset_of_s_Left_7() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Left_7)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Left_7() const { return ___s_Left_7; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Left_7() { return &___s_Left_7; } inline void set_s_Left_7(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Left_7 = value; } inline static int32_t get_offset_of_s_Right_8() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Right_8)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Right_8() const { return ___s_Right_8; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Right_8() { return &___s_Right_8; } inline void set_s_Right_8(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Right_8 = value; } inline static int32_t get_offset_of_s_Forward_9() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Forward_9)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Forward_9() const { return ___s_Forward_9; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Forward_9() { return &___s_Forward_9; } inline void set_s_Forward_9(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Forward_9 = value; } inline static int32_t get_offset_of_s_Back_10() { return static_cast(offsetof(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA_StaticFields, ___s_Back_10)); } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA get_s_Back_10() const { return ___s_Back_10; } inline Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA * get_address_of_s_Back_10() { return &___s_Back_10; } inline void set_s_Back_10(Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA value) { ___s_Back_10 = value; } }; // UnityEngine.Vector3Int // UnityEngine.Vector4 struct Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields { public: // UnityEngine.Vector4 UnityEngine.Vector4::zeroVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___zeroVector_5; // UnityEngine.Vector4 UnityEngine.Vector4::oneVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___oneVector_6; // UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___positiveInfinityVector_7; // UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 ___negativeInfinityVector_8; public: inline static int32_t get_offset_of_zeroVector_5() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___zeroVector_5)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_zeroVector_5() const { return ___zeroVector_5; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_zeroVector_5() { return &___zeroVector_5; } inline void set_zeroVector_5(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___zeroVector_5 = value; } inline static int32_t get_offset_of_oneVector_6() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___oneVector_6)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_oneVector_6() const { return ___oneVector_6; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_oneVector_6() { return &___oneVector_6; } inline void set_oneVector_6(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___oneVector_6 = value; } inline static int32_t get_offset_of_positiveInfinityVector_7() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___positiveInfinityVector_7)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_positiveInfinityVector_7() const { return ___positiveInfinityVector_7; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_positiveInfinityVector_7() { return &___positiveInfinityVector_7; } inline void set_positiveInfinityVector_7(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___positiveInfinityVector_7 = value; } inline static int32_t get_offset_of_negativeInfinityVector_8() { return static_cast(offsetof(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7_StaticFields, ___negativeInfinityVector_8)); } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 get_negativeInfinityVector_8() const { return ___negativeInfinityVector_8; } inline Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 * get_address_of_negativeInfinityVector_8() { return &___negativeInfinityVector_8; } inline void set_negativeInfinityVector_8(Vector4_tA56A37FC5661BCC89C3DDC24BE12BA5BCB6A02C7 value) { ___negativeInfinityVector_8 = value; } }; // UnityEngine.Vector4 // System.Void // System.Void // UnityEngine.WaitForSeconds // UnityEngine.WaitForSeconds // UnityEngine.WaitForSecondsRealtime // UnityEngine.WaitForSecondsRealtime // /__StaticArrayInitTypeSize=24 // /__StaticArrayInitTypeSize=24 // /__StaticArrayInitTypeSize=48 // /__StaticArrayInitTypeSize=48 // UnityEngine.ParticleSystem/EmissionModule // UnityEngine.ParticleSystem/EmissionModule // UnityEngine.ParticleSystem/MainModule // UnityEngine.ParticleSystem/MainModule // UnityEngine.AsyncOperation // UnityEngine.AsyncOperation // BikeType // BikeType // BuildingPlacerType // BuildingPlacerType // BuildingType // BuildingType // FMOD.Studio.Bus // FMOD.Studio.Bus // UnityEngine.Collision // UnityEngine.Collision // UnityEngine.CollisionDetectionMode // UnityEngine.CollisionDetectionMode // UnityEngine.ContactPoint // UnityEngine.ContactPoint // System.Delegate // System.Delegate // DreadPattern // DreadPattern // FMOD.Studio.EventInstance // FMOD.Studio.EventInstance // System.Exception 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); } }; // System.Exception // FMODMarker // FMODMarker // System.IO.FileAccess // System.IO.FileAccess // UnityEngine.FontStyle // UnityEngine.FontStyle // UnityEngine.SceneManagement.LoadSceneMode // UnityEngine.SceneManagement.LoadSceneMode // LookMode // LookMode // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields { public: // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; public: inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast(offsetof(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); } inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; } inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; } inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value) { ___OffsetOfInstanceIDInCPlusPlusObject_1 = value; } }; // UnityEngine.Object // UnityEngine.ParticleSystemCurveMode // UnityEngine.ParticleSystemCurveMode // PowerUpType // PowerUpType // RammingState // RammingState // UnityEngine.RaycastHit // UnityEngine.RaycastHit // RoadMeshChunk // RoadMeshChunk // SlowMotionState // SlowMotionState // SpiderTankMovementState // SpiderTankMovementState // FMOD.StringWrapper // FMOD.StringWrapper // Breakable/d__31 // Breakable/d__31 // EnemyMovement/d__52 // EnemyMovement/d__52 // FollowATransform/RotateMode // FollowATransform/RotateMode // GridBlockPlacer/d__30 // GridBlockPlacer/d__30 // MenuOptions/HandType // MenuOptions/HandType // OVRInput/Controller // OVRInput/Controller // PlayerCollision/BlockerSideCheck // PlayerCollision/BlockerSideCheck // RoadsideRepeatedPlacement/d__38 // RoadsideRepeatedPlacement/d__38 // ScreenShot/Format // ScreenShot/Format // VisualizeBox/Box // VisualizeBox/Box // UnityEngine.AudioClip // UnityEngine.AudioClip // UnityEngine.Audio.AudioMixerSnapshot // UnityEngine.Audio.AudioMixerSnapshot // UnityEngine.Component // UnityEngine.Component // System.IO.FileStream struct FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields { public: // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject * ___buf_recycle_lock_6; public: inline static int32_t get_offset_of_buf_recycle_5() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_buf_recycle_5() const { return ___buf_recycle_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_buf_recycle_5() { return &___buf_recycle_5; } inline void set_buf_recycle_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___buf_recycle_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_5), (void*)value); } inline static int32_t get_offset_of_buf_recycle_lock_6() { return static_cast(offsetof(FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26_StaticFields, ___buf_recycle_lock_6)); } inline RuntimeObject * get_buf_recycle_lock_6() const { return ___buf_recycle_lock_6; } inline RuntimeObject ** get_address_of_buf_recycle_lock_6() { return &___buf_recycle_lock_6; } inline void set_buf_recycle_lock_6(RuntimeObject * value) { ___buf_recycle_lock_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_6), (void*)value); } }; // System.IO.FileStream // UnityEngine.Font struct Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_StaticFields { public: // System.Action`1 UnityEngine.Font::textureRebuilt Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * ___textureRebuilt_4; public: inline static int32_t get_offset_of_textureRebuilt_4() { return static_cast(offsetof(Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9_StaticFields, ___textureRebuilt_4)); } inline Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * get_textureRebuilt_4() const { return ___textureRebuilt_4; } inline Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 ** get_address_of_textureRebuilt_4() { return &___textureRebuilt_4; } inline void set_textureRebuilt_4(Action_1_tC07E78969BFFC97261F80F4C08915A046DFDD9C7 * value) { ___textureRebuilt_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___textureRebuilt_4), (void*)value); } }; // UnityEngine.Font // UnityEngine.GameObject // UnityEngine.GameObject // UnityEngine.Material // UnityEngine.Material // System.MulticastDelegate // System.MulticastDelegate // UnityEngine.ResourceRequest // UnityEngine.ResourceRequest // SaveData // SaveData // System.SystemException // System.SystemException // FMODMusicManager/TimelineInfo // FMODMusicManager/TimelineInfo // HandOVR/d__15 // HandOVR/d__15 // HandOVR/d__17 // HandOVR/d__17 // UnityEngine.ParticleSystem/MinMaxCurve // UnityEngine.ParticleSystem/MinMaxCurve // ScriptUsageTimeline/TimelineInfo // ScriptUsageTimeline/TimelineInfo // System.AsyncCallback // System.AsyncCallback // UnityEngine.Behaviour // UnityEngine.Behaviour // UnityEngine.Collider // UnityEngine.Collider // System.NotSupportedException // System.NotSupportedException // UnityEngine.Renderer // UnityEngine.Renderer // UnityEngine.Rigidbody // UnityEngine.Rigidbody // UnityEngine.Transform // UnityEngine.Transform // UnityEngine.Events.UnityAction // UnityEngine.Events.UnityAction // EndlessWaveHandler/OnEnemySpawned // EndlessWaveHandler/OnEnemySpawned // EndlessWaveHandler/OnWaveChange // EndlessWaveHandler/OnWaveChange // FMODMusicManager/MarkerChangeEvent // FMODMusicManager/MarkerChangeEvent // FlyerMovementBlock/OnReset // FlyerMovementBlock/OnReset // FlyerMovementBlock/OnRestart // FlyerMovementBlock/OnRestart // Follower/OnPathUpdate // Follower/OnPathUpdate // IncrementalRoadMesh/OnChunkAdvanced // IncrementalRoadMesh/OnChunkAdvanced // IncrementalRoadMesh/OnPrimeMeshUpdate // IncrementalRoadMesh/OnPrimeMeshUpdate // MainGun/FiringDelegate // MainGun/FiringDelegate // PowerUp/GotPowerUp // PowerUp/GotPowerUp // ProjectileDestroyArea/OnProjectileBlocked // ProjectileDestroyArea/OnProjectileBlocked // RemoteToggle/OnToggleTriggered // RemoteToggle/OnToggleTriggered // Slomo/OnSlowMotionStateChange // Slomo/OnSlowMotionStateChange // StageAdjust/OnStageAdjusted // StageAdjust/OnStageAdjusted // TrafficHandler/OnVehicleSpawned // TrafficHandler/OnVehicleSpawned // WaveHandler/OnEnemySpawned // WaveHandler/OnEnemySpawned // WaveHandler/OnWaveChange // WaveHandler/OnWaveChange // UnityEngine.Animator // UnityEngine.Animator // UnityEngine.AudioBehaviour // UnityEngine.AudioBehaviour // UnityEngine.MeshRenderer // UnityEngine.MeshRenderer // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // AssassinAnimationController // AssassinAnimationController // UnityEngine.AudioSource // UnityEngine.AudioSource // BikeAnimationController // BikeAnimationController // BossTrainBehavior // BossTrainBehavior // BossTrainCarManager struct BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25_StaticFields { public: // System.Int32 BossTrainCarManager::k__BackingField int32_t ___U3CCurrentAdjacentIndexU3Ek__BackingField_27; // System.Int32 BossTrainCarManager::k__BackingField int32_t ___U3CCurrentWaveU3Ek__BackingField_28; // System.Int32 BossTrainCarManager::nextCarIndex int32_t ___nextCarIndex_29; // System.Int32 BossTrainCarManager::nextPowerupIndex int32_t ___nextPowerupIndex_30; // System.Collections.Generic.List`1 BossTrainCarManager::freeSpawns List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * ___freeSpawns_40; public: inline static int32_t get_offset_of_U3CCurrentAdjacentIndexU3Ek__BackingField_27() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25_StaticFields, ___U3CCurrentAdjacentIndexU3Ek__BackingField_27)); } inline int32_t get_U3CCurrentAdjacentIndexU3Ek__BackingField_27() const { return ___U3CCurrentAdjacentIndexU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CCurrentAdjacentIndexU3Ek__BackingField_27() { return &___U3CCurrentAdjacentIndexU3Ek__BackingField_27; } inline void set_U3CCurrentAdjacentIndexU3Ek__BackingField_27(int32_t value) { ___U3CCurrentAdjacentIndexU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CCurrentWaveU3Ek__BackingField_28() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25_StaticFields, ___U3CCurrentWaveU3Ek__BackingField_28)); } inline int32_t get_U3CCurrentWaveU3Ek__BackingField_28() const { return ___U3CCurrentWaveU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CCurrentWaveU3Ek__BackingField_28() { return &___U3CCurrentWaveU3Ek__BackingField_28; } inline void set_U3CCurrentWaveU3Ek__BackingField_28(int32_t value) { ___U3CCurrentWaveU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_nextCarIndex_29() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25_StaticFields, ___nextCarIndex_29)); } inline int32_t get_nextCarIndex_29() const { return ___nextCarIndex_29; } inline int32_t* get_address_of_nextCarIndex_29() { return &___nextCarIndex_29; } inline void set_nextCarIndex_29(int32_t value) { ___nextCarIndex_29 = value; } inline static int32_t get_offset_of_nextPowerupIndex_30() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25_StaticFields, ___nextPowerupIndex_30)); } inline int32_t get_nextPowerupIndex_30() const { return ___nextPowerupIndex_30; } inline int32_t* get_address_of_nextPowerupIndex_30() { return &___nextPowerupIndex_30; } inline void set_nextPowerupIndex_30(int32_t value) { ___nextPowerupIndex_30 = value; } inline static int32_t get_offset_of_freeSpawns_40() { return static_cast(offsetof(BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25_StaticFields, ___freeSpawns_40)); } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * get_freeSpawns_40() const { return ___freeSpawns_40; } inline List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 ** get_address_of_freeSpawns_40() { return &___freeSpawns_40; } inline void set_freeSpawns_40(List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * value) { ___freeSpawns_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___freeSpawns_40), (void*)value); } }; // BossTrainCarManager // Breakable // Breakable // Building // Building // BuildingPlacer // BuildingPlacer // BuildingPool // BuildingPool // Cannon // Cannon // DreadnaughtBehavior // DreadnaughtBehavior // EnemyBehavior // EnemyBehavior // EnemyBikeAnimationController // EnemyBikeAnimationController // EnemyMovement // EnemyMovement // EnemyPartManager // EnemyPartManager // EnemySpawner // EnemySpawner // FMODMusicManager struct FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F_StaticFields { public: // FMODMusicManager/MarkerChangeEvent FMODMusicManager::onMarkerChanged MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * ___onMarkerChanged_12; public: inline static int32_t get_offset_of_onMarkerChanged_12() { return static_cast(offsetof(FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F_StaticFields, ___onMarkerChanged_12)); } inline MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * get_onMarkerChanged_12() const { return ___onMarkerChanged_12; } inline MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 ** get_address_of_onMarkerChanged_12() { return &___onMarkerChanged_12; } inline void set_onMarkerChanged_12(MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * value) { ___onMarkerChanged_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___onMarkerChanged_12), (void*)value); } }; // FMODMusicManager // Fireable // Fireable // Follower struct Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_StaticFields { public: // Follower/OnPathUpdate Follower::pathUpdated OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * ___pathUpdated_16; public: inline static int32_t get_offset_of_pathUpdated_16() { return static_cast(offsetof(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_StaticFields, ___pathUpdated_16)); } inline OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * get_pathUpdated_16() const { return ___pathUpdated_16; } inline OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 ** get_address_of_pathUpdated_16() { return &___pathUpdated_16; } inline void set_pathUpdated_16(OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * value) { ___pathUpdated_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathUpdated_16), (void*)value); } }; // Follower // FontCacher // FontCacher // GameMenu struct GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF_StaticFields { public: // System.Boolean GameMenu::closeTriggered bool ___closeTriggered_12; public: inline static int32_t get_offset_of_closeTriggered_12() { return static_cast(offsetof(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF_StaticFields, ___closeTriggered_12)); } inline bool get_closeTriggered_12() const { return ___closeTriggered_12; } inline bool* get_address_of_closeTriggered_12() { return &___closeTriggered_12; } inline void set_closeTriggered_12(bool value) { ___closeTriggered_12 = value; } }; // GameMenu // GridBlockPlacer // GridBlockPlacer // HammerheadFireControl // HammerheadFireControl // Hand struct Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields { public: // System.Boolean Hand::pausePressed bool ___pausePressed_35; // System.Boolean Hand::menuOpen bool ___menuOpen_36; // System.Boolean Hand::k__BackingField bool ___U3CHoldLockU3Ek__BackingField_55; // System.Boolean Hand::k__BackingField bool ___U3CSwapLockedU3Ek__BackingField_56; public: inline static int32_t get_offset_of_pausePressed_35() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields, ___pausePressed_35)); } inline bool get_pausePressed_35() const { return ___pausePressed_35; } inline bool* get_address_of_pausePressed_35() { return &___pausePressed_35; } inline void set_pausePressed_35(bool value) { ___pausePressed_35 = value; } inline static int32_t get_offset_of_menuOpen_36() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields, ___menuOpen_36)); } inline bool get_menuOpen_36() const { return ___menuOpen_36; } inline bool* get_address_of_menuOpen_36() { return &___menuOpen_36; } inline void set_menuOpen_36(bool value) { ___menuOpen_36 = value; } inline static int32_t get_offset_of_U3CHoldLockU3Ek__BackingField_55() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields, ___U3CHoldLockU3Ek__BackingField_55)); } inline bool get_U3CHoldLockU3Ek__BackingField_55() const { return ___U3CHoldLockU3Ek__BackingField_55; } inline bool* get_address_of_U3CHoldLockU3Ek__BackingField_55() { return &___U3CHoldLockU3Ek__BackingField_55; } inline void set_U3CHoldLockU3Ek__BackingField_55(bool value) { ___U3CHoldLockU3Ek__BackingField_55 = value; } inline static int32_t get_offset_of_U3CSwapLockedU3Ek__BackingField_56() { return static_cast(offsetof(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields, ___U3CSwapLockedU3Ek__BackingField_56)); } inline bool get_U3CSwapLockedU3Ek__BackingField_56() const { return ___U3CSwapLockedU3Ek__BackingField_56; } inline bool* get_address_of_U3CSwapLockedU3Ek__BackingField_56() { return &___U3CSwapLockedU3Ek__BackingField_56; } inline void set_U3CSwapLockedU3Ek__BackingField_56(bool value) { ___U3CSwapLockedU3Ek__BackingField_56 = value; } }; // Hand // HarasserAnimationController // HarasserAnimationController // LeaderboardSlideshow // LeaderboardSlideshow // LoadTest // LoadTest // ManticoreAnimationController // ManticoreAnimationController // MasterAudioController struct MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields { public: // MasterAudioController MasterAudioController::_instance MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * ____instance_14; // System.Single MasterAudioController::throttleOverUnderTime float ___throttleOverUnderTime_15; // System.Boolean MasterAudioController::gotSnapshots bool ___gotSnapshots_16; // UnityEngine.Audio.AudioMixerSnapshot MasterAudioController::mainSnap AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * ___mainSnap_17; // UnityEngine.Audio.AudioMixerSnapshot MasterAudioController::uiOnlySnap AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * ___uiOnlySnap_18; public: inline static int32_t get_offset_of__instance_14() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields, ____instance_14)); } inline MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * get__instance_14() const { return ____instance_14; } inline MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 ** get_address_of__instance_14() { return &____instance_14; } inline void set__instance_14(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * value) { ____instance_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____instance_14), (void*)value); } inline static int32_t get_offset_of_throttleOverUnderTime_15() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields, ___throttleOverUnderTime_15)); } inline float get_throttleOverUnderTime_15() const { return ___throttleOverUnderTime_15; } inline float* get_address_of_throttleOverUnderTime_15() { return &___throttleOverUnderTime_15; } inline void set_throttleOverUnderTime_15(float value) { ___throttleOverUnderTime_15 = value; } inline static int32_t get_offset_of_gotSnapshots_16() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields, ___gotSnapshots_16)); } inline bool get_gotSnapshots_16() const { return ___gotSnapshots_16; } inline bool* get_address_of_gotSnapshots_16() { return &___gotSnapshots_16; } inline void set_gotSnapshots_16(bool value) { ___gotSnapshots_16 = value; } inline static int32_t get_offset_of_mainSnap_17() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields, ___mainSnap_17)); } inline AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * get_mainSnap_17() const { return ___mainSnap_17; } inline AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 ** get_address_of_mainSnap_17() { return &___mainSnap_17; } inline void set_mainSnap_17(AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * value) { ___mainSnap_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___mainSnap_17), (void*)value); } inline static int32_t get_offset_of_uiOnlySnap_18() { return static_cast(offsetof(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields, ___uiOnlySnap_18)); } inline AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * get_uiOnlySnap_18() const { return ___uiOnlySnap_18; } inline AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 ** get_address_of_uiOnlySnap_18() { return &___uiOnlySnap_18; } inline void set_uiOnlySnap_18(AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * value) { ___uiOnlySnap_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___uiOnlySnap_18), (void*)value); } }; // MasterAudioController // MenuInfo // MenuInfo // MissilePod // MissilePod // OnRoadsidePlacement // OnRoadsidePlacement // Pauser // Pauser // Projectile // Projectile // RoadsideCreditsPlacer struct RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A_StaticFields { public: // System.Int32 RoadsideCreditsPlacer::totalCredits int32_t ___totalCredits_13; // System.Int32 RoadsideCreditsPlacer::creditsDestroyed int32_t ___creditsDestroyed_14; public: inline static int32_t get_offset_of_totalCredits_13() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A_StaticFields, ___totalCredits_13)); } inline int32_t get_totalCredits_13() const { return ___totalCredits_13; } inline int32_t* get_address_of_totalCredits_13() { return &___totalCredits_13; } inline void set_totalCredits_13(int32_t value) { ___totalCredits_13 = value; } inline static int32_t get_offset_of_creditsDestroyed_14() { return static_cast(offsetof(RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A_StaticFields, ___creditsDestroyed_14)); } inline int32_t get_creditsDestroyed_14() const { return ___creditsDestroyed_14; } inline int32_t* get_address_of_creditsDestroyed_14() { return &___creditsDestroyed_14; } inline void set_creditsDestroyed_14(int32_t value) { ___creditsDestroyed_14 = value; } }; // RoadsideCreditsPlacer // RoadsideRepeatedPlacement // RoadsideRepeatedPlacement // Sidearm struct Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416_StaticFields { public: // UnityEngine.Transform Sidearm::k__BackingField Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___U3CLastAimTargetU3Ek__BackingField_97; public: inline static int32_t get_offset_of_U3CLastAimTargetU3Ek__BackingField_97() { return static_cast(offsetof(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416_StaticFields, ___U3CLastAimTargetU3Ek__BackingField_97)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_U3CLastAimTargetU3Ek__BackingField_97() const { return ___U3CLastAimTargetU3Ek__BackingField_97; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_U3CLastAimTargetU3Ek__BackingField_97() { return &___U3CLastAimTargetU3Ek__BackingField_97; } inline void set_U3CLastAimTargetU3Ek__BackingField_97(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___U3CLastAimTargetU3Ek__BackingField_97 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CLastAimTargetU3Ek__BackingField_97), (void*)value); } }; // Sidearm // SoundFXRandomizer // SoundFXRandomizer // SpeedPad struct SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields { public: // System.Single SpeedPad::playerBaseSpeed float ___playerBaseSpeed_14; // System.Single SpeedPad::playerBaseThrottle float ___playerBaseThrottle_15; // System.Single SpeedPad::playerBaseCornering float ___playerBaseCornering_16; // System.Boolean SpeedPad::initialized bool ___initialized_17; public: inline static int32_t get_offset_of_playerBaseSpeed_14() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields, ___playerBaseSpeed_14)); } inline float get_playerBaseSpeed_14() const { return ___playerBaseSpeed_14; } inline float* get_address_of_playerBaseSpeed_14() { return &___playerBaseSpeed_14; } inline void set_playerBaseSpeed_14(float value) { ___playerBaseSpeed_14 = value; } inline static int32_t get_offset_of_playerBaseThrottle_15() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields, ___playerBaseThrottle_15)); } inline float get_playerBaseThrottle_15() const { return ___playerBaseThrottle_15; } inline float* get_address_of_playerBaseThrottle_15() { return &___playerBaseThrottle_15; } inline void set_playerBaseThrottle_15(float value) { ___playerBaseThrottle_15 = value; } inline static int32_t get_offset_of_playerBaseCornering_16() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields, ___playerBaseCornering_16)); } inline float get_playerBaseCornering_16() const { return ___playerBaseCornering_16; } inline float* get_address_of_playerBaseCornering_16() { return &___playerBaseCornering_16; } inline void set_playerBaseCornering_16(float value) { ___playerBaseCornering_16 = value; } inline static int32_t get_offset_of_initialized_17() { return static_cast(offsetof(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields, ___initialized_17)); } inline bool get_initialized_17() const { return ___initialized_17; } inline bool* get_address_of_initialized_17() { return &___initialized_17; } inline void set_initialized_17(bool value) { ___initialized_17 = value; } }; // SpeedPad // SpiderTankAnimationController // SpiderTankAnimationController // StageAdvancer struct StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_StaticFields { public: // System.Int32 StageAdvancer::NextStage int32_t ___NextStage_4; // System.Boolean StageAdvancer::GotBikeUnlock bool ___GotBikeUnlock_5; public: inline static int32_t get_offset_of_NextStage_4() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_StaticFields, ___NextStage_4)); } inline int32_t get_NextStage_4() const { return ___NextStage_4; } inline int32_t* get_address_of_NextStage_4() { return &___NextStage_4; } inline void set_NextStage_4(int32_t value) { ___NextStage_4 = value; } inline static int32_t get_offset_of_GotBikeUnlock_5() { return static_cast(offsetof(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_StaticFields, ___GotBikeUnlock_5)); } inline bool get_GotBikeUnlock_5() const { return ___GotBikeUnlock_5; } inline bool* get_address_of_GotBikeUnlock_5() { return &___GotBikeUnlock_5; } inline void set_GotBikeUnlock_5(bool value) { ___GotBikeUnlock_5 = value; } }; // StageAdvancer // TailLightToggle // TailLightToggle // TutorialManager struct TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC_StaticFields { public: // System.Boolean TutorialManager::tutorialPause bool ___tutorialPause_5; public: inline static int32_t get_offset_of_tutorialPause_5() { return static_cast(offsetof(TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC_StaticFields, ___tutorialPause_5)); } inline bool get_tutorialPause_5() const { return ___tutorialPause_5; } inline bool* get_address_of_tutorialPause_5() { return &___tutorialPause_5; } inline void set_tutorialPause_5(bool value) { ___tutorialPause_5 = value; } }; // TutorialManager // UnityEngine.EventSystems.UIBehaviour // UnityEngine.EventSystems.UIBehaviour // UITextTypeWriter // UITextTypeWriter // VoiceAudioController struct VoiceAudioController_tB105B029452966F859B3863768637449878D5565_StaticFields { public: // System.Boolean VoiceAudioController::playedArmorHit bool ___playedArmorHit_15; public: inline static int32_t get_offset_of_playedArmorHit_15() { return static_cast(offsetof(VoiceAudioController_tB105B029452966F859B3863768637449878D5565_StaticFields, ___playedArmorHit_15)); } inline bool get_playedArmorHit_15() const { return ___playedArmorHit_15; } inline bool* get_address_of_playedArmorHit_15() { return &___playedArmorHit_15; } inline void set_playedArmorHit_15(bool value) { ___playedArmorHit_15 = value; } }; // VoiceAudioController // WaveEnemy // WaveEnemy // WaveHandler struct WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields { public: // WaveHandler/OnEnemySpawned WaveHandler::enemySpawned OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * ___enemySpawned_15; // WaveHandler/OnWaveChange WaveHandler::waveStarted OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * ___waveStarted_16; // WaveHandler/OnWaveChange WaveHandler::waveEnded OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * ___waveEnded_17; // WaveEnemy[] WaveHandler::enemyList WaveEnemyU5BU5D_tADEB2D81989D7BEC80821D34B0E34EA7F48F98DA* ___enemyList_18; // UnityEngine.LayerMask WaveHandler::noSpawnMask LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___noSpawnMask_19; // UnityEngine.RaycastHit[] WaveHandler::spawnOverlaps RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* ___spawnOverlaps_20; // System.Int32 WaveHandler::k__BackingField int32_t ___U3CCurrentWaveU3Ek__BackingField_28; // System.Int32 WaveHandler::k__BackingField int32_t ___U3CCurrentGroupU3Ek__BackingField_29; // System.Int32 WaveHandler::checkpointWave int32_t ___checkpointWave_30; public: inline static int32_t get_offset_of_enemySpawned_15() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___enemySpawned_15)); } inline OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * get_enemySpawned_15() const { return ___enemySpawned_15; } inline OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D ** get_address_of_enemySpawned_15() { return &___enemySpawned_15; } inline void set_enemySpawned_15(OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * value) { ___enemySpawned_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___enemySpawned_15), (void*)value); } inline static int32_t get_offset_of_waveStarted_16() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___waveStarted_16)); } inline OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * get_waveStarted_16() const { return ___waveStarted_16; } inline OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 ** get_address_of_waveStarted_16() { return &___waveStarted_16; } inline void set_waveStarted_16(OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * value) { ___waveStarted_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___waveStarted_16), (void*)value); } inline static int32_t get_offset_of_waveEnded_17() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___waveEnded_17)); } inline OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * get_waveEnded_17() const { return ___waveEnded_17; } inline OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 ** get_address_of_waveEnded_17() { return &___waveEnded_17; } inline void set_waveEnded_17(OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * value) { ___waveEnded_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___waveEnded_17), (void*)value); } inline static int32_t get_offset_of_enemyList_18() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___enemyList_18)); } inline WaveEnemyU5BU5D_tADEB2D81989D7BEC80821D34B0E34EA7F48F98DA* get_enemyList_18() const { return ___enemyList_18; } inline WaveEnemyU5BU5D_tADEB2D81989D7BEC80821D34B0E34EA7F48F98DA** get_address_of_enemyList_18() { return &___enemyList_18; } inline void set_enemyList_18(WaveEnemyU5BU5D_tADEB2D81989D7BEC80821D34B0E34EA7F48F98DA* value) { ___enemyList_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___enemyList_18), (void*)value); } inline static int32_t get_offset_of_noSpawnMask_19() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___noSpawnMask_19)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_noSpawnMask_19() const { return ___noSpawnMask_19; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_noSpawnMask_19() { return &___noSpawnMask_19; } inline void set_noSpawnMask_19(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___noSpawnMask_19 = value; } inline static int32_t get_offset_of_spawnOverlaps_20() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___spawnOverlaps_20)); } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* get_spawnOverlaps_20() const { return ___spawnOverlaps_20; } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09** get_address_of_spawnOverlaps_20() { return &___spawnOverlaps_20; } inline void set_spawnOverlaps_20(RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* value) { ___spawnOverlaps_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___spawnOverlaps_20), (void*)value); } inline static int32_t get_offset_of_U3CCurrentWaveU3Ek__BackingField_28() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___U3CCurrentWaveU3Ek__BackingField_28)); } inline int32_t get_U3CCurrentWaveU3Ek__BackingField_28() const { return ___U3CCurrentWaveU3Ek__BackingField_28; } inline int32_t* get_address_of_U3CCurrentWaveU3Ek__BackingField_28() { return &___U3CCurrentWaveU3Ek__BackingField_28; } inline void set_U3CCurrentWaveU3Ek__BackingField_28(int32_t value) { ___U3CCurrentWaveU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CCurrentGroupU3Ek__BackingField_29() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___U3CCurrentGroupU3Ek__BackingField_29)); } inline int32_t get_U3CCurrentGroupU3Ek__BackingField_29() const { return ___U3CCurrentGroupU3Ek__BackingField_29; } inline int32_t* get_address_of_U3CCurrentGroupU3Ek__BackingField_29() { return &___U3CCurrentGroupU3Ek__BackingField_29; } inline void set_U3CCurrentGroupU3Ek__BackingField_29(int32_t value) { ___U3CCurrentGroupU3Ek__BackingField_29 = value; } inline static int32_t get_offset_of_checkpointWave_30() { return static_cast(offsetof(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields, ___checkpointWave_30)); } inline int32_t get_checkpointWave_30() const { return ___checkpointWave_30; } inline int32_t* get_address_of_checkpointWave_30() { return &___checkpointWave_30; } inline void set_checkpointWave_30(int32_t value) { ___checkpointWave_30 = value; } }; // WaveHandler // BasicDroneBehavior // BasicDroneBehavior // BasicDroneMovement // BasicDroneMovement // BeamFireable // BeamFireable // FlyerMovementApproach // FlyerMovementApproach // UnityEngine.UI.Graphic struct Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultUI_4; // UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * ___s_WhiteTexture_5; // UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * ___s_Mesh_21; // UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * ___s_VertexHelper_22; public: inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_DefaultUI_4)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; } inline void set_s_DefaultUI_4(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultUI_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value); } inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_WhiteTexture_5)); } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; } inline Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; } inline void set_s_WhiteTexture_5(Texture2D_t9B604D0D8E28032123641A7E7338FA872E2698BF * value) { ___s_WhiteTexture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value); } inline static int32_t get_offset_of_s_Mesh_21() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_Mesh_21)); } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * get_s_Mesh_21() const { return ___s_Mesh_21; } inline Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 ** get_address_of_s_Mesh_21() { return &___s_Mesh_21; } inline void set_s_Mesh_21(Mesh_t2F5992DBA650D5862B43D3823ACD997132A57DA6 * value) { ___s_Mesh_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_21), (void*)value); } inline static int32_t get_offset_of_s_VertexHelper_22() { return static_cast(offsetof(Graphic_tF07D777035055CF93BA5F46F77ED5EDFEFF9AE24_StaticFields, ___s_VertexHelper_22)); } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * get_s_VertexHelper_22() const { return ___s_VertexHelper_22; } inline VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 ** get_address_of_s_VertexHelper_22() { return &___s_VertexHelper_22; } inline void set_s_VertexHelper_22(VertexHelper_tDE8B67D3B076061C4F8DF325B0D63ED2E5367E55 * value) { ___s_VertexHelper_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_22), (void*)value); } }; // UnityEngine.UI.Graphic // HandOpenXR // HandOpenXR // PlayerFollower struct PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_StaticFields { public: // System.Single PlayerFollower::k__BackingField float ___U3CTravelDistanceU3Ek__BackingField_28; // System.Boolean PlayerFollower::gotTravelDist bool ___gotTravelDist_29; public: inline static int32_t get_offset_of_U3CTravelDistanceU3Ek__BackingField_28() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_StaticFields, ___U3CTravelDistanceU3Ek__BackingField_28)); } inline float get_U3CTravelDistanceU3Ek__BackingField_28() const { return ___U3CTravelDistanceU3Ek__BackingField_28; } inline float* get_address_of_U3CTravelDistanceU3Ek__BackingField_28() { return &___U3CTravelDistanceU3Ek__BackingField_28; } inline void set_U3CTravelDistanceU3Ek__BackingField_28(float value) { ___U3CTravelDistanceU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_gotTravelDist_29() { return static_cast(offsetof(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_StaticFields, ___gotTravelDist_29)); } inline bool get_gotTravelDist_29() const { return ___gotTravelDist_29; } inline bool* get_address_of_gotTravelDist_29() { return &___gotTravelDist_29; } inline void set_gotTravelDist_29(bool value) { ___gotTravelDist_29 = value; } }; // PlayerFollower // ProximityMine // ProximityMine // RollerFireable // RollerFireable // SpiderTankMovement // SpiderTankMovement // UnityEngine.UI.MaskableGraphic // UnityEngine.UI.MaskableGraphic // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields { public: // UnityEngine.Material UnityEngine.UI.Text::s_DefaultText Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___s_DefaultText_41; public: inline static int32_t get_offset_of_s_DefaultText_41() { return static_cast(offsetof(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1_StaticFields, ___s_DefaultText_41)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_s_DefaultText_41() const { return ___s_DefaultText_41; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_s_DefaultText_41() { return &___s_DefaultText_41; } inline void set_s_DefaultText_41(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___s_DefaultText_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_41), (void*)value); } }; // UnityEngine.UI.Text #ifdef __clang__ #pragma clang diagnostic pop #endif // UnityEngine.Material[] struct MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492 : public RuntimeArray { public: ALIGN_FIELD (8) Material_t8927C00353A72755313F046D0CE85178AE8218EE * m_Items[1]; public: inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8 : public RuntimeArray { public: ALIGN_FIELD (8) Delegate_t * m_Items[1]; public: inline Delegate_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Delegate_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // BuildingPlacer[] struct BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD : public RuntimeArray { public: ALIGN_FIELD (8) BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * m_Items[1]; public: inline BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 ** 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, BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D : public RuntimeArray { public: ALIGN_FIELD (8) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * m_Items[1]; public: inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // !!0 UnityEngine.Object::Instantiate(!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared (RuntimeObject * ___original0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_mB377B32275A969E0D1A738DBC693DE8EB3593642_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_mBD77C0F802DCADE1347AF93EA32016846C791C65_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetBool(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Single UnityEngine.Random::Range(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5 (float ___minInclusive0, float ___maxInclusive1, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSeconds::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4 (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * __this, float ___seconds0, const RuntimeMethod* method); // System.Void AssassinAnimationController::Explode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssassinAnimationController_Explode_mCA9EAAA558F8D02020427F3A34AF0E5E14C30ADE (AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * __this, const RuntimeMethod* method); // System.Void System.NotSupportedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * __this, const RuntimeMethod* method); // System.Void BasicDroneMovement::SetNewMoveTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicDroneMovement_SetNewMoveTarget_m8D28951A6EAF478558D2336754FCBF7AE477F5C0 (BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5 (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, const RuntimeMethod* method); // System.Void BasicDroneBehavior::SetPlayerLook() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicDroneBehavior_SetPlayerLook_m2376F198861AA68B6710C5443BE9DFE8A5DB1B1D (BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * __this, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.ParticleSystem/MinMaxCurve UnityEngine.ParticleSystem/MainModule::get_startSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD MainModule_get_startSize_m3343005F084AF8664090CBE5084143B0C5E0CCC7 (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, const RuntimeMethod* method); // System.Single UnityEngine.ParticleSystem/MinMaxCurve::get_constant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MinMaxCurve_get_constant_mBC0C29DF6F1C6C999931E28BC1F8DD26BD3BB624 (MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD * __this, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/EmissionModule::set_rateOverTimeMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmissionModule_set_rateOverTimeMultiplier_m13A0F78D648A10145C2AE38A25A40E384791B961 (EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * __this, float ___value0, const RuntimeMethod* method); // UnityEngine.ParticleSystem/MinMaxCurve UnityEngine.ParticleSystem/MinMaxCurve::op_Implicit(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD MinMaxCurve_op_Implicit_mE0EB3651B6AFFB3E9776B49880C50BEF96059173 (float ___constant0, const RuntimeMethod* method); // System.Void UnityEngine.ParticleSystem/MainModule::set_startSize(UnityEngine.ParticleSystem/MinMaxCurve) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainModule_set_startSize_m47E6210E44CC8C0E4F53210E3A5FCB384C0C92D5 (MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * __this, MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD ___value0, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.String UnityEngine.Object::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * __this, const RuntimeMethod* method); // System.Int32 BossTrainBehavior::get_CarIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BossTrainBehavior_get_CarIndex_m215B537D111B1C0424FB1A7B2B4980A0DAAED48A_inline (BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * __this, const RuntimeMethod* method); // System.String System.Int32::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411 (int32_t* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method); // System.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, const RuntimeMethod* method); // System.Void BossTrainCarManager::AdvanceCurrentIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BossTrainCarManager_AdvanceCurrentIndex_m1A07CED174B66813A6D3C84F3FAB276212070A3F (BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 * __this, int32_t ___fromIndex0, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // UnityEngine.Material UnityEngine.Renderer::get_material() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t8927C00353A72755313F046D0CE85178AE8218EE * Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Material::HasProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_HasProperty_mB6F155CD45C688DA232B56BD1A74474C224BE37E (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, const RuntimeMethod* method); // UnityEngine.Color UnityEngine.Color::Lerp(UnityEngine.Color,UnityEngine.Color,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 Color_Lerp_m6320057807E1F335970F168403C601EBD2B92062 (Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___a0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetColor(System.String,UnityEngine.Color) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Material::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768 (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // UnityEngine.Material[] UnityEngine.Renderer::get_materials() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* Renderer_get_materials_m96CCC6CDACF2D131E18C7E0E70DE9F3AEA9E9E44 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1 (const RuntimeMethod* method); // System.Void UnityEngine.Object::Destroy(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___obj0, const RuntimeMethod* method); // System.Void EnemyBikeAnimationController::Boom() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyBikeAnimationController_Boom_m80271CFE6B99243CB19088CE9FBAAF74E717F3FF (EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * __this, const RuntimeMethod* method); // UnityEngine.Animator EnemyBikeAnimationController::get_BikeAnimator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * EnemyBikeAnimationController_get_BikeAnimator_mEE34049855F215E8F10F55055C3DBC4B3F2E1E41_inline (EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animator::Play(System.String,System.Int32,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_Play_m1438EDACA2804B50ED0D00D9986E30BCF903418B (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___stateName0, int32_t ___layer1, float ___normalizedTime2, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetTrigger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::get_parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void EnemyMovement::set_PlacementFinished(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnemyMovement_set_PlacementFinished_mBB2C1CA3FD86C65C1304AA55A492094D382331ED_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, bool ___value0, const RuntimeMethod* method); // System.Single Follower::get_DistanceOnPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Follower_get_DistanceOnPath_m72E8140E5683C7EF11657387350401E574826EAD (Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mF8A173EC6B476F8A8CB8F1B0248489B1C668BE82 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m565E2A2E28EE3B4621B2F5C662D569D56A3AE99F_gshared)(___original0, method); } // !!0 UnityEngine.Component::GetComponent() inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * Component_GetComponent_TisEnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116_m88EB3FA9D4AD76F6B1D88B077B4FF88765B08734 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6 (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___x0, Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___y1, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * Component_GetComponentInChildren_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m7225F95C903CBA1F23C868D652C5F59880E3F7C3 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mB377B32275A969E0D1A738DBC693DE8EB3593642_gshared)(__this, method); } // System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D (UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * __this, UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * ___call0, const RuntimeMethod* method); // System.Void FMODMusicManager::StartBossMusic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODMusicManager_StartBossMusic_m0E51053F3D24DCB65B3570DE6F38CEA799CED256 (FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * __this, const RuntimeMethod* method); // System.Void FlyerMovementApproach::SetNewMoveTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FlyerMovementApproach_SetNewMoveTarget_mE2201DA58A623D2DAAFDB486A1DEB3FBEBDA8F8E (FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * __this, const RuntimeMethod* method); // UnityEngine.Font UnityEngine.UI.Text::get_font() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * Text_get_font_m8D2D6709C3C35D54331B6DB56F2CBBC929FFA86C (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.UI.Text::get_fontSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_fontSize_m63951F82E2028B2AAFCB4FEF0C4E6464370AE72A (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, const RuntimeMethod* method); // UnityEngine.FontStyle UnityEngine.UI.Text::get_fontStyle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_fontStyle_m5068017317D8AE127A308676FD1AD98E6CCFE4A7 (Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Font::RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_RequestCharactersInTexture_mC997BCA7C84F89D53D4D8DF3BEC898E7B23BD2D7 (Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * __this, String_t* ___characters0, int32_t ___size1, int32_t ___style2, const RuntimeMethod* method); // System.Void UnityEngine.WaitForSecondsRealtime::.ctor(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225 (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * __this, float ___time0, const RuntimeMethod* method); // System.Void GameMenu::PlayStartupAudio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenu_PlayStartupAudio_m021BD30BBE31BBD770B190DD85BAADE20AA9A665 (GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * __this, const RuntimeMethod* method); // System.Void UnityEngine.AsyncOperation::set_allowSceneActivation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33 (AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * __this, bool ___value0, const RuntimeMethod* method); // System.Void GameMenu::CloseMenu() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenu_CloseMenu_mCA81F9F33B0DF9D677BA168C3C1296BCBD617630 (GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * __this, const RuntimeMethod* method); // System.Void Slomo::EndPause() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slomo_EndPause_m45433081A6362063C7061D8957D52B921F2D9F0C (const RuntimeMethod* method); // System.Void ScoreEvaluator::ClearCurrentScore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScoreEvaluator_ClearCurrentScore_m5CB792C29C284E21A9C88AACB5D25375DE7D1292 (const RuntimeMethod* method); // System.Void PlayerFollower::ResetTravelDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerFollower_ResetTravelDistance_m806DD689C2AD770C65A1312D89D6B84CEB5DFC8C (const RuntimeMethod* method); // UnityEngine.AsyncOperation UnityEngine.SceneManagement.SceneManager::LoadSceneAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * SceneManager_LoadSceneAsync_m8DCFAB9FD9FD082CA8505EDA72F685B82351D14C (String_t* ___sceneName0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_loop(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.AsyncOperation::get_isDone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877 (AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * __this, const RuntimeMethod* method); // UnityEngine.AsyncOperation UnityEngine.SceneManagement.SceneManager::LoadSceneAsync(System.String,UnityEngine.SceneManagement.LoadSceneMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * SceneManager_LoadSceneAsync_m66F7640311F0348778AD5319B50EF800062A7A30 (String_t* ___sceneName0, int32_t ___mode1, const RuntimeMethod* method); // System.Void WaveHandler::ResetCheckpointWave() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaveHandler_ResetCheckpointWave_m78E27E57157A5E34DD34812C23A3D4EAB3DAD89A (const RuntimeMethod* method); // System.Void UnityEngine.SceneManagement.SceneManager::LoadScene(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_LoadScene_m6993313A5BE51551C96597F20A81672422A051E4 (String_t* ___sceneName0, const RuntimeMethod* method); // UnityEngine.SceneManagement.Scene UnityEngine.SceneManagement.SceneManager::GetActiveScene() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE SceneManager_GetActiveScene_m3BA09EE5323C6A1910285EB37C155EC182AC773B (const RuntimeMethod* method); // System.String UnityEngine.SceneManagement.Scene::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8 (Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE * __this, const RuntimeMethod* method); // System.Void GameMenu::OpenMenu() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenu_OpenMenu_mF5E3CDF2D56852349F0E10944448F3CE980AA84F (GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean DataManager::BikeSelectionAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DataManager_BikeSelectionAvailable_m336297E996E3641F637802729EBEE703393D1B8F (const RuntimeMethod* method); // System.Boolean ScoreEvaluator::HasCheckpoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ScoreEvaluator_HasCheckpoint_m71542AE484C21C500A8B5A3ACA0AB64EEB4C0E23 (const RuntimeMethod* method); // System.Void GridBlockPlacer/d__30::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally2_m7F3E17ABB6B644D91ED9196C8ED11EFEA829D414 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method); // System.Void GridBlockPlacer/d__30::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally1_mF83496A3F2FF7F9FCF614989115465B903D000AA (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7 (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, const RuntimeMethod* method) { return (( Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline (Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * __this, const RuntimeMethod* method) { return (( GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * (*) (Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_mA29633105F037752F2E0C77F707F1DEB13B87CB3 (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m6465DEF706EB529B4227F2AF79338419D517EDF9_gshared)(__this, ___collection0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, const RuntimeMethod* method) { return (( Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Building_t13262F618069952568925A1556080D290B9264F0 * Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_inline (Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * __this, const RuntimeMethod* method) { return (( Building_t13262F618069952568925A1556080D290B9264F0 * (*) (Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean Building::CollidesWithRoad(UnityEngine.Collider&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Building_CollidesWithRoad_mAC2C141C32AC883802312B52000D951C94D8601E (Building_t13262F618069952568925A1556080D290B9264F0 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** ___roadHit0, const RuntimeMethod* method); // System.Void BuildingPool::HideBuilding(Building) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BuildingPool_HideBuilding_mFE86A30021E1FE14C8479103270EFC9EDFF513C7 (BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * __this, Building_t13262F618069952568925A1556080D290B9264F0 * ___building0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_mD25928AC162209B2412944BE6231B4C2D17F9CDB (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, Building_t13262F618069952568925A1556080D290B9264F0 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, Building_t13262F618069952568925A1556080D290B9264F0 *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // System.String UnityEngine.GameObject::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GameObject_get_tag_mC21F33D368C18A631040F2887036C678B96ABC33 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // BuildingPlacer Building::get_PlacedBy() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * Building_get_PlacedBy_m5D3E489E26F408D6F9733ABA839E891EBBFAC22A_inline (Building_t13262F618069952568925A1556080D290B9264F0 * __this, const RuntimeMethod* method); // Building BuildingPlacer::PlaceShortBuilding() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Building_t13262F618069952568925A1556080D290B9264F0 * BuildingPlacer_PlaceShortBuilding_m9C86821A3173B7F2EBCFCB06BE8E11B38B0639FA (BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void Building::set_PlacedBy(BuildingPlacer) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Building_set_PlacedBy_mE3A62012C1D2F86A66EDFE21C912D4D6BE7BE9C8_inline (Building_t13262F618069952568925A1556080D290B9264F0 * __this, BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * ___value0, const RuntimeMethod* method); // System.Void Building::ApplyMaterialProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Building_ApplyMaterialProperties_m8D37EBEEDC0269C36A496B0FA5434CC48017B80C (Building_t13262F618069952568925A1556080D290B9264F0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041 (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, Building_t13262F618069952568925A1556080D290B9264F0 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, Building_t13262F618069952568925A1556080D290B9264F0 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // Building BuildingPlacer::PlaceBuilding(Building) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Building_t13262F618069952568925A1556080D290B9264F0 * BuildingPlacer_PlaceBuilding_m4B100900947B38E6A8C095C5D670D2C32758352E (BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * __this, Building_t13262F618069952568925A1556080D290B9264F0 * ___existingToUse0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1 (Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16 (Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void GridBlockPlacer/d__30::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_System_IDisposable_Dispose_m39D1676B2C78851387F8E798D49074BAC48DEFAB (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5 (Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9 (Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // UnityEngine.Vector3 EnemyMovement::get_MovementForce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E EnemyMovement_get_MovementForce_m8DA459F2D793AD9C44BD93B765871C96F7A27C74 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Void OVRInput::SetControllerVibration(System.Single,System.Single,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRInput_SetControllerVibration_mC1CED0606A2976233CB4D51DCEA8B50CA4225F9F (float ___frequency0, float ___amplitude1, int32_t ___controllerMask2, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.HapticCapabilities::get_supportsImpulse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HapticCapabilities_get_supportsImpulse_m29EA64EF8B8F714DAF31BF55C47DEE81BCD75317 (HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * __this, const RuntimeMethod* method); // System.UInt32 UnityEngine.XR.HapticCapabilities::get_numChannels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t HapticCapabilities_get_numChannels_m4A6EEDE8CC1440483806485A4CA71E5A9CD7936B (HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::SendHapticImpulse(System.UInt32,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_SendHapticImpulse_mE7E13AAD0117C765C3F7744907DB87D80FFD6373 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, uint32_t ___channel0, float ___amplitude1, float ___duration2, const RuntimeMethod* method); // System.Void UnityEngine.XR.InputDevice::StopHaptics() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputDevice_StopHaptics_mC7F9AA6D0A8165CE2D901D8B7E422404262FE2F9 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, const RuntimeMethod* method); // System.Void HarasserAnimationController::Explode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserAnimationController_Explode_mE2E3E9599501B2278DC2B1B742296180B1293FB3 (HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * __this, const RuntimeMethod* method); // System.Void Follower::set_TargetSpeed(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Follower_set_TargetSpeed_m86582EB9E6E5A8C85787E3BBA28729F7567D0284 (Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * __this, float ___value0, const RuntimeMethod* method); // System.Void Player::SetPlayerSpeedRange(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Player_SetPlayerSpeedRange_mC9D04B2E64DF34ACFC7F57817CD829A1F2EB77BE (float ___newBase0, float ___newforwardControl1, float ___newCorneringMin2, const RuntimeMethod* method); // System.Void UnityEngine.Audio.AudioMixerSnapshot::TransitionTo(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioMixerSnapshot_TransitionTo_mB44DB7A66A7E5A9B589E8F16095D84D2F9778925 (AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * __this, float ___timeToReach0, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_timeScale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60 (const RuntimeMethod* method); // System.Void UnityEngine.Time::set_timeScale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_timeScale_m7970134AA05A399001D2D3844EB16D60C5275013 (float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::PlayOneShot(UnityEngine.AudioClip) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___clip0, const RuntimeMethod* method); // UnityEngine.Collider UnityEngine.Collision::get_collider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * Collision_get_collider_m0AC4446E6B9168A0FB19DA376559C812E43779F8 (Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___p0, const RuntimeMethod* method); // UnityEngine.ContactPoint UnityEngine.Collision::GetContact(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 Collision_GetContact_mC002FC304B37450FC203319578C90AB56EA910F7 (Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * __this, int32_t ___index0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ContactPoint::get_point() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ContactPoint_get_point_mEA976D5E3BC57FAB78F68BE0AA17A97293AEA5BC (ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.ContactPoint::get_normal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ContactPoint_get_normal_m0561937E45F5356C7BB90D861422BD76B36D037A (ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::Cross(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Cross_mF3F4CE6E7142432B36BF4F906A42103A474C0BCD (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_m57B6FBE5D29E0EA56C7537456F8E30F182134B39 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upwards1, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_rotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // System.Void GameMenu::BeginLoadStage(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameMenu_BeginLoadStage_m8A10DABEA70DFAE7D582C075690E5A2B1EDE2E26 (GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * __this, bool ___activate0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mAB148BF0E3CF1F336D76377BD01824F30A0582C0 (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // UnityEngine.Transform UnityEngine.GameObject::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localPosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A (const RuntimeMethod* method); // System.Void UnityEngine.Transform::Rotate(UnityEngine.Vector3,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_Rotate_m2AA745C4A796363462642A13251E8971D5C7F4DC (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___axis0, float ___angle1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3 (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 *, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // !!0 UnityEngine.GameObject::GetComponent() inline OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F * GameObject_GetComponent_TisOnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F_m7ABB78FDA87F6D4FCADFEA32ADC8DEE1E7100EDB (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.IO.FileStream System.IO.File::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * File_Create_m2DC243693B22EA45102B5672796DE41A24BDBF98 (String_t* ___path0, const RuntimeMethod* method); // System.String System.String::Format(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method); // System.Void SoundFXRandomizer::PlayRandomClip(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundFXRandomizer_PlayRandomClip_mDD7B0D0C83363FDB99C3AF9C127F1B3778C1041D (SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * __this, bool ___asOneShot0, const RuntimeMethod* method); // System.Int32 MissilePod::get_MissilesAvailable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MissilePod_get_MissilesAvailable_m0682176160F40C1CCCB01562210394E1127FF96C_inline (MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 * __this, const RuntimeMethod* method); // UnityEngine.ResourceRequest SoundFXRandomizer::RequestRandomClip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * SoundFXRandomizer_RequestRandomClip_mBC760D476BC8122F2113D9458077059C3727A357 (SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * __this, const RuntimeMethod* method); // UnityEngine.Object UnityEngine.ResourceRequest::get_asset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ResourceRequest_get_asset_m2930BE33A19198B82461486BF40A9E00963A1CD0 (ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * __this, const RuntimeMethod* method); // BikeAnimationController Player::get_BikeAnimController() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * Player_get_BikeAnimController_mFE166463378FFD4E70E6518CB56B285CCB472941 (const RuntimeMethod* method); // System.Void BikeAnimationController::RampUp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BikeAnimationController_RampUp_m38CF7A50E71B01E714AF6E46CDEA489B6FA59C6B (BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * __this, float ___rate0, float ___size1, float ___duration2, const RuntimeMethod* method); // System.Void SpiderTankMovement::set_MoveState(SpiderTankMovementState) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SpiderTankMovement_set_MoveState_m3D970C2B2194116188C6CE73A5820A759B8A80CD_inline (SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_mFAD32CB3130E71D5F5B9B07957BBC7F70096A936 (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m7AB707ADE023585729593334A399B3FF485A7982 (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C List_1_GetEnumerator_m7AF0BD76488A3CB58166CE4CFE1DDB3CB6AC31A1 (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { return (( Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Enumerator_get_Current_m676BB3822C948AEC2D14F8A67A78D3E87C44D0DB_inline (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C * __this, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_mA6A651EDE81F139E1D6C7BA894834AD71D07227A (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent0, bool ___worldPositionStays1, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::AddComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mBDBD6EC58A4409E35E4C5D08757C36E4938256B1_gshared)(__this, method); } // System.Void UnityEngine.Rigidbody::set_mass(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_mass_m54FCACE073F5E7742DB1D7C0BA19CD0C0F3DDA3F (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_drag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_angularDrag(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_collisionDetectionMode(UnityEngine.CollisionDetectionMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_collisionDetectionMode_m4BC31A84B26540ACD15273774C47F31CDF5381C2 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_useGravity(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_useGravity_m1057292FB3199E87664F40B8BCBA7A7E64D1A096 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_isKinematic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875 (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mBD77C0F802DCADE1347AF93EA32016846C791C65_gshared)(___original0, ___position1, ___rotation2, method); } // System.Void TailLightToggle::FlipOnTailLights(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TailLightToggle_FlipOnTailLights_mAB7B5F4DD0A168F0A57D6D2291578D8438A1E161 (TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * __this, bool ___useTimer0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, int32_t ___index0, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // System.Void TutorialManager::LerpToTrackPoint(UnityEngine.Transform,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TutorialManager_LerpToTrackPoint_m2AE0D38301BDB5B0FB0C2D6F5D126AA002BB3D12 (TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parentOfTracker0, float ___interval1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontTopLeft() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // System.Void VisualizeBox/Box::set_localFrontTopLeft(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontTopRight() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // System.Void VisualizeBox/Box::set_localFrontTopRight(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontBottomLeft() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // System.Void VisualizeBox/Box::set_localFrontBottomLeft(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontBottomRight() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // System.Void VisualizeBox/Box::set_localFrontBottomRight(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::op_UnaryNegation(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m56EB454031EABB53BA35FECF3F61A7E2332A2521_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localBackTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackTopLeft_mDA3176C4C832976ADFB5ED2A702222B1CF9F13BF (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localBackTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackTopRight_m125F2D7BB98DD266FDE813DEB149A39F873002FA (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localBackBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackBottomLeft_m3192B01CF38942857D73BD9D2CF8C08F71B179AD (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_localBackBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackBottomRight_m492DFE04DCF8BFDDDAE3214CF983EC4961A24826 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_origin() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_frontTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontTopLeft_m671CB31C4CD7639BBD2F40161DF66781253A296A (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_frontTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontTopRight_m9677AA3C264105E269EB43B3005B697B10E7B8BD (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_frontBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontBottomLeft_mEF58363E75307FFB9B60F15F1F37BA3E96DF8879 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_frontBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontBottomRight_m4614CFFDE7402ABC835BB281033BA8AC1B9CFDE6 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_backTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backTopLeft_mBECA1C074265AD42A6BB2F54C9655DBF9C9ABDB2 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_backTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backTopRight_mDF0F61E080ADA3B458E437116E1346B557A13C05 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_backBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backBottomLeft_mD2B9D443AA39EEA33FB39C59F82AB22AA6C7CC4E (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox/Box::get_backBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backBottomRight_mB55148E5B5E1B1059E97660F1D6F55949AB4A962 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method); // System.Void VisualizeBox/Box::set_origin(UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_origin_m5591AB0FFFDAA41D1E8FE1A5655B23E745A3D95C_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void VisualizeBox/Box::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box__ctor_m7F06864B65CE7E283978C0BEA6F866FB2DC6EFCA (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___halfExtents1, const RuntimeMethod* method); // System.Void VisualizeBox/Box::Rotate(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_Rotate_m80C26029E4EC538D0E6D9DA819EC40B44E377C37 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation0, const RuntimeMethod* method); // System.Void VisualizeBox/Box::.ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box__ctor_m3413979B74B41D4CF3C0DDF9D5D67AA5015F22FB (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___halfExtents1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation2, const RuntimeMethod* method); // System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6 (const RuntimeMethod* method); // UnityEngine.Vector3 VisualizeBox::RotatePointAroundPivot(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VisualizeBox_RotatePointAroundPivot_mDAF196C7046E481496C03715357B3C76EF1E9631 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___point0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___pivot1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Stop_mADA564D223832A64F8CF3EFBDEB534C0D658810F (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m52C9390086344FA8787001ED5911550D850CE515 (const RuntimeMethod* method); // System.Single UnityEngine.AudioClip::get_length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioClip_get_length_m2223F2281D853F847BE0048620BA6F61F26440E4 (AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * __this, const RuntimeMethod* method); // System.Int32 WaveHandler::get_CurrentWave() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WaveHandler_get_CurrentWave_m7CB385133EA50A5C53DFA3547FD7D57147918A8F_inline (const RuntimeMethod* method); // System.Void WaveHandler/OnWaveChange::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange_Invoke_m46CF7C957B02519F986093737AEAC2A1FECFD393 (OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * __this, int32_t ___waveNum0, const RuntimeMethod* method); // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AssassinAnimationController/d__19::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestructionCountdownU3Ed__19__ctor_m4EFAF890C50913BB7F4F6F1A0E55B47263D7AA9D (U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void AssassinAnimationController/d__19::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestructionCountdownU3Ed__19_System_IDisposable_Dispose_m38FDF0A9D6AEABA4D3475B21F5718C4EB4B53C19 (U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean AssassinAnimationController/d__19::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDestructionCountdownU3Ed__19_MoveNext_m6706AC40AE2D358647C7B4A546D3283D1F27C379 (U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3389811F7A1A9A8F52054F7E736091C357A3A8FA); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * 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_0054; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // movementAnim.SetBool("LostControl", true); AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_movementAnim_13(); NullCheck(L_5); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_5, _stringLiteral3389811F7A1A9A8F52054F7E736091C357A3A8FA, (bool)1, /*hidden argument*/NULL); // yield return new WaitForSeconds(Random.Range(minTimeTilExplode, maxTimeTilExplode)); AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * L_6 = V_1; NullCheck(L_6); float L_7 = L_6->get_minTimeTilExplode_7(); AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_maxTimeTilExplode_8(); float L_10; L_10 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_7, L_9, /*hidden argument*/NULL); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_11 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_11, L_10, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0054: { __this->set_U3CU3E1__state_0((-1)); // Explode(); AssassinAnimationController_t0C474A585F74278C6C893B263CBD1331DC1F33BB * L_12 = V_1; NullCheck(L_12); AssassinAnimationController_Explode_mCA9EAAA558F8D02020427F3A34AF0E5E14C30ADE(L_12, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object AssassinAnimationController/d__19::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestructionCountdownU3Ed__19_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m72DFF8832640DC7989791EBBE151C22FE910BAB4 (U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void AssassinAnimationController/d__19::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestructionCountdownU3Ed__19_System_Collections_IEnumerator_Reset_mD5D1BE453BD732AA6BAAC67420A613C9DA69E202 (U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDestructionCountdownU3Ed__19_System_Collections_IEnumerator_Reset_mD5D1BE453BD732AA6BAAC67420A613C9DA69E202_RuntimeMethod_var))); } } // System.Object AssassinAnimationController/d__19::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestructionCountdownU3Ed__19_System_Collections_IEnumerator_get_Current_mE3D08036FC656AB30501ABA00CFCADA6175E02FD (U3CDestructionCountdownU3Ed__19_t9F2F76B82EB8FC5CCD4388C242224D75D07AD252 * __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 BasicDroneMovement/d__22::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CNearDestinationU3Ed__22__ctor_mD234BA9ECA574925AD750AA33B15C4F512E21E2D (U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BasicDroneMovement/d__22::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CNearDestinationU3Ed__22_System_IDisposable_Dispose_m77607AA31B36032766FAC686F8D5500ADC843A87 (U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BasicDroneMovement/d__22::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CNearDestinationU3Ed__22_MoveNext_mA2104AE34B088B0F1EC4A7CC43EED64D1E17CD09 (U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(nearingWaitTime); BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_nearingWaitTime_35(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_6 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // SetNewMoveTarget(); BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * L_7 = V_1; NullCheck(L_7); BasicDroneMovement_SetNewMoveTarget_m8D28951A6EAF478558D2336754FCBF7AE477F5C0(L_7, /*hidden argument*/NULL); // onReachedTarget.Invoke(); BasicDroneMovement_tA6B1474CE7DF42FC9042328627AD09CB01FE467C * L_8 = V_1; NullCheck(L_8); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_9 = L_8->get_onReachedTarget_37(); NullCheck(L_9); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_9, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object BasicDroneMovement/d__22::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CNearDestinationU3Ed__22_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m03CC292DFB520A0B6CDA1A35D5CC357503B1310E (U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BasicDroneMovement/d__22::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CNearDestinationU3Ed__22_System_Collections_IEnumerator_Reset_mD932F8A38685F5A22C28AB89DF1FCF1DC1D9A84D (U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CNearDestinationU3Ed__22_System_Collections_IEnumerator_Reset_mD932F8A38685F5A22C28AB89DF1FCF1DC1D9A84D_RuntimeMethod_var))); } } // System.Object BasicDroneMovement/d__22::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CNearDestinationU3Ed__22_System_Collections_IEnumerator_get_Current_m61E8D75D78E699573981E896873EB0889CDF6BA7 (U3CNearDestinationU3Ed__22_tD55801CF14A0BBACCF2036ED51A7388292FC41AF * __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 BeamFireable/d__9::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDisableBeamU3Ed__9__ctor_mB4BE2368C5D1F9D9344C8A67EBFF4FA7315D6F0B (U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BeamFireable/d__9::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDisableBeamU3Ed__9_System_IDisposable_Dispose_mF792972539E5DA6D632109B169FCFE742654E288 (U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BeamFireable/d__9::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDisableBeamU3Ed__9_MoveNext_m9827E47A28C453EDDDD21430D1025A933374D292 (U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(1.5f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, (1.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)); // overridesBasic = false; BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * L_5 = V_1; NullCheck(L_5); ((Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 *)L_5)->set_overridesBasic_8((bool)0); // behavior.SetPlayerLook(); BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * L_6 = V_1; NullCheck(L_6); BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10 * L_7 = L_6->get_behavior_12(); NullCheck(L_7); BasicDroneBehavior_SetPlayerLook_m2376F198861AA68B6710C5443BE9DFE8A5DB1B1D(L_7, /*hidden argument*/NULL); // beamObject.SetActive(false); BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * L_8 = V_1; NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = L_8->get_beamObject_11(); NullCheck(L_9); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_9, (bool)0, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object BeamFireable/d__9::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDisableBeamU3Ed__9_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC9892F0F64CC9327386FCAF5BABA844A3CFB0FCE (U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BeamFireable/d__9::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDisableBeamU3Ed__9_System_Collections_IEnumerator_Reset_m6A5C445C4D5A38F3A951356E0CFE6FE77BE0DDD5 (U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDisableBeamU3Ed__9_System_Collections_IEnumerator_Reset_m6A5C445C4D5A38F3A951356E0CFE6FE77BE0DDD5_RuntimeMethod_var))); } } // System.Object BeamFireable/d__9::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDisableBeamU3Ed__9_System_Collections_IEnumerator_get_Current_mBA2E88B090A4F4B554DA449386A1F2F18C58DBE1 (U3CDisableBeamU3Ed__9_t0A00EC96ECDAAA6583245292317AFACF8DD3925E * __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 BeamFireable/d__10::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEnableBeamU3Ed__10__ctor_mB368B73809DDD273BD1DF29981C8FFA538E9C7E3 (U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BeamFireable/d__10::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEnableBeamU3Ed__10_System_IDisposable_Dispose_mDB9DBDFBBF33B14972B6FEE02DD8C2A47A95D29A (U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BeamFireable/d__10::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CEnableBeamU3Ed__10_MoveNext_mE6B9FB16646580A49FF4F4A956F02FA1BAC12197 (U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(1f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, (1.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // restart = true; BeamFireable_t59AD4543C64E1A880F833F802B946FD6278B776A * L_5 = V_1; NullCheck(L_5); L_5->set_restart_13((bool)1); // } return (bool)0; } } // System.Object BeamFireable/d__10::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CEnableBeamU3Ed__10_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m70CD16F361124B349F054FCDEF724917989EBCCA (U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BeamFireable/d__10::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEnableBeamU3Ed__10_System_Collections_IEnumerator_Reset_m21EF7415F142896C03C15D2A48D2A3EAA50B17F3 (U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CEnableBeamU3Ed__10_System_Collections_IEnumerator_Reset_m21EF7415F142896C03C15D2A48D2A3EAA50B17F3_RuntimeMethod_var))); } } // System.Object BeamFireable/d__10::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CEnableBeamU3Ed__10_System_Collections_IEnumerator_get_Current_m84D4ABF0190196B2F09B3F9A78C9670966F3D2C8 (U3CEnableBeamU3Ed__10_tEC0AE41F5675927B22F2F350B96B124D2A06967A * __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 BikeAnimationController/d__31::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRampingU3Ed__31__ctor_m5DA8D903E2BBEDA6613A08BD8B1CCDA767EEB6AA (U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BikeAnimationController/d__31::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRampingU3Ed__31_System_IDisposable_Dispose_mD4B9FA8DFD3D1ADC8118A88A595EB32C84009987 (U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BikeAnimationController/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRampingU3Ed__31_MoveNext_m6862DC50A18F0A30D422673A8F9D354A8F4748DE (U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * V_1 = NULL; MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * 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_007f; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // float normalSize = mainSpeedLineModule.startSize.constant; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_4 = V_1; NullCheck(L_4); MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * L_5 = L_4->get_address_of_mainSpeedLineModule_30(); MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_6; L_6 = MainModule_get_startSize_m3343005F084AF8664090CBE5084143B0C5E0CCC7((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)L_5, /*hidden argument*/NULL); V_2 = L_6; float L_7; L_7 = MinMaxCurve_get_constant_mBC0C29DF6F1C6C999931E28BC1F8DD26BD3BB624((MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD *)(&V_2), /*hidden argument*/NULL); __this->set_U3CnormalSizeU3E5__2_6(L_7); // ramped = true; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_8 = V_1; NullCheck(L_8); L_8->set_ramped_29((bool)1); // speedLineEmission.rateOverTimeMultiplier = rampedRate; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_9 = V_1; NullCheck(L_9); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * L_10 = L_9->get_address_of_speedLineEmission_31(); float L_11 = __this->get_rampedRate_3(); EmissionModule_set_rateOverTimeMultiplier_m13A0F78D648A10145C2AE38A25A40E384791B961((EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D *)L_10, L_11, /*hidden argument*/NULL); // mainSpeedLineModule.startSize = rampSize; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_12 = V_1; NullCheck(L_12); MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * L_13 = L_12->get_address_of_mainSpeedLineModule_30(); float L_14 = __this->get_rampSize_4(); MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_15; L_15 = MinMaxCurve_op_Implicit_mE0EB3651B6AFFB3E9776B49880C50BEF96059173(L_14, /*hidden argument*/NULL); MainModule_set_startSize_m47E6210E44CC8C0E4F53210E3A5FCB384C0C92D5((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)L_13, L_15, /*hidden argument*/NULL); // yield return new WaitForSeconds(duration); float L_16 = __this->get_duration_5(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_17 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_17, L_16, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_17); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_007f: { __this->set_U3CU3E1__state_0((-1)); // ramped = false; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_18 = V_1; NullCheck(L_18); L_18->set_ramped_29((bool)0); // speedLineEmission.rateOverTimeMultiplier = 1f; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_19 = V_1; NullCheck(L_19); EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D * L_20 = L_19->get_address_of_speedLineEmission_31(); EmissionModule_set_rateOverTimeMultiplier_m13A0F78D648A10145C2AE38A25A40E384791B961((EmissionModule_tE778D94F4003A96ECE3D8B670DDEDD2D557DE52D *)L_20, (1.0f), /*hidden argument*/NULL); // mainSpeedLineModule.startSize = normalSize; BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_21 = V_1; NullCheck(L_21); MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B * L_22 = L_21->get_address_of_mainSpeedLineModule_30(); float L_23 = __this->get_U3CnormalSizeU3E5__2_6(); MinMaxCurve_tF036239442AB2D438B1EDABEBC785426871084CD L_24; L_24 = MinMaxCurve_op_Implicit_mE0EB3651B6AFFB3E9776B49880C50BEF96059173(L_23, /*hidden argument*/NULL); MainModule_set_startSize_m47E6210E44CC8C0E4F53210E3A5FCB384C0C92D5((MainModule_t671F49558CB1A3CFAAD637A7927C076EC2E61F0B *)L_22, L_24, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object BikeAnimationController/d__31::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRampingU3Ed__31_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mACB56935559E421EAD3C9143149FA01D9856683C (U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BikeAnimationController/d__31::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRampingU3Ed__31_System_Collections_IEnumerator_Reset_m5CBB6D5C018148C17C26A402AB119C55D7EFBB5A (U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CRampingU3Ed__31_System_Collections_IEnumerator_Reset_m5CBB6D5C018148C17C26A402AB119C55D7EFBB5A_RuntimeMethod_var))); } } // System.Object BikeAnimationController/d__31::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRampingU3Ed__31_System_Collections_IEnumerator_get_Current_mD3067C4DF11387850C1FA9ABEAD0D3BCDAF70107 (U3CRampingU3Ed__31_t712E2C4FF9746991D9D466D7EAF145C5FAE512C9 * __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 BossTrainBehavior/d__26::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartAutoAdvanceU3Ed__26__ctor_mAD7071A6415BA1E70968E8CECCB9D486AD2C772A (U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void BossTrainBehavior/d__26::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartAutoAdvanceU3Ed__26_System_IDisposable_Dispose_mA8DE86E1374CDBF72669542EAEE8F815BD959726 (U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean BossTrainBehavior/d__26::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartAutoAdvanceU3Ed__26_MoveNext_mB28A741828EB7A7F4917208F8EBF7DB860C3C146 (U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral583BE0ADE1FF6F6F40A94449D3B3A0A8848BC5B7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE4D4C30AA795D1AEF4E460BCCD16B500844DDD98); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(timeTilAutoAdvance); BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_timeTilAutoAdvance_15(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_6 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // if (!linkBroken) BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * L_7 = V_1; NullCheck(L_7); bool L_8 = L_7->get_linkBroken_19(); if (L_8) { goto IL_008a; } } { // Debug.Log("Auto advance triggered from " + follower.gameObject.name + " index " + CarIndex.ToString()); BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * L_9 = V_1; NullCheck(L_9); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_10 = L_9->get_follower_8(); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); NullCheck(L_11); String_t* L_12; L_12 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_11, /*hidden argument*/NULL); BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * L_13 = V_1; NullCheck(L_13); int32_t L_14; L_14 = BossTrainBehavior_get_CarIndex_m215B537D111B1C0424FB1A7B2B4980A0DAAED48A_inline(L_13, /*hidden argument*/NULL); V_2 = L_14; String_t* L_15; L_15 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); String_t* L_16; L_16 = String_Concat_m5D784E6CEEBE99ED8749AA4B9491D926273FD749(_stringLiteral583BE0ADE1FF6F6F40A94449D3B3A0A8848BC5B7, L_12, _stringLiteralE4D4C30AA795D1AEF4E460BCCD16B500844DDD98, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_16, /*hidden argument*/NULL); // carManager.AdvanceCurrentIndex(CarIndex); BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * L_17 = V_1; NullCheck(L_17); BossTrainCarManager_tEA7F315B1EC53987F80F989EB88F2D1202D13C25 * L_18 = L_17->get_carManager_16(); BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * L_19 = V_1; NullCheck(L_19); int32_t L_20; L_20 = BossTrainBehavior_get_CarIndex_m215B537D111B1C0424FB1A7B2B4980A0DAAED48A_inline(L_19, /*hidden argument*/NULL); NullCheck(L_18); BossTrainCarManager_AdvanceCurrentIndex_m1A07CED174B66813A6D3C84F3FAB276212070A3F(L_18, L_20, /*hidden argument*/NULL); } IL_008a: { // } return (bool)0; } } // System.Object BossTrainBehavior/d__26::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartAutoAdvanceU3Ed__26_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4392508E0B71EE54351D12824806A614462B2605 (U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void BossTrainBehavior/d__26::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartAutoAdvanceU3Ed__26_System_Collections_IEnumerator_Reset_m76EDF677A1E8496C4328B5ADD936B0CCD94B9AB8 (U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartAutoAdvanceU3Ed__26_System_Collections_IEnumerator_Reset_m76EDF677A1E8496C4328B5ADD936B0CCD94B9AB8_RuntimeMethod_var))); } } // System.Object BossTrainBehavior/d__26::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartAutoAdvanceU3Ed__26_System_Collections_IEnumerator_get_Current_mD329194FCA2179A235BAD7C0957D54FDD0936AEF (U3CStartAutoAdvanceU3Ed__26_tEEC1A564E50E940E7A60DF2BD3CF9BD73896B8D7 * __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 Breakable/d__30::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedSetInactiveU3Ed__30__ctor_mCEB50D7860FE39CE65ADFC4E4B6AEF89AFE3D3DD (U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Breakable/d__30::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedSetInactiveU3Ed__30_System_IDisposable_Dispose_mF415240EEFA275E6A980FA553F2ACC2909409D7D (U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Breakable/d__30::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedSetInactiveU3Ed__30_MoveNext_mC03EAF683FF06735986336B4283332B2F041B6B2 (U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * 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_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // gameObject.SetActive(false); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_4 = V_1; NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_5, (bool)0, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Breakable/d__30::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedSetInactiveU3Ed__30_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m82EF5E31E5A6D0F6266A9D958197135E1FECA8B1 (U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Breakable/d__30::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedSetInactiveU3Ed__30_System_Collections_IEnumerator_Reset_m29BD12F7CE1C4FCD6242EAFC089A62D16C673DC3 (U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedSetInactiveU3Ed__30_System_Collections_IEnumerator_Reset_m29BD12F7CE1C4FCD6242EAFC089A62D16C673DC3_RuntimeMethod_var))); } } // System.Object Breakable/d__30::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedSetInactiveU3Ed__30_System_Collections_IEnumerator_get_Current_m9FF113AB6F0602AA0C15EA1F6DC56BBBF2D2B2DD (U3CDelayedSetInactiveU3Ed__30_t801766935B42C2CE289F7FF02F78ECD7E0C9A3EF * __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 Breakable/d__31::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlashU3Ed__31__ctor_mC1D044192A43D6F3E1E52638B2559B9F95F4047A (U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Breakable/d__31::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlashU3Ed__31_System_IDisposable_Dispose_mDFC8A5089CF2107876EE3B5E328EC61030435E95 (U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Breakable/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFlashU3Ed__31_MoveNext_mE64AF5C4D8A432238802C4610A9AAB405E9511EE (U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * V_1 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 V_2; memset((&V_2), 0, sizeof(V_2)); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* V_3 = NULL; int32_t V_4 = 0; Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_5 = NULL; Material_t8927C00353A72755313F046D0CE85178AE8218EE * V_6 = NULL; U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * G_B7_0 = NULL; U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * G_B6_0 = NULL; Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 G_B8_0; memset((&G_B8_0), 0, sizeof(G_B8_0)); U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * G_B8_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * 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_0182; } case 2: { goto IL_023a; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // if (meshRenderer == null || !meshRenderer.material.HasProperty(colorName)) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_3 = V_1; NullCheck(L_3); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_4 = L_3->get_meshRenderer_18(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_5) { goto IL_004f; } } { Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_6 = V_1; NullCheck(L_6); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_7 = L_6->get_meshRenderer_18(); NullCheck(L_7); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_8; L_8 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_7, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_9 = V_1; NullCheck(L_9); String_t* L_10 = L_9->get_colorName_23(); NullCheck(L_8); bool L_11; L_11 = Material_HasProperty_mB6F155CD45C688DA232B56BD1A74474C224BE37E(L_8, L_10, /*hidden argument*/NULL); if (L_11) { goto IL_0051; } } IL_004f: { // yield break; return (bool)0; } IL_0051: { // float duration = 0f; __this->set_U3CdurationU3E5__2_4((0.0f)); // float halfFlash = flashDuration / 2f; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_12 = V_1; NullCheck(L_12); float L_13 = L_12->get_flashDuration_12(); __this->set_U3ChalfFlashU3E5__3_5(((float)((float)L_13/(float)(2.0f)))); // Color usedFlashColor = lowHealth ? lowHealthFlashColor : flashColor; bool L_14 = __this->get_lowHealth_3(); G_B6_0 = __this; if (L_14) { G_B7_0 = __this; goto IL_007f; } } { Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_15 = V_1; NullCheck(L_15); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_16 = L_15->get_flashColor_9(); G_B8_0 = L_16; G_B8_1 = G_B6_0; goto IL_0085; } IL_007f: { Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_17 = V_1; NullCheck(L_17); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_18 = L_17->get_lowHealthFlashColor_11(); G_B8_0 = L_18; G_B8_1 = G_B7_0; } IL_0085: { NullCheck(G_B8_1); G_B8_1->set_U3CusedFlashColorU3E5__4_6(G_B8_0); goto IL_0189; } IL_008f: { // lerpedColor = Color.Lerp(defaultColor, usedFlashColor, duration / halfFlash); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_19 = V_1; NullCheck(L_19); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_20 = L_19->get_defaultColor_19(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_21 = __this->get_U3CusedFlashColorU3E5__4_6(); float L_22 = __this->get_U3CdurationU3E5__2_4(); float L_23 = __this->get_U3ChalfFlashU3E5__3_5(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_24; L_24 = Color_Lerp_m6320057807E1F335970F168403C601EBD2B92062(L_20, L_21, ((float)((float)L_22/(float)L_23)), /*hidden argument*/NULL); V_2 = L_24; // if (onlyFlashMainTexture) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_25 = V_1; NullCheck(L_25); bool L_26 = L_25->get_onlyFlashMainTexture_14(); if (!L_26) { goto IL_0103; } } { // meshRenderer.material.SetColor(colorName, lerpedColor); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_27 = V_1; NullCheck(L_27); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_28 = L_27->get_meshRenderer_18(); NullCheck(L_28); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_29; L_29 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_28, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_30 = V_1; NullCheck(L_30); String_t* L_31 = L_30->get_colorName_23(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_32 = V_2; NullCheck(L_29); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_29, L_31, L_32, /*hidden argument*/NULL); // if (meshRenderer.material.HasProperty(brightnessName)) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_33 = V_1; NullCheck(L_33); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_34 = L_33->get_meshRenderer_18(); NullCheck(L_34); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_35; L_35 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_34, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_36 = V_1; NullCheck(L_36); String_t* L_37 = L_36->get_brightnessName_24(); NullCheck(L_35); bool L_38; L_38 = Material_HasProperty_mB6F155CD45C688DA232B56BD1A74474C224BE37E(L_35, L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_0160; } } { // meshRenderer.material.SetFloat(brightnessName, flashBrightness); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_39 = V_1; NullCheck(L_39); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_40 = L_39->get_meshRenderer_18(); NullCheck(L_40); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_41; L_41 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_40, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_42 = V_1; NullCheck(L_42); String_t* L_43 = L_42->get_brightnessName_24(); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_44 = V_1; NullCheck(L_44); float L_45 = L_44->get_flashBrightness_13(); NullCheck(L_41); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_41, L_43, L_45, /*hidden argument*/NULL); // } goto IL_0160; } IL_0103: { // foreach (Material mat in meshRenderer.materials) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_46 = V_1; NullCheck(L_46); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_47 = L_46->get_meshRenderer_18(); NullCheck(L_47); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_48; L_48 = Renderer_get_materials_m96CCC6CDACF2D131E18C7E0E70DE9F3AEA9E9E44(L_47, /*hidden argument*/NULL); V_3 = L_48; V_4 = 0; goto IL_0159; } IL_0114: { // foreach (Material mat in meshRenderer.materials) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_49 = V_3; int32_t L_50 = V_4; NullCheck(L_49); int32_t L_51 = L_50; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_52 = (L_49)->GetAt(static_cast(L_51)); V_5 = L_52; // mat.SetColor(colorName, lerpedColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_53 = V_5; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_54 = V_1; NullCheck(L_54); String_t* L_55 = L_54->get_colorName_23(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_56 = V_2; NullCheck(L_53); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_53, L_55, L_56, /*hidden argument*/NULL); // if (meshRenderer.material.HasProperty(brightnessName)) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_57 = V_1; NullCheck(L_57); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_58 = L_57->get_meshRenderer_18(); NullCheck(L_58); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_59; L_59 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_58, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_60 = V_1; NullCheck(L_60); String_t* L_61 = L_60->get_brightnessName_24(); NullCheck(L_59); bool L_62; L_62 = Material_HasProperty_mB6F155CD45C688DA232B56BD1A74474C224BE37E(L_59, L_61, /*hidden argument*/NULL); if (!L_62) { goto IL_0153; } } { // mat.SetFloat(brightnessName, flashBrightness); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_63 = V_5; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_64 = V_1; NullCheck(L_64); String_t* L_65 = L_64->get_brightnessName_24(); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_66 = V_1; NullCheck(L_66); float L_67 = L_66->get_flashBrightness_13(); NullCheck(L_63); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_63, L_65, L_67, /*hidden argument*/NULL); } IL_0153: { int32_t L_68 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)1)); } IL_0159: { // foreach (Material mat in meshRenderer.materials) int32_t L_69 = V_4; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_70 = V_3; NullCheck(L_70); if ((((int32_t)L_69) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_70)->max_length)))))) { goto IL_0114; } } IL_0160: { // duration += Time.deltaTime; float L_71 = __this->get_U3CdurationU3E5__2_4(); float L_72; L_72 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_U3CdurationU3E5__2_4(((float)il2cpp_codegen_add((float)L_71, (float)L_72))); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0182: { __this->set_U3CU3E1__state_0((-1)); } IL_0189: { // while(duration <= halfFlash) float L_73 = __this->get_U3CdurationU3E5__2_4(); float L_74 = __this->get_U3ChalfFlashU3E5__3_5(); if ((((float)L_73) <= ((float)L_74))) { goto IL_008f; } } { // duration = 0; __this->set_U3CdurationU3E5__2_4((0.0f)); goto IL_0241; } IL_01aa: { // lerpedColor = Color.Lerp(usedFlashColor, defaultColor, duration / halfFlash); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_75 = __this->get_U3CusedFlashColorU3E5__4_6(); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_76 = V_1; NullCheck(L_76); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_77 = L_76->get_defaultColor_19(); float L_78 = __this->get_U3CdurationU3E5__2_4(); float L_79 = __this->get_U3ChalfFlashU3E5__3_5(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_80; L_80 = Color_Lerp_m6320057807E1F335970F168403C601EBD2B92062(L_75, L_77, ((float)((float)L_78/(float)L_79)), /*hidden argument*/NULL); V_2 = L_80; // if (onlyFlashMainTexture) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_81 = V_1; NullCheck(L_81); bool L_82 = L_81->get_onlyFlashMainTexture_14(); if (!L_82) { goto IL_01ea; } } { // meshRenderer.material.SetColor(colorName, lerpedColor); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_83 = V_1; NullCheck(L_83); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_84 = L_83->get_meshRenderer_18(); NullCheck(L_84); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_85; L_85 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_84, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_86 = V_1; NullCheck(L_86); String_t* L_87 = L_86->get_colorName_23(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_88 = V_2; NullCheck(L_85); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_85, L_87, L_88, /*hidden argument*/NULL); // } goto IL_0218; } IL_01ea: { // foreach (Material mat in meshRenderer.materials) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_89 = V_1; NullCheck(L_89); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_90 = L_89->get_meshRenderer_18(); NullCheck(L_90); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_91; L_91 = Renderer_get_materials_m96CCC6CDACF2D131E18C7E0E70DE9F3AEA9E9E44(L_90, /*hidden argument*/NULL); V_3 = L_91; V_4 = 0; goto IL_0211; } IL_01fb: { // foreach (Material mat in meshRenderer.materials) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_92 = V_3; int32_t L_93 = V_4; NullCheck(L_92); int32_t L_94 = L_93; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_95 = (L_92)->GetAt(static_cast(L_94)); // mat.SetColor(colorName, lerpedColor); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_96 = V_1; NullCheck(L_96); String_t* L_97 = L_96->get_colorName_23(); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_98 = V_2; NullCheck(L_95); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_95, L_97, L_98, /*hidden argument*/NULL); int32_t L_99 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)1)); } IL_0211: { // foreach (Material mat in meshRenderer.materials) int32_t L_100 = V_4; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_101 = V_3; NullCheck(L_101); if ((((int32_t)L_100) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_101)->max_length)))))) { goto IL_01fb; } } IL_0218: { // duration += Time.deltaTime; float L_102 = __this->get_U3CdurationU3E5__2_4(); float L_103; L_103 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_U3CdurationU3E5__2_4(((float)il2cpp_codegen_add((float)L_102, (float)L_103))); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_023a: { __this->set_U3CU3E1__state_0((-1)); } IL_0241: { // while (duration <= halfFlash) float L_104 = __this->get_U3CdurationU3E5__2_4(); float L_105 = __this->get_U3ChalfFlashU3E5__3_5(); if ((((float)L_104) <= ((float)L_105))) { goto IL_01aa; } } { // foreach (Material mat in meshRenderer.materials) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_106 = V_1; NullCheck(L_106); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_107 = L_106->get_meshRenderer_18(); NullCheck(L_107); MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_108; L_108 = Renderer_get_materials_m96CCC6CDACF2D131E18C7E0E70DE9F3AEA9E9E44(L_107, /*hidden argument*/NULL); V_3 = L_108; V_4 = 0; goto IL_02ad; } IL_0263: { // foreach (Material mat in meshRenderer.materials) MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_109 = V_3; int32_t L_110 = V_4; NullCheck(L_109); int32_t L_111 = L_110; Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_112 = (L_109)->GetAt(static_cast(L_111)); V_6 = L_112; // mat.SetColor(colorName, defaultColor); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_113 = V_6; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_114 = V_1; NullCheck(L_114); String_t* L_115 = L_114->get_colorName_23(); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_116 = V_1; NullCheck(L_116); Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 L_117 = L_116->get_defaultColor_19(); NullCheck(L_113); Material_SetColor_m5CAAF4A8D7F839597B4E14588E341462EEB81698(L_113, L_115, L_117, /*hidden argument*/NULL); // if (meshRenderer.material.HasProperty(brightnessName)) Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_118 = V_1; NullCheck(L_118); MeshRenderer_tCD983A2F635E12BCB0BAA2E635D96A318757908B * L_119 = L_118->get_meshRenderer_18(); NullCheck(L_119); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_120; L_120 = Renderer_get_material_mE6B01125502D08EE0D6DFE2EAEC064AD9BB31804(L_119, /*hidden argument*/NULL); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_121 = V_1; NullCheck(L_121); String_t* L_122 = L_121->get_brightnessName_24(); NullCheck(L_120); bool L_123; L_123 = Material_HasProperty_mB6F155CD45C688DA232B56BD1A74474C224BE37E(L_120, L_122, /*hidden argument*/NULL); if (!L_123) { goto IL_02a7; } } { // mat.SetFloat(brightnessName, defaultBrightness); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_124 = V_6; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_125 = V_1; NullCheck(L_125); String_t* L_126 = L_125->get_brightnessName_24(); Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_127 = V_1; NullCheck(L_127); float L_128 = L_127->get_defaultBrightness_20(); NullCheck(L_124); Material_SetFloat_mBE01E05D49E5C7045E010F49A38E96B101D82768(L_124, L_126, L_128, /*hidden argument*/NULL); } IL_02a7: { int32_t L_129 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1)); } IL_02ad: { // foreach (Material mat in meshRenderer.materials) int32_t L_130 = V_4; MaterialU5BU5D_t3AE4936F3CA08FB9EE182A935E665EA9CDA5E492* L_131 = V_3; NullCheck(L_131); if ((((int32_t)L_130) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length)))))) { goto IL_0263; } } { // isFlashing = false; Breakable_t90D133CCD6B2D9BB04463B2AE329D96BA6356BEC * L_132 = V_1; NullCheck(L_132); L_132->set_isFlashing_21((bool)0); // } return (bool)0; } } // System.Object Breakable/d__31::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFlashU3Ed__31_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mAA7D8F94B4304C98B59C300BA7DB479AAD19537D (U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Breakable/d__31::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlashU3Ed__31_System_Collections_IEnumerator_Reset_mD8340E22AA5850377A75C3CFB64B295D11F15031 (U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFlashU3Ed__31_System_Collections_IEnumerator_Reset_mD8340E22AA5850377A75C3CFB64B295D11F15031_RuntimeMethod_var))); } } // System.Object Breakable/d__31::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFlashU3Ed__31_System_Collections_IEnumerator_get_Current_m3CCB667B25986A12E17F62D4CAE09A479EC20652 (U3CFlashU3Ed__31_t8940D9FF2287D22A1998FEAF90CA0807A6F4E808 * __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 Cannon/d__22::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestroyOnAnimationDoneU3Ed__22__ctor_mCDF4463D799D7FBA4AFEB43B38B7D32D3D3DDA5C (U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Cannon/d__22::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestroyOnAnimationDoneU3Ed__22_System_IDisposable_Dispose_mB35762B59C1957DA39F4C26F6F4C719E512F5125 (U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Cannon/d__22::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDestroyOnAnimationDoneU3Ed__22_MoveNext_m82D3CEDE33D2DC5AC86B96562C7038AB60E3BA62 (U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * 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_0030; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); goto IL_0037; } IL_0020: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0030: { __this->set_U3CU3E1__state_0((-1)); } IL_0037: { // while(!dissipated) Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * L_4 = V_1; NullCheck(L_4); bool L_5 = L_4->get_dissipated_17(); if (!L_5) { goto IL_0020; } } { // Destroy(gameObject); Cannon_t1AADFED23232176D6CC148B6F53E53612BB950D7 * L_6 = V_1; NullCheck(L_6); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7; L_7 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_6, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_7, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Cannon/d__22::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestroyOnAnimationDoneU3Ed__22_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB8FC2FB343B0E14A9B5CD0FED9630782BDA54E3A (U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Cannon/d__22::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestroyOnAnimationDoneU3Ed__22_System_Collections_IEnumerator_Reset_m53F14CB455F9555B816F85D58FC2BB4CCEAA780D (U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDestroyOnAnimationDoneU3Ed__22_System_Collections_IEnumerator_Reset_m53F14CB455F9555B816F85D58FC2BB4CCEAA780D_RuntimeMethod_var))); } } // System.Object Cannon/d__22::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestroyOnAnimationDoneU3Ed__22_System_Collections_IEnumerator_get_Current_mBDBADD74D8B8276E996FC36633BD33E2E6EACE88 (U3CDestroyOnAnimationDoneU3Ed__22_t8DE8FF01DC668EF5DB1F0EDB8211A854DB9483B1 * __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 DreadnaughtBehavior/d__40::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStaggerHPResetU3Ed__40__ctor_m81AC67D605830BCA3802C93F98ACA11765565341 (U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void DreadnaughtBehavior/d__40::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStaggerHPResetU3Ed__40_System_IDisposable_Dispose_mCEBA50CD7721D523C8900B7C477740A4469F3DB0 (U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean DreadnaughtBehavior/d__40::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStaggerHPResetU3Ed__40_MoveNext_mE72BAFAEFB74D5555A799327199FC52A4AC1539B (U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(stabStaggerCooldown); DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_stabStaggerCooldown_17(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_6 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // currentStaggerHP = stabInterruptHitPoint; DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * L_7 = V_1; DreadnaughtBehavior_t98D96B1C34EC99E0D4F410B43E821B1A6165F650 * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_stabInterruptHitPoint_15(); NullCheck(L_7); L_7->set_currentStaggerHP_27(L_9); // } return (bool)0; } } // System.Object DreadnaughtBehavior/d__40::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStaggerHPResetU3Ed__40_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m624C0B25081BDCBD99C415288E54D94422DA9C3A (U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void DreadnaughtBehavior/d__40::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStaggerHPResetU3Ed__40_System_Collections_IEnumerator_Reset_mC6E2F349D094F9BC2CDA54164DD3D3E7949FAC9F (U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStaggerHPResetU3Ed__40_System_Collections_IEnumerator_Reset_mC6E2F349D094F9BC2CDA54164DD3D3E7949FAC9F_RuntimeMethod_var))); } } // System.Object DreadnaughtBehavior/d__40::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStaggerHPResetU3Ed__40_System_Collections_IEnumerator_get_Current_m6E413C414D7647C510F28EC17C0B967BE4A5ADC2 (U3CStaggerHPResetU3Ed__40_t7D338F082F4C7D2C39A7EB30985D8BFA7DC0546F * __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 EndlessWaveHandler/OnEnemySpawned::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEnemySpawned__ctor_m132D90E85781CB0BFC12A728C11938444B387939 (OnEnemySpawned_tD047F9E9900387FE64FC4198DAD044CB797FC946 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void EndlessWaveHandler/OnEnemySpawned::Invoke(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEnemySpawned_Invoke_m0A591D2637C2752995832D3E9C7FFD0D64D61C96 (OnEnemySpawned_tD047F9E9900387FE64FC4198DAD044CB797FC946 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___enemy0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___enemy0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___enemy0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___enemy0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___enemy0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___enemy0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___enemy0); } } else { typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___enemy0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(targetMethod, targetThis, ___enemy0); else GenericVirtActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(targetMethod, targetThis, ___enemy0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___enemy0); else VirtActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___enemy0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___enemy0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___enemy0, targetMethod); } } } } } // System.IAsyncResult EndlessWaveHandler/OnEnemySpawned::BeginInvoke(UnityEngine.GameObject,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnEnemySpawned_BeginInvoke_mF761DAF6FBF94C1AA35EA871F4D42A575650A289 (OnEnemySpawned_tD047F9E9900387FE64FC4198DAD044CB797FC946 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___enemy0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___enemy0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void EndlessWaveHandler/OnEnemySpawned::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEnemySpawned_EndInvoke_m8684DC86492F958EA2AB697E9B05B3287368621A (OnEnemySpawned_tD047F9E9900387FE64FC4198DAD044CB797FC946 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 (OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 * __this, int32_t ___waveNum0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___waveNum0); } // System.Void EndlessWaveHandler/OnWaveChange::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange__ctor_mA8F6CB69D871E3F092726B76DB97242ED7E61C23 (OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void EndlessWaveHandler/OnWaveChange::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange_Invoke_mF6C6F8ABB7087BE0E871B6B711323083E5BFC543 (OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 * __this, int32_t ___waveNum0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___waveNum0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___waveNum0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___waveNum0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___waveNum0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___waveNum0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___waveNum0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___waveNum0, targetMethod); } } } } // System.IAsyncResult EndlessWaveHandler/OnWaveChange::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnWaveChange_BeginInvoke_mFF236463DC7CB2FDC278CCADC5BB04621319C43F (OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 * __this, int32_t ___waveNum0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___waveNum0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void EndlessWaveHandler/OnWaveChange::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange_EndInvoke_m1DB7C0CB2A31E841DF95CEB57A2C2798E69F0B6A (OnWaveChange_tC9D3AED8489DC8B6060ECBA1DA43E5E1DBBE7022 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 EnemyBikeAnimationController/d__35::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CExplodeAfterSecondsU3Ed__35__ctor_mE81F4EC4749078109ECDB174FED08A3DBD902DA0 (U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void EnemyBikeAnimationController/d__35::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CExplodeAfterSecondsU3Ed__35_System_IDisposable_Dispose_mE2B9A0C4BA95D5B3FCA95332A58418B2AE2FC0A6 (U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean EnemyBikeAnimationController/d__35::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CExplodeAfterSecondsU3Ed__35_MoveNext_m14B2F4067E731D6C519EB7BC19357055E00FC055 (U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * 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_0043; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(Random.Range(minTimeTilExplode, maxTimeTilExplode)); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_minTimeTilExplode_7(); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_6 = V_1; NullCheck(L_6); float L_7 = L_6->get_maxTimeTilExplode_8(); float L_8; L_8 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_5, L_7, /*hidden argument*/NULL); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_9 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_9, L_8, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0043: { __this->set_U3CU3E1__state_0((-1)); // Boom(); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_10 = V_1; NullCheck(L_10); EnemyBikeAnimationController_Boom_m80271CFE6B99243CB19088CE9FBAAF74E717F3FF(L_10, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object EnemyBikeAnimationController/d__35::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CExplodeAfterSecondsU3Ed__35_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m74EE7403F7330B115212471E3AA35D8BF17D93D3 (U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void EnemyBikeAnimationController/d__35::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CExplodeAfterSecondsU3Ed__35_System_Collections_IEnumerator_Reset_m1E120EE4A711C6CFEDA1277900617E62DB00FBE3 (U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CExplodeAfterSecondsU3Ed__35_System_Collections_IEnumerator_Reset_m1E120EE4A711C6CFEDA1277900617E62DB00FBE3_RuntimeMethod_var))); } } // System.Object EnemyBikeAnimationController/d__35::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CExplodeAfterSecondsU3Ed__35_System_Collections_IEnumerator_get_Current_mD3D2062C3DB70E307A3EF3328A1D7F5BB0C63DCF (U3CExplodeAfterSecondsU3Ed__35_t894D83FB35D049274A3276AF5603C4B0A399C78E * __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 EnemyBikeAnimationController/d__34::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunDeathAnimationU3Ed__34__ctor_m9E5F8EECCDDC2C746AB2A5A85F2F68C90A7DCCE9 (U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void EnemyBikeAnimationController/d__34::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunDeathAnimationU3Ed__34_System_IDisposable_Dispose_m0737638B2BC3708EAB28AEB447E6F07BFFD7672D (U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean EnemyBikeAnimationController/d__34::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRunDeathAnimationU3Ed__34_MoveNext_mF6398F6A382B058AB9BDCD112F0480B40794F2E5 (U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13B2762959723773A29B19968E423B465B25A1B0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0C8C66CEFB2897320AAD0C7FF21B306684E55D2); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * 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_006b; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // BikeAnimator.Play("death_swerve", -1, Random.Range(0f, 1f)); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5; L_5 = EnemyBikeAnimationController_get_BikeAnimator_mEE34049855F215E8F10F55055C3DBC4B3F2E1E41_inline(L_4, /*hidden argument*/NULL); float L_6; L_6 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (1.0f), /*hidden argument*/NULL); NullCheck(L_5); Animator_Play_m1438EDACA2804B50ED0D00D9986E30BCF903418B(L_5, _stringLiteral13B2762959723773A29B19968E423B465B25A1B0, (-1), L_6, /*hidden argument*/NULL); // rammingState = RammingState.Recovering; EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_7 = V_1; NullCheck(L_7); L_7->set_rammingState_10(((int32_t)-3)); // yield return new WaitForSeconds(Random.Range(minDeathSwerveTime, maxDeathSwerveTime)); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_minDeathSwerveTime_5(); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_10 = V_1; NullCheck(L_10); float L_11 = L_10->get_maxDeathSwerveTime_6(); float L_12; L_12 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_9, L_11, /*hidden argument*/NULL); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_13 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_13, L_12, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_13); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_006b: { __this->set_U3CU3E1__state_0((-1)); // BikeAnimator.SetTrigger("death_flip"); EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * L_14 = V_1; NullCheck(L_14); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_15; L_15 = EnemyBikeAnimationController_get_BikeAnimator_mEE34049855F215E8F10F55055C3DBC4B3F2E1E41_inline(L_14, /*hidden argument*/NULL); NullCheck(L_15); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_15, _stringLiteralF0C8C66CEFB2897320AAD0C7FF21B306684E55D2, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object EnemyBikeAnimationController/d__34::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRunDeathAnimationU3Ed__34_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m32D8B22DDF8EF06187C5D3F8A66EFF186290020D (U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void EnemyBikeAnimationController/d__34::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunDeathAnimationU3Ed__34_System_Collections_IEnumerator_Reset_m5E302AD2165AB56E855F1EBDB8322B146021061C (U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CRunDeathAnimationU3Ed__34_System_Collections_IEnumerator_Reset_m5E302AD2165AB56E855F1EBDB8322B146021061C_RuntimeMethod_var))); } } // System.Object EnemyBikeAnimationController/d__34::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRunDeathAnimationU3Ed__34_System_Collections_IEnumerator_get_Current_m282D2AD03DDCF5FB01C3723F8B342231EC2811A9 (U3CRunDeathAnimationU3Ed__34_t0AFD87CAF5662163F5BE96A87C266D42D66C43AD * __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 EnemyMovement/d__52::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedLocalSetU3Ed__52__ctor_mEBE26C7EE4E02341ADBDDCD1DD04C1D22351BF49 (U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void EnemyMovement/d__52::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedLocalSetU3Ed__52_System_IDisposable_Dispose_mCD56ACFA5BE9BE24A6CE470024468EDA6FF1EDE8 (U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean EnemyMovement/d__52::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedLocalSetU3Ed__52_MoveNext_m85533B9FC5F842FF78471480D5910028912D3FC9 (U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E * __this, const RuntimeMethod* method) { int32_t V_0 = 0; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * 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_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // transform.position = transform.parent.position + pos; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_4 = V_1; NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_4, /*hidden argument*/NULL); EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_6 = V_1; NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_6, /*hidden argument*/NULL); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_7, /*hidden argument*/NULL); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_8, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = __this->get_pos_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_9, L_10, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_5, L_11, /*hidden argument*/NULL); // PlacementFinished = true; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_12 = V_1; NullCheck(L_12); EnemyMovement_set_PlacementFinished_mBB2C1CA3FD86C65C1304AA55A492094D382331ED_inline(L_12, (bool)1, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object EnemyMovement/d__52::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedLocalSetU3Ed__52_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8C181EF4A71141ECD7EFF14165E66DD699E935F3 (U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void EnemyMovement/d__52::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedLocalSetU3Ed__52_System_Collections_IEnumerator_Reset_mC09DD2C3626ECB937CA09636960F76DBDC96F698 (U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedLocalSetU3Ed__52_System_Collections_IEnumerator_Reset_mC09DD2C3626ECB937CA09636960F76DBDC96F698_RuntimeMethod_var))); } } // System.Object EnemyMovement/d__52::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedLocalSetU3Ed__52_System_Collections_IEnumerator_get_Current_m62C91028D79430EED43E75F8DC57E79667B2F835 (U3CDelayedLocalSetU3Ed__52_t3377303645EFB4885FCB92C0E1BA8007ED7EE77E * __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 EnemySpawner/d__8::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpawnOnDelayU3Ed__8__ctor_mEF66733A1F23D0AA9A1B9790CC726A25468FBF99 (U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void EnemySpawner/d__8::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpawnOnDelayU3Ed__8_System_IDisposable_Dispose_m63E059025C9B753568460731C216ACF31B0C52AD (U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean EnemySpawner/d__8::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSpawnOnDelayU3Ed__8_MoveNext_m33800E153C76BA84039C352DC6671B677ECAD5F5 (U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m7225F95C903CBA1F23C868D652C5F59880E3F7C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisEnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116_m88EB3FA9D4AD76F6B1D88B077B4FF88765B08734_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnemySpawner_SpawnRandomEnemy_m4842EA70140F36EF37E69A13A99AB9539B5F6E40_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mF8A173EC6B476F8A8CB8F1B0248489B1C668BE82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * V_1 = NULL; EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * V_2 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B6_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B5_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(spawnDelay); EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_spawnDelay_8(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_6 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // float playerDist = playerFollower.DistanceOnPath; EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * L_7 = V_1; NullCheck(L_7); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_8 = L_7->get_playerFollower_9(); NullCheck(L_8); float L_9; L_9 = Follower_get_DistanceOnPath_m72E8140E5683C7EF11657387350401E574826EAD(L_8, /*hidden argument*/NULL); // Transform enemySpawn = Instantiate(enemy.prefab); EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * L_10 = V_1; NullCheck(L_10); WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B * L_11 = L_10->get_enemy_4(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = L_11->get_prefab_13(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mF8A173EC6B476F8A8CB8F1B0248489B1C668BE82(L_12, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mF8A173EC6B476F8A8CB8F1B0248489B1C668BE82_RuntimeMethod_var); // Follower enemyFollower = enemySpawn.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = L_13; NullCheck(L_14); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_15; L_15 = Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586(L_14, /*hidden argument*/Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586_RuntimeMethod_var); // EnemyPartManager epm = enemySpawn.GetComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16 = L_14; NullCheck(L_16); EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * L_17; L_17 = Component_GetComponent_TisEnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116_m88EB3FA9D4AD76F6B1D88B077B4FF88765B08734(L_16, /*hidden argument*/Component_GetComponent_TisEnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116_m88EB3FA9D4AD76F6B1D88B077B4FF88765B08734_RuntimeMethod_var); V_2 = L_17; // if(epm != null) EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * L_18 = V_2; bool L_19; L_19 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); G_B5_0 = L_16; if (!L_19) { G_B6_0 = L_16; goto IL_0084; } } { // epm.ConfigureByName(enemy.variant, true); EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * L_20 = V_2; EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * L_21 = V_1; NullCheck(L_21); WaveEnemy_t49BCAACDC35993CFA8B2B14F295D54FC7384D63B * L_22 = L_21->get_enemy_4(); NullCheck(L_22); String_t* L_23 = L_22->get_variant_4(); NullCheck(L_20); VirtActionInvoker2< String_t*, bool >::Invoke(4 /* System.Void EnemyPartManager::ConfigureByName(System.String,System.Boolean) */, L_20, L_23, (bool)1); G_B6_0 = G_B5_0; } IL_0084: { // EnemyBehavior behave = enemySpawn.GetComponentInChildren(); NullCheck(G_B6_0); EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * L_24; L_24 = Component_GetComponentInChildren_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m7225F95C903CBA1F23C868D652C5F59880E3F7C3(G_B6_0, /*hidden argument*/Component_GetComponentInChildren_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m7225F95C903CBA1F23C868D652C5F59880E3F7C3_RuntimeMethod_var); // behave.onDestroyed.AddListener(SpawnRandomEnemy); NullCheck(L_24); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_25 = L_24->get_onDestroyed_6(); EnemySpawner_t76B7641B894652DCEAF92E6EAB2DA5B1EE64BDFF * L_26 = V_1; UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 * L_27 = (UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099 *)il2cpp_codegen_object_new(UnityAction_t22E545F8BE0A62EE051C6A83E209587A0DB1C099_il2cpp_TypeInfo_var); UnityAction__ctor_m48C04C4C0F46918CF216A2410A4E58D31B6362BA(L_27, L_26, (intptr_t)((intptr_t)EnemySpawner_SpawnRandomEnemy_m4842EA70140F36EF37E69A13A99AB9539B5F6E40_RuntimeMethod_var), /*hidden argument*/NULL); NullCheck(L_25); UnityEvent_AddListener_m0ACFF0706176ECCB20E0BC2542D07396616F436D(L_25, L_27, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object EnemySpawner/d__8::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSpawnOnDelayU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5B2E6C99A34533B85BA5547DEE65A400E44ACC54 (U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void EnemySpawner/d__8::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpawnOnDelayU3Ed__8_System_Collections_IEnumerator_Reset_m273576F97E4CBD60CAD78526B35B8CDB6A494529 (U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSpawnOnDelayU3Ed__8_System_Collections_IEnumerator_Reset_m273576F97E4CBD60CAD78526B35B8CDB6A494529_RuntimeMethod_var))); } } // System.Object EnemySpawner/d__8::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSpawnOnDelayU3Ed__8_System_Collections_IEnumerator_get_Current_m17D6CC49201536CCC1D9CD2A813F116230180CCF (U3CSpawnOnDelayU3Ed__8_t88A20252CE9D5ABD7811239E99E78AE8601C0138 * __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 FMODMusicManager/d__41::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBossMusicCountdownU3Ed__41__ctor_m381C1CEE075B12FA66427108DD02929E3963A191 (U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void FMODMusicManager/d__41::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBossMusicCountdownU3Ed__41_System_IDisposable_Dispose_m2A85F5FDEFAAF399C699E7D09792581A25045054 (U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean FMODMusicManager/d__41::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBossMusicCountdownU3Ed__41_MoveNext_m974D474F146CA55F23438970AC517B32A74C1505 (U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(timeTil); float L_4 = __this->get_timeTil_2(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_5 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // StartBossMusic(); FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * L_6 = V_1; NullCheck(L_6); FMODMusicManager_StartBossMusic_m0E51053F3D24DCB65B3570DE6F38CEA799CED256(L_6, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object FMODMusicManager/d__41::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBossMusicCountdownU3Ed__41_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m33E69DE6CB0708A625DD85D2908CE423DA05E02F (U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void FMODMusicManager/d__41::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBossMusicCountdownU3Ed__41_System_Collections_IEnumerator_Reset_mAF5617C337CC46046E2D2D1A4CA0E42C470889F2 (U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBossMusicCountdownU3Ed__41_System_Collections_IEnumerator_Reset_mAF5617C337CC46046E2D2D1A4CA0E42C470889F2_RuntimeMethod_var))); } } // System.Object FMODMusicManager/d__41::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBossMusicCountdownU3Ed__41_System_Collections_IEnumerator_get_Current_mBD228B6619650976986A6A27C414D09F37C5F68B (U3CBossMusicCountdownU3Ed__41_t05339188F73D305C7FDAF72D637BFEB300E1DCB1 * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 (MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * __this, int32_t ___newMarker0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___newMarker0); } // System.Void FMODMusicManager/MarkerChangeEvent::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerChangeEvent__ctor_m19F21893F6F844C4C0BD8E5C348BC9EC5E1B2F4D (MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void FMODMusicManager/MarkerChangeEvent::Invoke(FMODMarker) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerChangeEvent_Invoke_mC50DE0C0932BD93B2316D91C80891E834F399B24 (MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * __this, int32_t ___newMarker0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___newMarker0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___newMarker0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___newMarker0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___newMarker0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___newMarker0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___newMarker0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___newMarker0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___newMarker0, targetMethod); } } } } } // System.IAsyncResult FMODMusicManager/MarkerChangeEvent::BeginInvoke(FMODMarker,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarkerChangeEvent_BeginInvoke_m1BB9DED34C1CB481984C02125CAB9E0E51B3BC2A (MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * __this, int32_t ___newMarker0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FMODMarker_tCB25D9FD6DA0276315C303BC39633F8F958DC52E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(FMODMarker_tCB25D9FD6DA0276315C303BC39633F8F958DC52E_il2cpp_TypeInfo_var, &___newMarker0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void FMODMusicManager/MarkerChangeEvent::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MarkerChangeEvent_EndInvoke_mD6F3B427396AA6DA5B5CAC1106F8824F3B9DC278 (MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 // Conversion methods for marshalling of: FMODMusicManager/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshal_pinvoke(const TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877& unmarshaled, TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_pinvoke& marshaled) { marshaled.___currentMusicBar_0 = unmarshaled.get_currentMusicBar_0(); marshaled.___lastMarker_1 = unmarshaled.get_lastMarker_1(); marshaled.___markerChanged_2 = unmarshaled.get_markerChanged_2(); } IL2CPP_EXTERN_C void TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshal_pinvoke_back(const TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_pinvoke& marshaled, TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877& unmarshaled) { int32_t unmarshaled_currentMusicBar_temp_0 = 0; unmarshaled_currentMusicBar_temp_0 = marshaled.___currentMusicBar_0; unmarshaled.set_currentMusicBar_0(unmarshaled_currentMusicBar_temp_0); int32_t unmarshaled_lastMarker_temp_1 = 0; unmarshaled_lastMarker_temp_1 = marshaled.___lastMarker_1; unmarshaled.set_lastMarker_1(unmarshaled_lastMarker_temp_1); uint8_t unmarshaled_markerChanged_temp_2 = 0x0; unmarshaled_markerChanged_temp_2 = marshaled.___markerChanged_2; unmarshaled.set_markerChanged_2(unmarshaled_markerChanged_temp_2); } // Conversion method for clean up from marshalling of: FMODMusicManager/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshal_pinvoke_cleanup(TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: FMODMusicManager/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshal_com(const TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877& unmarshaled, TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_com& marshaled) { marshaled.___currentMusicBar_0 = unmarshaled.get_currentMusicBar_0(); marshaled.___lastMarker_1 = unmarshaled.get_lastMarker_1(); marshaled.___markerChanged_2 = unmarshaled.get_markerChanged_2(); } IL2CPP_EXTERN_C void TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshal_com_back(const TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_com& marshaled, TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877& unmarshaled) { int32_t unmarshaled_currentMusicBar_temp_0 = 0; unmarshaled_currentMusicBar_temp_0 = marshaled.___currentMusicBar_0; unmarshaled.set_currentMusicBar_0(unmarshaled_currentMusicBar_temp_0); int32_t unmarshaled_lastMarker_temp_1 = 0; unmarshaled_lastMarker_temp_1 = marshaled.___lastMarker_1; unmarshaled.set_lastMarker_1(unmarshaled_lastMarker_temp_1); uint8_t unmarshaled_markerChanged_temp_2 = 0x0; unmarshaled_markerChanged_temp_2 = marshaled.___markerChanged_2; unmarshaled.set_markerChanged_2(unmarshaled_markerChanged_temp_2); } // Conversion method for clean up from marshalling of: FMODMusicManager/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshal_com_cleanup(TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877_marshaled_com& marshaled) { } // System.Void FMODMusicManager/TimelineInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimelineInfo__ctor_m06F4F4F4B80493D6E30A7EDFAFBCFEEA5D31ABE1 (TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void FlyerMovementApproach/d__21::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CNearDestinationU3Ed__21__ctor_m44FCE59EC5B0C8E48B4168525D94DA10C4FB3BCB (U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void FlyerMovementApproach/d__21::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CNearDestinationU3Ed__21_System_IDisposable_Dispose_mF2D7430A36AA7E1301E58C2C96F89D4A03B0D5C9 (U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean FlyerMovementApproach/d__21::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CNearDestinationU3Ed__21_MoveNext_m98276EB22CC3D258808E1E40231B63FDC6C4B8B4 (U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(nearingWaitTime); FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_nearingWaitTime_33(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_6 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // SetNewMoveTarget(); FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * L_7 = V_1; NullCheck(L_7); FlyerMovementApproach_SetNewMoveTarget_mE2201DA58A623D2DAAFDB486A1DEB3FBEBDA8F8E(L_7, /*hidden argument*/NULL); // onReachedTarget.Invoke(); FlyerMovementApproach_t742E1910EAF4A4A4A541C1175FB94BE72FBED59A * L_8 = V_1; NullCheck(L_8); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_9 = L_8->get_onReachedTarget_36(); NullCheck(L_9); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_9, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object FlyerMovementApproach/d__21::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CNearDestinationU3Ed__21_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m621E3656ACFA9C957827B27EBAABE9F4AE3C9F61 (U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void FlyerMovementApproach/d__21::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CNearDestinationU3Ed__21_System_Collections_IEnumerator_Reset_m8FBC136412F5F503E650FC1807CDCA731B513DBC (U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CNearDestinationU3Ed__21_System_Collections_IEnumerator_Reset_m8FBC136412F5F503E650FC1807CDCA731B513DBC_RuntimeMethod_var))); } } // System.Object FlyerMovementApproach/d__21::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CNearDestinationU3Ed__21_System_Collections_IEnumerator_get_Current_mCDC59236DB69D8E002698E85FC48637120F72725 (U3CNearDestinationU3Ed__21_tCEBC6A234B2D41451F4A928D10EC7A2336155C5A * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 (OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(); } // System.Void FlyerMovementBlock/OnReset::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnReset__ctor_m4B1FA52EF45C4B06C40A7042B15C23E5AFE0A545 (OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void FlyerMovementBlock/OnReset::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnReset_Invoke_mF63196CA3B4A91C78249F74DBBAE6828C7984E0C (OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 * __this, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult FlyerMovementBlock/OnReset::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnReset_BeginInvoke_m0E53287ABED0D0D43B0185E22F71481F6EDCF5AA (OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);; } // System.Void FlyerMovementBlock/OnReset::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnReset_EndInvoke_m2A0B541D2CACAE106214D3F364BF53F7688BD2D1 (OnReset_tAB154C663C34C2DD95A4AEB68C75C20B326DAAD0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 (OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 * __this, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(); } // System.Void FlyerMovementBlock/OnRestart::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRestart__ctor_mD745F907964BC8FE0A8091371913EB30369F0149 (OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void FlyerMovementBlock/OnRestart::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRestart_Invoke_m149CD1B192CD7B9EA29D139F5431D6ADDBCC188D (OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 * __this, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 0) { // open typedef void (*FunctionPointerType) (const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis); else GenericVirtActionInvoker0::Invoke(targetMethod, targetThis); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis); } } else { typedef void (*FunctionPointerType) (void*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod); } } } } // System.IAsyncResult FlyerMovementBlock/OnRestart::BeginInvoke(System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnRestart_BeginInvoke_m9A1643D4F00D5A776B97E2156BECA00C4FFDBC98 (OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 * __this, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method) { void *__d_args[1] = {0}; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);; } // System.Void FlyerMovementBlock/OnRestart::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRestart_EndInvoke_mB87F371E1BBF377258BF09AAEE150F5D7A12A54C (OnRestart_t262C1A9E633E38FD0AC002D0F03D225983197894 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 (OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * __this, float ___distanceDiff0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(float); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___distanceDiff0); } // System.Void Follower/OnPathUpdate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPathUpdate__ctor_m560C9259C86E80DC1245E03C7436F7BFBCB71939 (OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Follower/OnPathUpdate::Invoke(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPathUpdate_Invoke_m3DBFDF14A7490852F9955D6C046D8D3BBFE645B4 (OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * __this, float ___distanceDiff0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___distanceDiff0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___distanceDiff0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___distanceDiff0); else GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___distanceDiff0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___distanceDiff0); else VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___distanceDiff0); } } else { typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___distanceDiff0, targetMethod); } } } } // System.IAsyncResult Follower/OnPathUpdate::BeginInvoke(System.Single,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnPathUpdate_BeginInvoke_m665540762D86DD59CD8385B9CABF9C83D6570F2B (OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * __this, float ___distanceDiff0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___distanceDiff0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Follower/OnPathUpdate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPathUpdate_EndInvoke_m3C1D5DFC9991AA8D98066315AD4CD324ECC315A7 (OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 FontCacher/d__3::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCacheFontU3Ed__3__ctor_m9C08DD8F8E8549B7E374F807E95D9FA4EE0DC60F (U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void FontCacher/d__3::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCacheFontU3Ed__3_System_IDisposable_Dispose_mC1F73D4B9E1FA6FC2CFC96ABA5B1878153F78AD6 (U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean FontCacher/d__3::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CCacheFontU3Ed__3_MoveNext_m3EC2E8CF6C5A4AD7E196FB69AA4CCF504134236C (U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9BE818E3216E4577AB98D9EA5F5BA24091D115); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0013; } } { return (bool)0; } IL_0013: { __this->set_U3CU3E1__state_0((-1)); // Font font = textField.font; FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * L_3 = V_1; NullCheck(L_3); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_4 = L_3->get_textField_5(); NullCheck(L_4); Font_tB53D3F362CB1A0B92307B362826F212AE2D2A6A9 * L_5; L_5 = Text_get_font_m8D2D6709C3C35D54331B6DB56F2CBBC929FFA86C(L_4, /*hidden argument*/NULL); // font.RequestCharactersInTexture(CACHED_GLYPHS, textField.fontSize, textField.fontStyle); FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * L_6 = V_1; NullCheck(L_6); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_7 = L_6->get_textField_5(); NullCheck(L_7); int32_t L_8; L_8 = Text_get_fontSize_m63951F82E2028B2AAFCB4FEF0C4E6464370AE72A(L_7, /*hidden argument*/NULL); FontCacher_tCE3DF443E0F4EADF25197CE14590D77DFF0B71FD * L_9 = V_1; NullCheck(L_9); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_10 = L_9->get_textField_5(); NullCheck(L_10); int32_t L_11; L_11 = Text_get_fontStyle_m5068017317D8AE127A308676FD1AD98E6CCFE4A7(L_10, /*hidden argument*/NULL); NullCheck(L_5); Font_RequestCharactersInTexture_mC997BCA7C84F89D53D4D8DF3BEC898E7B23BD2D7(L_5, _stringLiteral9D9BE818E3216E4577AB98D9EA5F5BA24091D115, L_8, L_11, /*hidden argument*/NULL); // yield break; return (bool)0; } } // System.Object FontCacher/d__3::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCacheFontU3Ed__3_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m338F552E40A4C834A83E282705FD0B76D56289F1 (U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void FontCacher/d__3::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CCacheFontU3Ed__3_System_Collections_IEnumerator_Reset_m5CF401E2ABDB1BA3A3B2FA66857805091608FA6C (U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CCacheFontU3Ed__3_System_Collections_IEnumerator_Reset_m5CF401E2ABDB1BA3A3B2FA66857805091608FA6C_RuntimeMethod_var))); } } // System.Object FontCacher/d__3::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CCacheFontU3Ed__3_System_Collections_IEnumerator_get_Current_m4416E5AB9ED9BAFFAB1180D156A1B2261DD4FB7B (U3CCacheFontU3Ed__3_t41F631B9F6CC235D255D2FEB1580D00D56A232C0 * __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 GameMenu/d__116::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedStartupAudioU3Ed__116__ctor_mE774EB80B4B0CC18F062722A6A3D3CD3821E1583 (U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__116::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedStartupAudioU3Ed__116_System_IDisposable_Dispose_m41B830BEB3102ED34763A36A1ED0967083C5160F (U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__116::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedStartupAudioU3Ed__116_MoveNext_m9721C4F92BC53E47AC5D78DA46F04992E5032A53 (U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(delay); float L_4 = __this->get_delay_2(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_5 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // PlayStartupAudio(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_6 = V_1; NullCheck(L_6); GameMenu_PlayStartupAudio_m021BD30BBE31BBD770B190DD85BAADE20AA9A665(L_6, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object GameMenu/d__116::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedStartupAudioU3Ed__116_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3E1416549E8DDAFB2E5E3EE1E97DF0C0E5C6DFF2 (U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__116::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedStartupAudioU3Ed__116_System_Collections_IEnumerator_Reset_m67D2589D2D2F0065DD70925CA8B26894C00D6426 (U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedStartupAudioU3Ed__116_System_Collections_IEnumerator_Reset_m67D2589D2D2F0065DD70925CA8B26894C00D6426_RuntimeMethod_var))); } } // System.Object GameMenu/d__116::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedStartupAudioU3Ed__116_System_Collections_IEnumerator_get_Current_m596ABAFBB3C9727E512826D473F00E2BC9760076 (U3CDelayedStartupAudioU3Ed__116_t7EEAB9C2B3440178AB3826E83B2582BCF0BC84CD * __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 GameMenu/d__107::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutU3Ed__107__ctor_m1F7DC66B806244DB5A94E0B708B468A2C61C3B34 (U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__107::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutU3Ed__107_System_IDisposable_Dispose_mB7E775D70FC3A1ECAA19B0E310BD9801850805BF (U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__107::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFadeOutU3Ed__107_MoveNext_mA8010BD2E19D5F864BCE96F1F5EF13E9B3779825 (U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0047; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // transitionAnimator.SetTrigger("FadeOut"); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_transitionAnimator_14(); NullCheck(L_5); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_5, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0047: { __this->set_U3CU3E1__state_0((-1)); // asyncLoad.allowSceneActivation = true; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_7 = V_1; NullCheck(L_7); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_8 = L_7->get_asyncLoad_57(); NullCheck(L_8); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_8, (bool)1, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object GameMenu/d__107::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeOutU3Ed__107_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC2E31EDB54398C0C5B54EC501C2269610F385D02 (U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__107::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutU3Ed__107_System_Collections_IEnumerator_Reset_mE5FD6E1AD8C78C6F6D2A4E8879E40487259A3618 (U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFadeOutU3Ed__107_System_Collections_IEnumerator_Reset_mE5FD6E1AD8C78C6F6D2A4E8879E40487259A3618_RuntimeMethod_var))); } } // System.Object GameMenu/d__107::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeOutU3Ed__107_System_Collections_IEnumerator_get_Current_m7F0EF19F5B471FBD83D5B7A402A5E297DF01E607 (U3CFadeOutU3Ed__107_tBE4882DFEF81486E5699FBD14DC4F5665B18B5DF * __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 GameMenu/d__112::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHideMainMenuU3Ed__112__ctor_mBBEAA9CD5F48266401A1858E87B20647E4A0B6BA (U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__112::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHideMainMenuU3Ed__112_System_IDisposable_Dispose_m696C4CDA6F1750F9AA902F692C17ADFCC5A1B705 (U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__112::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CHideMainMenuU3Ed__112_MoveNext_m0557DE351483021CA0D3508711BFAB2E73D9DA2C (U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0036; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // CloseMenu(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_4 = V_1; NullCheck(L_4); GameMenu_CloseMenu_mCA81F9F33B0DF9D677BA168C3C1296BCBD617630(L_4, /*hidden argument*/NULL); goto IL_003d; } IL_0026: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0036: { __this->set_U3CU3E1__state_0((-1)); } IL_003d: { // while (!menuCloseComplete) GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->get_menuCloseComplete_59(); if (!L_6) { goto IL_0026; } } { // Hand.menuOpen = false; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_menuOpen_36((bool)0); // canvas.SetActive(false); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_7 = V_1; NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = L_7->get_canvas_13(); NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)0, /*hidden argument*/NULL); // Slomo.EndPause(); IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); Slomo_EndPause_m45433081A6362063C7061D8957D52B921F2D9F0C(/*hidden argument*/NULL); // pausing = false; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_9 = V_1; NullCheck(L_9); L_9->set_pausing_62((bool)0); // paused = false; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_10 = V_1; NullCheck(L_10); L_10->set_paused_61((bool)0); // } return (bool)0; } } // System.Object GameMenu/d__112::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CHideMainMenuU3Ed__112_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE467523ECA0F55C70737D169DD5B39C28E704309 (U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__112::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHideMainMenuU3Ed__112_System_Collections_IEnumerator_Reset_m5ED5429D3BE74A57598AE2C8B5CCA7277C731081 (U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CHideMainMenuU3Ed__112_System_Collections_IEnumerator_Reset_m5ED5429D3BE74A57598AE2C8B5CCA7277C731081_RuntimeMethod_var))); } } // System.Object GameMenu/d__112::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CHideMainMenuU3Ed__112_System_Collections_IEnumerator_get_Current_m3AC0AA0C72D027FE71D0B6CD6BA71EBE79EB5031 (U3CHideMainMenuU3Ed__112_tF49FE2DE0DA2971AE097C5560468F0936F67117C * __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 GameMenu/d__111::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadFirstStageU3Ed__111__ctor_m327403FD6BA08E5265998473103A8330A93C2E4D (U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__111::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadFirstStageU3Ed__111_System_IDisposable_Dispose_m0B6F5FEB88C2957E04F52691451EE9F6D3882F37 (U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__111::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadFirstStageU3Ed__111_MoveNext_mA33AC18F3323977D56EC6151269E4F242A1B6C0C (U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScoreEvaluator_tB6DDBE6B83DE9BBA11785850161F578D0185F51D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40CE956790AA4C33CBD8FA49D1FBE900AEF19F2F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60F254C44506228699515D64C3B3D95D5CF71AEA); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; String_t* V_2 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0056; } case 2: { goto IL_00e5; } case 3: { goto IL_010a; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // transitionAnimator.SetTrigger("FadeOut"); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_3 = V_1; NullCheck(L_3); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = L_3->get_transitionAnimator_14(); NullCheck(L_4); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_4, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_5 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_5, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0056: { __this->set_U3CU3E1__state_0((-1)); // StageAdvancer.NextStage = 1; IL2CPP_RUNTIME_CLASS_INIT(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_il2cpp_TypeInfo_var); ((StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_StaticFields*)il2cpp_codegen_static_fields_for(StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA_il2cpp_TypeInfo_var))->set_NextStage_4(1); // DataManager.deathlessRun = true; IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->set_deathlessRun_1((bool)1); // ScoreEvaluator.ClearCurrentScore(); IL2CPP_RUNTIME_CLASS_INIT(ScoreEvaluator_tB6DDBE6B83DE9BBA11785850161F578D0185F51D_il2cpp_TypeInfo_var); ScoreEvaluator_ClearCurrentScore_m5CB792C29C284E21A9C88AACB5D25375DE7D1292(/*hidden argument*/NULL); // PlayerFollower.ResetTravelDistance(); IL2CPP_RUNTIME_CLASS_INIT(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_il2cpp_TypeInfo_var); PlayerFollower_ResetTravelDistance_m806DD689C2AD770C65A1312D89D6B84CEB5DFC8C(/*hidden argument*/NULL); // string sceneName = LOADING_SCENE; V_2 = _stringLiteral40CE956790AA4C33CBD8FA49D1FBE900AEF19F2F; // if (DataManager.saveData.tutorialOn) SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_6 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_6); bool L_7 = L_6->get_tutorialOn_17(); if (!L_7) { goto IL_008b; } } { // sceneName = TUTORIAL_SCENE; V_2 = _stringLiteral60F254C44506228699515D64C3B3D95D5CF71AEA; } IL_008b: { // asyncLoad = SceneManager.LoadSceneAsync(sceneName); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_8 = V_1; String_t* L_9 = V_2; IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_10; L_10 = SceneManager_LoadSceneAsync_m8DCFAB9FD9FD082CA8505EDA72F685B82351D14C(L_9, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_asyncLoad_57(L_10); // asyncLoad.allowSceneActivation = false; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_11 = V_1; NullCheck(L_11); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_12 = L_11->get_asyncLoad_57(); NullCheck(L_12); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_12, (bool)0, /*hidden argument*/NULL); // startupSource.clip = startupRev; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_13 = V_1; NullCheck(L_13); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_14 = L_13->get_startupSource_45(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_15 = V_1; NullCheck(L_15); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_16 = L_15->get_startupRev_44(); NullCheck(L_14); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_14, L_16, /*hidden argument*/NULL); // startupSource.loop = false; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_17 = V_1; NullCheck(L_17); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_18 = L_17->get_startupSource_45(); NullCheck(L_18); AudioSource_set_loop_mDD9FB746D8A7392472E5484EEF8D0A667993E3E0(L_18, (bool)0, /*hidden argument*/NULL); // startupSource.Play(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_19 = V_1; NullCheck(L_19); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_20 = L_19->get_startupSource_45(); NullCheck(L_20); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_20, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(afterFadeWait); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_21 = V_1; NullCheck(L_21); float L_22 = L_21->get_afterFadeWait_46(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_23 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_23, L_22, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_23); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00e5: { __this->set_U3CU3E1__state_0((-1)); // asyncLoad.allowSceneActivation = true; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_24 = V_1; NullCheck(L_24); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_25 = L_24->get_asyncLoad_57(); NullCheck(L_25); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_25, (bool)1, /*hidden argument*/NULL); goto IL_0111; } IL_00fa: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_010a: { __this->set_U3CU3E1__state_0((-1)); } IL_0111: { // while (!asyncLoad.isDone) GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_26 = V_1; NullCheck(L_26); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_27 = L_26->get_asyncLoad_57(); NullCheck(L_27); bool L_28; L_28 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_00fa; } } { // } return (bool)0; } } // System.Object GameMenu/d__111::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadFirstStageU3Ed__111_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2E994CB21F5CDAADE48BC357EF0257522EB3317F (U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__111::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadFirstStageU3Ed__111_System_Collections_IEnumerator_Reset_m91CFB47844ED804331AF66C966187B025E336185 (U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadFirstStageU3Ed__111_System_Collections_IEnumerator_Reset_m91CFB47844ED804331AF66C966187B025E336185_RuntimeMethod_var))); } } // System.Object GameMenu/d__111::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadFirstStageU3Ed__111_System_Collections_IEnumerator_get_Current_m83E178CE39949E044538C70BD38446B497498D32 (U3CLoadFirstStageU3Ed__111_t39A1D542E5CDF2244BE1CD8EE94B4474877DE5C9 * __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 GameMenu/d__108::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__108__ctor_m40F263954F6FCE03AF531D2121E4F9DC8A5C9BBD (U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__108::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__108_System_IDisposable_Dispose_m7FB608606B4D57100BA7B57925E77CED981A6B33 (U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__108::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadNextStageU3Ed__108_MoveNext_m9DDEFE13A97874C2FDBF41FB39F0FE5E1D4EDC15 (U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_005e; } case 2: { goto IL_0080; } case 3: { goto IL_00bc; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // if (allowActivation) bool L_3 = __this->get_allowActivation_2(); if (!L_3) { goto IL_0067; } } { // transitionAnimator.SetTrigger("FadeOut"); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_transitionAnimator_14(); NullCheck(L_5); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_5, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_005e: { __this->set_U3CU3E1__state_0((-1)); // } goto IL_0087; } IL_0067: { // yield return new WaitForSecondsRealtime(0.1f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_7 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_7, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_7); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0080: { __this->set_U3CU3E1__state_0((-1)); } IL_0087: { // asyncLoad = SceneManager.LoadSceneAsync(nextScene, LoadSceneMode.Single); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_8 = V_1; String_t* L_9 = __this->get_nextScene_4(); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_10; L_10 = SceneManager_LoadSceneAsync_m66F7640311F0348778AD5319B50EF800062A7A30(L_9, 0, /*hidden argument*/NULL); NullCheck(L_8); L_8->set_asyncLoad_57(L_10); // asyncLoad.allowSceneActivation = allowActivation; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_11 = V_1; NullCheck(L_11); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_12 = L_11->get_asyncLoad_57(); bool L_13 = __this->get_allowActivation_2(); NullCheck(L_12); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_12, L_13, /*hidden argument*/NULL); goto IL_00c3; } IL_00ac: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_00bc: { __this->set_U3CU3E1__state_0((-1)); } IL_00c3: { // while (!asyncLoad.isDone) GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_14 = V_1; NullCheck(L_14); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_15 = L_14->get_asyncLoad_57(); NullCheck(L_15); bool L_16; L_16 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00ac; } } { // } return (bool)0; } } // System.Object GameMenu/d__108::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadNextStageU3Ed__108_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mD2212DB0A6BE434C551AF7A432E8E9B74BB9EADD (U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__108::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__108_System_Collections_IEnumerator_Reset_m57DEA6158548B0EE2646F638CAB305FAC74A0DF7 (U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadNextStageU3Ed__108_System_Collections_IEnumerator_Reset_m57DEA6158548B0EE2646F638CAB305FAC74A0DF7_RuntimeMethod_var))); } } // System.Object GameMenu/d__108::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadNextStageU3Ed__108_System_Collections_IEnumerator_get_Current_m11199109FD9074AD563A44960CC1F392DC7911EB (U3CLoadNextStageU3Ed__108_tE7488819892E335A2B876A567641D37FEBC8B478 * __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 GameMenu/d__110::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTitleStageU3Ed__110__ctor_m649E880498940F3CDDFA0324DF57AED39BE61042 (U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__110::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTitleStageU3Ed__110_System_IDisposable_Dispose_mF6B69C74A5BE19775F52A92E80BB3AD7E55197DC (U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__110::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadTitleStageU3Ed__110_MoveNext_mB5BBAA95BB9357CC898C7B4053F0467FAB495205 (U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20903FD39B3B42D806D627EAECD6118C99F51B67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_004c; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // transitionAnimator.SetTrigger("FadeOut"); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_transitionAnimator_14(); NullCheck(L_5); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_5, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // WaveHandler.ResetCheckpointWave(); IL2CPP_RUNTIME_CLASS_INIT(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); WaveHandler_ResetCheckpointWave_m78E27E57157A5E34DD34812C23A3D4EAB3DAD89A(/*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004c: { __this->set_U3CU3E1__state_0((-1)); // SceneManager.LoadScene(MAIN_SCENE); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); SceneManager_LoadScene_m6993313A5BE51551C96597F20A81672422A051E4(_stringLiteral20903FD39B3B42D806D627EAECD6118C99F51B67, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object GameMenu/d__110::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadTitleStageU3Ed__110_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m76C597FC5983FF7CD0FD9E86FD1EF3A6188DE9F1 (U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__110::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadTitleStageU3Ed__110_System_Collections_IEnumerator_Reset_mD074165777A554B52F1ADFA536E729E0A28BA918 (U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadTitleStageU3Ed__110_System_Collections_IEnumerator_Reset_mD074165777A554B52F1ADFA536E729E0A28BA918_RuntimeMethod_var))); } } // System.Object GameMenu/d__110::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadTitleStageU3Ed__110_System_Collections_IEnumerator_get_Current_m809852A22D6B118093C95470BD988D4BB7BF94D0 (U3CLoadTitleStageU3Ed__110_t1C319FD769F9744C0EC2B79D4DEB7C3311C22B82 * __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 GameMenu/d__109::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRestartU3Ed__109__ctor_mFDBE594397692D84284D797C0068D83C248A3CDE (U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__109::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRestartU3Ed__109_System_IDisposable_Dispose_m750986C86F02711CA29706AF581EB3086CF7156C (U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__109::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRestartU3Ed__109_MoveNext_m316E7D058164182620012916ADFCDAC847EAFD06 (U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_2; memset((&V_2), 0, sizeof(V_2)); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B7_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B6_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B10_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B9_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0047; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // transitionAnimator.SetTrigger("FadeOut"); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_transitionAnimator_14(); NullCheck(L_5); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_5, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0047: { __this->set_U3CU3E1__state_0((-1)); // if (fromCheckpoint) bool L_7 = __this->get_fromCheckpoint_3(); if (!L_7) { goto IL_0069; } } { // restartCheckpointEvents?.Invoke(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_8 = V_1; NullCheck(L_8); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_9 = L_8->get_restartCheckpointEvents_39(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_10 = L_9; G_B6_0 = L_10; if (L_10) { G_B7_0 = L_10; goto IL_0062; } } { goto IL_007f; } IL_0062: { NullCheck(G_B7_0); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(G_B7_0, /*hidden argument*/NULL); // } goto IL_007f; } IL_0069: { // WaveHandler.ResetCheckpointWave(); IL2CPP_RUNTIME_CLASS_INIT(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); WaveHandler_ResetCheckpointWave_m78E27E57157A5E34DD34812C23A3D4EAB3DAD89A(/*hidden argument*/NULL); // restartEvents?.Invoke(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_11 = V_1; NullCheck(L_11); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_12 = L_11->get_restartEvents_38(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_13 = L_12; G_B9_0 = L_13; if (L_13) { G_B10_0 = L_13; goto IL_007a; } } { goto IL_007f; } IL_007a: { NullCheck(G_B10_0); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(G_B10_0, /*hidden argument*/NULL); } IL_007f: { // PlayerFollower.ResetTravelDistance(); IL2CPP_RUNTIME_CLASS_INIT(PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006_il2cpp_TypeInfo_var); PlayerFollower_ResetTravelDistance_m806DD689C2AD770C65A1312D89D6B84CEB5DFC8C(/*hidden argument*/NULL); // SceneManager.LoadScene(SceneManager.GetActiveScene().name); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_14; L_14 = SceneManager_GetActiveScene_m3BA09EE5323C6A1910285EB37C155EC182AC773B(/*hidden argument*/NULL); V_2 = L_14; String_t* L_15; L_15 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_2), /*hidden argument*/NULL); SceneManager_LoadScene_m6993313A5BE51551C96597F20A81672422A051E4(L_15, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object GameMenu/d__109::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRestartU3Ed__109_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mC47FE97A5990BBD54D95E0E8EBAB752FA7AA91C5 (U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__109::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRestartU3Ed__109_System_Collections_IEnumerator_Reset_m8DDA3703518302B6333DE7B30FAF686B4258C3B5 (U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CRestartU3Ed__109_System_Collections_IEnumerator_Reset_m8DDA3703518302B6333DE7B30FAF686B4258C3B5_RuntimeMethod_var))); } } // System.Object GameMenu/d__109::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRestartU3Ed__109_System_Collections_IEnumerator_get_Current_m3F8892AFF9024E3DAE416BB0A724D17F4912AE40 (U3CRestartU3Ed__109_tD2CD87EBB792AAC8F8EF50F89E1C91541B0FA6BA * __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 GameMenu/d__114::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLevelCompleteU3Ed__114__ctor_mD054DB4805A2D01006E64EAEDBAACCC5676F1083 (U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__114::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLevelCompleteU3Ed__114_System_IDisposable_Dispose_mF558BBB3B3E1F53AF4C131055527B74FE47DFA0B (U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__114::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CShowLevelCompleteU3Ed__114_MoveNext_mC20DFEAF307126FB1A8E2B343A923975C2B90D18 (U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0043; } case 2: { goto IL_0062; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(waitToDisplayScore); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_3 = V_1; NullCheck(L_3); float L_4 = L_3->get_waitToDisplayScore_41(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_5 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0043: { __this->set_U3CU3E1__state_0((-1)); // OpenMenu(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_6 = V_1; NullCheck(L_6); GameMenu_OpenMenu_mF5E3CDF2D56852349F0E10944448F3CE980AA84F(L_6, /*hidden argument*/NULL); goto IL_0069; } IL_0052: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0062: { __this->set_U3CU3E1__state_0((-1)); } IL_0069: { // while (!menuOpenComplete) GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_7 = V_1; NullCheck(L_7); bool L_8 = L_7->get_menuOpenComplete_58(); if (!L_8) { goto IL_0052; } } { // levelCompleteOverlay.SetActive(true); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_9 = V_1; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = L_9->get_levelCompleteOverlay_42(); NullCheck(L_10); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_10, (bool)1, /*hidden argument*/NULL); // levelCompleteTally.SetActive(true); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_11 = V_1; NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = L_11->get_levelCompleteTally_43(); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)1, /*hidden argument*/NULL); // currentMenu = levelCompleteOverlay.GetComponent(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_13 = V_1; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_14 = V_1; NullCheck(L_14); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = L_14->get_levelCompleteOverlay_42(); NullCheck(L_15); MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * L_16; L_16 = GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5(L_15, /*hidden argument*/GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var); NullCheck(L_13); L_13->set_currentMenu_54(L_16); // } return (bool)0; } } // System.Object GameMenu/d__114::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowLevelCompleteU3Ed__114_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB081B08EDEB803ED66BD1F3F8F3DAFB22402A47E (U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__114::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLevelCompleteU3Ed__114_System_Collections_IEnumerator_Reset_m4A36FCB874BD3E2810F146C1F6143B7B5AAC9C68 (U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CShowLevelCompleteU3Ed__114_System_Collections_IEnumerator_Reset_m4A36FCB874BD3E2810F146C1F6143B7B5AAC9C68_RuntimeMethod_var))); } } // System.Object GameMenu/d__114::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowLevelCompleteU3Ed__114_System_Collections_IEnumerator_get_Current_mEDF8A2AD969EDCABE57D0D89DA91B5F6FC423069 (U3CShowLevelCompleteU3Ed__114_t86DC84FE04101BC60C3EDA8DF616D87D89BCD36B * __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 GameMenu/d__113::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowMainMenuU3Ed__113__ctor_m70DC2BA4551D0293DAF8DD2B9D5C13D6C25B8E8B (U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__113::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowMainMenuU3Ed__113_System_IDisposable_Dispose_mB569F3797E023D01752E67AD7A3C34DCEA8BF663 (U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__113::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CShowMainMenuU3Ed__113_MoveNext_m77DDC5CDADA862CB0F96AA4FA9B840BE52C6E3C7 (U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20903FD39B3B42D806D627EAECD6118C99F51B67); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0036; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // OpenMenu(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_4 = V_1; NullCheck(L_4); GameMenu_OpenMenu_mF5E3CDF2D56852349F0E10944448F3CE980AA84F(L_4, /*hidden argument*/NULL); goto IL_003d; } IL_0026: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0036: { __this->set_U3CU3E1__state_0((-1)); } IL_003d: { // while (!menuOpenComplete) GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->get_menuOpenComplete_58(); if (!L_6) { goto IL_0026; } } { // mainMenu.SetActive(true); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_7 = V_1; NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = L_7->get_mainMenu_15(); NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)1, /*hidden argument*/NULL); // if (SceneManager.GetActiveScene().name == MAIN_SCENE) IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_9; L_9 = SceneManager_GetActiveScene_m3BA09EE5323C6A1910285EB37C155EC182AC773B(/*hidden argument*/NULL); V_2 = L_9; String_t* L_10; L_10 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_2), /*hidden argument*/NULL); bool L_11; L_11 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_10, _stringLiteral20903FD39B3B42D806D627EAECD6118C99F51B67, /*hidden argument*/NULL); if (!L_11) { goto IL_008b; } } { // if (DataManager.BikeSelectionAvailable()) IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); bool L_12; L_12 = DataManager_BikeSelectionAvailable_m336297E996E3641F637802729EBEE703393D1B8F(/*hidden argument*/NULL); if (!L_12) { goto IL_007f; } } { // bikeSelectButton.SetActive(true); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_13 = V_1; NullCheck(L_13); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = L_13->get_bikeSelectButton_26(); NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)1, /*hidden argument*/NULL); // } goto IL_008b; } IL_007f: { // bikeSelectButton.SetActive(false); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_15 = V_1; NullCheck(L_15); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_16 = L_15->get_bikeSelectButton_26(); NullCheck(L_16); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_16, (bool)0, /*hidden argument*/NULL); } IL_008b: { // currentMenu = mainMenu.GetComponent(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_17 = V_1; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_18 = V_1; NullCheck(L_18); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = L_18->get_mainMenu_15(); NullCheck(L_19); MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * L_20; L_20 = GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5(L_19, /*hidden argument*/GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var); NullCheck(L_17); L_17->set_currentMenu_54(L_20); // pausing = false; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_21 = V_1; NullCheck(L_21); L_21->set_pausing_62((bool)0); // paused = true; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_22 = V_1; NullCheck(L_22); L_22->set_paused_61((bool)1); // } return (bool)0; } } // System.Object GameMenu/d__113::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowMainMenuU3Ed__113_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB31A029878DAFD37180CFA2807FBCCE6EE8E4B36 (U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__113::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowMainMenuU3Ed__113_System_Collections_IEnumerator_Reset_m2EE00FED767D2ED171FEA444991368F203B279C1 (U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CShowMainMenuU3Ed__113_System_Collections_IEnumerator_Reset_m2EE00FED767D2ED171FEA444991368F203B279C1_RuntimeMethod_var))); } } // System.Object GameMenu/d__113::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowMainMenuU3Ed__113_System_Collections_IEnumerator_get_Current_m9F7C838C1EE8CCADCE6391301AB7A6FA7D65EECD (U3CShowMainMenuU3Ed__113_tE6914DBEFD75AE39976A8B146F56BD06F329D55A * __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 GameMenu/d__115::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowRestartStageU3Ed__115__ctor_m7073EEF19482FFF7178F79B5DF1F9D2EF45EB4A8 (U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GameMenu/d__115::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowRestartStageU3Ed__115_System_IDisposable_Dispose_mEE39D24F5A4750821DB76748708B23149108A0C2 (U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean GameMenu/d__115::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CShowRestartStageU3Ed__115_MoveNext_m38FC0F8F9AD47D5C3DA88A187116EAADD71279A9 (U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScoreEvaluator_tB6DDBE6B83DE9BBA11785850161F578D0185F51D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * 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_0043; } case 2: { goto IL_0062; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(waitToDisplayRestart); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_3 = V_1; NullCheck(L_3); float L_4 = L_3->get_waitToDisplayRestart_32(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_5 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0043: { __this->set_U3CU3E1__state_0((-1)); // OpenMenu(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_6 = V_1; NullCheck(L_6); GameMenu_OpenMenu_mF5E3CDF2D56852349F0E10944448F3CE980AA84F(L_6, /*hidden argument*/NULL); goto IL_0069; } IL_0052: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0062: { __this->set_U3CU3E1__state_0((-1)); } IL_0069: { // while (!menuOpenComplete) GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_7 = V_1; NullCheck(L_7); bool L_8 = L_7->get_menuOpenComplete_58(); if (!L_8) { goto IL_0052; } } { // restartStageDisplay.SetActive(true); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_9 = V_1; NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = L_9->get_restartStageDisplay_33(); NullCheck(L_10); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_10, (bool)1, /*hidden argument*/NULL); // restartDescription.SetActive(withDescription); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_11 = V_1; NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12 = L_11->get_restartDescription_34(); bool L_13 = __this->get_withDescription_3(); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, L_13, /*hidden argument*/NULL); // restartCancelButton.SetActive(false); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_14 = V_1; NullCheck(L_14); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15 = L_14->get_restartCancelButton_35(); NullCheck(L_15); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_15, (bool)0, /*hidden argument*/NULL); // restartQuitButton.SetActive(true); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_16 = V_1; NullCheck(L_16); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = L_16->get_restartQuitButton_36(); NullCheck(L_17); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_17, (bool)1, /*hidden argument*/NULL); // restartCheckpointButton.SetActive(ScoreEvaluator.HasCheckpoint()); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_18 = V_1; NullCheck(L_18); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = L_18->get_restartCheckpointButton_37(); IL2CPP_RUNTIME_CLASS_INIT(ScoreEvaluator_tB6DDBE6B83DE9BBA11785850161F578D0185F51D_il2cpp_TypeInfo_var); bool L_20; L_20 = ScoreEvaluator_HasCheckpoint_m71542AE484C21C500A8B5A3ACA0AB64EEB4C0E23(/*hidden argument*/NULL); NullCheck(L_19); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_19, L_20, /*hidden argument*/NULL); // currentMenu = restartStageDisplay.GetComponent(); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_21 = V_1; GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_22 = V_1; NullCheck(L_22); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23 = L_22->get_restartStageDisplay_33(); NullCheck(L_23); MenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5 * L_24; L_24 = GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5(L_23, /*hidden argument*/GameObject_GetComponent_TisMenuInfo_tDC463D71E8F54CA4D0B474B7296073855B23FDB5_mCA2E3CF034276AC3E5601AFDA3CE6FD48ACADDB5_RuntimeMethod_var); NullCheck(L_21); L_21->set_currentMenu_54(L_24); // } return (bool)0; } } // System.Object GameMenu/d__115::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowRestartStageU3Ed__115_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m93FD8E9BE11103C5DB9CFFB9D2013D7EC3993C6F (U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GameMenu/d__115::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowRestartStageU3Ed__115_System_Collections_IEnumerator_Reset_m2BAFBC7908B91BC0EAB7FBAE85AD35280F19D3B8 (U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CShowRestartStageU3Ed__115_System_Collections_IEnumerator_Reset_m2BAFBC7908B91BC0EAB7FBAE85AD35280F19D3B8_RuntimeMethod_var))); } } // System.Object GameMenu/d__115::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CShowRestartStageU3Ed__115_System_Collections_IEnumerator_get_Current_mB5B8ADB60C73A86652E9E412E69DA4A25671F929 (U3CShowRestartStageU3Ed__115_tBA6186859B9BA532B1354C3858203F8965E1D993 * __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 GridBlockPlacer/d__30::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30__ctor_mB14CB3F4B9D8D311D0FCB1228B23DFCC3C5A4B38 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void GridBlockPlacer/d__30::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_System_IDisposable_Dispose_m39D1676B2C78851387F8E798D49074BAC48DEFAB (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)-4)))) > ((uint32_t)1)))) { goto IL_0012; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_002f; } } IL_0012: { } IL_0013: try { // begin try (depth: 1) { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)-4)))) { goto IL_001e; } } IL_0018: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_001e; } } IL_001c: { IL2CPP_LEAVE(0x2F, FINALLY_0028); } IL_001e: { } IL_001f: try { // begin try (depth: 2) IL2CPP_LEAVE(0x2F, FINALLY_0021); } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0021; } FINALLY_0021: { // begin finally (depth: 2) U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally2_m7F3E17ABB6B644D91ED9196C8ED11EFEA829D414(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(33) } // end finally (depth: 2) IL2CPP_CLEANUP(33) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x2F, FINALLY_0028); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0028; } FINALLY_0028: { // begin finally (depth: 1) U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally1_mF83496A3F2FF7F9FCF614989115465B903D000AA(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(40) } // end finally (depth: 1) IL2CPP_CLEANUP(40) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F, IL_002f) } IL_002f: { return; } } // System.Boolean GridBlockPlacer/d__30::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPerformBuildingCollisionChecksU3Ed__30_MoveNext_m67D03BCBB587E87FCEE275AD221F52EAB4C9B848 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mA29633105F037752F2E0C77F707F1DEB13B87CB3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_mD25928AC162209B2412944BE6231B4C2D17F9CDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * V_2 = NULL; int32_t V_3 = 0; Building_t13262F618069952568925A1556080D290B9264F0 * V_4 = NULL; Building_t13262F618069952568925A1556080D290B9264F0 * V_5 = NULL; BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* V_6 = NULL; int32_t V_7 = 0; BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * V_8 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; IL_0000: try { // begin try (depth: 1) { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_1 = L_0; GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_1 = __this->get_U3CU3E4__this_2(); V_2 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001f; } } IL_0011: { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_021a; } } IL_0018: { V_0 = (bool)0; goto IL_0292; } IL_001f: { __this->set_U3CU3E1__state_0((-1)); // int checksThisFrame = 0; V_3 = 0; // foreach (GridBlock block in blocks) GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_4 = V_2; NullCheck(L_4); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_5 = L_4->get_blocks_16(); NullCheck(L_5); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_6; L_6 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_5, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); __this->set_U3CU3E7__wrap1_4(L_6); __this->set_U3CU3E1__state_0(((int32_t)-3)); goto IL_0265; } IL_0046: { // foreach (GridBlock block in blocks) Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * L_7 = __this->get_address_of_U3CU3E7__wrap1_4(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_8; L_8 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)L_7, /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); __this->set_U3CblockU3E5__3_5(L_8); // if (!block.justAdded) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_9 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_9); bool L_10 = L_9->get_justAdded_3(); if (L_10) { goto IL_0246; } } IL_0067: { // toBeChecked.Clear(); GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_11 = V_2; NullCheck(L_11); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_12 = L_11->get_toBeChecked_18(); NullCheck(L_12); List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F(L_12, /*hidden argument*/List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F_RuntimeMethod_var); // toBeChecked.AddRange(block.buildingsOnGrid); GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_13 = V_2; NullCheck(L_13); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_14 = L_13->get_toBeChecked_18(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_15 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_15); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_16 = L_15->get_buildingsOnGrid_4(); NullCheck(L_14); List_1_AddRange_mA29633105F037752F2E0C77F707F1DEB13B87CB3(L_14, L_16, /*hidden argument*/List_1_AddRange_mA29633105F037752F2E0C77F707F1DEB13B87CB3_RuntimeMethod_var); // foreach (Building building in toBeChecked) GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_17 = V_2; NullCheck(L_17); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_18 = L_17->get_toBeChecked_18(); NullCheck(L_18); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 L_19; L_19 = List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A(L_18, /*hidden argument*/List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); __this->set_U3CU3E7__wrap3_6(L_19); __this->set_U3CU3E1__state_0(((int32_t)-4)); goto IL_0224; } IL_00a6: { // foreach (Building building in toBeChecked) Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * L_20 = __this->get_address_of_U3CU3E7__wrap3_6(); Building_t13262F618069952568925A1556080D290B9264F0 * L_21; L_21 = Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_inline((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)L_20, /*hidden argument*/Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); V_5 = L_21; // if (building.CollidesWithRoad(ref roadChunkHit)) Building_t13262F618069952568925A1556080D290B9264F0 * L_22 = V_5; GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_23 = V_2; NullCheck(L_23); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** L_24 = L_23->get_address_of_roadChunkHit_20(); NullCheck(L_22); bool L_25; L_25 = Building_CollidesWithRoad_mAC2C141C32AC883802312B52000D951C94D8601E(L_22, (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 **)L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_01fb; } } IL_00c5: { // pool.HideBuilding(building); GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_26 = V_2; NullCheck(L_26); BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * L_27 = L_26->get_pool_22(); Building_t13262F618069952568925A1556080D290B9264F0 * L_28 = V_5; NullCheck(L_27); BuildingPool_HideBuilding_mFE86A30021E1FE14C8479103270EFC9EDFF513C7(L_27, L_28, /*hidden argument*/NULL); // block.buildingsOnGrid.Remove(building); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_29 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_29); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_30 = L_29->get_buildingsOnGrid_4(); Building_t13262F618069952568925A1556080D290B9264F0 * L_31 = V_5; NullCheck(L_30); bool L_32; L_32 = List_1_Remove_mD25928AC162209B2412944BE6231B4C2D17F9CDB(L_30, L_31, /*hidden argument*/List_1_Remove_mD25928AC162209B2412944BE6231B4C2D17F9CDB_RuntimeMethod_var); // if (roadChunkHit.gameObject.tag == "Overpass" && building.PlacedBy != null && building.type != BuildingType.Cluster && building.type != BuildingType.Mega && building.type != BuildingType.Short) GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * L_33 = V_2; NullCheck(L_33); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_34 = L_33->get_roadChunkHit_20(); NullCheck(L_34); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_35; L_35 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_34, /*hidden argument*/NULL); NullCheck(L_35); String_t* L_36; L_36 = GameObject_get_tag_mC21F33D368C18A631040F2887036C678B96ABC33(L_35, /*hidden argument*/NULL); bool L_37; L_37 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_36, _stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E, /*hidden argument*/NULL); if (!L_37) { goto IL_0186; } } IL_0104: { Building_t13262F618069952568925A1556080D290B9264F0 * L_38 = V_5; NullCheck(L_38); BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_39; L_39 = Building_get_PlacedBy_m5D3E489E26F408D6F9733ABA839E891EBBFAC22A_inline(L_38, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_40; L_40 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_39, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_40) { goto IL_0186; } } IL_0113: { Building_t13262F618069952568925A1556080D290B9264F0 * L_41 = V_5; NullCheck(L_41); int32_t L_42 = L_41->get_type_17(); if ((((int32_t)L_42) == ((int32_t)7))) { goto IL_0186; } } IL_011d: { Building_t13262F618069952568925A1556080D290B9264F0 * L_43 = V_5; NullCheck(L_43); int32_t L_44 = L_43->get_type_17(); if ((((int32_t)L_44) == ((int32_t)6))) { goto IL_0186; } } IL_0127: { Building_t13262F618069952568925A1556080D290B9264F0 * L_45 = V_5; NullCheck(L_45); int32_t L_46 = L_45->get_type_17(); if ((((int32_t)L_46) == ((int32_t)8))) { goto IL_0186; } } IL_0131: { // placed = building.PlacedBy.PlaceShortBuilding(); Building_t13262F618069952568925A1556080D290B9264F0 * L_47 = V_5; NullCheck(L_47); BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_48; L_48 = Building_get_PlacedBy_m5D3E489E26F408D6F9733ABA839E891EBBFAC22A_inline(L_47, /*hidden argument*/NULL); NullCheck(L_48); Building_t13262F618069952568925A1556080D290B9264F0 * L_49; L_49 = BuildingPlacer_PlaceShortBuilding_m9C86821A3173B7F2EBCFCB06BE8E11B38B0639FA(L_48, /*hidden argument*/NULL); V_4 = L_49; // if (placed != null) Building_t13262F618069952568925A1556080D290B9264F0 * L_50 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_51; L_51 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_50, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_51) { goto IL_01fb; } } IL_014c: { // if (placed.gameObject.activeSelf) Building_t13262F618069952568925A1556080D290B9264F0 * L_52 = V_4; NullCheck(L_52); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_53; L_53 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_52, /*hidden argument*/NULL); NullCheck(L_53); bool L_54; L_54 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_01fb; } } IL_015d: { // placed.PlacedBy = building.PlacedBy; Building_t13262F618069952568925A1556080D290B9264F0 * L_55 = V_4; Building_t13262F618069952568925A1556080D290B9264F0 * L_56 = V_5; NullCheck(L_56); BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_57; L_57 = Building_get_PlacedBy_m5D3E489E26F408D6F9733ABA839E891EBBFAC22A_inline(L_56, /*hidden argument*/NULL); NullCheck(L_55); Building_set_PlacedBy_mE3A62012C1D2F86A66EDFE21C912D4D6BE7BE9C8_inline(L_55, L_57, /*hidden argument*/NULL); // placed.ApplyMaterialProperties(); Building_t13262F618069952568925A1556080D290B9264F0 * L_58 = V_4; NullCheck(L_58); Building_ApplyMaterialProperties_m8D37EBEEDC0269C36A496B0FA5434CC48017B80C(L_58, /*hidden argument*/NULL); // block.buildingsOnGrid.Add(placed); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_59 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_59); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_60 = L_59->get_buildingsOnGrid_4(); Building_t13262F618069952568925A1556080D290B9264F0 * L_61 = V_4; NullCheck(L_60); List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041(L_60, L_61, /*hidden argument*/List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var); // } goto IL_01fb; } IL_0186: { // else if (building.isClusterBuilding) Building_t13262F618069952568925A1556080D290B9264F0 * L_62 = V_5; NullCheck(L_62); bool L_63 = L_62->get_isClusterBuilding_4(); if (!L_63) { goto IL_01fb; } } IL_018f: { // foreach (BuildingPlacer placer in block.placers) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_64 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_64); BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_65 = L_64->get_placers_5(); V_6 = L_65; V_7 = 0; goto IL_01f3; } IL_01a1: { // foreach (BuildingPlacer placer in block.placers) BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_66 = V_6; int32_t L_67 = V_7; NullCheck(L_66); int32_t L_68 = L_67; BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_69 = (L_66)->GetAt(static_cast(L_68)); V_8 = L_69; // if (placer.placementType == BuildingPlacerType.ClusterReplacement) BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_70 = V_8; NullCheck(L_70); int32_t L_71 = L_70->get_placementType_4(); if ((!(((uint32_t)L_71) == ((uint32_t)3)))) { goto IL_01ed; } } IL_01b2: { // placed = placer.PlaceBuilding(); BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_72 = V_8; NullCheck(L_72); Building_t13262F618069952568925A1556080D290B9264F0 * L_73; L_73 = BuildingPlacer_PlaceBuilding_m4B100900947B38E6A8C095C5D670D2C32758352E(L_72, (Building_t13262F618069952568925A1556080D290B9264F0 *)NULL, /*hidden argument*/NULL); V_4 = L_73; // if (placed != null && placed.gameObject.activeSelf) Building_t13262F618069952568925A1556080D290B9264F0 * L_74 = V_4; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_75; L_75 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_74, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_75) { goto IL_01ed; } } IL_01c6: { Building_t13262F618069952568925A1556080D290B9264F0 * L_76 = V_4; NullCheck(L_76); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_77; L_77 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_76, /*hidden argument*/NULL); NullCheck(L_77); bool L_78; L_78 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_77, /*hidden argument*/NULL); if (!L_78) { goto IL_01ed; } } IL_01d4: { // placed.ApplyMaterialProperties(); Building_t13262F618069952568925A1556080D290B9264F0 * L_79 = V_4; NullCheck(L_79); Building_ApplyMaterialProperties_m8D37EBEEDC0269C36A496B0FA5434CC48017B80C(L_79, /*hidden argument*/NULL); // block.buildingsOnGrid.Add(placed); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_80 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_80); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_81 = L_80->get_buildingsOnGrid_4(); Building_t13262F618069952568925A1556080D290B9264F0 * L_82 = V_4; NullCheck(L_81); List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041(L_81, L_82, /*hidden argument*/List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var); } IL_01ed: { int32_t L_83 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_83, (int32_t)1)); } IL_01f3: { // foreach (BuildingPlacer placer in block.placers) int32_t L_84 = V_7; BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_85 = V_6; NullCheck(L_85); if ((((int32_t)L_84) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_85)->max_length)))))) { goto IL_01a1; } } IL_01fb: { // checksThisFrame++; int32_t L_86 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)); // if (checksThisFrame >= checksPerFrame) int32_t L_87 = V_3; int32_t L_88 = __this->get_checksPerFrame_3(); if ((((int32_t)L_87) < ((int32_t)L_88))) { goto IL_0224; } } IL_0208: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); V_0 = (bool)1; goto IL_0292; } IL_021a: { __this->set_U3CU3E1__state_0(((int32_t)-4)); // checksThisFrame = 0; V_3 = 0; } IL_0224: { // foreach (Building building in toBeChecked) Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * L_89 = __this->get_address_of_U3CU3E7__wrap3_6(); bool L_90; L_90 = Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)L_89, /*hidden argument*/Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); if (L_90) { goto IL_00a6; } } IL_0234: { U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally2_m7F3E17ABB6B644D91ED9196C8ED11EFEA829D414(__this, /*hidden argument*/NULL); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * L_91 = __this->get_address_of_U3CU3E7__wrap3_6(); il2cpp_codegen_initobj(L_91, sizeof(Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 )); } IL_0246: { // block.flagForBuildingCheck = false; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_92 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_92); L_92->set_flagForBuildingCheck_2((bool)0); // block.justAdded = false; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_93 = __this->get_U3CblockU3E5__3_5(); NullCheck(L_93); L_93->set_justAdded_3((bool)0); // } __this->set_U3CblockU3E5__3_5((GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *)NULL); } IL_0265: { // foreach (GridBlock block in blocks) Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * L_94 = __this->get_address_of_U3CU3E7__wrap1_4(); bool L_95; L_95 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)L_94, /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_95) { goto IL_0046; } } IL_0275: { U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally1_mF83496A3F2FF7F9FCF614989115465B903D000AA(__this, /*hidden argument*/NULL); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * L_96 = __this->get_address_of_U3CU3E7__wrap1_4(); il2cpp_codegen_initobj(L_96, sizeof(Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 )); // } V_0 = (bool)0; goto IL_0292; } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FAULT_028b; } FAULT_028b: { // begin fault (depth: 1) U3CPerformBuildingCollisionChecksU3Ed__30_System_IDisposable_Dispose_m39D1676B2C78851387F8E798D49074BAC48DEFAB(__this, /*hidden argument*/NULL); IL2CPP_END_FINALLY(651) } // end fault IL2CPP_CLEANUP(651) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) } IL_0292: { bool L_97 = V_0; return L_97; } } // System.Void GridBlockPlacer/d__30::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally1_mF83496A3F2FF7F9FCF614989115465B903D000AA (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0((-1)); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 * L_0 = __this->get_address_of_U3CU3E7__wrap1_4(); Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)L_0, /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); return; } } // System.Void GridBlockPlacer/d__30::<>m__Finally2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_U3CU3Em__Finally2_m7F3E17ABB6B644D91ED9196C8ED11EFEA829D414 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->set_U3CU3E1__state_0(((int32_t)-3)); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 * L_0 = __this->get_address_of_U3CU3E7__wrap3_6(); Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)L_0, /*hidden argument*/Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); return; } } // System.Object GridBlockPlacer/d__30::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformBuildingCollisionChecksU3Ed__30_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mAB5DF2AA41B7ACCE328D4CE1B566DAF6D4E2FBC1 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void GridBlockPlacer/d__30::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformBuildingCollisionChecksU3Ed__30_System_Collections_IEnumerator_Reset_m74528E5041C5EB979D6F6C1368C310BEC8314202 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPerformBuildingCollisionChecksU3Ed__30_System_Collections_IEnumerator_Reset_m74528E5041C5EB979D6F6C1368C310BEC8314202_RuntimeMethod_var))); } } // System.Object GridBlockPlacer/d__30::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformBuildingCollisionChecksU3Ed__30_System_Collections_IEnumerator_get_Current_mA096D3E79C2C4C3890C43E30E6F380FE30CAAC17 (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * __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 HammerheadFireControl/d__36::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRollerDropU3Ed__36__ctor_m8A12CDBAFE7528EB676C9C7D32F868A76933B8B6 (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HammerheadFireControl/d__36::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRollerDropU3Ed__36_System_IDisposable_Dispose_m39B7537771AEE754FF47110C9B521FD00F34E31C (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HammerheadFireControl/d__36::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CRollerDropU3Ed__36_MoveNext_m6365A7A1EDEFE6AA60AE927604C554A42DE9FFA9 (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * 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_0062; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < rollerPositions.Length; i++) __this->set_U3CiU3E5__2_3(0); goto IL_0079; } IL_0027: { // rollerFireable.Fire(source, mover.MovementForce); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_4 = V_1; NullCheck(L_4); RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * L_5 = L_4->get_rollerFireable_19(); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_6 = V_1; NullCheck(L_6); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_7 = L_6->get_source_21(); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_8 = V_1; NullCheck(L_8); EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_9 = L_8->get_mover_5(); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = EnemyMovement_get_MovementForce_m8DA459F2D793AD9C44BD93B765871C96F7A27C74(L_9, /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker2< AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(5 /* System.Void Fireable::Fire(UnityEngine.AudioSource,UnityEngine.Vector3) */, L_5, L_7, L_10); // yield return new WaitForSeconds(rollerFireable.fireRate); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_11 = V_1; NullCheck(L_11); RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * L_12 = L_11->get_rollerFireable_19(); NullCheck(L_12); float L_13 = ((Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 *)L_12)->get_fireRate_5(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_14 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_14, L_13, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_14); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0062: { __this->set_U3CU3E1__state_0((-1)); // for (int i = 0; i < rollerPositions.Length; i++) int32_t L_15 = __this->get_U3CiU3E5__2_3(); V_2 = L_15; int32_t L_16 = V_2; __this->set_U3CiU3E5__2_3(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1))); } IL_0079: { // for (int i = 0; i < rollerPositions.Length; i++) int32_t L_17 = __this->get_U3CiU3E5__2_3(); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_18 = V_1; NullCheck(L_18); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_19 = L_18->get_rollerPositions_20(); NullCheck(L_19); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_0027; } } { // } return (bool)0; } } // System.Object HammerheadFireControl/d__36::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRollerDropU3Ed__36_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m3D8C358F2DBF92F46466BBAEDE06CA123F9D00C6 (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HammerheadFireControl/d__36::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRollerDropU3Ed__36_System_Collections_IEnumerator_Reset_mFDA87F8D8D2DBF61599B87D2FB9ED4EADC1433E1 (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CRollerDropU3Ed__36_System_Collections_IEnumerator_Reset_mFDA87F8D8D2DBF61599B87D2FB9ED4EADC1433E1_RuntimeMethod_var))); } } // System.Object HammerheadFireControl/d__36::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CRollerDropU3Ed__36_System_Collections_IEnumerator_get_Current_m81815A1854A7C9D816C01ED8DEF974CDC9B2D99B (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * __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 HandOVR/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformTouchRumbleU3Ed__15__ctor_m6BA39416B5287FFF4745087472F2C883410FA8A5 (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HandOVR/d__15::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformTouchRumbleU3Ed__15_System_IDisposable_Dispose_m609A5FD060D1C3A93C4733F132B73C1294A56316 (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HandOVR/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPerformTouchRumbleU3Ed__15_MoveNext_m4320488B439300E6C19FA6C1E2C4EA8FA6941614 (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); 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_0045; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // OVRInput.SetControllerVibration(1, 0.2f, controller); int32_t L_3 = __this->get_controller_2(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); OVRInput_SetControllerVibration_mC1CED0606A2976233CB4D51DCEA8B50CA4225F9F((1.0f), (0.200000003f), L_3, /*hidden argument*/NULL); // yield return new WaitForSeconds(0.2f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, (0.200000003f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0045: { __this->set_U3CU3E1__state_0((-1)); // OVRInput.SetControllerVibration(0, 0, controller); int32_t L_5 = __this->get_controller_2(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); OVRInput_SetControllerVibration_mC1CED0606A2976233CB4D51DCEA8B50CA4225F9F((0.0f), (0.0f), L_5, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object HandOVR/d__15::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformTouchRumbleU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m095DCC9F4642A3CF812A1C46588DF11AAD7ECD83 (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HandOVR/d__15::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformTouchRumbleU3Ed__15_System_Collections_IEnumerator_Reset_m7F02673D537DC7DC527FC3F95F20DB86119064D5 (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPerformTouchRumbleU3Ed__15_System_Collections_IEnumerator_Reset_m7F02673D537DC7DC527FC3F95F20DB86119064D5_RuntimeMethod_var))); } } // System.Object HandOVR/d__15::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformTouchRumbleU3Ed__15_System_Collections_IEnumerator_get_Current_mFE06EA6F79B143103EF7F350979CD7F413C0AFD1 (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * __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 HandOVR/d__17::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformWeaponFireRumbleU3Ed__17__ctor_mBF7A30D24CA8125D9F9126337B7AB4E4659857D6 (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HandOVR/d__17::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformWeaponFireRumbleU3Ed__17_System_IDisposable_Dispose_mDC0796445BD23270DE43AE41827588FED4E6D736 (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HandOVR/d__17::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPerformWeaponFireRumbleU3Ed__17_MoveNext_m4B4560BCD4B19F4E2DEC6D4B932B7250DA081798 (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); 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_0045; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // OVRInput.SetControllerVibration(0.2f, 1f, controller); int32_t L_3 = __this->get_controller_2(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); OVRInput_SetControllerVibration_mC1CED0606A2976233CB4D51DCEA8B50CA4225F9F((0.200000003f), (1.0f), L_3, /*hidden argument*/NULL); // yield return new WaitForSeconds(0.1f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0045: { __this->set_U3CU3E1__state_0((-1)); // OVRInput.SetControllerVibration(0, 0, controller); int32_t L_5 = __this->get_controller_2(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); OVRInput_SetControllerVibration_mC1CED0606A2976233CB4D51DCEA8B50CA4225F9F((0.0f), (0.0f), L_5, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object HandOVR/d__17::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformWeaponFireRumbleU3Ed__17_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE66862B75714B8E93BDE0FB18A22FB50DCB05F8B (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HandOVR/d__17::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformWeaponFireRumbleU3Ed__17_System_Collections_IEnumerator_Reset_mAE419B35F89576ADB98ECE7EBE65DB8EBD64D3D3 (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPerformWeaponFireRumbleU3Ed__17_System_Collections_IEnumerator_Reset_mAE419B35F89576ADB98ECE7EBE65DB8EBD64D3D3_RuntimeMethod_var))); } } // System.Object HandOVR/d__17::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformWeaponFireRumbleU3Ed__17_System_Collections_IEnumerator_get_Current_mE70C775BA93D276C5CE710D16CC14656F4FBA51B (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * __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 HandOpenXR/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformTouchRumbleU3Ed__13__ctor_m8FA482D0DB757C2D8A8AA008B030F84E20ABFFC0 (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HandOpenXR/d__13::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformTouchRumbleU3Ed__13_System_IDisposable_Dispose_m6E161049E196337EE7FE66C2686318018A4C61CE (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HandOpenXR/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPerformTouchRumbleU3Ed__13_MoveNext_m79F9777562507E198A27D816BDBDCE39E45BF64F (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * 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_0070; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // if(capabilities != null && capabilities.supportsImpulse && capabilities.numChannels > 0) HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_4 = V_1; NullCheck(L_4); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D L_5 = L_4->get_capabilities_58(); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_6 = V_1; NullCheck(L_6); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * L_7 = L_6->get_address_of_capabilities_58(); bool L_8; L_8 = HapticCapabilities_get_supportsImpulse_m29EA64EF8B8F714DAF31BF55C47DEE81BCD75317((HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D *)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0082; } } { HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_9 = V_1; NullCheck(L_9); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * L_10 = L_9->get_address_of_capabilities_58(); uint32_t L_11; L_11 = HapticCapabilities_get_numChannels_m4A6EEDE8CC1440483806485A4CA71E5A9CD7936B((HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D *)L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) > ((uint32_t)0)))) { goto IL_0082; } } { // controller.SendHapticImpulse(0, 0.2f); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_12 = V_1; NullCheck(L_12); InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_13 = L_12->get_address_of_controller_57(); bool L_14; L_14 = InputDevice_SendHapticImpulse_mE7E13AAD0117C765C3F7744907DB87D80FFD6373((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_13, 0, (0.200000003f), (1.0f), /*hidden argument*/NULL); // yield return new WaitForSeconds(0.2f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_15 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_15, (0.200000003f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_15); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0070: { __this->set_U3CU3E1__state_0((-1)); // controller.StopHaptics(); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_16 = V_1; NullCheck(L_16); InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_17 = L_16->get_address_of_controller_57(); InputDevice_StopHaptics_mC7F9AA6D0A8165CE2D901D8B7E422404262FE2F9((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_17, /*hidden argument*/NULL); } IL_0082: { // } return (bool)0; } } // System.Object HandOpenXR/d__13::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformTouchRumbleU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m04C53CCC29BE8185137F766AE8E42D8BC77B3178 (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HandOpenXR/d__13::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformTouchRumbleU3Ed__13_System_Collections_IEnumerator_Reset_m9B6D00967F0E0715051509D78DC211E96F90FAC3 (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPerformTouchRumbleU3Ed__13_System_Collections_IEnumerator_Reset_m9B6D00967F0E0715051509D78DC211E96F90FAC3_RuntimeMethod_var))); } } // System.Object HandOpenXR/d__13::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformTouchRumbleU3Ed__13_System_Collections_IEnumerator_get_Current_m45CB2C89945B9A8A4BDC8C5163C64FBE8F188A59 (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * __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 HandOpenXR/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformWeaponFireRumbleU3Ed__15__ctor_m7169253162D154D38CF2DD0A9D7B5F7412D38FAB (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HandOpenXR/d__15::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformWeaponFireRumbleU3Ed__15_System_IDisposable_Dispose_m67C667DE62F83C8149B8795F9B9877330D38145B (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HandOpenXR/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPerformWeaponFireRumbleU3Ed__15_MoveNext_mD25162A9EEE37227CDE4B6A52B5EBB99BFF014F1 (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * 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_0070; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // if (capabilities != null && capabilities.supportsImpulse && capabilities.numChannels > 0) HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_4 = V_1; NullCheck(L_4); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D L_5 = L_4->get_capabilities_58(); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_6 = V_1; NullCheck(L_6); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * L_7 = L_6->get_address_of_capabilities_58(); bool L_8; L_8 = HapticCapabilities_get_supportsImpulse_m29EA64EF8B8F714DAF31BF55C47DEE81BCD75317((HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D *)L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0082; } } { HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_9 = V_1; NullCheck(L_9); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * L_10 = L_9->get_address_of_capabilities_58(); uint32_t L_11; L_11 = HapticCapabilities_get_numChannels_m4A6EEDE8CC1440483806485A4CA71E5A9CD7936B((HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D *)L_10, /*hidden argument*/NULL); if ((!(((uint32_t)L_11) > ((uint32_t)0)))) { goto IL_0082; } } { // controller.SendHapticImpulse(0, 1f); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_12 = V_1; NullCheck(L_12); InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_13 = L_12->get_address_of_controller_57(); bool L_14; L_14 = InputDevice_SendHapticImpulse_mE7E13AAD0117C765C3F7744907DB87D80FFD6373((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_13, 0, (1.0f), (1.0f), /*hidden argument*/NULL); // yield return new WaitForSeconds(0.1f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_15 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_15, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_15); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0070: { __this->set_U3CU3E1__state_0((-1)); // controller.StopHaptics(); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * L_16 = V_1; NullCheck(L_16); InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_17 = L_16->get_address_of_controller_57(); InputDevice_StopHaptics_mC7F9AA6D0A8165CE2D901D8B7E422404262FE2F9((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_17, /*hidden argument*/NULL); } IL_0082: { // } return (bool)0; } } // System.Object HandOpenXR/d__15::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformWeaponFireRumbleU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m205081C9BF4655628D41DAD5D2F9680FC09FF304 (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HandOpenXR/d__15::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPerformWeaponFireRumbleU3Ed__15_System_Collections_IEnumerator_Reset_m0D4EE6E04D2C74D799839FEFF64F2AEFDC9ABCA3 (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPerformWeaponFireRumbleU3Ed__15_System_Collections_IEnumerator_Reset_m0D4EE6E04D2C74D799839FEFF64F2AEFDC9ABCA3_RuntimeMethod_var))); } } // System.Object HandOpenXR/d__15::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPerformWeaponFireRumbleU3Ed__15_System_Collections_IEnumerator_get_Current_mD0DC5A9CBBEEFEBC1A73463CBFA9D82573EC7607 (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * __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 Handlegun/d__56::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTimedGripEnableU3Ed__56__ctor_m3589424857175ADC6375693E4701EC664F93D393 (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Handlegun/d__56::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTimedGripEnableU3Ed__56_System_IDisposable_Dispose_m4A6050DAD91791F7D4F09775BC70B2A8A55F7211 (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Handlegun/d__56::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CTimedGripEnableU3Ed__56_MoveNext_m24B7F8E040A706618F589C4AFA3D262A780ECA0C (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); 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_0031; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(delay); float L_3 = __this->get_delay_2(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, L_3, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0031: { __this->set_U3CU3E1__state_0((-1)); // } return (bool)0; } } // System.Object Handlegun/d__56::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CTimedGripEnableU3Ed__56_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB09FAFD2995D7125E5022795FA32EB3EA1E5E18E (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Handlegun/d__56::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CTimedGripEnableU3Ed__56_System_Collections_IEnumerator_Reset_m8B0BA61E37584D4D48BF81606FDCE6F8D0E8D684 (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CTimedGripEnableU3Ed__56_System_Collections_IEnumerator_Reset_m8B0BA61E37584D4D48BF81606FDCE6F8D0E8D684_RuntimeMethod_var))); } } // System.Object Handlegun/d__56::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CTimedGripEnableU3Ed__56_System_Collections_IEnumerator_get_Current_m4024EA71A36F96FB689DBCCB9B7B9F709FC10DB4 (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * __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 HarasserAnimationController/d__6::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestructionCountdownU3Ed__6__ctor_mD724775E9CD661A55D82CD05BFAA6CC847692237 (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void HarasserAnimationController/d__6::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestructionCountdownU3Ed__6_System_IDisposable_Dispose_m09BE027AE7D73FB469FFBE34DF2E08348FE27F59 (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean HarasserAnimationController/d__6::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDestructionCountdownU3Ed__6_MoveNext_m314DB86958D6D188C99CCD2A414DD9F64D7989E3 (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * 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_0043; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(Random.Range(minTimeTilExplode, maxTimeTilExplode)); HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_minTimeTilExplode_4(); HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * L_6 = V_1; NullCheck(L_6); float L_7 = L_6->get_maxTimeTilExplode_5(); float L_8; L_8 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_5, L_7, /*hidden argument*/NULL); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_9 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_9, L_8, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0043: { __this->set_U3CU3E1__state_0((-1)); // Explode(); HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * L_10 = V_1; NullCheck(L_10); HarasserAnimationController_Explode_mE2E3E9599501B2278DC2B1B742296180B1293FB3(L_10, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object HarasserAnimationController/d__6::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestructionCountdownU3Ed__6_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB6219E929623F84705F6C18619CEC290C5D8B2DB (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void HarasserAnimationController/d__6::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestructionCountdownU3Ed__6_System_Collections_IEnumerator_Reset_m74C80F71608E28E900A5F1BFA877519CFA052F0A (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDestructionCountdownU3Ed__6_System_Collections_IEnumerator_Reset_m74C80F71608E28E900A5F1BFA877519CFA052F0A_RuntimeMethod_var))); } } // System.Object HarasserAnimationController/d__6::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestructionCountdownU3Ed__6_System_Collections_IEnumerator_get_Current_mFCC62E0FC3E1F7C9AA1F514A8BA75B30A1C434F6 (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * __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 IncrementalRoadMesh/OnChunkAdvanced::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnChunkAdvanced__ctor_m4F62F9E5B098E7A031490109A8AAEAB98286BE9C (OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void IncrementalRoadMesh/OnChunkAdvanced::Invoke(RoadMeshChunk,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnChunkAdvanced_Invoke_mF024F92AE93A7D0E7345E35E35CAD6E4B8F926A1 (OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * __this, RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE * ___advancedChunk0, bool ___initialChunk1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___advancedChunk0, ___initialChunk1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___advancedChunk0, ___initialChunk1, targetMethod); } } else if (___parameterCount != 2) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, ___advancedChunk0, ___initialChunk1); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, ___advancedChunk0, ___initialChunk1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___advancedChunk0, ___initialChunk1); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___advancedChunk0, ___initialChunk1); } } else { typedef void (*FunctionPointerType) (RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___advancedChunk0, ___initialChunk1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool >::Invoke(targetMethod, targetThis, ___advancedChunk0, ___initialChunk1); else GenericVirtActionInvoker2< RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool >::Invoke(targetMethod, targetThis, ___advancedChunk0, ___initialChunk1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___advancedChunk0, ___initialChunk1); else VirtActionInvoker2< RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___advancedChunk0, ___initialChunk1); } } else { if (___parameterCount == 1) { typedef void (*FunctionPointerType) (RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___advancedChunk0, ___initialChunk1, targetMethod); } else { typedef void (*FunctionPointerType) (void*, RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE *, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___advancedChunk0, ___initialChunk1, targetMethod); } } } } } // System.IAsyncResult IncrementalRoadMesh/OnChunkAdvanced::BeginInvoke(RoadMeshChunk,System.Boolean,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnChunkAdvanced_BeginInvoke_m8146239775B832B24C18A80ABDCE98015E9F4B30 (OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * __this, RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE * ___advancedChunk0, bool ___initialChunk1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = ___advancedChunk0; __d_args[1] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___initialChunk1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void IncrementalRoadMesh/OnChunkAdvanced::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnChunkAdvanced_EndInvoke_m9D630038A46144825F4C2093794339CB00EA43A2 (OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 (OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * __this, int32_t ___updatedFirstIndex0, int32_t ___updatedLastIndex1, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t, int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___updatedFirstIndex0, ___updatedLastIndex1); } // System.Void IncrementalRoadMesh/OnPrimeMeshUpdate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrimeMeshUpdate__ctor_mFBAB5BA286C15719BD67B888BBF5C8A153CDB4DF (OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void IncrementalRoadMesh/OnPrimeMeshUpdate::Invoke(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrimeMeshUpdate_Invoke_m9F88D2B1FC176D2392688570EBBC25276E3B593D (OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * __this, int32_t ___updatedFirstIndex0, int32_t ___updatedLastIndex1, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 2) { // open typedef void (*FunctionPointerType) (int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___updatedFirstIndex0, ___updatedLastIndex1, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___updatedFirstIndex0, ___updatedLastIndex1, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___updatedFirstIndex0, ___updatedLastIndex1); else GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, targetThis, ___updatedFirstIndex0, ___updatedLastIndex1); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___updatedFirstIndex0, ___updatedLastIndex1); else VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___updatedFirstIndex0, ___updatedLastIndex1); } } else { typedef void (*FunctionPointerType) (void*, int32_t, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___updatedFirstIndex0, ___updatedLastIndex1, targetMethod); } } } } // System.IAsyncResult IncrementalRoadMesh/OnPrimeMeshUpdate::BeginInvoke(System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnPrimeMeshUpdate_BeginInvoke_m505CFF46895325281EFBACBD114DA40120B65219 (OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * __this, int32_t ___updatedFirstIndex0, int32_t ___updatedLastIndex1, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[3] = {0}; __d_args[0] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___updatedFirstIndex0); __d_args[1] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___updatedLastIndex1); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);; } // System.Void IncrementalRoadMesh/OnPrimeMeshUpdate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPrimeMeshUpdate_EndInvoke_mEC88C58C0D0B03F8BCEAC192EB6BD7839EBD1C56 (OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 LeaderboardSlideshow/d__5::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwitchScreenU3Ed__5__ctor_m7D59377B771F1DE57942C6DF373CEA8D6AC3F6F7 (U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void LeaderboardSlideshow/d__5::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwitchScreenU3Ed__5_System_IDisposable_Dispose_m880C015AD8CF2BC4F598F9D2FD72B23A940A8086 (U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean LeaderboardSlideshow/d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSwitchScreenU3Ed__5_MoveNext_mD5D6902A260F1D956E25BE50293D370911D1AB70 (U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * 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_0046; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); } IL_001e: { // currentScreenIndex++; LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * L_4 = V_1; LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->get_currentScreenIndex_6(); NullCheck(L_4); L_4->set_currentScreenIndex_6(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))); // yield return new WaitForSeconds(switchInterval); LeaderboardSlideshow_t270AD434E73C5E8B623F44BD663ECD9B0A6F5E34 * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_switchInterval_4(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_9 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_9, L_8, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_9); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0046: { __this->set_U3CU3E1__state_0((-1)); // while (true) goto IL_001e; } } // System.Object LeaderboardSlideshow/d__5::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSwitchScreenU3Ed__5_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m88DDC9CD307BE013D09BBB625B3EB088B8DC1A53 (U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LeaderboardSlideshow/d__5::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSwitchScreenU3Ed__5_System_Collections_IEnumerator_Reset_m6374E485F57C1C6484023000BABC0B62D0314381 (U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSwitchScreenU3Ed__5_System_Collections_IEnumerator_Reset_m6374E485F57C1C6484023000BABC0B62D0314381_RuntimeMethod_var))); } } // System.Object LeaderboardSlideshow/d__5::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSwitchScreenU3Ed__5_System_Collections_IEnumerator_get_Current_mE3519CC83352374312E74B6CBA80217D57B07E4D (U3CSwitchScreenU3Ed__5_t079CA5A5D0E8F55FD506C40DAE3B157F872C2C76 * __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 LoadTest/d__3::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__3__ctor_mA3EB50AA2C180C6241283F76FFFD36EBE3AD6047 (U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void LoadTest/d__3::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__3_System_IDisposable_Dispose_m37D8B4BEA11C3D6422CB9A2C80097B73AEF42453 (U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean LoadTest/d__3::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadNextStageU3Ed__3_MoveNext_m4DD10D10B2FCF71CF46221FFB739015E03C7440A (U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * 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)); // asyncLoad = SceneManager.LoadSceneAsync(scene); LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * L_4 = V_1; LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * L_5 = V_1; NullCheck(L_5); String_t* L_6 = L_5->get_scene_4(); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_7; L_7 = SceneManager_LoadSceneAsync_m8DCFAB9FD9FD082CA8505EDA72F685B82351D14C(L_6, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_asyncLoad_5(L_7); // asyncLoad.allowSceneActivation = true; LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * L_8 = V_1; NullCheck(L_8); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_9 = L_8->get_asyncLoad_5(); NullCheck(L_9); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_9, (bool)1, /*hidden argument*/NULL); goto IL_0054; } IL_003d: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004d: { __this->set_U3CU3E1__state_0((-1)); } IL_0054: { // while (!asyncLoad.isDone) LoadTest_tDD82E44C8350A310288F321BB697B95D8826463A * L_10 = V_1; NullCheck(L_10); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_11 = L_10->get_asyncLoad_5(); NullCheck(L_11); bool L_12; L_12 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_11, /*hidden argument*/NULL); if (!L_12) { goto IL_003d; } } { // } return (bool)0; } } // System.Object LoadTest/d__3::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadNextStageU3Ed__3_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2B7D4FBFDF2C69EE1225C16A28A9F1AE63DA1952 (U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void LoadTest/d__3::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__3_System_Collections_IEnumerator_Reset_mF9D7FAD88C5E16DC70CB92F3A8F7F5F5EB21112B (U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadNextStageU3Ed__3_System_Collections_IEnumerator_Reset_mF9D7FAD88C5E16DC70CB92F3A8F7F5F5EB21112B_RuntimeMethod_var))); } } // System.Object LoadTest/d__3::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadNextStageU3Ed__3_System_Collections_IEnumerator_get_Current_mC39A7BB7868425CF27BCE3CFF4EEEC4C74083B2F (U3CLoadNextStageU3Ed__3_t41CE049E097A7369F040F995327D5BB70E2C6EFC * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 (FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 * __this, bool ___isTwin0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(static_cast(___isTwin0)); } // System.Void MainGun/FiringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FiringDelegate__ctor_m396FF44BB8CB89FD59A419C1273B6970CF69C2D8 (FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void MainGun/FiringDelegate::Invoke(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FiringDelegate_Invoke_m0D2E869F697F492C96369D29FA2B37F9001CF473 (FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 * __this, bool ___isTwin0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___isTwin0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___isTwin0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___isTwin0); else GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___isTwin0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___isTwin0); else VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___isTwin0); } } else { typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___isTwin0, targetMethod); } } } } // System.IAsyncResult MainGun/FiringDelegate::BeginInvoke(System.Boolean,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FiringDelegate_BeginInvoke_m745AEA6C76B2D8D677F801F6BBBD83D56D28CC1D (FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 * __this, bool ___isTwin0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___isTwin0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void MainGun/FiringDelegate::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FiringDelegate_EndInvoke_m2FEBDECB91C3F276041240CD18C12498E48928A7 (FiringDelegate_tE75CAA1077C4C5F299E2790D6918F2688CD93DA1 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 ManticoreAnimationController/d__52::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLegStartupU3Ed__52__ctor_m108F30B6642AA30550B6523503CC2C726EC67EDE (U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void ManticoreAnimationController/d__52::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLegStartupU3Ed__52_System_IDisposable_Dispose_m62539A21194D87D68DC86DA7D99F25AB042D2151 (U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C * __this, const RuntimeMethod* method) { { return; } } // System.Boolean ManticoreAnimationController/d__52::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLegStartupU3Ed__52_MoveNext_mEFE45C748B310AC090A46D1EC359683BEC70C443 (U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB69B0EDA5A629E13D041B8E10FA3C9918006B2F8); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(afterSec); float L_4 = __this->get_afterSec_2(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_5 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // follower.TargetSpeed = walkSpeed; ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_6 = V_1; NullCheck(L_6); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_7 = L_6->get_follower_5(); ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_walkSpeed_9(); NullCheck(L_7); Follower_set_TargetSpeed_m86582EB9E6E5A8C85787E3BBA28729F7567D0284(L_7, L_9, /*hidden argument*/NULL); // Player.SetPlayerSpeedRange(walkSpeed, playerSpeedControl, playerSlowest); ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_10 = V_1; NullCheck(L_10); float L_11 = L_10->get_walkSpeed_9(); ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_12 = V_1; NullCheck(L_12); float L_13 = L_12->get_playerSpeedControl_10(); ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_playerSlowest_11(); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); Player_SetPlayerSpeedRange_mC9D04B2E64DF34ACFC7F57817CD829A1F2EB77BE(L_11, L_13, L_15, /*hidden argument*/NULL); // anim.SetTrigger("StartLegCycle"); ManticoreAnimationController_t33A5E92D023C172A7BE2FCEC0ED9158E947851E4 * L_16 = V_1; NullCheck(L_16); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_17 = L_16->get_anim_30(); NullCheck(L_17); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_17, _stringLiteralB69B0EDA5A629E13D041B8E10FA3C9918006B2F8, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object ManticoreAnimationController/d__52::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLegStartupU3Ed__52_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA670F8CBA4CA9C1AE612835A0480DA23B89C6AB5 (U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void ManticoreAnimationController/d__52::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLegStartupU3Ed__52_System_Collections_IEnumerator_Reset_m549D404DC7F7A26630305737C75C2C5E8BD4D95E (U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLegStartupU3Ed__52_System_Collections_IEnumerator_Reset_m549D404DC7F7A26630305737C75C2C5E8BD4D95E_RuntimeMethod_var))); } } // System.Object ManticoreAnimationController/d__52::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLegStartupU3Ed__52_System_Collections_IEnumerator_get_Current_m787652E57F34BC8074EA890411476B1D51A030E6 (U3CLegStartupU3Ed__52_tFF404E0F11E2A5EB03A386521D64E6B50A5BDF9C * __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 MasterAudioController/d__28::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeInMainAudioU3Ed__28__ctor_mCAB6FA14E75B8D112E33AE95F905D5D0FE6106A5 (U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void MasterAudioController/d__28::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeInMainAudioU3Ed__28_System_IDisposable_Dispose_mFCA70A8EF765730F61994371494F70FDE3E354D5 (U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B * __this, const RuntimeMethod* method) { { return; } } // System.Boolean MasterAudioController/d__28::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFadeInMainAudioU3Ed__28_MoveNext_m3B22CBA71E2ECCF3B4E21D11D372C34DBA82BC29 (U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * 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_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // mainSnap.TransitionTo(audioFadeInTime); IL2CPP_RUNTIME_CLASS_INIT(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * L_4 = ((MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields*)il2cpp_codegen_static_fields_for(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var))->get_mainSnap_17(); MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288 * L_5 = V_1; NullCheck(L_5); float L_6 = L_5->get_audioFadeInTime_8(); NullCheck(L_4); AudioMixerSnapshot_TransitionTo_mB44DB7A66A7E5A9B589E8F16095D84D2F9778925(L_4, L_6, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object MasterAudioController/d__28::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeInMainAudioU3Ed__28_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m954D3D636C54B9CF667A269C926AFE0F1DC6F616 (U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void MasterAudioController/d__28::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeInMainAudioU3Ed__28_System_Collections_IEnumerator_Reset_mA252CDCECBF90F2A0DF084DA0CB56CEEAAF7537D (U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFadeInMainAudioU3Ed__28_System_Collections_IEnumerator_Reset_mA252CDCECBF90F2A0DF084DA0CB56CEEAAF7537D_RuntimeMethod_var))); } } // System.Object MasterAudioController/d__28::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeInMainAudioU3Ed__28_System_Collections_IEnumerator_get_Current_m68A0441FD04471B4214CFD472D81FFBEF7CBFD22 (U3CFadeInMainAudioU3Ed__28_tCAF08147F1F65D128516E15B9DEEE24CB81D915B * __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 MasterAudioController/d__27::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutOnDelayU3Ed__27__ctor_mF817452405A183754D958B0354F35B6071E7C457 (U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void MasterAudioController/d__27::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutOnDelayU3Ed__27_System_IDisposable_Dispose_m61FC8C30E9D89962481E811130F99216E03E517F (U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean MasterAudioController/d__27::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFadeOutOnDelayU3Ed__27_MoveNext_mE90B35C3DA23D5F5F92113CACB70AA8122D287E1 (U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); 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_0031; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(delay); float L_3 = __this->get_delay_2(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_4 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_4, L_3, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0031: { __this->set_U3CU3E1__state_0((-1)); // uiOnlySnap.TransitionTo(transitionTime); IL2CPP_RUNTIME_CLASS_INIT(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); AudioMixerSnapshot_tEB4566F3038FC0FD462321FB9B93450DCC9BD9A3 * L_5 = ((MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_StaticFields*)il2cpp_codegen_static_fields_for(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var))->get_uiOnlySnap_18(); float L_6 = __this->get_transitionTime_3(); NullCheck(L_5); AudioMixerSnapshot_TransitionTo_mB44DB7A66A7E5A9B589E8F16095D84D2F9778925(L_5, L_6, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object MasterAudioController/d__27::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeOutOnDelayU3Ed__27_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA00E2F95DD5C3E5BB4A03181B781E585C30CB746 (U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void MasterAudioController/d__27::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutOnDelayU3Ed__27_System_Collections_IEnumerator_Reset_m2C2D643ABA1751FEC28604F0F57587B28AD4B834 (U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFadeOutOnDelayU3Ed__27_System_Collections_IEnumerator_Reset_m2C2D643ABA1751FEC28604F0F57587B28AD4B834_RuntimeMethod_var))); } } // System.Object MasterAudioController/d__27::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeOutOnDelayU3Ed__27_System_Collections_IEnumerator_get_Current_m5A3505A0EA57B89FBCCEB0493F39B6DB75CBC927 (U3CFadeOutOnDelayU3Ed__27_t434A24E95A567A691A0FA307DF0049166AD730E9 * __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 MenuOptions/HandType::.ctor(System.String,UnityEngine.Vector3Int,UnityEngine.Vector3Int,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandType__ctor_mA1C0B08D51067B0FBCB6533C13B4B11FF23163AF (HandType_t9D0764B1AEEBF2C2B0C6618A7249D4C2A29652B5 * __this, String_t* ___name0, Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___lhRot1, Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA ___rhRot2, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhOffset3, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhOffset4, const RuntimeMethod* method) { { // public HandType(string name, Vector3Int lhRot, Vector3Int rhRot, Vector3 lhOffset, Vector3 rhOffset) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // Name = name; String_t* L_0 = ___name0; __this->set_Name_0(L_0); // LeftHandRotation = lhRot; Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA L_1 = ___lhRot1; __this->set_LeftHandRotation_1(L_1); // RightHandRotation = rhRot; Vector3Int_t197C3BA05CF19F1A22D40F8AE64CD4102AFB77EA L_2 = ___rhRot2; __this->set_RightHandRotation_2(L_2); // LeftHandOffset = lhOffset; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___lhOffset3; __this->set_LeftHandOffset_3(L_3); // RightHandOffset = rhOffset; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___rhOffset4; __this->set_RightHandOffset_4(L_4); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void MovingProjectileTest/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestroyAfterSecondsU3Ed__7__ctor_m76626435C84399A3BF9045EB5832E4ABFCB86565 (U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void MovingProjectileTest/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestroyAfterSecondsU3Ed__7_System_IDisposable_Dispose_mD7B7FC4388780A9649A38A8088FFE3336DD55B14 (U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean MovingProjectileTest/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDestroyAfterSecondsU3Ed__7_MoveNext_mA8A86012345A94856485C30C9D7BFD25CA04B05D (U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { 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(5f); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_3 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_3, (5.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)); // Destroy(projectile); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = __this->get_projectile_2(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_4, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object MovingProjectileTest/d__7::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestroyAfterSecondsU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBC0D20CCABC02211F1341559C6DAE4B89748C2A3 (U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void MovingProjectileTest/d__7::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDestroyAfterSecondsU3Ed__7_System_Collections_IEnumerator_Reset_mA2D69634ECEC13AA23444E5840FE979C00418B18 (U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDestroyAfterSecondsU3Ed__7_System_Collections_IEnumerator_Reset_mA2D69634ECEC13AA23444E5840FE979C00418B18_RuntimeMethod_var))); } } // System.Object MovingProjectileTest/d__7::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDestroyAfterSecondsU3Ed__7_System_Collections_IEnumerator_get_Current_m55639801432AFA9684ECF79B8A920E843CC7530F (U3CDestroyAfterSecondsU3Ed__7_t3F3A6C7E6522CC04ECB469537572EF784031CCEC * __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 Pauser/d__2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBriefPauseU3Ed__2__ctor_m0D3AE491EF3EB2FA441EF6BA119E14DF7530B972 (U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Pauser/d__2::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBriefPauseU3Ed__2_System_IDisposable_Dispose_m1C8E5A07B86C6384805CEA331C7D2CB015668A74 (U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Pauser/d__2::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBriefPauseU3Ed__2_MoveNext_mE887B243E71B69331DCE0F6670E7ADC844A539ED (U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E * 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)); // float prevScale = Time.timeScale; float L_4; L_4 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); __this->set_U3CprevScaleU3E5__2_3(L_4); // Time.timeScale = 0f; Time_set_timeScale_m7970134AA05A399001D2D3844EB16D60C5275013((0.0f), /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(duration); Pauser_t8791FC8548D76D6D3A66A98D93744E784E58950E * L_5 = V_1; NullCheck(L_5); float L_6 = L_5->get_duration_4(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_7 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_7, L_6, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_7); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004d: { __this->set_U3CU3E1__state_0((-1)); // Time.timeScale = prevScale; float L_8 = __this->get_U3CprevScaleU3E5__2_3(); Time_set_timeScale_m7970134AA05A399001D2D3844EB16D60C5275013(L_8, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Pauser/d__2::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBriefPauseU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m81A78E5F8CFB08D340D1C9CDAD397C66DA93ECD6 (U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Pauser/d__2::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBriefPauseU3Ed__2_System_Collections_IEnumerator_Reset_mDD6291F8EE4CE77DCC444EAA801289CE269E01A5 (U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBriefPauseU3Ed__2_System_Collections_IEnumerator_Reset_mDD6291F8EE4CE77DCC444EAA801289CE269E01A5_RuntimeMethod_var))); } } // System.Object Pauser/d__2::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBriefPauseU3Ed__2_System_Collections_IEnumerator_get_Current_m4676E9238C853B9932F9A7C517CC4F2F83BA5A98 (U3CBriefPauseU3Ed__2_t234182A7715F25CB51955D2AEF944DC69B202FDC * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A (GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A * __this, int32_t ___type0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___type0); } // System.Void PowerUp/GotPowerUp::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GotPowerUp__ctor_m6176C00BB63EC1186D92D1F98229138A8EF04A44 (GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void PowerUp/GotPowerUp::Invoke(PowerUpType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GotPowerUp_Invoke_mC75D548D15F249449A048E2D751083D3240ACEA5 (GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A * __this, int32_t ___type0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___type0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___type0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___type0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___type0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___type0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___type0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___type0, targetMethod); } } } } } // System.IAsyncResult PowerUp/GotPowerUp::BeginInvoke(PowerUpType,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GotPowerUp_BeginInvoke_m29395511F86F39A3462915E1D27F0CECB3FBE26B (GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A * __this, int32_t ___type0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PowerUpType_t3AEA13444AD623650D9B12902DE8EEE81690D612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PowerUpType_t3AEA13444AD623650D9B12902DE8EEE81690D612_il2cpp_TypeInfo_var, &___type0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void PowerUp/GotPowerUp::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GotPowerUp_EndInvoke_mC362DD01D485845796971B33A3E5FA0CE3DA8016 (GotPowerUp_tF529AA2C26A31E30D2CE7E6C0CA252422E1DC80A * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 ProjectileDestroyArea/OnProjectileBlocked::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnProjectileBlocked__ctor_m2857F2FDD68ED604880B97AB45AD83FCA9621047 (OnProjectileBlocked_t4B359E22E8F0257417D844B196D98454DF49CACD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void ProjectileDestroyArea/OnProjectileBlocked::Invoke(Projectile) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnProjectileBlocked_Invoke_m98A90B12B474BD0C3A4A97BE9C78848AA8ACBC1A (OnProjectileBlocked_t4B359E22E8F0257417D844B196D98454DF49CACD * __this, Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * ___projectile0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___projectile0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___projectile0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___projectile0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___projectile0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___projectile0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___projectile0); } } else { typedef void (*FunctionPointerType) (Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___projectile0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * >::Invoke(targetMethod, targetThis, ___projectile0); else GenericVirtActionInvoker1< Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * >::Invoke(targetMethod, targetThis, ___projectile0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___projectile0); else VirtActionInvoker1< Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___projectile0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___projectile0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___projectile0, targetMethod); } } } } } // System.IAsyncResult ProjectileDestroyArea/OnProjectileBlocked::BeginInvoke(Projectile,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnProjectileBlocked_BeginInvoke_mD93F5C69CC714019B4D00C7ACA8EB36FF4B6DD38 (OnProjectileBlocked_t4B359E22E8F0257417D844B196D98454DF49CACD * __this, Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * ___projectile0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___projectile0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void ProjectileDestroyArea/OnProjectileBlocked::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnProjectileBlocked_EndInvoke_m7DDA32CE1EA8FA2D35B78BE8EB682CBB786AFDA8 (OnProjectileBlocked_t4B359E22E8F0257417D844B196D98454DF49CACD * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 ProximityMine/d__19::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBeginArmingU3Ed__19__ctor_m5621705DB7F938A80B63FD432834EFC74D502227 (U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void ProximityMine/d__19::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBeginArmingU3Ed__19_System_IDisposable_Dispose_mE9DDE99DEB92590983F22E02276163CCF49F6361 (U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean ProximityMine/d__19::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBeginArmingU3Ed__19_MoveNext_mE611DBA026164E4960691710B416EDCE86C0D453 (U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * V_1 = NULL; ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0051; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // if (rb != null) ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_4 = V_1; NullCheck(L_4); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_5 = L_4->get_rb_18(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_6; L_6 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_5, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_6) { goto IL_0037; } } { // Destroy(rb); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_7 = V_1; NullCheck(L_7); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8 = L_7->get_rb_18(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_8, /*hidden argument*/NULL); } IL_0037: { // yield return new WaitForSeconds(armingDelay); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_9 = V_1; NullCheck(L_9); float L_10 = L_9->get_armingDelay_13(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_11 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_11, L_10, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_11); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0051: { __this->set_U3CU3E1__state_0((-1)); // blinker.SetActive(true); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_12 = V_1; NullCheck(L_12); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = L_12->get_blinker_17(); NullCheck(L_13); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_13, (bool)1, /*hidden argument*/NULL); // mineAudio.PlayOneShot(attachSound); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_14 = V_1; NullCheck(L_14); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_15 = L_14->get_mineAudio_19(); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_16 = V_1; NullCheck(L_16); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_17 = L_16->get_attachSound_9(); NullCheck(L_15); AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796(L_15, L_17, /*hidden argument*/NULL); // transform.SetParent(collision.collider.transform); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_18 = V_1; NullCheck(L_18); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_18, /*hidden argument*/NULL); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_20 = __this->get_collision_3(); NullCheck(L_20); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_21; L_21 = Collision_get_collider_m0AC4446E6B9168A0FB19DA376559C812E43779F8(L_20, /*hidden argument*/NULL); NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_21, /*hidden argument*/NULL); NullCheck(L_19); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_19, L_22, /*hidden argument*/NULL); // transform.position = collision.GetContact(0).point; ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_23 = V_1; NullCheck(L_23); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24; L_24 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_23, /*hidden argument*/NULL); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_25 = __this->get_collision_3(); NullCheck(L_25); ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 L_26; L_26 = Collision_GetContact_mC002FC304B37450FC203319578C90AB56EA910F7(L_25, 0, /*hidden argument*/NULL); V_2 = L_26; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = ContactPoint_get_point_mEA976D5E3BC57FAB78F68BE0AA17A97293AEA5BC((ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 *)(&V_2), /*hidden argument*/NULL); NullCheck(L_24); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_24, L_27, /*hidden argument*/NULL); // transform.rotation = Quaternion.LookRotation(Vector3.Cross(collision.GetContact(0).normal, transform.forward), collision.GetContact(0).normal); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_28 = V_1; NullCheck(L_28); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_28, /*hidden argument*/NULL); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_30 = __this->get_collision_3(); NullCheck(L_30); ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 L_31; L_31 = Collision_GetContact_mC002FC304B37450FC203319578C90AB56EA910F7(L_30, 0, /*hidden argument*/NULL); V_2 = L_31; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = ContactPoint_get_normal_m0561937E45F5356C7BB90D861422BD76B36D037A((ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 *)(&V_2), /*hidden argument*/NULL); ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_33 = V_1; NullCheck(L_33); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34; L_34 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_33, /*hidden argument*/NULL); NullCheck(L_34); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_34, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Vector3_Cross_mF3F4CE6E7142432B36BF4F906A42103A474C0BCD(L_32, L_35, /*hidden argument*/NULL); Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * L_37 = __this->get_collision_3(); NullCheck(L_37); ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 L_38; L_38 = Collision_GetContact_mC002FC304B37450FC203319578C90AB56EA910F7(L_37, 0, /*hidden argument*/NULL); V_2 = L_38; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = ContactPoint_get_normal_m0561937E45F5356C7BB90D861422BD76B36D037A((ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 *)(&V_2), /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_40; L_40 = Quaternion_LookRotation_m57B6FBE5D29E0EA56C7537456F8E30F182134B39(L_36, L_39, /*hidden argument*/NULL); NullCheck(L_29); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_29, L_40, /*hidden argument*/NULL); // armed = true; ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_41 = V_1; NullCheck(L_41); L_41->set_armed_20((bool)1); // arming = false; ProximityMine_tB0E8C8EA484BD9F07917F138DEC6E104668C3783 * L_42 = V_1; NullCheck(L_42); L_42->set_arming_21((bool)0); // } return (bool)0; } } // System.Object ProximityMine/d__19::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBeginArmingU3Ed__19_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB7D63860C50D18DBA77EBC0061F24DECB5E363B7 (U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void ProximityMine/d__19::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBeginArmingU3Ed__19_System_Collections_IEnumerator_Reset_mDE7137B5C8382C586D183FEF76F982DF25AD1E1C (U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBeginArmingU3Ed__19_System_Collections_IEnumerator_Reset_mDE7137B5C8382C586D183FEF76F982DF25AD1E1C_RuntimeMethod_var))); } } // System.Object ProximityMine/d__19::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBeginArmingU3Ed__19_System_Collections_IEnumerator_get_Current_mA5AB4153B65C5386A801DAAC77EF54CF56B902C1 (U3CBeginArmingU3Ed__19_t01913DC7A295720F1652917E22BF9D425AC2D561 * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD (OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD * __this, int32_t ___toggleId0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___toggleId0); } // System.Void RemoteToggle/OnToggleTriggered::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnToggleTriggered__ctor_mFF0EB869417EBD220FBEEFB30745567EC5BC7B85 (OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void RemoteToggle/OnToggleTriggered::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnToggleTriggered_Invoke_m2BCE8E8159F5404D4774AE7EE5DF8FF09C4800BE (OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD * __this, int32_t ___toggleId0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___toggleId0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___toggleId0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___toggleId0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___toggleId0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___toggleId0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___toggleId0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___toggleId0, targetMethod); } } } } // System.IAsyncResult RemoteToggle/OnToggleTriggered::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnToggleTriggered_BeginInvoke_m64F2E39C6B9E82924A751FE51965E98CA46319EA (OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD * __this, int32_t ___toggleId0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___toggleId0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void RemoteToggle/OnToggleTriggered::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnToggleTriggered_EndInvoke_m2B7620CDCF75B2A26128CF25979E8AED9FB55A4A (OnToggleTriggered_tEDB82214685AA13B5EDD0CE59318E0EFE45223BD * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 RoadsideCreditsPlacer/d__18::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedStageAdvanceU3Ed__18__ctor_m2328F00846813965E609FE7D68B3A04AEE5BDFC0 (U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void RoadsideCreditsPlacer/d__18::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedStageAdvanceU3Ed__18_System_IDisposable_Dispose_mD34175CDC2A4A6EB23D068A54F12454C3DE97C8F (U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean RoadsideCreditsPlacer/d__18::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedStageAdvanceU3Ed__18_MoveNext_mBE2E53F7727E93C21EB16F4AF14A201209ECF1E3 (U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(advanceAfterFinalCredit); RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_advanceAfterFinalCredit_7(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_6 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // menu.BeginLoadStage(true); RoadsideCreditsPlacer_t5325FC9745D5B136F69E70226808A751055CF77A * L_7 = V_1; NullCheck(L_7); GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF * L_8 = L_7->get_menu_8(); NullCheck(L_8); GameMenu_BeginLoadStage_m8A10DABEA70DFAE7D582C075690E5A2B1EDE2E26(L_8, (bool)1, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object RoadsideCreditsPlacer/d__18::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedStageAdvanceU3Ed__18_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m97437D8905BDBADD986A6A523E1015403F222F78 (U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void RoadsideCreditsPlacer/d__18::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedStageAdvanceU3Ed__18_System_Collections_IEnumerator_Reset_m0C94C59E315AA462B1171BFD44C74233242B750C (U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedStageAdvanceU3Ed__18_System_Collections_IEnumerator_Reset_m0C94C59E315AA462B1171BFD44C74233242B750C_RuntimeMethod_var))); } } // System.Object RoadsideCreditsPlacer/d__18::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedStageAdvanceU3Ed__18_System_Collections_IEnumerator_get_Current_m9C20EEC012D525BCF96A9A6A367A9C10FEA213EF (U3CDelayedStageAdvanceU3Ed__18_tD8116090AE7F7B769D3269A2F5C5348861A8C340 * __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 RoadsideRepeatedPlacement/d__38::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlaceExistingU3Ed__38__ctor_mB5342BDB639D618478E564880FDB22D92E676B14 (U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void RoadsideRepeatedPlacement/d__38::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlaceExistingU3Ed__38_System_IDisposable_Dispose_m9769E3E8E0890832789B7FF9C9E420EE6179FC03 (U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean RoadsideRepeatedPlacement/d__38::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPlaceExistingU3Ed__38_MoveNext_mAF0408B8C059A3861710D3824E1502E4A822BAA5 (U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisOnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F_m7ABB78FDA87F6D4FCADFEA32ADC8DEE1E7100EDB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mAB148BF0E3CF1F336D76377BD01824F30A0582C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * V_1 = NULL; OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F * G_B8_0 = NULL; OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F * G_B7_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B10_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B9_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * 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_00ba; } } { return (bool)0; } IL_001a: { __this->set_U3CU3E1__state_0((-1)); // GameObject objectToUpdate = objectPool[0]; RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * L_4 = V_1; NullCheck(L_4); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_5 = L_4->get_objectPool_23(); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_inline(L_5, 0, /*hidden argument*/List_1_get_Item_m1E85E7CDA3459102B9FD665388559843378C2B4C_RuntimeMethod_var); __this->set_U3CobjectToUpdateU3E5__2_5(L_6); // objectPool.RemoveAt(0); RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * L_7 = V_1; NullCheck(L_7); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_8 = L_7->get_objectPool_23(); NullCheck(L_8); List_1_RemoveAt_mAB148BF0E3CF1F336D76377BD01824F30A0582C0(L_8, 0, /*hidden argument*/List_1_RemoveAt_mAB148BF0E3CF1F336D76377BD01824F30A0582C0_RuntimeMethod_var); // objectToUpdate.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_U3CobjectToUpdateU3E5__2_5(); NullCheck(L_9); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_9, (bool)1, /*hidden argument*/NULL); // objectToUpdate.transform.localPosition = placePoint; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_U3CobjectToUpdateU3E5__2_5(); NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_10, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = __this->get_placePoint_3(); NullCheck(L_11); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_11, L_12, /*hidden argument*/NULL); // objectToUpdate.transform.localRotation = placeRot; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_13 = __this->get_U3CobjectToUpdateU3E5__2_5(); NullCheck(L_13); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_13, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = __this->get_placeRot_4(); NullCheck(L_14); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_14, L_15, /*hidden argument*/NULL); // if (flipped) RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * L_16 = V_1; NullCheck(L_16); bool L_17 = L_16->get_flipped_17(); if (!L_17) { goto IL_0099; } } { // objectToUpdate.transform.Rotate(Vector3.up, 180f); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = __this->get_U3CobjectToUpdateU3E5__2_5(); NullCheck(L_18); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_18, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); NullCheck(L_19); Transform_Rotate_m2AA745C4A796363462642A13251E8971D5C7F4DC(L_19, L_20, (180.0f), /*hidden argument*/NULL); } IL_0099: { // objectPool.Add(objectToUpdate); RoadsideRepeatedPlacement_t7F001CF5851D24F429F25E348E8381D0DC7ACE7E * L_21 = V_1; NullCheck(L_21); List_1_t6D0A10F47F3440798295D2FFFC6D016477AF38E5 * L_22 = L_21->get_objectPool_23(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23 = __this->get_U3CobjectToUpdateU3E5__2_5(); NullCheck(L_22); List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3(L_22, L_23, /*hidden argument*/List_1_Add_m3DD76DE838FA83DF972E0486A296345EB3A7DDF3_RuntimeMethod_var); // yield return null; //make sure its active before roadside placement things __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00ba: { __this->set_U3CU3E1__state_0((-1)); // objectToUpdate.GetComponent()?.onPlaced?.Invoke(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24 = __this->get_U3CobjectToUpdateU3E5__2_5(); NullCheck(L_24); OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F * L_25; L_25 = GameObject_GetComponent_TisOnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F_m7ABB78FDA87F6D4FCADFEA32ADC8DEE1E7100EDB(L_24, /*hidden argument*/GameObject_GetComponent_TisOnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F_m7ABB78FDA87F6D4FCADFEA32ADC8DEE1E7100EDB_RuntimeMethod_var); OnRoadsidePlacement_t17E771544DD7E8D84EDE254EC21F73D49B7CEE4F * L_26 = L_25; G_B7_0 = L_26; if (L_26) { G_B8_0 = L_26; goto IL_00d2; } } { goto IL_00e2; } IL_00d2: { NullCheck(G_B8_0); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_27 = G_B8_0->get_onPlaced_4(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_28 = L_27; G_B9_0 = L_28; if (L_28) { G_B10_0 = L_28; goto IL_00dd; } } { goto IL_00e2; } IL_00dd: { NullCheck(G_B10_0); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(G_B10_0, /*hidden argument*/NULL); } IL_00e2: { // } return (bool)0; } } // System.Object RoadsideRepeatedPlacement/d__38::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPlaceExistingU3Ed__38_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m0EB9DE619F8901EBE774E6A9938FE65639D0478E (U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void RoadsideRepeatedPlacement/d__38::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlaceExistingU3Ed__38_System_Collections_IEnumerator_Reset_m3B20C0D4E8F5DE16EF53E4CD0C83811363EFCAD2 (U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPlaceExistingU3Ed__38_System_Collections_IEnumerator_Reset_m3B20C0D4E8F5DE16EF53E4CD0C83811363EFCAD2_RuntimeMethod_var))); } } // System.Object RoadsideRepeatedPlacement/d__38::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPlaceExistingU3Ed__38_System_Collections_IEnumerator_get_Current_m8E8C02F733F73D893E2CC3BD584645CB36D44983 (U3CPlaceExistingU3Ed__38_t21363C211B7195EBF322A8621BBBE04136687B55 * __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 ScreenShot/<>c__DisplayClass15_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_mB267FC1AB8C0C7002C46CCA214EA3B415E513992 (U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // System.Void ScreenShot/<>c__DisplayClass15_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CUpdateU3Eb__0_m804B6E857088D99BDEC7C6AB0FC3232ADF64F8BE (U3CU3Ec__DisplayClass15_0_tB0AFF02E43A0C2B6C19946A758D04B750B7A952C * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28512BD2CFA5F18D16B630449F6ED805A8D671B0); s_Il2CppMethodInitialized = true; } FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * V_0 = NULL; { // var f = System.IO.File.Create(filename); String_t* L_0 = __this->get_filename_0(); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_1; L_1 = File_Create_m2DC243693B22EA45102B5672796DE41A24BDBF98(L_0, /*hidden argument*/NULL); V_0 = L_1; // if (fileHeader != null) f.Write(fileHeader, 0, fileHeader.Length); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_2 = __this->get_fileHeader_1(); if (!L_2) { goto IL_0029; } } { // if (fileHeader != null) f.Write(fileHeader, 0, fileHeader.Length); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_3 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_4 = __this->get_fileHeader_1(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_5 = __this->get_fileHeader_1(); NullCheck(L_5); NullCheck(L_3); VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(28 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_3, L_4, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))); } IL_0029: { // f.Write(fileData, 0, fileData.Length); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_6 = V_0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_7 = __this->get_fileData_2(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_8 = __this->get_fileData_2(); NullCheck(L_8); NullCheck(L_6); VirtActionInvoker3< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*, int32_t, int32_t >::Invoke(28 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))); // f.Close(); FileStream_t6342275F1C1E26F5EEB5AD510933C95B78A5DA26 * L_9 = V_0; NullCheck(L_9); VirtActionInvoker0::Invoke(16 /* System.Void System.IO.Stream::Close() */, L_9); // Debug.Log(string.Format("Wrote screenshot {0} of size {1}", filename, fileData.Length)); String_t* L_10 = __this->get_filename_0(); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = __this->get_fileData_2(); NullCheck(L_11); int32_t L_12 = ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))); RuntimeObject * L_13 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_12); String_t* L_14; L_14 = String_Format_m8464C6DD7299114954DA87FC39FCD129F3E2ACA2(_stringLiteral28512BD2CFA5F18D16B630449F6ED805A8D671B0, L_10, L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_14, /*hidden argument*/NULL); // }).Start(); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: ScriptUsageTimeline/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshal_pinvoke(const TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B& unmarshaled, TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_pinvoke& marshaled) { marshaled.___currentMusicBar_0 = unmarshaled.get_currentMusicBar_0(); marshaled.___lastMarker_1 = unmarshaled.get_lastMarker_1(); } IL2CPP_EXTERN_C void TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshal_pinvoke_back(const TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_pinvoke& marshaled, TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B& unmarshaled) { int32_t unmarshaled_currentMusicBar_temp_0 = 0; unmarshaled_currentMusicBar_temp_0 = marshaled.___currentMusicBar_0; unmarshaled.set_currentMusicBar_0(unmarshaled_currentMusicBar_temp_0); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_lastMarker_temp_1; memset((&unmarshaled_lastMarker_temp_1), 0, sizeof(unmarshaled_lastMarker_temp_1)); unmarshaled_lastMarker_temp_1 = marshaled.___lastMarker_1; unmarshaled.set_lastMarker_1(unmarshaled_lastMarker_temp_1); } // Conversion method for clean up from marshalling of: ScriptUsageTimeline/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshal_pinvoke_cleanup(TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: ScriptUsageTimeline/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshal_com(const TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B& unmarshaled, TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_com& marshaled) { marshaled.___currentMusicBar_0 = unmarshaled.get_currentMusicBar_0(); marshaled.___lastMarker_1 = unmarshaled.get_lastMarker_1(); } IL2CPP_EXTERN_C void TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshal_com_back(const TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_com& marshaled, TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B& unmarshaled) { int32_t unmarshaled_currentMusicBar_temp_0 = 0; unmarshaled_currentMusicBar_temp_0 = marshaled.___currentMusicBar_0; unmarshaled.set_currentMusicBar_0(unmarshaled_currentMusicBar_temp_0); StringWrapper_t0232445743A8097D13894E9DDA8F1963373891B6 unmarshaled_lastMarker_temp_1; memset((&unmarshaled_lastMarker_temp_1), 0, sizeof(unmarshaled_lastMarker_temp_1)); unmarshaled_lastMarker_temp_1 = marshaled.___lastMarker_1; unmarshaled.set_lastMarker_1(unmarshaled_lastMarker_temp_1); } // Conversion method for clean up from marshalling of: ScriptUsageTimeline/TimelineInfo IL2CPP_EXTERN_C void TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshal_com_cleanup(TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B_marshaled_com& marshaled) { } // System.Void ScriptUsageTimeline/TimelineInfo::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimelineInfo__ctor_mB808C9C3BAB67123CC12CDC9C09D501168D23461 (TimelineInfo_t03EC0665CC342858F4693DBB900E6C0FCA6C4B2B * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Sidearm/d__153::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayCasingSoundU3Ed__153__ctor_m2B17380722A73CBD19A5F77C756294403CEC6077 (U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Sidearm/d__153::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayCasingSoundU3Ed__153_System_IDisposable_Dispose_m1BF2B681DFB2FB2F280414403A6A5D4350485AFF (U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Sidearm/d__153::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPlayCasingSoundU3Ed__153_MoveNext_m315E494C0B756C426C9F90D22AC7AEE2D14C0E07 (U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * 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(CASING_TRAVEL_TIME); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_4 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_4, (1.0f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // casingClipPlayer.PlayRandomClip(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_5 = V_1; NullCheck(L_5); SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_6 = L_5->get_casingClipPlayer_75(); NullCheck(L_6); SoundFXRandomizer_PlayRandomClip_mDD7B0D0C83363FDB99C3AF9C127F1B3778C1041D(L_6, (bool)1, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object Sidearm/d__153::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPlayCasingSoundU3Ed__153_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m4EF1733B6A38BAB1267D783EFD48CA0F426826A5 (U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Sidearm/d__153::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayCasingSoundU3Ed__153_System_Collections_IEnumerator_Reset_m72A54611BE819D3F616B08907097367E0390B8DF (U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPlayCasingSoundU3Ed__153_System_Collections_IEnumerator_Reset_m72A54611BE819D3F616B08907097367E0390B8DF_RuntimeMethod_var))); } } // System.Object Sidearm/d__153::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPlayCasingSoundU3Ed__153_System_Collections_IEnumerator_get_Current_mEF046D8F05C10C036A5743339F9BAE94678480BD (U3CPlayCasingSoundU3Ed__153_t6AC74A4DE8CE34D00593A0D129067AECB6421F13 * __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 Sidearm/d__152::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateMissileCounterU3Ed__152__ctor_m179AFACB599E21C4CA8F584014A87E75F28FDFA5 (U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void Sidearm/d__152::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateMissileCounterU3Ed__152_System_IDisposable_Dispose_mB0EB7FB705AC6E8D9F479C30E9E9F2619EA4B1D4 (U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF * __this, const RuntimeMethod* method) { { return; } } // System.Boolean Sidearm/d__152::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CUpdateMissileCounterU3Ed__152_MoveNext_mD6FDE8ECC9726AAC4F00DBC57CEE5DE4F06BEF94 (U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF * __this, const RuntimeMethod* method) { int32_t V_0 = 0; Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * V_1 = NULL; int32_t V_2 = 0; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * 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_002e; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_002e: { __this->set_U3CU3E1__state_0((-1)); // ammoCounter.text = missilePod.MissilesAvailable.ToString(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_4 = V_1; NullCheck(L_4); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_5 = L_4->get_ammoCounter_16(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_6 = V_1; NullCheck(L_6); MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 * L_7 = L_6->get_missilePod_60(); NullCheck(L_7); int32_t L_8; L_8 = MissilePod_get_MissilesAvailable_m0682176160F40C1CCCB01562210394E1127FF96C_inline(L_7, /*hidden argument*/NULL); V_2 = L_8; String_t* L_9; L_9 = Int32_ToString_m340C0A14D16799421EFDF8A81C8A16FA76D48411((int32_t*)(&V_2), /*hidden argument*/NULL); NullCheck(L_5); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_5, L_9); // } return (bool)0; } } // System.Object Sidearm/d__152::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUpdateMissileCounterU3Ed__152_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA1F73E450C724987ED5FE1D957414E721400B7B3 (U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void Sidearm/d__152::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CUpdateMissileCounterU3Ed__152_System_Collections_IEnumerator_Reset_mF2E59E96704BF0E76CBAF305332B06D991DA8CC4 (U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CUpdateMissileCounterU3Ed__152_System_Collections_IEnumerator_Reset_mF2E59E96704BF0E76CBAF305332B06D991DA8CC4_RuntimeMethod_var))); } } // System.Object Sidearm/d__152::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CUpdateMissileCounterU3Ed__152_System_Collections_IEnumerator_get_Current_mD0A83FB7FAA1B24BE532C6084D54589F82F48A6B (U3CUpdateMissileCounterU3Ed__152_t2E487E3D16FD28B65957758E47F3DBD6977689CF * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * __this, int32_t ___newState0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___newState0); } // System.Void Slomo/OnSlowMotionStateChange::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSlowMotionStateChange__ctor_mCAA028C545FFF70003A382D3CB6ECA5871D4683B (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void Slomo/OnSlowMotionStateChange::Invoke(SlowMotionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSlowMotionStateChange_Invoke_mBAAA1A11924B81D588F18E5DEF95A4592AE1B31C (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * __this, int32_t ___newState0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___newState0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___newState0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___newState0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___newState0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___newState0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___newState0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___newState0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___newState0, targetMethod); } } } } } // System.IAsyncResult Slomo/OnSlowMotionStateChange::BeginInvoke(SlowMotionState,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnSlowMotionStateChange_BeginInvoke_m80DDC8276011103DE2575ED1D163BC8FB8E00904 (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * __this, int32_t ___newState0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SlowMotionState_t10958E048A971BE48840860101E3B79CE612F1B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(SlowMotionState_t10958E048A971BE48840860101E3B79CE612F1B5_il2cpp_TypeInfo_var, &___newState0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void Slomo/OnSlowMotionStateChange::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSlowMotionStateChange_EndInvoke_m44E5C65C773EEE6B15CF9097F621235C2B258F5E (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 SoundFXRandomizer/d__15::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessClipRequestU3Ed__15__ctor_mAE56BE496CEA96148C29A77AFF68708D4E7CE700 (U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void SoundFXRandomizer/d__15::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessClipRequestU3Ed__15_System_IDisposable_Dispose_mB9FFD6DF1E18C88686E069805523D7A91D7363E7 (U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SoundFXRandomizer/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CProcessClipRequestU3Ed__15_MoveNext_m6284AF7C2B298B3DB6ABC9FC5787E52A022680A9 (U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * 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_003c; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // request = RequestRandomClip(); SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_4 = V_1; SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_5 = V_1; NullCheck(L_5); ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * L_6; L_6 = SoundFXRandomizer_RequestRandomClip_mBC760D476BC8122F2113D9458077059C3727A357(L_5, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_request_11(L_6); goto IL_0043; } IL_002c: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_003c: { __this->set_U3CU3E1__state_0((-1)); } IL_0043: { // while(!request.isDone) SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_7 = V_1; NullCheck(L_7); ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * L_8 = L_7->get_request_11(); NullCheck(L_8); bool L_9; L_9 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_002c; } } { // if (asOneShot) bool L_10 = __this->get_asOneShot_3(); if (!L_10) { goto IL_0075; } } { // source.PlayOneShot((AudioClip)request.asset); SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_11 = V_1; NullCheck(L_11); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_12 = L_11->get_source_9(); SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_13 = V_1; NullCheck(L_13); ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * L_14 = L_13->get_request_11(); NullCheck(L_14); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_15; L_15 = ResourceRequest_get_asset_m2930BE33A19198B82461486BF40A9E00963A1CD0(L_14, /*hidden argument*/NULL); NullCheck(L_12); AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796(L_12, ((AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE *)CastclassSealed((RuntimeObject*)L_15, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // } goto IL_009b; } IL_0075: { // source.clip = (AudioClip)request.asset; SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_16 = V_1; NullCheck(L_16); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_17 = L_16->get_source_9(); SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_18 = V_1; NullCheck(L_18); ResourceRequest_tD2D09E98C844087E6AB0F04532B7AA139558CBAD * L_19 = L_18->get_request_11(); NullCheck(L_19); Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * L_20; L_20 = ResourceRequest_get_asset_m2930BE33A19198B82461486BF40A9E00963A1CD0(L_19, /*hidden argument*/NULL); NullCheck(L_17); AudioSource_set_clip_mD1F50F7BA6EA3AF25B4922473352C5180CFF7B2B(L_17, ((AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE *)CastclassSealed((RuntimeObject*)L_20, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); // source.Play(); SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86 * L_21 = V_1; NullCheck(L_21); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_22 = L_21->get_source_9(); NullCheck(L_22); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_22, /*hidden argument*/NULL); } IL_009b: { // } return (bool)0; } } // System.Object SoundFXRandomizer/d__15::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CProcessClipRequestU3Ed__15_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m5831337657E968D9D47A73DCF115E740D338093A (U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void SoundFXRandomizer/d__15::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessClipRequestU3Ed__15_System_Collections_IEnumerator_Reset_mC17ECC869D863995FA0B1E59C605370FC120AD64 (U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CProcessClipRequestU3Ed__15_System_Collections_IEnumerator_Reset_mC17ECC869D863995FA0B1E59C605370FC120AD64_RuntimeMethod_var))); } } // System.Object SoundFXRandomizer/d__15::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CProcessClipRequestU3Ed__15_System_Collections_IEnumerator_get_Current_mF07B58A586CD797BB82271A1CAFED8FE7A3B9B9D (U3CProcessClipRequestU3Ed__15_t7D5626CEBB8EE713B78E5D5CBB9E739B00FF56B0 * __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 SpeedPad/d__19::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeedBoostU3Ed__19__ctor_mF0C96EC0D71C9831F01450440F27332582BBA515 (U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void SpeedPad/d__19::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeedBoostU3Ed__19_System_IDisposable_Dispose_mC8AE4F0C235B9003FB261C985EA65840FE9C8773 (U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SpeedPad/d__19::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSpeedBoostU3Ed__19_MoveNext_mC2FFEE148EB785D1720CAE3C56EF29D5F57D1996 (U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * 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_006b; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // Player.SetPlayerSpeedRange(heightenedBaseSpeed, heightenedThrottleControl, heightenedMinSpeed); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_heightenedBaseSpeed_4(); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_6 = V_1; NullCheck(L_6); float L_7 = L_6->get_heightenedThrottleControl_5(); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_8 = V_1; NullCheck(L_8); float L_9 = L_8->get_heightenedMinSpeed_6(); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); Player_SetPlayerSpeedRange_mC9D04B2E64DF34ACFC7F57817CD829A1F2EB77BE(L_5, L_7, L_9, /*hidden argument*/NULL); // Player.BikeAnimController.RampUp(speedLineMultiplier, speedLineSize, duration); BikeAnimationController_tD766A88C01DF9298AB561EEDD9C3569C05598018 * L_10; L_10 = Player_get_BikeAnimController_mFE166463378FFD4E70E6518CB56B285CCB472941(/*hidden argument*/NULL); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_11 = V_1; NullCheck(L_11); float L_12 = L_11->get_speedLineMultiplier_7(); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_13 = V_1; NullCheck(L_13); float L_14 = L_13->get_speedLineSize_8(); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_15 = V_1; NullCheck(L_15); float L_16 = L_15->get_duration_9(); NullCheck(L_10); BikeAnimationController_RampUp_m38CF7A50E71B01E714AF6E46CDEA489B6FA59C6B(L_10, L_12, L_14, L_16, /*hidden argument*/NULL); // yield return new WaitForSeconds(duration); SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0 * L_17 = V_1; NullCheck(L_17); float L_18 = L_17->get_duration_9(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_19 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_19, L_18, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_19); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_006b: { __this->set_U3CU3E1__state_0((-1)); // Player.SetPlayerSpeedRange(playerBaseSpeed, playerBaseThrottle, playerBaseCornering); IL2CPP_RUNTIME_CLASS_INIT(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_il2cpp_TypeInfo_var); float L_20 = ((SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields*)il2cpp_codegen_static_fields_for(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_il2cpp_TypeInfo_var))->get_playerBaseSpeed_14(); float L_21 = ((SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields*)il2cpp_codegen_static_fields_for(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_il2cpp_TypeInfo_var))->get_playerBaseThrottle_15(); float L_22 = ((SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_StaticFields*)il2cpp_codegen_static_fields_for(SpeedPad_tA2DBF2E9929020CCAA470E68BDD273748B99F4A0_il2cpp_TypeInfo_var))->get_playerBaseCornering_16(); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); Player_SetPlayerSpeedRange_mC9D04B2E64DF34ACFC7F57817CD829A1F2EB77BE(L_20, L_21, L_22, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object SpeedPad/d__19::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSpeedBoostU3Ed__19_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m363D5C57C5DEC48B5FCB7FFDEF8B15DCA0017FE8 (U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void SpeedPad/d__19::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeedBoostU3Ed__19_System_Collections_IEnumerator_Reset_m9248475202E95F8BE009AD0A6CAC52D8EE728FD4 (U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSpeedBoostU3Ed__19_System_Collections_IEnumerator_Reset_m9248475202E95F8BE009AD0A6CAC52D8EE728FD4_RuntimeMethod_var))); } } // System.Object SpeedPad/d__19::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CSpeedBoostU3Ed__19_System_Collections_IEnumerator_get_Current_mA80B85FF12E0C1D5CF1947569BEC32F9EE3F81B2 (U3CSpeedBoostU3Ed__19_t1A48C21F3E0889663FDBD222F94D21C929EA9409 * __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 SpiderTankAnimationController/d__82::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBossExplosionU3Ed__82__ctor_mBB075E852FA85806DBB96BDD6A93E3CB8DCDCE49 (U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void SpiderTankAnimationController/d__82::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBossExplosionU3Ed__82_System_IDisposable_Dispose_m41A6A74732CA50EA8332F98375008048F64E37AC (U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean SpiderTankAnimationController/d__82::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CBossExplosionU3Ed__82_MoveNext_m8E69759881AB7297C7CC8883C63A3316AFA9D283 (U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m676BB3822C948AEC2D14F8A67A78D3E87C44D0DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m7AB707ADE023585729593334A399B3FF485A7982_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mFAD32CB3130E71D5F5B9B07957BBC7F70096A936_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7AF0BD76488A3CB58166CE4CFE1DDB3CB6AC31A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28A07F976ACD9341EBCFAD32B1CF78EC215D756F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * V_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_3; memset((&V_3), 0, sizeof(V_3)); RuntimeObject* V_4 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_5 = NULL; RuntimeObject* V_6 = NULL; Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C V_7; memset((&V_7), 0, sizeof(V_7)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B21_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B20_0 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * 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_00ad; } case 2: { goto IL_0157; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // mover.MoveState = SpiderTankMovementState.Exploded; SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_3 = V_1; NullCheck(L_3); SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 * L_4 = L_3->get_mover_6(); NullCheck(L_4); SpiderTankMovement_set_MoveState_m3D970C2B2194116188C6CE73A5820A759B8A80CD_inline(L_4, 3, /*hidden argument*/NULL); // destroyedLimbs.Clear(); SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_5 = V_1; NullCheck(L_5); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_6 = L_5->get_destroyedLimbs_38(); NullCheck(L_6); List_1_Clear_mFAD32CB3130E71D5F5B9B07957BBC7F70096A936(L_6, /*hidden argument*/List_1_Clear_mFAD32CB3130E71D5F5B9B07957BBC7F70096A936_RuntimeMethod_var); // foreach (Transform child in transform) SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_7 = V_1; NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_7, /*hidden argument*/NULL); NullCheck(L_8); RuntimeObject* L_9; L_9 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_8, /*hidden argument*/NULL); V_4 = L_9; } IL_004d: try { // begin try (depth: 1) { goto IL_007d; } IL_004f: { // foreach (Transform child in transform) RuntimeObject* L_10 = V_4; NullCheck(L_10); RuntimeObject * L_11; L_11 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_10); V_5 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_11, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)); // if (child.name.Contains("Thigh")) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = V_5; NullCheck(L_12); String_t* L_13; L_13 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_12, /*hidden argument*/NULL); NullCheck(L_13); bool L_14; L_14 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_13, _stringLiteral28A07F976ACD9341EBCFAD32B1CF78EC215D756F, /*hidden argument*/NULL); if (!L_14) { goto IL_007d; } } IL_0070: { // destroyedLimbs.Add(child); SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_15 = V_1; NullCheck(L_15); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_16 = L_15->get_destroyedLimbs_38(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = V_5; NullCheck(L_16); List_1_Add_m7AB707ADE023585729593334A399B3FF485A7982(L_16, L_17, /*hidden argument*/List_1_Add_m7AB707ADE023585729593334A399B3FF485A7982_RuntimeMethod_var); } IL_007d: { // foreach (Transform child in transform) RuntimeObject* L_18 = V_4; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_18); if (L_19) { goto IL_004f; } } IL_0086: { IL2CPP_LEAVE(0x9D, FINALLY_0088); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0088; } FINALLY_0088: { // begin finally (depth: 1) { RuntimeObject* L_20 = V_4; V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_21 = V_6; if (!L_21) { goto IL_009c; } } IL_0095: { RuntimeObject* L_22 = V_6; NullCheck(L_22); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_22); } IL_009c: { IL2CPP_END_FINALLY(136) } } // end finally (depth: 1) IL2CPP_CLEANUP(136) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x9D, IL_009d) } IL_009d: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_00ad: { __this->set_U3CU3E1__state_0((-1)); // foreach(Transform limb in destroyedLimbs) SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_23 = V_1; NullCheck(L_23); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_24 = L_23->get_destroyedLimbs_38(); NullCheck(L_24); Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C L_25; L_25 = List_1_GetEnumerator_m7AF0BD76488A3CB58166CE4CFE1DDB3CB6AC31A1(L_24, /*hidden argument*/List_1_GetEnumerator_m7AF0BD76488A3CB58166CE4CFE1DDB3CB6AC31A1_RuntimeMethod_var); V_7 = L_25; } IL_00c1: try { // begin try (depth: 1) { goto IL_012e; } IL_00c3: { // foreach(Transform limb in destroyedLimbs) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26; L_26 = Enumerator_get_Current_m676BB3822C948AEC2D14F8A67A78D3E87C44D0DB_inline((Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *)(&V_7), /*hidden argument*/Enumerator_get_Current_m676BB3822C948AEC2D14F8A67A78D3E87C44D0DB_RuntimeMethod_var); // worldPos = limb.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27 = L_26; NullCheck(L_27); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_27, /*hidden argument*/NULL); V_2 = L_28; // worldRot = limb.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29 = L_27; NullCheck(L_29); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_30; L_30 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_29, /*hidden argument*/NULL); V_3 = L_30; // limb.SetParent(null, true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31 = L_29; NullCheck(L_31); Transform_SetParent_mA6A651EDE81F139E1D6C7BA894834AD71D07227A(L_31, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, (bool)1, /*hidden argument*/NULL); // rb = limb.gameObject.AddComponent(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32 = L_31; NullCheck(L_32); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33; L_33 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_32, /*hidden argument*/NULL); NullCheck(L_33); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_34; L_34 = GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0(L_33, /*hidden argument*/GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0_RuntimeMethod_var); // rb.mass = legMass; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_35 = L_34; SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_36 = V_1; NullCheck(L_36); float L_37 = L_36->get_legMass_29(); NullCheck(L_35); Rigidbody_set_mass_m54FCACE073F5E7742DB1D7C0BA19CD0C0F3DDA3F(L_35, L_37, /*hidden argument*/NULL); // rb.drag = 5f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_38 = L_35; NullCheck(L_38); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_38, (5.0f), /*hidden argument*/NULL); // rb.angularDrag = 0f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_39 = L_38; NullCheck(L_39); Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4(L_39, (0.0f), /*hidden argument*/NULL); // rb.collisionDetectionMode = CollisionDetectionMode.Continuous; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_40 = L_39; NullCheck(L_40); Rigidbody_set_collisionDetectionMode_m4BC31A84B26540ACD15273774C47F31CDF5381C2(L_40, 1, /*hidden argument*/NULL); // rb.useGravity = true; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_41 = L_40; NullCheck(L_41); Rigidbody_set_useGravity_m1057292FB3199E87664F40B8BCBA7A7E64D1A096(L_41, (bool)1, /*hidden argument*/NULL); // rb.isKinematic = false; NullCheck(L_41); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_41, (bool)0, /*hidden argument*/NULL); // limb.position = worldPos; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_42 = L_32; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43 = V_2; NullCheck(L_42); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_42, L_43, /*hidden argument*/NULL); // limb.rotation = worldRot; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_44 = V_3; NullCheck(L_42); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_42, L_44, /*hidden argument*/NULL); } IL_012e: { // foreach(Transform limb in destroyedLimbs) bool L_45; L_45 = Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D((Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *)(&V_7), /*hidden argument*/Enumerator_MoveNext_mA730DA199110590A3F99D465C8805F952396270D_RuntimeMethod_var); if (L_45) { goto IL_00c3; } } IL_0137: { IL2CPP_LEAVE(0x147, FINALLY_0139); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0139; } FINALLY_0139: { // begin finally (depth: 1) Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875((Enumerator_t7138ABF0B59D4F4E7246CFC5AE98FBB9E047FF5C *)(&V_7), /*hidden argument*/Enumerator_Dispose_m9E872F325E834DCF602A1CE73A18CA3763247875_RuntimeMethod_var); IL2CPP_END_FINALLY(313) } // end finally (depth: 1) IL2CPP_CLEANUP(313) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x147, IL_0147) } IL_0147: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0157: { __this->set_U3CU3E1__state_0((-1)); // Instantiate(explosionObject, explosionPoint.position, explosionPoint.rotation); SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_46 = V_1; NullCheck(L_46); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_47 = L_46->get_explosionObject_27(); SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_48 = V_1; NullCheck(L_48); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_49 = L_48->get_explosionPoint_28(); NullCheck(L_49); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_49, /*hidden argument*/NULL); SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_51 = V_1; NullCheck(L_51); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_52 = L_51->get_explosionPoint_28(); NullCheck(L_52); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_53; L_53 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_52, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_47, L_50, L_53, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); // onExplode?.Invoke(); SpiderTankAnimationController_tF8525C26876C3158EA76548BF60E018B523D3281 * L_55 = V_1; NullCheck(L_55); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_56 = L_55->get_onExplode_30(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_57 = L_56; G_B20_0 = L_57; if (L_57) { G_B21_0 = L_57; goto IL_018c; } } { goto IL_0191; } IL_018c: { NullCheck(G_B21_0); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(G_B21_0, /*hidden argument*/NULL); } IL_0191: { // } return (bool)0; } } // System.Object SpiderTankAnimationController/d__82::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBossExplosionU3Ed__82_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8B4FFEA4F70C17FDAAAF06F50BB487391E8ABA6A (U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void SpiderTankAnimationController/d__82::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CBossExplosionU3Ed__82_System_Collections_IEnumerator_Reset_m70622AE55BB7C2B117730FCCFCD21CBA62C3A8FF (U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CBossExplosionU3Ed__82_System_Collections_IEnumerator_Reset_m70622AE55BB7C2B117730FCCFCD21CBA62C3A8FF_RuntimeMethod_var))); } } // System.Object SpiderTankAnimationController/d__82::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CBossExplosionU3Ed__82_System_Collections_IEnumerator_get_Current_m5599E88BF84D772968E137E7DE76512522533CC5 (U3CBossExplosionU3Ed__82_t7105C49F41699980C772F9890AF76A43AAB493C8 * __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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 (OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___adjustVector0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___adjustVector0); } // System.Void StageAdjust/OnStageAdjusted::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStageAdjusted__ctor_m6F0D99A210B6F24B0C699E21B45873C5E1F74D25 (OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void StageAdjust/OnStageAdjusted::Invoke(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStageAdjusted_Invoke_m02FA3DE6AF8B82ED9D38B09561AEA7BFC812C94E (OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___adjustVector0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___adjustVector0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___adjustVector0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(targetMethod, targetThis, ___adjustVector0); else GenericVirtActionInvoker1< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(targetMethod, targetThis, ___adjustVector0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___adjustVector0); else VirtActionInvoker1< Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___adjustVector0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)((RuntimeObject*)(reinterpret_cast(&___adjustVector0) - 1), targetMethod); } else { typedef void (*FunctionPointerType) (void*, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___adjustVector0, targetMethod); } } } } } // System.IAsyncResult StageAdjust/OnStageAdjusted::BeginInvoke(UnityEngine.Vector3,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnStageAdjusted_BeginInvoke_mD6EEB430380EE5477F6FF07AB9F69CB8CBBC2F8C (OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___adjustVector0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E_il2cpp_TypeInfo_var, &___adjustVector0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void StageAdjust/OnStageAdjusted::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnStageAdjusted_EndInvoke_mF7FE7658F776929532A009541D636136E540DABA (OnStageAdjusted_tEFDC3010F2EF8B8866BD6A3E20317D6C67D98506 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 StageAdvancer/d__19::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutU3Ed__19__ctor_mF0C2B04F4EA00BD29BBB32F2BEF1031C05BD70DD (U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void StageAdvancer/d__19::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutU3Ed__19_System_IDisposable_Dispose_m708F53B850A63D65F89144F3725D9D38B9C0F182 (U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean StageAdvancer/d__19::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CFadeOutU3Ed__19_MoveNext_m6F4004268AB9C1F29F23089166BA493C6F069CEC (U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * 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_0047; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // transitionAnimator.SetTrigger("FadeOut"); StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_transitionAnimator_8(); NullCheck(L_5); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_5, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(GameMenu.FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0047: { __this->set_U3CU3E1__state_0((-1)); // asyncLoad.allowSceneActivation = true; StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_7 = V_1; NullCheck(L_7); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_8 = L_7->get_asyncLoad_14(); NullCheck(L_8); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_8, (bool)1, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object StageAdvancer/d__19::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeOutU3Ed__19_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m324A700E8C4CFBC881FD34F559669AC04A73B856 (U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void StageAdvancer/d__19::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFadeOutU3Ed__19_System_Collections_IEnumerator_Reset_mFE43379B53A755BCF4E9A3D1D5C0855C8882E52C (U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFadeOutU3Ed__19_System_Collections_IEnumerator_Reset_mFE43379B53A755BCF4E9A3D1D5C0855C8882E52C_RuntimeMethod_var))); } } // System.Object StageAdvancer/d__19::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CFadeOutU3Ed__19_System_Collections_IEnumerator_get_Current_mE7DB57F0C95A0E7D700DD62743C65F1CEE48C50C (U3CFadeOutU3Ed__19_t375E3C5589FDE907876D18FAE9B66D05FFAC3F65 * __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 StageAdvancer/d__20::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__20__ctor_mEBC290E924DF419CE960C922FE8160661767FA84 (U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void StageAdvancer/d__20::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__20_System_IDisposable_Dispose_mE5C27C653AB7CBF16A78A6F5A25CD5BE641939DF (U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean StageAdvancer/d__20::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadNextStageU3Ed__20_MoveNext_m2E7F26B8984FBB9CF0275EC2A8E19DB6FC9EF7BF (U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0026; } case 1: { goto IL_003d; } case 2: { goto IL_0075; } case 3: { goto IL_00b0; } } } { return (bool)0; } IL_0026: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_003d: { __this->set_U3CU3E1__state_0((-1)); // if (allowActivation) bool L_3 = __this->get_allowActivation_2(); if (!L_3) { goto IL_007c; } } { // transitionAnimator.SetTrigger("FadeOut"); StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_4 = V_1; NullCheck(L_4); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = L_4->get_transitionAnimator_8(); NullCheck(L_5); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_5, _stringLiteral51F4B09045C710069B5F5F2AC6E8102647FE6EDB, /*hidden argument*/NULL); // yield return new WaitForSecondsRealtime(GameMenu.FADEOUT_TIME); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, (1.75f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_0075: { __this->set_U3CU3E1__state_0((-1)); } IL_007c: { // asyncLoad = SceneManager.LoadSceneAsync(nextScene); StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_7 = V_1; String_t* L_8 = __this->get_nextScene_4(); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_9; L_9 = SceneManager_LoadSceneAsync_m8DCFAB9FD9FD082CA8505EDA72F685B82351D14C(L_8, /*hidden argument*/NULL); NullCheck(L_7); L_7->set_asyncLoad_14(L_9); // asyncLoad.allowSceneActivation = allowActivation; StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_10 = V_1; NullCheck(L_10); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_11 = L_10->get_asyncLoad_14(); bool L_12 = __this->get_allowActivation_2(); NullCheck(L_11); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_11, L_12, /*hidden argument*/NULL); goto IL_00b7; } IL_00a0: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(3); return (bool)1; } IL_00b0: { __this->set_U3CU3E1__state_0((-1)); } IL_00b7: { // while (!asyncLoad.isDone) StageAdvancer_tF70D4D1C9E8C209B30BAF42C73F2F346B8BD9BBA * L_13 = V_1; NullCheck(L_13); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_14 = L_13->get_asyncLoad_14(); NullCheck(L_14); bool L_15; L_15 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00a0; } } { // } return (bool)0; } } // System.Object StageAdvancer/d__20::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadNextStageU3Ed__20_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBF72AA2269971FB9EE475934E7A64AC25A227DF2 (U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void StageAdvancer/d__20::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadNextStageU3Ed__20_System_Collections_IEnumerator_Reset_m149F265C6E45FCB1FDEBD0F2854CFDCE13C521A0 (U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadNextStageU3Ed__20_System_Collections_IEnumerator_Reset_m149F265C6E45FCB1FDEBD0F2854CFDCE13C521A0_RuntimeMethod_var))); } } // System.Object StageAdvancer/d__20::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadNextStageU3Ed__20_System_Collections_IEnumerator_get_Current_m2FF154FFED949FAB0B2D6A8FCF915F501935C5D0 (U3CLoadNextStageU3Ed__20_t59391F6EE7AB97FDE1FD044AE319A300B9661A89 * __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 TailLightToggle/d__7::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartAfterSecondsU3Ed__7__ctor_m872B36FAE73E66A1375AF03C75D6A47C695A86D3 (U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void TailLightToggle/d__7::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartAfterSecondsU3Ed__7_System_IDisposable_Dispose_m271FA4DEE2D21B3E493D4E9D28AEB663103D2B40 (U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean TailLightToggle/d__7::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CStartAfterSecondsU3Ed__7_MoveNext_m043D9D64E545D8660D60728FC029BA97792F81DD (U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * L_1 = __this->get_U3CU3E4__this_3(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSeconds(seconds); float L_4 = __this->get_seconds_2(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_5 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_5, L_4, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_5); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // FlipOnTailLights(); TailLightToggle_t72D1E4682598ACD297734AF1AAFADF9F35FD2DAB * L_6 = V_1; NullCheck(L_6); TailLightToggle_FlipOnTailLights_mAB7B5F4DD0A168F0A57D6D2291578D8438A1E161(L_6, (bool)0, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object TailLightToggle/d__7::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartAfterSecondsU3Ed__7_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mD55839CC3654E53BC29ABC1271021919C9559479 (U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void TailLightToggle/d__7::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CStartAfterSecondsU3Ed__7_System_Collections_IEnumerator_Reset_m6DA0233F890B9C2CB4C66EA342C69C4BD86004F8 (U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CStartAfterSecondsU3Ed__7_System_Collections_IEnumerator_Reset_m6DA0233F890B9C2CB4C66EA342C69C4BD86004F8_RuntimeMethod_var))); } } // System.Object TailLightToggle/d__7::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CStartAfterSecondsU3Ed__7_System_Collections_IEnumerator_get_Current_m7CCE5C71DD0D611B43466AD0BA0696DA3E020680 (U3CStartAfterSecondsU3Ed__7_t91BF99E1EBBC5C4477C0A45C16B473F4CE6A8288 * __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 TrafficHandler/OnVehicleSpawned::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnVehicleSpawned__ctor_mE689FD680E2F909076AE14581ED22649C13DC155 (OnVehicleSpawned_tF4066D2C31CCBE9687B662DAA4E529FEAC37EFD8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void TrafficHandler/OnVehicleSpawned::Invoke(UnityEngine.GameObject,System.Single,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnVehicleSpawned_Invoke_m848A3395B45CBDE6B4D1FBD0A7DF76A655F5D5BF (OnVehicleSpawned_tF4066D2C31CCBE9687B662DAA4E529FEAC37EFD8 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___vehicle0, float ___pathSpawnDistance1, bool ___newVehicle2, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 3) { // open typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___vehicle0, ___pathSpawnDistance1, ___newVehicle2, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2, targetMethod); } } else if (___parameterCount != 3) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker2< float, bool >::Invoke(targetMethod, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); else GenericVirtActionInvoker2< float, bool >::Invoke(targetMethod, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker2< float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); else VirtActionInvoker2< float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); } } else { typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___vehicle0, ___pathSpawnDistance1, ___newVehicle2, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker3< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool >::Invoke(targetMethod, targetThis, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); else GenericVirtActionInvoker3< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool >::Invoke(targetMethod, targetThis, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker3< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); else VirtActionInvoker3< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2); } } else { if (___parameterCount == 2) { typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___vehicle0, ___pathSpawnDistance1, ___newVehicle2, targetMethod); } else { typedef void (*FunctionPointerType) (void*, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, float, bool, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___vehicle0, ___pathSpawnDistance1, ___newVehicle2, targetMethod); } } } } } // System.IAsyncResult TrafficHandler/OnVehicleSpawned::BeginInvoke(UnityEngine.GameObject,System.Single,System.Boolean,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnVehicleSpawned_BeginInvoke_m0000417E2DC8FD3BC3FAB547A7E21DA6C3E8134A (OnVehicleSpawned_tF4066D2C31CCBE9687B662DAA4E529FEAC37EFD8 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___vehicle0, float ___pathSpawnDistance1, bool ___newVehicle2, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[4] = {0}; __d_args[0] = ___vehicle0; __d_args[1] = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &___pathSpawnDistance1); __d_args[2] = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &___newVehicle2); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);; } // System.Void TrafficHandler/OnVehicleSpawned::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnVehicleSpawned_EndInvoke_mA4D018AD3CD403C61687871358959544518011FF (OnVehicleSpawned_tF4066D2C31CCBE9687B662DAA4E529FEAC37EFD8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 TutorialManager/d__94::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDroneTrackingU3Ed__94__ctor_m17E4FBB87F71981A3189C4945BEE27E6B11AD863 (U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void TutorialManager/d__94::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDroneTrackingU3Ed__94_System_IDisposable_Dispose_m7450528FC124C2E112F804003B6A180CD3E24072 (U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean TutorialManager/d__94::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedDroneTrackingU3Ed__94_MoveNext_m24C4624B877A573374C31394679AF237FA20D6E3 (U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7104683478F314A2B72BD490A669FACBED185EC9); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * L_1 = __this->get_U3CU3E4__this_2(); V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0037; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(0.1f); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_4 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_4, (0.100000001f), /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_4); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0037: { __this->set_U3CU3E1__state_0((-1)); // LerpToTrackPoint(droneContainer.GetChild(0).Find("aerial_drone_tactical"), 1f); TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * L_5 = V_1; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = __this->get_droneContainer_3(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Transform_GetChild_mA7D94BEFF0144F76561D9B8FED61C5C939EC1F1C(L_6, 0, /*hidden argument*/NULL); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_7, _stringLiteral7104683478F314A2B72BD490A669FACBED185EC9, /*hidden argument*/NULL); NullCheck(L_5); TutorialManager_LerpToTrackPoint_m2AE0D38301BDB5B0FB0C2D6F5D126AA002BB3D12(L_5, L_8, (1.0f), /*hidden argument*/NULL); // } return (bool)0; } } // System.Object TutorialManager/d__94::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedDroneTrackingU3Ed__94_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mE25EDFE86C2F3479BF4BD2A37FDD79CDEF1C3AF2 (U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void TutorialManager/d__94::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDroneTrackingU3Ed__94_System_Collections_IEnumerator_Reset_m08196E9E9812A260D2AB541B12C5B9B2E5B55876 (U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedDroneTrackingU3Ed__94_System_Collections_IEnumerator_Reset_m08196E9E9812A260D2AB541B12C5B9B2E5B55876_RuntimeMethod_var))); } } // System.Object TutorialManager/d__94::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedDroneTrackingU3Ed__94_System_Collections_IEnumerator_get_Current_m21E2F1A1B589053FF9CC2B29B280F2D7E7D826A0 (U3CDelayedDroneTrackingU3Ed__94_tA7F713A288DDA8F5C777CB83D29C02655E821299 * __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 TutorialManager/d__93::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadFirstStageU3Ed__93__ctor_m5E7D5880BACFDB41244ADABFA118276078D0B01C (U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void TutorialManager/d__93::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadFirstStageU3Ed__93_System_IDisposable_Dispose_m73F4FBEB772260BB23742884BA5321046A9AC5CF (U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean TutorialManager/d__93::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CLoadFirstStageU3Ed__93_MoveNext_m019C54C988E50BE213D9F1A9F702278A7715EABE (U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6D94CB1C81917109E8441A1E38896FD06E6811F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * 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)); // asyncLoad = SceneManager.LoadSceneAsync(STAGE_ONE, LoadSceneMode.Single); TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * L_4 = V_1; IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_5; L_5 = SceneManager_LoadSceneAsync_m66F7640311F0348778AD5319B50EF800062A7A30(_stringLiteralB6D94CB1C81917109E8441A1E38896FD06E6811F, 0, /*hidden argument*/NULL); NullCheck(L_4); L_4->set_asyncLoad_47(L_5); // asyncLoad.allowSceneActivation = false; TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * L_6 = V_1; NullCheck(L_6); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_7 = L_6->get_asyncLoad_47(); NullCheck(L_7); AsyncOperation_set_allowSceneActivation_mFA2C12F4A7D138D4CED4BA72F9E97AF0BD117C33(L_7, (bool)0, /*hidden argument*/NULL); goto IL_0054; } IL_003d: { // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_004d: { __this->set_U3CU3E1__state_0((-1)); } IL_0054: { // while (!asyncLoad.isDone) TutorialManager_t2C13822859CAA6BB1F7C15F91562B463D233D2DC * L_8 = V_1; NullCheck(L_8); AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86 * L_9 = L_8->get_asyncLoad_47(); NullCheck(L_9); bool L_10; L_10 = AsyncOperation_get_isDone_m4592F121393149E539D2107239639A049493D877(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_003d; } } { // } return (bool)0; } } // System.Object TutorialManager/d__93::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadFirstStageU3Ed__93_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m48811A944F957219437A4C8863856ED18280A333 (U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void TutorialManager/d__93::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CLoadFirstStageU3Ed__93_System_Collections_IEnumerator_Reset_mADEE75BDD9FA86FDE71CDC2FDE91D5096B7C6EFA (U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CLoadFirstStageU3Ed__93_System_Collections_IEnumerator_Reset_mADEE75BDD9FA86FDE71CDC2FDE91D5096B7C6EFA_RuntimeMethod_var))); } } // System.Object TutorialManager/d__93::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CLoadFirstStageU3Ed__93_System_Collections_IEnumerator_get_Current_m9E7DCFFEFE417EECEC80D45657108412C74C6A32 (U3CLoadFirstStageU3Ed__93_tBE85AE003132CA8F8ABEB1C6FD8AA99FDE09F364 * __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 UITextTypeWriter/d__13::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayTextU3Ed__13__ctor_m05C7DC26960B66B3980EB453AF1A327A23A94265 (U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void UITextTypeWriter/d__13::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayTextU3Ed__13_System_IDisposable_Dispose_mF7D39963B0F0A466296E252BC3964F1CBC00BEAD (U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean UITextTypeWriter/d__13::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CPlayTextU3Ed__13_MoveNext_m723F4C8E7A1DF87179E8510EDC089D7CD1A05DD3 (U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * V_1 = NULL; float V_2 = 0.0f; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * 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_008f; } case 2: { goto IL_00fb; } } } { return (bool)0; } IL_0022: { __this->set_U3CU3E1__state_0((-1)); // foreach (char c in story) UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_3 = V_1; NullCheck(L_3); String_t* L_4 = L_3->get_story_9(); __this->set_U3CU3E7__wrap1_3(L_4); __this->set_U3CU3E7__wrap2_4(0); goto IL_0110; } IL_0041: { // foreach (char c in story) String_t* L_5 = __this->get_U3CU3E7__wrap1_3(); int32_t L_6 = __this->get_U3CU3E7__wrap2_4(); NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_5, L_6, /*hidden argument*/NULL); __this->set_U3CcU3E5__4_5(L_7); // delayBetweenChars = originDelayBetweenChars; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_8 = V_1; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_9 = V_1; NullCheck(L_9); float L_10 = L_9->get_originDelayBetweenChars_10(); NullCheck(L_8); L_8->set_delayBetweenChars_7(L_10); // if (lastCharPunctuation) //If previous character was a comma/period, pause typing UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_11 = V_1; NullCheck(L_11); bool L_12 = L_11->get_lastCharPunctuation_11(); if (!L_12) { goto IL_009d; } } { // yield return new WaitForSeconds(delayBetweenChars = delayAfterPunctuation); UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_13 = V_1; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_14 = V_1; NullCheck(L_14); float L_15 = L_14->get_delayAfterPunctuation_8(); float L_16 = L_15; V_2 = L_16; NullCheck(L_13); L_13->set_delayBetweenChars_7(L_16); float L_17 = V_2; WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_18 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_18, L_17, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_18); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_008f: { __this->set_U3CU3E1__state_0((-1)); // lastCharPunctuation = false; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_19 = V_1; NullCheck(L_19); L_19->set_lastCharPunctuation_11((bool)0); } IL_009d: { // if (c == charComma || c == charPeriod) Il2CppChar L_20 = __this->get_U3CcU3E5__4_5(); UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_21 = V_1; NullCheck(L_21); Il2CppChar L_22 = L_21->get_charComma_12(); if ((((int32_t)L_20) == ((int32_t)L_22))) { goto IL_00b9; } } { Il2CppChar L_23 = __this->get_U3CcU3E5__4_5(); UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_24 = V_1; NullCheck(L_24); Il2CppChar L_25 = L_24->get_charPeriod_13(); if ((!(((uint32_t)L_23) == ((uint32_t)L_25)))) { goto IL_00c0; } } IL_00b9: { // lastCharPunctuation = true; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_26 = V_1; NullCheck(L_26); L_26->set_lastCharPunctuation_11((bool)1); } IL_00c0: { // text.text += c; UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_27 = V_1; NullCheck(L_27); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_28 = L_27->get_text_4(); Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * L_29 = L_28; NullCheck(L_29); String_t* L_30; L_30 = VirtFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_29); Il2CppChar* L_31 = __this->get_address_of_U3CcU3E5__4_5(); String_t* L_32; L_32 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)L_31, /*hidden argument*/NULL); String_t* L_33; L_33 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(L_30, L_32, /*hidden argument*/NULL); NullCheck(L_29); VirtActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_29, L_33); // yield return new WaitForSeconds(delayBetweenChars); UITextTypeWriter_t3965314C8F5CA3B4339E2C90054DE71956750180 * L_34 = V_1; NullCheck(L_34); float L_35 = L_34->get_delayBetweenChars_7(); WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 * L_36 = (WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013 *)il2cpp_codegen_object_new(WaitForSeconds_t8F9189BE6E467C98C99177038881F8982E0E4013_il2cpp_TypeInfo_var); WaitForSeconds__ctor_mD298C4CB9532BBBDE172FC40F3397E30504038D4(L_36, L_35, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_36); __this->set_U3CU3E1__state_0(2); return (bool)1; } IL_00fb: { __this->set_U3CU3E1__state_0((-1)); int32_t L_37 = __this->get_U3CU3E7__wrap2_4(); __this->set_U3CU3E7__wrap2_4(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))); } IL_0110: { // foreach (char c in story) int32_t L_38 = __this->get_U3CU3E7__wrap2_4(); String_t* L_39 = __this->get_U3CU3E7__wrap1_3(); NullCheck(L_39); int32_t L_40; L_40 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_39, /*hidden argument*/NULL); if ((((int32_t)L_38) < ((int32_t)L_40))) { goto IL_0041; } } { __this->set_U3CU3E7__wrap1_3((String_t*)NULL); // } return (bool)0; } } // System.Object UITextTypeWriter/d__13::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPlayTextU3Ed__13_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m9A7CEFE6CCE010AD139FFCCA739A412E3132B064 (U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void UITextTypeWriter/d__13::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CPlayTextU3Ed__13_System_Collections_IEnumerator_Reset_m11EFF52A3C5EE782BA60907F153D33464E6FD76B (U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CPlayTextU3Ed__13_System_Collections_IEnumerator_Reset_m11EFF52A3C5EE782BA60907F153D33464E6FD76B_RuntimeMethod_var))); } } // System.Object UITextTypeWriter/d__13::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CPlayTextU3Ed__13_System_Collections_IEnumerator_get_Current_m13384783567B29CAF0FE08A336BADE9EC80197EE (U3CPlayTextU3Ed__13_tA917D2193063600E6D8DFB1E7D675076B03CFB78 * __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 // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontTopLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontTopLeftU3Ek__BackingField_0(); return L_0; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_inline(_thisAdjusted, method); return _returnValue; } // System.Void VisualizeBox/Box::set_localFrontTopLeft(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontTopLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontTopLeftU3Ek__BackingField_0(L_0); return; } } IL2CPP_EXTERN_C void Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E_inline(_thisAdjusted, ___value0, method); } // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontTopRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontTopRightU3Ek__BackingField_1(); return L_0; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_inline(_thisAdjusted, method); return _returnValue; } // System.Void VisualizeBox/Box::set_localFrontTopRight(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontTopRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontTopRightU3Ek__BackingField_1(L_0); return; } } IL2CPP_EXTERN_C void Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236_inline(_thisAdjusted, ___value0, method); } // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontBottomLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontBottomLeftU3Ek__BackingField_2(); return L_0; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_inline(_thisAdjusted, method); return _returnValue; } // System.Void VisualizeBox/Box::set_localFrontBottomLeft(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontBottomLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontBottomLeftU3Ek__BackingField_2(L_0); return; } } IL2CPP_EXTERN_C void Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86_inline(_thisAdjusted, ___value0, method); } // UnityEngine.Vector3 VisualizeBox/Box::get_localFrontBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontBottomRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontBottomRightU3Ek__BackingField_3(); return L_0; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_inline(_thisAdjusted, method); return _returnValue; } // System.Void VisualizeBox/Box::set_localFrontBottomRight(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontBottomRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontBottomRightU3Ek__BackingField_3(L_0); return; } } IL2CPP_EXTERN_C void Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9_inline(_thisAdjusted, ___value0, method); } // UnityEngine.Vector3 VisualizeBox/Box::get_localBackTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackTopLeft_mDA3176C4C832976ADFB5ED2A702222B1CF9F13BF (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localBackTopLeft { get { return -localFrontBottomRight; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_op_UnaryNegation_m56EB454031EABB53BA35FECF3F61A7E2332A2521_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackTopLeft_mDA3176C4C832976ADFB5ED2A702222B1CF9F13BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localBackTopLeft_mDA3176C4C832976ADFB5ED2A702222B1CF9F13BF(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_localBackTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackTopRight_m125F2D7BB98DD266FDE813DEB149A39F873002FA (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localBackTopRight { get { return -localFrontBottomLeft; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_op_UnaryNegation_m56EB454031EABB53BA35FECF3F61A7E2332A2521_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackTopRight_m125F2D7BB98DD266FDE813DEB149A39F873002FA_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localBackTopRight_m125F2D7BB98DD266FDE813DEB149A39F873002FA(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_localBackBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackBottomLeft_m3192B01CF38942857D73BD9D2CF8C08F71B179AD (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localBackBottomLeft { get { return -localFrontTopRight; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_op_UnaryNegation_m56EB454031EABB53BA35FECF3F61A7E2332A2521_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackBottomLeft_m3192B01CF38942857D73BD9D2CF8C08F71B179AD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localBackBottomLeft_m3192B01CF38942857D73BD9D2CF8C08F71B179AD(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_localBackBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackBottomRight_m492DFE04DCF8BFDDDAE3214CF983EC4961A24826 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localBackBottomRight { get { return -localFrontTopLeft; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_op_UnaryNegation_m56EB454031EABB53BA35FECF3F61A7E2332A2521_inline(L_0, /*hidden argument*/NULL); return L_1; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localBackBottomRight_m492DFE04DCF8BFDDDAE3214CF983EC4961A24826_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_localBackBottomRight_m492DFE04DCF8BFDDDAE3214CF983EC4961A24826(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_frontTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontTopLeft_m671CB31C4CD7639BBD2F40161DF66781253A296A (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 frontTopLeft { get { return localFrontTopLeft + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontTopLeft_m671CB31C4CD7639BBD2F40161DF66781253A296A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_frontTopLeft_m671CB31C4CD7639BBD2F40161DF66781253A296A(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_frontTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontTopRight_m9677AA3C264105E269EB43B3005B697B10E7B8BD (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 frontTopRight { get { return localFrontTopRight + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontTopRight_m9677AA3C264105E269EB43B3005B697B10E7B8BD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_frontTopRight_m9677AA3C264105E269EB43B3005B697B10E7B8BD(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_frontBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontBottomLeft_mEF58363E75307FFB9B60F15F1F37BA3E96DF8879 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 frontBottomLeft { get { return localFrontBottomLeft + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontBottomLeft_mEF58363E75307FFB9B60F15F1F37BA3E96DF8879_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_frontBottomLeft_mEF58363E75307FFB9B60F15F1F37BA3E96DF8879(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_frontBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontBottomRight_m4614CFFDE7402ABC835BB281033BA8AC1B9CFDE6 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 frontBottomRight { get { return localFrontBottomRight + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_frontBottomRight_m4614CFFDE7402ABC835BB281033BA8AC1B9CFDE6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_frontBottomRight_m4614CFFDE7402ABC835BB281033BA8AC1B9CFDE6(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_backTopLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backTopLeft_mBECA1C074265AD42A6BB2F54C9655DBF9C9ABDB2 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 backTopLeft { get { return localBackTopLeft + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localBackTopLeft_mDA3176C4C832976ADFB5ED2A702222B1CF9F13BF((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backTopLeft_mBECA1C074265AD42A6BB2F54C9655DBF9C9ABDB2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_backTopLeft_mBECA1C074265AD42A6BB2F54C9655DBF9C9ABDB2(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_backTopRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backTopRight_mDF0F61E080ADA3B458E437116E1346B557A13C05 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 backTopRight { get { return localBackTopRight + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localBackTopRight_m125F2D7BB98DD266FDE813DEB149A39F873002FA((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backTopRight_mDF0F61E080ADA3B458E437116E1346B557A13C05_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_backTopRight_mDF0F61E080ADA3B458E437116E1346B557A13C05(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_backBottomLeft() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backBottomLeft_mD2B9D443AA39EEA33FB39C59F82AB22AA6C7CC4E (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 backBottomLeft { get { return localBackBottomLeft + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localBackBottomLeft_m3192B01CF38942857D73BD9D2CF8C08F71B179AD((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backBottomLeft_mD2B9D443AA39EEA33FB39C59F82AB22AA6C7CC4E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_backBottomLeft_mD2B9D443AA39EEA33FB39C59F82AB22AA6C7CC4E(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_backBottomRight() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backBottomRight_mB55148E5B5E1B1059E97660F1D6F55949AB4A962 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 backBottomRight { get { return localBackBottomRight + origin; } } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localBackBottomRight_m492DFE04DCF8BFDDDAE3214CF983EC4961A24826((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_backBottomRight_mB55148E5B5E1B1059E97660F1D6F55949AB4A962_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_backBottomRight_mB55148E5B5E1B1059E97660F1D6F55949AB4A962(_thisAdjusted, method); return _returnValue; } // UnityEngine.Vector3 VisualizeBox/Box::get_origin() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 origin { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3CoriginU3Ek__BackingField_4(); return L_0; } } IL2CPP_EXTERN_C Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E _returnValue; _returnValue = Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline(_thisAdjusted, method); return _returnValue; } // System.Void VisualizeBox/Box::set_origin(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_set_origin_m5591AB0FFFDAA41D1E8FE1A5655B23E745A3D95C (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 origin { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3CoriginU3Ek__BackingField_4(L_0); return; } } IL2CPP_EXTERN_C void Box_set_origin_m5591AB0FFFDAA41D1E8FE1A5655B23E745A3D95C_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box_set_origin_m5591AB0FFFDAA41D1E8FE1A5655B23E745A3D95C_inline(_thisAdjusted, ___value0, method); } // System.Void VisualizeBox/Box::.ctor(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box__ctor_m3413979B74B41D4CF3C0DDF9D5D67AA5015F22FB (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___halfExtents1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation2, const RuntimeMethod* method) { { // public Box(Vector3 origin, Vector3 halfExtents, Quaternion orientation) : this(origin, halfExtents) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___origin0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___halfExtents1; Box__ctor_m7F06864B65CE7E283978C0BEA6F866FB2DC6EFCA((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_0, L_1, /*hidden argument*/NULL); // Rotate(orientation); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___orientation2; Box_Rotate_m80C26029E4EC538D0E6D9DA819EC40B44E377C37((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_2, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void Box__ctor_m3413979B74B41D4CF3C0DDF9D5D67AA5015F22FB_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___halfExtents1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation2, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box__ctor_m3413979B74B41D4CF3C0DDF9D5D67AA5015F22FB(_thisAdjusted, ___origin0, ___halfExtents1, ___orientation2, method); } // System.Void VisualizeBox/Box::.ctor(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box__ctor_m7F06864B65CE7E283978C0BEA6F866FB2DC6EFCA (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___halfExtents1, const RuntimeMethod* method) { { // this.localFrontTopLeft = new Vector3(-halfExtents.x, halfExtents.y, -halfExtents.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___halfExtents1; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___halfExtents1; float L_3 = L_2.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___halfExtents1; float L_5 = L_4.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((-L_1)), L_3, ((-L_5)), /*hidden argument*/NULL); Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_6, /*hidden argument*/NULL); // this.localFrontTopRight = new Vector3(halfExtents.x, halfExtents.y, -halfExtents.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = ___halfExtents1; float L_8 = L_7.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___halfExtents1; float L_10 = L_9.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___halfExtents1; float L_12 = L_11.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; memset((&L_13), 0, sizeof(L_13)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_13), L_8, L_10, ((-L_12)), /*hidden argument*/NULL); Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_13, /*hidden argument*/NULL); // this.localFrontBottomLeft = new Vector3(-halfExtents.x, -halfExtents.y, -halfExtents.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = ___halfExtents1; float L_15 = L_14.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___halfExtents1; float L_17 = L_16.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___halfExtents1; float L_19 = L_18.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; memset((&L_20), 0, sizeof(L_20)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_20), ((-L_15)), ((-L_17)), ((-L_19)), /*hidden argument*/NULL); Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_20, /*hidden argument*/NULL); // this.localFrontBottomRight = new Vector3(halfExtents.x, -halfExtents.y, -halfExtents.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = ___halfExtents1; float L_22 = L_21.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = ___halfExtents1; float L_24 = L_23.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = ___halfExtents1; float L_26 = L_25.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; memset((&L_27), 0, sizeof(L_27)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_27), L_22, ((-L_24)), ((-L_26)), /*hidden argument*/NULL); Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_27, /*hidden argument*/NULL); // this.origin = origin; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = ___origin0; Box_set_origin_m5591AB0FFFDAA41D1E8FE1A5655B23E745A3D95C_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_28, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void Box__ctor_m7F06864B65CE7E283978C0BEA6F866FB2DC6EFCA_AdjustorThunk (RuntimeObject * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___origin0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___halfExtents1, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box__ctor_m7F06864B65CE7E283978C0BEA6F866FB2DC6EFCA(_thisAdjusted, ___origin0, ___halfExtents1, method); } // System.Void VisualizeBox/Box::Rotate(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Box_Rotate_m80C26029E4EC538D0E6D9DA819EC40B44E377C37 (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation0, const RuntimeMethod* method) { { // localFrontTopLeft = RotatePointAroundPivot(localFrontTopLeft, Vector3.zero, orientation); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_2 = ___orientation0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = VisualizeBox_RotatePointAroundPivot_mDAF196C7046E481496C03715357B3C76EF1E9631(L_0, L_1, L_2, /*hidden argument*/NULL); Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_3, /*hidden argument*/NULL); // localFrontTopRight = RotatePointAroundPivot(localFrontTopRight, Vector3.zero, orientation); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6 = ___orientation0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = VisualizeBox_RotatePointAroundPivot_mDAF196C7046E481496C03715357B3C76EF1E9631(L_4, L_5, L_6, /*hidden argument*/NULL); Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_7, /*hidden argument*/NULL); // localFrontBottomLeft = RotatePointAroundPivot(localFrontBottomLeft, Vector3.zero, orientation); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10 = ___orientation0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = VisualizeBox_RotatePointAroundPivot_mDAF196C7046E481496C03715357B3C76EF1E9631(L_8, L_9, L_10, /*hidden argument*/NULL); Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_11, /*hidden argument*/NULL); // localFrontBottomRight = RotatePointAroundPivot(localFrontBottomRight, Vector3.zero, orientation); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_14 = ___orientation0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = VisualizeBox_RotatePointAroundPivot_mDAF196C7046E481496C03715357B3C76EF1E9631(L_12, L_13, L_14, /*hidden argument*/NULL); Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9_inline((Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 *)__this, L_15, /*hidden argument*/NULL); // } return; } } IL2CPP_EXTERN_C void Box_Rotate_m80C26029E4EC538D0E6D9DA819EC40B44E377C37_AdjustorThunk (RuntimeObject * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___orientation0, const RuntimeMethod* method) { int32_t _offset = 1; Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * _thisAdjusted = reinterpret_cast(__this + _offset); Box_Rotate_m80C26029E4EC538D0E6D9DA819EC40B44E377C37(_thisAdjusted, ___orientation0, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void VoiceAudioController/d__16::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedHitAudioU3Ed__16__ctor_m4D5BE170802BDAE8819B6A3C5598C2DEF82F4C1D (U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void VoiceAudioController/d__16::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedHitAudioU3Ed__16_System_IDisposable_Dispose_m9B121C083950E8BAF462026A53D9BFD01F893B17 (U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean VoiceAudioController/d__16::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedHitAudioU3Ed__16_MoveNext_m52C2A9AB50304214EF488DBAD8DE54DC017FB4D4 (U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * V_1 = NULL; { int32_t L_0 = __this->get_U3CU3E1__state_0(); V_0 = L_0; VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * 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_0038; } } { return (bool)0; } IL_0017: { __this->set_U3CU3E1__state_0((-1)); // yield return new WaitForSecondsRealtime(hitArmoredStartDelay); VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_4 = V_1; NullCheck(L_4); float L_5 = L_4->get_hitArmoredStartDelay_11(); WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 * L_6 = (WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40 *)il2cpp_codegen_object_new(WaitForSecondsRealtime_t04F2884A9814C3E4E415E788AFE56B5928577C40_il2cpp_TypeInfo_var); WaitForSecondsRealtime__ctor_m7A69DE38F96121145BE8108B5AA62C789059F225(L_6, L_5, /*hidden argument*/NULL); __this->set_U3CU3E2__current_1(L_6); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0038: { __this->set_U3CU3E1__state_0((-1)); // if (breathingPlaying) VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_7 = V_1; NullCheck(L_7); bool L_8 = L_7->get_breathingPlaying_14(); if (!L_8) { goto IL_0059; } } { // voiceSource.Stop(); VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_9 = V_1; NullCheck(L_9); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_10 = L_9->get_voiceSource_12(); NullCheck(L_10); AudioSource_Stop_mADA564D223832A64F8CF3EFBDEB534C0D658810F(L_10, /*hidden argument*/NULL); // breathingPlaying = false; VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_11 = V_1; NullCheck(L_11); L_11->set_breathingPlaying_14((bool)0); } IL_0059: { // nextPlayAllowed = Time.time + hitArmoredTarget.length; VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_12 = V_1; float L_13; L_13 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_14 = V_1; NullCheck(L_14); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_15 = L_14->get_hitArmoredTarget_9(); NullCheck(L_15); float L_16; L_16 = AudioClip_get_length_m2223F2281D853F847BE0048620BA6F61F26440E4(L_15, /*hidden argument*/NULL); NullCheck(L_12); L_12->set_nextPlayAllowed_13(((float)il2cpp_codegen_add((float)L_13, (float)L_16))); // voiceSource.PlayOneShot(hitArmoredTarget); VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_17 = V_1; NullCheck(L_17); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_18 = L_17->get_voiceSource_12(); VoiceAudioController_tB105B029452966F859B3863768637449878D5565 * L_19 = V_1; NullCheck(L_19); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_20 = L_19->get_hitArmoredTarget_9(); NullCheck(L_18); AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796(L_18, L_20, /*hidden argument*/NULL); // } return (bool)0; } } // System.Object VoiceAudioController/d__16::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedHitAudioU3Ed__16_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m2E62B623CD0CC1F14B92AB3EEA52452D48713361 (U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void VoiceAudioController/d__16::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedHitAudioU3Ed__16_System_Collections_IEnumerator_Reset_mD4D4DA4A25B25AD44A7EA02219F94B8B89FEB227 (U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedHitAudioU3Ed__16_System_Collections_IEnumerator_Reset_mD4D4DA4A25B25AD44A7EA02219F94B8B89FEB227_RuntimeMethod_var))); } } // System.Object VoiceAudioController/d__16::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedHitAudioU3Ed__16_System_Collections_IEnumerator_get_Current_m843C108E4E41360C3A82BE5FCDDD9F8DBAE2893B (U3CDelayedHitAudioU3Ed__16_tAF0FBA7DD94302DBFE22D86B2148B864E0266814 * __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 WaveHandler/d__46::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedWaveStartU3Ed__46__ctor_mD29A58A7B434B9497C81A36587C630C540FFEB50 (U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); int32_t L_0 = ___U3CU3E1__state0; __this->set_U3CU3E1__state_0(L_0); return; } } // System.Void WaveHandler/d__46::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedWaveStartU3Ed__46_System_IDisposable_Dispose_mC42D336B5128782415EFFDE195FCF0240A9B5E9E (U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 * __this, const RuntimeMethod* method) { { return; } } // System.Boolean WaveHandler/d__46::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayedWaveStartU3Ed__46_MoveNext_m89451CD7D676FD570D54F6B871051771214EFE97 (U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); 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_0027; } } { return (bool)0; } IL_0010: { __this->set_U3CU3E1__state_0((-1)); // yield return null; __this->set_U3CU3E2__current_1(NULL); __this->set_U3CU3E1__state_0(1); return (bool)1; } IL_0027: { __this->set_U3CU3E1__state_0((-1)); // waveStarted(CurrentWave + 1); IL2CPP_RUNTIME_CLASS_INIT(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * L_3 = ((WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields*)il2cpp_codegen_static_fields_for(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var))->get_waveStarted_16(); int32_t L_4; L_4 = WaveHandler_get_CurrentWave_m7CB385133EA50A5C53DFA3547FD7D57147918A8F_inline(/*hidden argument*/NULL); NullCheck(L_3); OnWaveChange_Invoke_m46CF7C957B02519F986093737AEAC2A1FECFD393(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL); // } return (bool)0; } } // System.Object WaveHandler/d__46::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedWaveStartU3Ed__46_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mF69C48DFCB58C3D9C06FE822852ECBE4418DC66B (U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get_U3CU3E2__current_1(); return L_0; } } // System.Void WaveHandler/d__46::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedWaveStartU3Ed__46_System_Collections_IEnumerator_Reset_m4A1414F99344162843475EBD5BCB7A4C9CE17DC9 (U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 * __this, const RuntimeMethod* method) { { NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 * L_0 = (NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_tB9D89F0E9470A2C423D239D7C68EE0CFD77F9339_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m3EA81A5B209A87C3ADA47443F2AFFF735E5256EE(L_0, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayedWaveStartU3Ed__46_System_Collections_IEnumerator_Reset_m4A1414F99344162843475EBD5BCB7A4C9CE17DC9_RuntimeMethod_var))); } } // System.Object WaveHandler/d__46::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3CDelayedWaveStartU3Ed__46_System_Collections_IEnumerator_get_Current_m446DD2001468A672BE5EF38AD7D9D8D04096C2F9 (U3CDelayedWaveStartU3Ed__46_tB9AD119CA673A465EF53CB4E24172A90472925E4 * __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 WaveHandler/OnEnemySpawned::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEnemySpawned__ctor_m7C5E0304D457D8120BB888134A4B6E38F34A3814 (OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void WaveHandler/OnEnemySpawned::Invoke(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEnemySpawned_Invoke_mF71A354D12B402E244370AFE97C4362F32F9D761 (OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___enemy0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___enemy0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___enemy0, targetMethod); } } else if (___parameterCount != 1) { // open if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker0::Invoke(targetMethod, ___enemy0); else GenericVirtActionInvoker0::Invoke(targetMethod, ___enemy0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___enemy0); else VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___enemy0); } } else { typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___enemy0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(targetMethod, targetThis, ___enemy0); else GenericVirtActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(targetMethod, targetThis, ___enemy0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___enemy0); else VirtActionInvoker1< GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___enemy0); } } else { if (___parameterCount == 0) { typedef void (*FunctionPointerType) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___enemy0, targetMethod); } else { typedef void (*FunctionPointerType) (void*, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___enemy0, targetMethod); } } } } } // System.IAsyncResult WaveHandler/OnEnemySpawned::BeginInvoke(UnityEngine.GameObject,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnEnemySpawned_BeginInvoke_mED572B8EE0D3E55E372966F1B7036F3CE175EF12 (OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___enemy0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { void *__d_args[2] = {0}; __d_args[0] = ___enemy0; return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void WaveHandler/OnEnemySpawned::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnEnemySpawned_EndInvoke_mB0744B7E98C97AB6722317C45AEB9FE8400D530E (OnEnemySpawned_t8905AAA243B12C067A529810151BC30EA18C2D7D * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 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 IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 (OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * __this, int32_t ___waveNum0, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(((RuntimeDelegate*)__this)->method->nativeFunction); // Native function invocation il2cppPInvokeFunc(___waveNum0); } // System.Void WaveHandler/OnWaveChange::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange__ctor_mF6323DEC646B837B8D66C4F3EFC8873FF04CBDBD (OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { if (___object0 == NULL && !MethodIsStatic((RuntimeMethod*)___method1)) { il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); } __this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1)); __this->set_method_3(___method1); __this->set_m_target_2(___object0); } // System.Void WaveHandler/OnWaveChange::Invoke(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange_Invoke_m46CF7C957B02519F986093737AEAC2A1FECFD393 (OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * __this, int32_t ___waveNum0, const RuntimeMethod* method) { DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* delegateArrayToInvoke = __this->get_delegates_11(); Delegate_t** delegatesToInvoke; il2cpp_array_size_t length; if (delegateArrayToInvoke != NULL) { length = delegateArrayToInvoke->max_length; delegatesToInvoke = reinterpret_cast(delegateArrayToInvoke->GetAddressAtUnchecked(0)); } else { length = 1; delegatesToInvoke = reinterpret_cast(&__this); } for (il2cpp_array_size_t i = 0; i < length; i++) { Delegate_t* currentDelegate = delegatesToInvoke[i]; Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0(); RuntimeObject* targetThis = currentDelegate->get_m_target_2(); RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3()); if (!il2cpp_codegen_method_is_virtual(targetMethod)) { il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod); } bool ___methodIsStatic = MethodIsStatic(targetMethod); int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod); if (___methodIsStatic) { if (___parameterCount == 1) { // open typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(___waveNum0, targetMethod); } else { // closed typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___waveNum0, targetMethod); } } else { // closed if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this)) { if (il2cpp_codegen_method_is_generic_instance(targetMethod)) { if (il2cpp_codegen_method_is_interface_method(targetMethod)) GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___waveNum0); else GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___waveNum0); } else { if (il2cpp_codegen_method_is_interface_method(targetMethod)) InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___waveNum0); else VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___waveNum0); } } else { typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*); ((FunctionPointerType)targetMethodPointer)(targetThis, ___waveNum0, targetMethod); } } } } // System.IAsyncResult WaveHandler/OnWaveChange::BeginInvoke(System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnWaveChange_BeginInvoke_mB34E38985EE1F4C81D120ADCD64E229F3FAEC8BF (OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * __this, int32_t ___waveNum0, AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &___waveNum0); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);; } // System.Void WaveHandler/OnWaveChange::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnWaveChange_EndInvoke_mE361C222ED2EB0A40ACA590E036059B0FD0B2B14 (OnWaveChange_t2A1C0A1C6A1DC78C64FD7342CF341EA48CF2D4A0 * __this, RuntimeObject* ___result0, const RuntimeMethod* method) { il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0); } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BossTrainBehavior_get_CarIndex_m215B537D111B1C0424FB1A7B2B4980A0DAAED48A_inline (BossTrainBehavior_t2143CDE03A1E1EAB8411E4DFFA202BC9965431B7 * __this, const RuntimeMethod* method) { { // public int CarIndex { get; private set; } int32_t L_0 = __this->get_U3CCarIndexU3Ek__BackingField_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * EnemyBikeAnimationController_get_BikeAnimator_mEE34049855F215E8F10F55055C3DBC4B3F2E1E41_inline (EnemyBikeAnimationController_t1A115DF6E18DF209D8360302501D7E0194007841 * __this, const RuntimeMethod* method) { { // public Animator BikeAnimator { get; private set; } Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_U3CBikeAnimatorU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_add((float)L_1, (float)L_3)), ((float)il2cpp_codegen_add((float)L_5, (float)L_7)), ((float)il2cpp_codegen_add((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnemyMovement_set_PlacementFinished_mBB2C1CA3FD86C65C1304AA55A492094D382331ED_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PlacementFinished { get; protected set; } = false; //becomes true once mover has been put in its initial position bool L_0 = ___value0; __this->set_U3CPlacementFinishedU3Ek__BackingField_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * Building_get_PlacedBy_m5D3E489E26F408D6F9733ABA839E891EBBFAC22A_inline (Building_t13262F618069952568925A1556080D290B9264F0 * __this, const RuntimeMethod* method) { { // public BuildingPlacer PlacedBy { get; set; } BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_0 = __this->get_U3CPlacedByU3Ek__BackingField_16(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Building_set_PlacedBy_mE3A62012C1D2F86A66EDFE21C912D4D6BE7BE9C8_inline (Building_t13262F618069952568925A1556080D290B9264F0 * __this, BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * ___value0, const RuntimeMethod* method) { { // public BuildingPlacer PlacedBy { get; set; } BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_0 = ___value0; __this->set_U3CPlacedByU3Ek__BackingField_16(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MissilePod_get_MissilesAvailable_m0682176160F40C1CCCB01562210394E1127FF96C_inline (MissilePod_t1F729DBD18A648E4A6B8B29C9575B1744F326C19 * __this, const RuntimeMethod* method) { { // return missileCount; int32_t L_0 = __this->get_missileCount_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SpiderTankMovement_set_MoveState_m3D970C2B2194116188C6CE73A5820A759B8A80CD_inline (SpiderTankMovement_tA98BB7073C30ED5E05490C230819CA1ECF8A0038 * __this, int32_t ___value0, const RuntimeMethod* method) { { // public SpiderTankMovementState MoveState { get; set; } = SpiderTankMovementState.Stopped; int32_t L_0 = ___value0; __this->set_U3CMoveStateU3Ek__BackingField_41(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopLeft_mD7B2008A08480F1518E20EDCEE3AE57C82DF9EFA_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontTopLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontTopLeftU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontTopLeft_mD5107728DE59CE76B315B893C5151C1CBC1AE06E_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontTopLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontTopLeftU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontTopRight_mA0DE9DB4210992B2ACDD08D8E897F4AED0113474_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontTopRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontTopRightU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontTopRight_m8CE812A3BB908769E71CF1A2DB324868AC34E236_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontTopRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontTopRightU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomLeft_mA598D7CE8EA3536D08ABF80CC58ECD007BB8C378_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontBottomLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontBottomLeftU3Ek__BackingField_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontBottomLeft_m7C84E2EDD9A7FA5EEA1A255ACBF28A9E7BFA1C86_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontBottomLeft { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontBottomLeftU3Ek__BackingField_2(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_localFrontBottomRight_m8B9761087829654D41A84D56B8832EBFFE6B4863_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 localFrontBottomRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3ClocalFrontBottomRightU3Ek__BackingField_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_localFrontBottomRight_mAB45B924E9E9ADC56F554B38C057402BE086BDF9_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 localFrontBottomRight { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3ClocalFrontBottomRightU3Ek__BackingField_3(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_UnaryNegation_m56EB454031EABB53BA35FECF3F61A7E2332A2521_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; memset((&L_6), 0, sizeof(L_6)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_6), ((-L_1)), ((-L_3)), ((-L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_001e; } IL_001e: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Box_get_origin_m6C952B250B4C313D4DAC0C4D30E3D33137C84094_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, const RuntimeMethod* method) { { // public Vector3 origin { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_U3CoriginU3Ek__BackingField_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Box_set_origin_m5591AB0FFFDAA41D1E8FE1A5655B23E745A3D95C_inline (Box_tD68AC6FD447BFF8B6D17506B957EBC55D8251200 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method) { { // public Vector3 origin { get; private set; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___value0; __this->set_U3CoriginU3Ek__BackingField_4(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, float ___x0, float ___y1, float ___z2, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_2(L_0); float L_1 = ___y1; __this->set_y_3(L_1); float L_2 = ___z2; __this->set_z_4(L_2); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WaveHandler_get_CurrentWave_m7CB385133EA50A5C53DFA3547FD7D57147918A8F_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static int CurrentWave { get; private set; } = 0; IL2CPP_RUNTIME_CLASS_INIT(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var); int32_t L_0 = ((WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_StaticFields*)il2cpp_codegen_static_fields_for(WaveHandler_t391A9157AB2CF6F085A2F6682625BE1B0DFEE7CB_il2cpp_TypeInfo_var))->get_U3CCurrentWaveU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_mBCBF2D9FD1B5F0D8D8595B15B7460889D60C8070(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } }