#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include 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); } }; 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 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); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEBDFEF76FF3F85FB06830EF6DFFB7AE848DBADE3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t64A142138D8BB01DB1E632636D7FAF3A561F0792; // 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_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t762CB838A8853AD75D404A0446CEA16B0A2C1A46; // System.Collections.Generic.List`1 struct List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18; // System.Collections.Generic.List`1 struct List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8; // System.Collections.Generic.List`1 struct List_1_t447DF09E47AC63177810C7B9FA0E370862571C62; // System.Collections.Generic.List`1 struct List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0; // System.Collections.Generic.List`1 struct List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082; // System.Collections.Generic.List`1 struct List_1_t39579540B4BF5D674E4CAA282D3CEA957BCB90D4; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F; // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F; // UnityEngine.AudioClip[] struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE; // Building[] struct BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463; // BuildingMaterialPropertyBlock[] struct BuildingMaterialPropertyBlockU5BU5D_tBF6A4D6A96CCC63C4A7662D5A308E730ECEE5604; // BuildingPlacer[] struct BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; // UnityEngine.ContactPoint[] struct ContactPointU5BU5D_t1ACD262B1EA44CD48E2039381DE96847F203E62B; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // EnemyMovement[] struct EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD; // Fireable[] struct FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E; // UnityEngine.GameObject[] struct GameObjectU5BU5D_tA88FC1A1FC9D4D73D0B3984D4B0ECE88F4C47642; // GridBlock[] struct GridBlockU5BU5D_t98471FB80B4417E5C169E2F766E2F7C9CDE994CE; // Handlegun[] struct HandlegunU5BU5D_tDD56BFB878A6E61613416CF31C0D71DA6C2F4979; // HarasserConfiguration[] struct HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2; // HarasserMovement[] struct HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF; // HoverBikeConfiguration[] struct HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F; // HoverBikeMovement[] struct HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // Pillar[] struct PillarU5BU5D_tE23BF5A3EC7599966DB1A9967557D98E3B103FB1; // UnityEngine.RaycastHit[] struct RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09; // Roller[] struct RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B; // System.Single[] struct SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA; // TempLineRenderer[] struct TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E; // UnityEngine.Transform[] struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; // TurretMountManager[] struct TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB; // TurretSwivel[] struct TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43; // UnityEngine.Vector2[] struct Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6; // UnityEngine.Animator struct Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149; // System.AsyncCallback struct AsyncCallback_tA7921BEF974919C46FF8F9D9867C567B200BB0EA; // UnityEngine.AsyncOperation struct AsyncOperation_tB6913CEC83169F22E96067CE8C7117A221E51A86; // UnityEngine.AudioClip struct AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B; // BasicDroneBehavior struct BasicDroneBehavior_t102A0C9FB0184201EC2FE48812414922DCBB8A10; // Beam struct Beam_t470A8538C12DD998A793A710C5210B64A8AC3866; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9; // BeingAimedAt struct BeingAimedAt_t8280223B08635115C8C3784672E57FEF5F1DA144; // BikeButton struct BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC; // BossPhaseController struct BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53; // UnityEngine.BoxCollider struct BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5; // Building struct Building_t13262F618069952568925A1556080D290B9264F0; // BuildingPlacer struct BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7; // BuildingPool struct BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302; // BuildingScale struct BuildingScale_t0C09A68B078121B751029A2A7A4664BBC183A5F6; // 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; // DestroySelfEvent struct DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB; // FMOD.Studio.EVENT_CALLBACK struct EVENT_CALLBACK_t8CE2F3C97DFEF3DA4CB1FC256526EA2C91C5B75F; // EnemyBehavior struct EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D; // EnemyConfiguration struct EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986; // EnemyMovement struct EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673; // EnemyPartManager struct EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116; // FMODMusicManager struct FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F; // Fireable struct Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354; // Follower struct Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33; // UnityEngine.GameObject struct GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319; // PathCreation.GlobalDisplaySettings struct GlobalDisplaySettings_t1E4F925AFF1655DA1E78689D98562740C1F61812; // UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2; // Grenade struct Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD; // GrenadeDispenser struct GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63; // GridBlock struct GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431; // GridBlockPlacer struct GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B; // HMDEvents struct HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA; // HammerheadAnimationController struct HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B; // HammerheadDestructionManager struct HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678; // HammerheadFireControl struct HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882; // HammerheadMovement struct HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B; // HammerheadPartManager struct HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745; // HammerheadTurretTracker struct HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE; // Hand struct Hand_t2FA8371777F29091509531FD8A7A800DCECCA921; // HandOVR struct HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE; // HandOpenXR struct HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904; // HandToControllerTracking struct HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77; // Handlegun struct Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375; // HarasserAnimationController struct HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735; // HarasserBehavior struct HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4; // HarasserConfiguration struct HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006; // HarasserMovement struct HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53; // HarasserPartManager struct HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9; // HarpoonDeployer struct HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365; // HideFollowerAtDistance struct HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F; // HitData struct HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA; // HitEffects struct HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9; // HitEvent struct HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717; // HitParticleDisplay struct HitParticleDisplay_t22A871D73CA43B1D2CEA91F96DA296F51B9040AD; // HitPhysics struct HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333; // Hitable struct Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28; // HitscanLineRenderer struct HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61; // Holster struct Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7; // HomingProjectile struct HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364; // HoverBikeAnimationController struct HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127; // HoverBikeConfiguration struct HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A; // HoverBikeFireControl struct HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6; // HoverBikeMovement struct HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B; // HoverBikePartManager struct HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13; // System.IAsyncResult struct IAsyncResult_tC9F97BF36FCF122D29D3101D80642278297BF370; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // UnityEngine.UI.Image struct Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C; // Interactable struct Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4; // UnityEngine.Events.InvokableCallList struct InvokableCallList_tB7C66AA0C00F9C102C8BDC17A144E569AC7527A9; // UnityEngine.LineRenderer struct LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967; // LockOnIndicator struct LockOnIndicator_t43CA3907A4A8150B5B13A9D2BF8439948EEF7012; // 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; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A; // UnityEngine.Object struct Object_tF2F3778131EFF286AF62B7B013A170F95A91571A; // UnityEngine.ParticleSystem struct ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E; // PathCreation.PathCreator struct PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804; // PathCreation.PathCreatorData struct PathCreatorData_t419679050DD058D86D64983CF48BB2723C3FEEDD; // UnityEngine.Events.PersistentCallGroup struct PersistentCallGroup_t9A1D83DA2BA3118C103FA87D93CE92557A956FDC; // Pickupable struct Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0; // PlayerFollower struct PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006; // PointsToInteractable struct PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8; // PrefabPicks struct PrefabPicks_t0E6CC38E64602EA47F391B4D84F5C41F19A71035; // Projectile struct Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A; // UnityEngine.Renderer struct Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C; // UnityEngine.Rigidbody struct Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A; // RoadAsYouGo struct RoadAsYouGo_t0EB708C5D4B4773942350C8FAA5FA45255B2C084; // RoadMeshChunk struct RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE; // Roller struct Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276; // RollerFireable struct RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F; // SaveData struct SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39; // Sidearm struct Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416; // SidearmAudio struct SidearmAudio_t3E7765CCE689A417E7F353B8D024DCCB74E3F250; // SignagePlacer struct SignagePlacer_t67070320D91D4A759C5086937631F8C7CED55677; // SoundFXRandomizer struct SoundFXRandomizer_tFFE5F75D54CF956D452D06716CB9AD99F9492B86; // UnityEngine.SphereCollider struct SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A; // System.String struct String_t; // TempLineRenderer struct TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719; // UnityEngine.UI.Text struct Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1; // UnityStandardAssets.Utility.TimedObjectDestructor struct TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168; // TractorBeam struct TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381; // UnityEngine.Transform struct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1; // TurretFireControl struct TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D; // TurretMountManager struct TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0; // TurretSwivel struct TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE; // UnityEngine.Events.UnityEvent struct UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4; // PathCreation.VertexPath struct VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452; // UnityEngine.Video.VideoPlayer struct VideoPlayer_t47DCC396CBA28512CF97C6CC4F55878E8D62FE86; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // UnityEngine.AudioClip/PCMReaderCallback struct PCMReaderCallback_t9CA1437D36509A9FAC5EDD8FF2BC3259C24D0E0B; // UnityEngine.AudioClip/PCMSetPositionCallback struct PCMSetPositionCallback_tBDD99E7C0697687F1E7B06CDD5DE444A3709CF4C; // FMODMusicManager/MarkerChangeEvent struct MarkerChangeEvent_t9CB914AF2F51A8735C537A864BF1FE0D185D5571; // FMODMusicManager/TimelineInfo struct TimelineInfo_tC5D2FA9D620F00CF607A60E089608000D7D8A877; // Follower/OnPathUpdate struct OnPathUpdate_t4894CDB4051D0B1EBC96FFD824B35991E38BC560; // 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; // Slomo/OnSlowMotionStateChange struct OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443; IL2CPP_EXTERN_C RuntimeClass* Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_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* FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_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* IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416_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* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E; IL2CPP_EXTERN_C String_t* _stringLiteral0AB14CFFC52B5B149812396D1F8F92C71032EE29; IL2CPP_EXTERN_C String_t* _stringLiteral0BDC1CB888AE05C61D0AF5CE7E6BC76BBAF18C0F; IL2CPP_EXTERN_C String_t* _stringLiteral0F3F236198CEED0A3BE583DE24D519E4F47B13FF; IL2CPP_EXTERN_C String_t* _stringLiteral0FCE2E17C9DBCFC06787C0B69420F6CB6EE7A38C; IL2CPP_EXTERN_C String_t* _stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647; IL2CPP_EXTERN_C String_t* _stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21; IL2CPP_EXTERN_C String_t* _stringLiteral216AB8A046C814B6E05108C1301C3D8EBD059047; IL2CPP_EXTERN_C String_t* _stringLiteral2620038B8A71EF21A205CC921576171A3CA9B0F4; IL2CPP_EXTERN_C String_t* _stringLiteral2743213C43DCC544A41D6BA3621A5613D8AAD8A0; IL2CPP_EXTERN_C String_t* _stringLiteral2901C984F9D7F49CC8C8E0F8B68C06F42C7B2F7A; IL2CPP_EXTERN_C String_t* _stringLiteral36D5D22B1D78B899C1C08EE80750419610AC2208; IL2CPP_EXTERN_C String_t* _stringLiteral3C66DA1AB32D1001E17B1D19259E983CD947CACF; IL2CPP_EXTERN_C String_t* _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B; IL2CPP_EXTERN_C String_t* _stringLiteral4C632BDF2F958D5FD19702C27BBECF4AED10652F; IL2CPP_EXTERN_C String_t* _stringLiteral54BCA388B1C4035019F447FBBE662C6BFC12F7E8; IL2CPP_EXTERN_C String_t* _stringLiteral54DCE4C4A15440F85AF9EB62A871371430BE2FCF; IL2CPP_EXTERN_C String_t* _stringLiteral5700E835FD1416E273EDCBA5798BCB2FB196E71A; IL2CPP_EXTERN_C String_t* _stringLiteral644F03D4E6165A1470BC23DF3524AAF8E77B27C8; IL2CPP_EXTERN_C String_t* _stringLiteral8362D8315B3D7158247EF42EBB2B946DAB72B52B; IL2CPP_EXTERN_C String_t* _stringLiteral8649134279DB31723CDE50ED3062B7912F4F4F30; IL2CPP_EXTERN_C String_t* _stringLiteral913AB5956D078918F002777CFE8B176BCAAF62C1; IL2CPP_EXTERN_C String_t* _stringLiteral93C176FB7CB159533D2BACAE0A0EAC4315AC14BE; IL2CPP_EXTERN_C String_t* _stringLiteral975A5F46FC6E6D8BC7943A3A38CEA489C122E4F1; IL2CPP_EXTERN_C String_t* _stringLiteral9A534076FC6E7A33A9F7614A655D1B6230A14A43; IL2CPP_EXTERN_C String_t* _stringLiteralA45385396EA56EBE26E7C4EFFC2CBB9A51535AA8; IL2CPP_EXTERN_C String_t* _stringLiteralA894182D4A550B89396B3AC2B7CFB3A2D0E5F90A; IL2CPP_EXTERN_C String_t* _stringLiteralAB2651671F710BC0FB9D9E796CBA45E3E140DC95; IL2CPP_EXTERN_C String_t* _stringLiteralADC4090D1EDC0994072CA94E9C12578F229E8E6F; IL2CPP_EXTERN_C String_t* _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412; IL2CPP_EXTERN_C String_t* _stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9; IL2CPP_EXTERN_C String_t* _stringLiteralB5AB6511DD9F1AD84038397B220A8195192ED8BF; IL2CPP_EXTERN_C String_t* _stringLiteralB932BDA427265153CD334789B02F296176E1285F; IL2CPP_EXTERN_C String_t* _stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2; IL2CPP_EXTERN_C String_t* _stringLiteralC058A6DF3543F6F3B3C2E9DFB96D251F1A70BBED; IL2CPP_EXTERN_C String_t* _stringLiteralC2CC04CEB148FE021097F9DA193133FCD5A65D56; IL2CPP_EXTERN_C String_t* _stringLiteralCF9A4D8AFE990DF8B44D9B23B10681DCE0CC3FF6; IL2CPP_EXTERN_C String_t* _stringLiteralD7DD9D887CDF500E73273783BB834C2B990A95D2; IL2CPP_EXTERN_C String_t* _stringLiteralDA1F705778A325489228AC526C58287EAE07A387; IL2CPP_EXTERN_C String_t* _stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A; IL2CPP_EXTERN_C String_t* _stringLiteralE973CFFBB014AF775832B877C578D3F8EC4323B3; IL2CPP_EXTERN_C String_t* _stringLiteralEA02883097CF8661248DB462AEF08ECAE699D958; IL2CPP_EXTERN_C String_t* _stringLiteralF3611F1EED9A5A4142162D9FBD785C34D50BCB61; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m654193278BB56948AB820313E9D35E6D6A89798F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisHoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127_m14E13F6E408A6B51178916A789326F537E706F5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m0D682A42739E30A25411905C0A712C2BEE81F861_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisBuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302_m8C897FF45EBE4E51191832524CC110044BFBBC84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB_mB34D16636F482462FCD48D17988E664BFDCF39E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m846D7220E0786802A8C3C8AC1A472B36DC70B129_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisHand_t2FA8371777F29091509531FD8A7A800DCECCA921_m359D405A05C9CD573FDBA5987DFBAA0348310B75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_mD5BC9EADE1AA529A5299A4D8B020FB49663DAC3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisSphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A_mCFE14AD0CEEC629A2BD7760C4012EC54E0A39969_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisHarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006_m5486FE553E28F6B5AE5E796BBF29805EDF7C4D98_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_m75451DF800F3571A15A0F8823F9BCED5A6F9BEBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisHoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A_m2269277DC3C06B4C10176CF82AE2022550D9474C_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_m73E48FA8E8D38A760B52069389F76BDFFB17B27E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m99523CE65E45FD635E16C2A6FFDFB28E658D2D84_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_mA3830271B4316EBA53F983CA6A305DE0447DEB8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mAAFD93F211A86F6B638BF29FA6B0B9839F0CD576_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m28F3DD6618E94A730CB8FBFF26E04EEFAE6765A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m887BE6ACD5159E3E0B6F57ED8BDC814846194DEA_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_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mAF312D503D6F1D34AF86F86AE5CD74920A901E53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisGrenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD_mB836D589D32837EFB9C83CC370376188281C34A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804_m6C9B871A379A81050ED5898207E333BB68E9F781_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRoller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276_m92845914FA26DAA8AAE66F6B74A10DBABB0CB425_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisBuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7_m7A29228D9E8B2FFC57CA47EB5C0FF067ED7F60F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisBuilding_t13262F618069952568925A1556080D290B9264F0_mA46502DBAEDFA77DAD265470DDC44924BECE3F9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInChildren_TisTurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE_m5F273828DDFD1DDAFF1344E6699957224D9501D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponents_TisEnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673_mEAAF6BA5BE5C7AACE762769DD196D78B632F4657_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_mDD63DA647C198750A134CD8E881142BDD4D757FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponents_TisHoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B_m35E530258D1BF6DF1F71997D87B49CD256E8DFD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GridBlockPlacer_RoadMeshChunkPlaced_m87803C14E50B82253DB0D222C1B6FD525CBBA7E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HMDEvents_InputFocusGain_m3D9EB311D6C5314746E082A6E55ECE6FC83FA06A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HMDEvents_InputFocusLost_mF13F4123D7B43A2041B751DC315AA18F195B9F43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HMDEvents_VrFocusGain_m178D4F988002E284DB8C6049EEBA4CFAE8EC63CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HMDEvents_VrFocusLost_m17D764E6D8B2724A91C063886C717C2E269ACD00_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HandOVR_FocusGained_mD8BAE1914C9D3C3E0014E87AFE7C0B3908E0BB2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HandOVR_FocusLost_m0A52DE0272A274A632324779A28F8AEB06E0DDEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Holster_HolsterAfterSlowMotion_m92E41C6DAC3074361BB52DBA8271478918C61570_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m004CD1D34EA512ED5511DCDADE85A02AD73CE605_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mDAB03D25D4B05DE0D0EF6108960EAD8BB1ADABFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF19A1795DC91FDD535A62F8F4BD54F684D4230B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m2BA1F64EA40A524E6B936F088FFF1D74F3D15520_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m65BC4EBDC3CADC7C8B0C3EC1204574E337D4979B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7820477194115DF6D7AF9BC98B4A2D47945F441E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m108A63658563292981903FDC1A26448BB70C3834_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m776A2FA26D0AA2185665AC714486953B3DBA5D9E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m89E6B2AE7C7EB454705AAAE8CBF8CE19EC15D477_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4413E566717941CC649DD60BA2F36E157F0FAD87_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA13246F826F2275CD655D1292B3AD54247E3AA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3DC1F9B254A79E194A8E89D3C09C885538A1D306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m768DAC2A976697FD5766F6D4EA50F66F49843DBC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF1960E2798AA124DD3258A699D3972E97A422D48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m09F4342EB0BEC4FD764FCC126580EABADCDEB5AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_mD9D1D6009302B27459DAD1A5FF0A19D1664C7F18_RuntimeMethod_var; struct ContactPoint_tC179732A8E0014F5EFF5977ED1ADF12CF14A9017 ; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE; struct BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463; struct BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD; struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486; struct EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD; struct FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E; struct HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2; struct HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF; struct HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F; struct HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D; struct TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB; struct TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43; struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.Generic.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_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_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B* ____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_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18, ____items_1)); } inline RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B* get__items_1() const { return ____items_1; } inline RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B** get_address_of__items_1() { return &____items_1; } inline void set__items_1(RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B* 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_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18, ____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_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18, ____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_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18, ____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_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E* ____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_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8, ____items_1)); } inline TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E* get__items_1() const { return ____items_1; } inline TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E* 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_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8, ____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_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8, ____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_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8, ____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); } }; // System.Collections.Generic.List`1 struct List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* ____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_t70C44E0DA3A95E2B3005F6713BF4122CBC779082, ____items_1)); } inline TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* get__items_1() const { return ____items_1; } inline TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43** get_address_of__items_1() { return &____items_1; } inline void set__items_1(TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* 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_t70C44E0DA3A95E2B3005F6713BF4122CBC779082, ____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_t70C44E0DA3A95E2B3005F6713BF4122CBC779082, ____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_t70C44E0DA3A95E2B3005F6713BF4122CBC779082, ____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 // 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.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; } }; // TempLineRenderer struct TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 : public RuntimeObject { public: // UnityEngine.LineRenderer TempLineRenderer::lineRenderer LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * ___lineRenderer_0; // System.Single TempLineRenderer::hideAt float ___hideAt_1; public: inline static int32_t get_offset_of_lineRenderer_0() { return static_cast(offsetof(TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719, ___lineRenderer_0)); } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * get_lineRenderer_0() const { return ___lineRenderer_0; } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 ** get_address_of_lineRenderer_0() { return &___lineRenderer_0; } inline void set_lineRenderer_0(LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * value) { ___lineRenderer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___lineRenderer_0), (void*)value); } inline static int32_t get_offset_of_hideAt_1() { return static_cast(offsetof(TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719, ___hideAt_1)); } inline float get_hideAt_1() const { return ___hideAt_1; } inline float* get_address_of_hideAt_1() { return &___hideAt_1; } inline void set_hideAt_1(float value) { ___hideAt_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 { }; // 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); } }; // 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_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * ___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 TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA, ___list_0)); } inline List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * get_list_0() const { return ___list_0; } inline List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA, ___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_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA, ___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_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA, ___current_3)); } inline TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * get_current_3() const { return ___current_3; } inline TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * ___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 TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43, ___list_0)); } inline List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * get_list_0() const { return ___list_0; } inline List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43, ___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_t349201C334D7D10BAB4481371E6F0F04B0B2DD43, ___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_t349201C334D7D10BAB4481371E6F0F04B0B2DD43, ___current_3)); } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * get_current_3() const { return ___current_3; } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_tA21EB101B253A2F3BE3AFE58A4EDDB48E61D0EC7 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_tA21EB101B253A2F3BE3AFE58A4EDDB48E61D0EC7, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_tE0761BFB6E30AE61DA99E3B1974C8A2B784A335E { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_tE0761BFB6E30AE61DA99E3B1974C8A2B784A335E, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_t6C373EE0FA4FD8646D31410FB0FD222C5C1E9E65 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_t6C373EE0FA4FD8646D31410FB0FD222C5C1E9E65, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.XR.InputFeatureUsage`1 struct InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 { public: // System.String UnityEngine.XR.InputFeatureUsage`1::k__BackingField String_t* ___U3CnameU3Ek__BackingField_0; public: inline static int32_t get_offset_of_U3CnameU3Ek__BackingField_0() { return static_cast(offsetof(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709, ___U3CnameU3Ek__BackingField_0)); } inline String_t* get_U3CnameU3Ek__BackingField_0() const { return ___U3CnameU3Ek__BackingField_0; } inline String_t** get_address_of_U3CnameU3Ek__BackingField_0() { return &___U3CnameU3Ek__BackingField_0; } inline void set_U3CnameU3Ek__BackingField_0(String_t* value) { ___U3CnameU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CnameU3Ek__BackingField_0), (void*)value); } }; // Native definition for P/Invoke marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_pinvoke { char* ___U3CnameU3Ek__BackingField_0; }; #endif // Native definition for COM marshalling of UnityEngine.XR.InputFeatureUsage`1 #ifndef InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define #define InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com_define struct InputFeatureUsage_1_t0883EAB3AD99A1D218140E4C4D1FD0A2AC401FA1_marshaled_com { Il2CppChar* ___U3CnameU3Ek__BackingField_0; }; #endif // UnityEngine.Events.UnityEvent`1 struct UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F : public UnityEventBase_tBB43047292084BA63C5CBB1A379A8BB88611C6FB { public: // System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_InvokeArray_3; public: inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast(offsetof(UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F, ___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); } }; // 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; } }; // 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; } }; // 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; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // 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; } }; // UnityEngine.Bounds struct Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 { public: // UnityEngine.Vector3 UnityEngine.Bounds::m_Center Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Center_0; // UnityEngine.Vector3 UnityEngine.Bounds::m_Extents Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___m_Extents_1; public: inline static int32_t get_offset_of_m_Center_0() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Center_0)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Center_0() const { return ___m_Center_0; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Center_0() { return &___m_Center_0; } inline void set_m_Center_0(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Center_0 = value; } inline static int32_t get_offset_of_m_Extents_1() { return static_cast(offsetof(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37, ___m_Extents_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_m_Extents_1() const { return ___m_Extents_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_m_Extents_1() { return &___m_Extents_1; } inline void set_m_Extents_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___m_Extents_1 = 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.XR.CommonUsages struct CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A : public RuntimeObject { public: public: }; // UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF { public: // System.IntPtr UnityEngine.Coroutine::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_pinvoke : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Coroutine struct Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7_marshaled_com : public YieldInstruction_tB0B4E05316710E51ECCC1E57174C27FE6DEBBEAF_marshaled_com { intptr_t ___m_Ptr_0; }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // PathCreation.EndOfPathInstruction struct EndOfPathInstruction_tC2900F90032E93E8CF675A720C60C737DBF25BC6 { public: // System.Int32 PathCreation.EndOfPathInstruction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(EndOfPathInstruction_tC2900F90032E93E8CF675A720C60C737DBF25BC6, ___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; } }; // UnityEngine.ForceMode struct ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5 { public: // System.Int32 UnityEngine.ForceMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ForceMode_t7778317A4C46140D50D98811D65A7B22E38163D5, ___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.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 : public RuntimeObject { public: // System.IntPtr UnityEngine.Gradient::m_Ptr intptr_t ___m_Ptr_0; public: inline static int32_t get_offset_of_m_Ptr_0() { return static_cast(offsetof(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2, ___m_Ptr_0)); } inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; } inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; } inline void set_m_Ptr_0(intptr_t value) { ___m_Ptr_0 = value; } }; // Native definition for P/Invoke marshalling of UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_marshaled_pinvoke { intptr_t ___m_Ptr_0; }; // Native definition for COM marshalling of UnityEngine.Gradient struct Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_marshaled_com { intptr_t ___m_Ptr_0; }; // HammerheadMoveGoal struct HammerheadMoveGoal_t1C7B9DA1E10503364EC39A3801620CB8FDE632E5 { public: // System.Int32 HammerheadMoveGoal::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HammerheadMoveGoal_t1C7B9DA1E10503364EC39A3801620CB8FDE632E5, ___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; } }; // HarasserWeapons struct HarasserWeapons_t7FF2386A965762C4A53BFD433BC88CE1F6A978FF { public: // System.Int32 HarasserWeapons::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HarasserWeapons_t7FF2386A965762C4A53BFD433BC88CE1F6A978FF, ___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; } }; // HitData struct HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA : public RuntimeObject { public: // System.Single HitData::hitDamage float ___hitDamage_0; // UnityEngine.Vector3 HitData::hitLocation Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitLocation_1; // UnityEngine.Vector3 HitData::hitDirection Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitDirection_2; // UnityEngine.GameObject HitData::hitSource GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___hitSource_3; // UnityEngine.Transform HitData::hitParticles Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hitParticles_4; // UnityEngine.Vector3 HitData::hitNormal Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitNormal_5; // UnityEngine.Vector3 HitData::hitUp Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___hitUp_6; // System.Boolean HitData::alwaysSticky bool ___alwaysSticky_7; // System.Boolean HitData::weakpointHit bool ___weakpointHit_8; // System.Boolean HitData::swordHit bool ___swordHit_9; public: inline static int32_t get_offset_of_hitDamage_0() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitDamage_0)); } inline float get_hitDamage_0() const { return ___hitDamage_0; } inline float* get_address_of_hitDamage_0() { return &___hitDamage_0; } inline void set_hitDamage_0(float value) { ___hitDamage_0 = value; } inline static int32_t get_offset_of_hitLocation_1() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitLocation_1)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_hitLocation_1() const { return ___hitLocation_1; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_hitLocation_1() { return &___hitLocation_1; } inline void set_hitLocation_1(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___hitLocation_1 = value; } inline static int32_t get_offset_of_hitDirection_2() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitDirection_2)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_hitDirection_2() const { return ___hitDirection_2; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_hitDirection_2() { return &___hitDirection_2; } inline void set_hitDirection_2(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___hitDirection_2 = value; } inline static int32_t get_offset_of_hitSource_3() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitSource_3)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_hitSource_3() const { return ___hitSource_3; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_hitSource_3() { return &___hitSource_3; } inline void set_hitSource_3(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___hitSource_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitSource_3), (void*)value); } inline static int32_t get_offset_of_hitParticles_4() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitParticles_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hitParticles_4() const { return ___hitParticles_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hitParticles_4() { return &___hitParticles_4; } inline void set_hitParticles_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hitParticles_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitParticles_4), (void*)value); } inline static int32_t get_offset_of_hitNormal_5() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitNormal_5)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_hitNormal_5() const { return ___hitNormal_5; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_hitNormal_5() { return &___hitNormal_5; } inline void set_hitNormal_5(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___hitNormal_5 = value; } inline static int32_t get_offset_of_hitUp_6() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___hitUp_6)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_hitUp_6() const { return ___hitUp_6; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_hitUp_6() { return &___hitUp_6; } inline void set_hitUp_6(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___hitUp_6 = value; } inline static int32_t get_offset_of_alwaysSticky_7() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___alwaysSticky_7)); } inline bool get_alwaysSticky_7() const { return ___alwaysSticky_7; } inline bool* get_address_of_alwaysSticky_7() { return &___alwaysSticky_7; } inline void set_alwaysSticky_7(bool value) { ___alwaysSticky_7 = value; } inline static int32_t get_offset_of_weakpointHit_8() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___weakpointHit_8)); } inline bool get_weakpointHit_8() const { return ___weakpointHit_8; } inline bool* get_address_of_weakpointHit_8() { return &___weakpointHit_8; } inline void set_weakpointHit_8(bool value) { ___weakpointHit_8 = value; } inline static int32_t get_offset_of_swordHit_9() { return static_cast(offsetof(HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA, ___swordHit_9)); } inline bool get_swordHit_9() const { return ___swordHit_9; } inline bool* get_address_of_swordHit_9() { return &___swordHit_9; } inline void set_swordHit_9(bool value) { ___swordHit_9 = value; } }; // HitEvent struct HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 : public UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F { public: public: }; // HoverBikeWeapons struct HoverBikeWeapons_tCF0DD6FC38423E3409C9EC15B578BC66DA761200 { public: // System.Int32 HoverBikeWeapons::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(HoverBikeWeapons_tCF0DD6FC38423E3409C9EC15B578BC66DA761200, ___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; }; // PathCreation.PathSpace struct PathSpace_t9D7670C917ABFB706E413536550DA4BC3496C877 { public: // System.Int32 PathCreation.PathSpace::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PathSpace_t9D7670C917ABFB706E413536550DA4BC3496C877, ___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; } }; // UnityEngine.QueryTriggerInteraction struct QueryTriggerInteraction_t9B82FB8CCAF559F47B6B8C0ECE197515ABFA96B0 { public: // System.Int32 UnityEngine.QueryTriggerInteraction::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(QueryTriggerInteraction_t9B82FB8CCAF559F47B6B8C0ECE197515ABFA96B0, ___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; } }; // UnityEngine.RigidbodyConstraints struct RigidbodyConstraints_tB1AC534C460083518E5C8664CE62334E3B5A0F97 { public: // System.Int32 UnityEngine.RigidbodyConstraints::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RigidbodyConstraints_tB1AC534C460083518E5C8664CE62334E3B5A0F97, ___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.RigidbodyInterpolation struct RigidbodyInterpolation_tB7232E79E6FFF55DE2A57816D19DADE2550710D2 { public: // System.Int32 UnityEngine.RigidbodyInterpolation::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(RigidbodyInterpolation_tB7232E79E6FFF55DE2A57816D19DADE2550710D2, ___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; } }; // 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; } }; // UnityEngine.Rendering.ShadowCastingMode struct ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2 { public: // System.Int32 UnityEngine.Rendering.ShadowCastingMode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ShadowCastingMode_t4193084D236CFA695FE2F3FD04D0898ABF03F8B2, ___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; } }; // 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; } }; // TurretWeapon struct TurretWeapon_t6CF5CEFC0502ED35549AA69DA4542E553A81FFFB { public: // System.Int32 TurretWeapon::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TurretWeapon_t6CF5CEFC0502ED35549AA69DA4542E553A81FFFB, ___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.XR.XRNode struct XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD { public: // System.Int32 UnityEngine.XR.XRNode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(XRNode_t07B789D60F5B3A4F0E4A169143881ABCA4176DBD, ___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 } }; // OVRInput/Axis1D struct Axis1D_t94694F3ED683A6B787DD963ECE994050DC0E599E { public: // System.Int32 OVRInput/Axis1D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Axis1D_t94694F3ED683A6B787DD963ECE994050DC0E599E, ___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; } }; // OVRInput/Axis2D struct Axis2D_t57417826F363C20874A0D61C58B6758AE7B195B2 { public: // System.Int32 OVRInput/Axis2D::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Axis2D_t57417826F363C20874A0D61C58B6758AE7B195B2, ___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; } }; // OVRInput/Button struct Button_t8774325B87A9856038CA9138F00B669AF6D343B1 { public: // System.Int32 OVRInput/Button::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Button_t8774325B87A9856038CA9138F00B669AF6D343B1, ___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; } }; // 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; } }; // 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.Component struct Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // 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; }; // 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; } }; // UnityEngine.Shader struct Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 : public Object_tF2F3778131EFF286AF62B7B013A170F95A91571A { public: public: }; // PathCreation.VertexPath struct VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 : public RuntimeObject { public: // PathCreation.PathSpace PathCreation.VertexPath::space int32_t ___space_0; // System.Boolean PathCreation.VertexPath::isClosedLoop bool ___isClosedLoop_1; // UnityEngine.Vector3[] PathCreation.VertexPath::localPoints Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___localPoints_2; // UnityEngine.Vector3[] PathCreation.VertexPath::localTangents Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___localTangents_3; // UnityEngine.Vector3[] PathCreation.VertexPath::localNormals Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___localNormals_4; // System.Single[] PathCreation.VertexPath::times SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___times_5; // System.Single PathCreation.VertexPath::length float ___length_6; // System.Single[] PathCreation.VertexPath::cumulativeLengthAtEachVertex SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* ___cumulativeLengthAtEachVertex_7; // UnityEngine.Bounds PathCreation.VertexPath::bounds Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 ___bounds_8; // UnityEngine.Vector3 PathCreation.VertexPath::up Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___up_9; // UnityEngine.Transform PathCreation.VertexPath::transform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___transform_12; public: inline static int32_t get_offset_of_space_0() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___space_0)); } inline int32_t get_space_0() const { return ___space_0; } inline int32_t* get_address_of_space_0() { return &___space_0; } inline void set_space_0(int32_t value) { ___space_0 = value; } inline static int32_t get_offset_of_isClosedLoop_1() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___isClosedLoop_1)); } inline bool get_isClosedLoop_1() const { return ___isClosedLoop_1; } inline bool* get_address_of_isClosedLoop_1() { return &___isClosedLoop_1; } inline void set_isClosedLoop_1(bool value) { ___isClosedLoop_1 = value; } inline static int32_t get_offset_of_localPoints_2() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___localPoints_2)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_localPoints_2() const { return ___localPoints_2; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_localPoints_2() { return &___localPoints_2; } inline void set_localPoints_2(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___localPoints_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___localPoints_2), (void*)value); } inline static int32_t get_offset_of_localTangents_3() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___localTangents_3)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_localTangents_3() const { return ___localTangents_3; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_localTangents_3() { return &___localTangents_3; } inline void set_localTangents_3(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___localTangents_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___localTangents_3), (void*)value); } inline static int32_t get_offset_of_localNormals_4() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___localNormals_4)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_localNormals_4() const { return ___localNormals_4; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_localNormals_4() { return &___localNormals_4; } inline void set_localNormals_4(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___localNormals_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___localNormals_4), (void*)value); } inline static int32_t get_offset_of_times_5() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___times_5)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_times_5() const { return ___times_5; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_times_5() { return &___times_5; } inline void set_times_5(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___times_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___times_5), (void*)value); } inline static int32_t get_offset_of_length_6() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___length_6)); } inline float get_length_6() const { return ___length_6; } inline float* get_address_of_length_6() { return &___length_6; } inline void set_length_6(float value) { ___length_6 = value; } inline static int32_t get_offset_of_cumulativeLengthAtEachVertex_7() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___cumulativeLengthAtEachVertex_7)); } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* get_cumulativeLengthAtEachVertex_7() const { return ___cumulativeLengthAtEachVertex_7; } inline SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA** get_address_of_cumulativeLengthAtEachVertex_7() { return &___cumulativeLengthAtEachVertex_7; } inline void set_cumulativeLengthAtEachVertex_7(SingleU5BU5D_t47E8DBF5B597C122478D1FFBD9DD57399A0650FA* value) { ___cumulativeLengthAtEachVertex_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___cumulativeLengthAtEachVertex_7), (void*)value); } inline static int32_t get_offset_of_bounds_8() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___bounds_8)); } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 get_bounds_8() const { return ___bounds_8; } inline Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 * get_address_of_bounds_8() { return &___bounds_8; } inline void set_bounds_8(Bounds_t0F1F36D4F7AF49524B3C2A2259594412A3D3AE37 value) { ___bounds_8 = value; } inline static int32_t get_offset_of_up_9() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___up_9)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_up_9() const { return ___up_9; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_up_9() { return &___up_9; } inline void set_up_9(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___up_9 = value; } inline static int32_t get_offset_of_transform_12() { return static_cast(offsetof(VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452, ___transform_12)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_transform_12() const { return ___transform_12; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_transform_12() { return &___transform_12; } inline void set_transform_12(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___transform_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___transform_12), (void*)value); } }; // 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; } }; // System.Action struct Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 : public MulticastDelegate_t { public: public: }; // UnityEngine.Behaviour struct Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // UnityEngine.Collider struct Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 : public Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 { public: public: }; // 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: }; // IncrementalRoadMesh/OnChunkAdvanced struct OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 : public MulticastDelegate_t { public: public: }; // Slomo/OnSlowMotionStateChange struct OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 : 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.BoxCollider struct BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // UnityEngine.LineRenderer struct LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 : public Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C { public: public: }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A : public Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 { public: public: }; // UnityEngine.SphereCollider struct SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A : public Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 { public: public: }; // UnityEngine.AudioSource struct AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B : public AudioBehaviour_tB44966D47AD43C50C7294AEE9B57574E55AACA4A { public: public: }; // BikeButton struct BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.LayerMask BikeButton::pressingLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___pressingLayers_6; // UnityEngine.Events.UnityEvent BikeButton::onButtonPressed UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onButtonPressed_7; // UnityEngine.AudioSource BikeButton::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_8; // UnityEngine.AudioClip BikeButton::pressClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___pressClip_9; // UnityEngine.AudioClip BikeButton::highlightClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___highlightClip_10; // System.Boolean BikeButton::canPressOnPause bool ___canPressOnPause_11; // UnityEngine.Animator BikeButton::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_12; // Hand BikeButton::pressingHand Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___pressingHand_13; // System.Single BikeButton::highlightEnds float ___highlightEnds_14; // UnityEngine.Collider[] BikeButton::hits ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___hits_15; // System.Int32 BikeButton::hitCount int32_t ___hitCount_16; // UnityEngine.BoxCollider BikeButton::pressArea BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * ___pressArea_17; // Hand BikeButton::hand Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___hand_18; // System.Single BikeButton::nextPressAllowed float ___nextPressAllowed_19; public: inline static int32_t get_offset_of_pressingLayers_6() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___pressingLayers_6)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_pressingLayers_6() const { return ___pressingLayers_6; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_pressingLayers_6() { return &___pressingLayers_6; } inline void set_pressingLayers_6(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___pressingLayers_6 = value; } inline static int32_t get_offset_of_onButtonPressed_7() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___onButtonPressed_7)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onButtonPressed_7() const { return ___onButtonPressed_7; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onButtonPressed_7() { return &___onButtonPressed_7; } inline void set_onButtonPressed_7(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onButtonPressed_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onButtonPressed_7), (void*)value); } inline static int32_t get_offset_of_source_8() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___source_8)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_8() const { return ___source_8; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_8() { return &___source_8; } inline void set_source_8(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_8), (void*)value); } inline static int32_t get_offset_of_pressClip_9() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___pressClip_9)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_pressClip_9() const { return ___pressClip_9; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_pressClip_9() { return &___pressClip_9; } inline void set_pressClip_9(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___pressClip_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___pressClip_9), (void*)value); } inline static int32_t get_offset_of_highlightClip_10() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___highlightClip_10)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_highlightClip_10() const { return ___highlightClip_10; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_highlightClip_10() { return &___highlightClip_10; } inline void set_highlightClip_10(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___highlightClip_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___highlightClip_10), (void*)value); } inline static int32_t get_offset_of_canPressOnPause_11() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___canPressOnPause_11)); } inline bool get_canPressOnPause_11() const { return ___canPressOnPause_11; } inline bool* get_address_of_canPressOnPause_11() { return &___canPressOnPause_11; } inline void set_canPressOnPause_11(bool value) { ___canPressOnPause_11 = value; } inline static int32_t get_offset_of_anim_12() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___anim_12)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_12() const { return ___anim_12; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_12() { return &___anim_12; } inline void set_anim_12(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_12), (void*)value); } inline static int32_t get_offset_of_pressingHand_13() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___pressingHand_13)); } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * get_pressingHand_13() const { return ___pressingHand_13; } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 ** get_address_of_pressingHand_13() { return &___pressingHand_13; } inline void set_pressingHand_13(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * value) { ___pressingHand_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___pressingHand_13), (void*)value); } inline static int32_t get_offset_of_highlightEnds_14() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___highlightEnds_14)); } inline float get_highlightEnds_14() const { return ___highlightEnds_14; } inline float* get_address_of_highlightEnds_14() { return &___highlightEnds_14; } inline void set_highlightEnds_14(float value) { ___highlightEnds_14 = value; } inline static int32_t get_offset_of_hits_15() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___hits_15)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_hits_15() const { return ___hits_15; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_hits_15() { return &___hits_15; } inline void set_hits_15(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___hits_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___hits_15), (void*)value); } inline static int32_t get_offset_of_hitCount_16() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___hitCount_16)); } inline int32_t get_hitCount_16() const { return ___hitCount_16; } inline int32_t* get_address_of_hitCount_16() { return &___hitCount_16; } inline void set_hitCount_16(int32_t value) { ___hitCount_16 = value; } inline static int32_t get_offset_of_pressArea_17() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___pressArea_17)); } inline BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * get_pressArea_17() const { return ___pressArea_17; } inline BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 ** get_address_of_pressArea_17() { return &___pressArea_17; } inline void set_pressArea_17(BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * value) { ___pressArea_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___pressArea_17), (void*)value); } inline static int32_t get_offset_of_hand_18() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___hand_18)); } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * get_hand_18() const { return ___hand_18; } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 ** get_address_of_hand_18() { return &___hand_18; } inline void set_hand_18(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * value) { ___hand_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___hand_18), (void*)value); } inline static int32_t get_offset_of_nextPressAllowed_19() { return static_cast(offsetof(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC, ___nextPressAllowed_19)); } inline float get_nextPressAllowed_19() const { return ___nextPressAllowed_19; } inline float* get_address_of_nextPressAllowed_19() { return &___nextPressAllowed_19; } inline void set_nextPressAllowed_19(float value) { ___nextPressAllowed_19 = value; } }; // BossPhaseController struct BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 BossPhaseController::startingPhase int32_t ___startingPhase_4; // UnityEngine.Events.UnityEvent BossPhaseController::onPhaseOne UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPhaseOne_5; // UnityEngine.Events.UnityEvent BossPhaseController::onPhaseTwo UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPhaseTwo_6; // UnityEngine.Events.UnityEvent BossPhaseController::onPhaseThree UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPhaseThree_7; // UnityEngine.Events.UnityEvent BossPhaseController::onPhaseFour UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onPhaseFour_8; // UnityEngine.Events.UnityEvent BossPhaseController::onDestroyed UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onDestroyed_9; // System.Int32 BossPhaseController::k__BackingField int32_t ___U3CCurrentPhaseU3Ek__BackingField_10; public: inline static int32_t get_offset_of_startingPhase_4() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___startingPhase_4)); } inline int32_t get_startingPhase_4() const { return ___startingPhase_4; } inline int32_t* get_address_of_startingPhase_4() { return &___startingPhase_4; } inline void set_startingPhase_4(int32_t value) { ___startingPhase_4 = value; } inline static int32_t get_offset_of_onPhaseOne_5() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___onPhaseOne_5)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPhaseOne_5() const { return ___onPhaseOne_5; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPhaseOne_5() { return &___onPhaseOne_5; } inline void set_onPhaseOne_5(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPhaseOne_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPhaseOne_5), (void*)value); } inline static int32_t get_offset_of_onPhaseTwo_6() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___onPhaseTwo_6)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPhaseTwo_6() const { return ___onPhaseTwo_6; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPhaseTwo_6() { return &___onPhaseTwo_6; } inline void set_onPhaseTwo_6(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPhaseTwo_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPhaseTwo_6), (void*)value); } inline static int32_t get_offset_of_onPhaseThree_7() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___onPhaseThree_7)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPhaseThree_7() const { return ___onPhaseThree_7; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPhaseThree_7() { return &___onPhaseThree_7; } inline void set_onPhaseThree_7(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPhaseThree_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPhaseThree_7), (void*)value); } inline static int32_t get_offset_of_onPhaseFour_8() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___onPhaseFour_8)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onPhaseFour_8() const { return ___onPhaseFour_8; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onPhaseFour_8() { return &___onPhaseFour_8; } inline void set_onPhaseFour_8(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onPhaseFour_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___onPhaseFour_8), (void*)value); } inline static int32_t get_offset_of_onDestroyed_9() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___onDestroyed_9)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onDestroyed_9() const { return ___onDestroyed_9; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onDestroyed_9() { return &___onDestroyed_9; } inline void set_onDestroyed_9(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onDestroyed_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDestroyed_9), (void*)value); } inline static int32_t get_offset_of_U3CCurrentPhaseU3Ek__BackingField_10() { return static_cast(offsetof(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53, ___U3CCurrentPhaseU3Ek__BackingField_10)); } inline int32_t get_U3CCurrentPhaseU3Ek__BackingField_10() const { return ___U3CCurrentPhaseU3Ek__BackingField_10; } inline int32_t* get_address_of_U3CCurrentPhaseU3Ek__BackingField_10() { return &___U3CCurrentPhaseU3Ek__BackingField_10; } inline void set_U3CCurrentPhaseU3Ek__BackingField_10(int32_t value) { ___U3CCurrentPhaseU3Ek__BackingField_10 = 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); } }; // DestroySelfEvent struct DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // 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; } }; // EnemyConfiguration struct EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.String EnemyConfiguration::configName String_t* ___configName_4; // System.Int32 EnemyConfiguration::pointValue int32_t ___pointValue_5; public: inline static int32_t get_offset_of_configName_4() { return static_cast(offsetof(EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986, ___configName_4)); } inline String_t* get_configName_4() const { return ___configName_4; } inline String_t** get_address_of_configName_4() { return &___configName_4; } inline void set_configName_4(String_t* value) { ___configName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___configName_4), (void*)value); } inline static int32_t get_offset_of_pointValue_5() { return static_cast(offsetof(EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986, ___pointValue_5)); } inline int32_t get_pointValue_5() const { return ___pointValue_5; } inline int32_t* get_address_of_pointValue_5() { return &___pointValue_5; } inline void set_pointValue_5(int32_t value) { ___pointValue_5 = 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; } }; // 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; } }; // 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); } }; // HMDEvents struct HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: public: }; // HammerheadAnimationController struct HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // BossPhaseController HammerheadAnimationController::phaseController BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * ___phaseController_4; // HammerheadMovement HammerheadAnimationController::mover HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * ___mover_5; // UnityEngine.Animator HammerheadAnimationController::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_6; public: inline static int32_t get_offset_of_phaseController_4() { return static_cast(offsetof(HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B, ___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_mover_5() { return static_cast(offsetof(HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B, ___mover_5)); } inline HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * get_mover_5() const { return ___mover_5; } inline HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B ** get_address_of_mover_5() { return &___mover_5; } inline void set_mover_5(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * value) { ___mover_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___mover_5), (void*)value); } inline static int32_t get_offset_of_anim_6() { return static_cast(offsetof(HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B, ___anim_6)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_6() const { return ___anim_6; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_6() { return &___anim_6; } inline void set_anim_6(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_6), (void*)value); } }; // HammerheadDestructionManager struct HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform HammerheadDestructionManager::rightFin Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rightFin_4; // UnityEngine.Transform HammerheadDestructionManager::rightFinPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rightFinPrefab_5; // UnityEngine.Transform HammerheadDestructionManager::leftFin Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___leftFin_6; // UnityEngine.Transform HammerheadDestructionManager::leftFinPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___leftFinPrefab_7; // UnityEngine.Transform HammerheadDestructionManager::hammerhead Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hammerhead_8; // UnityEngine.Transform HammerheadDestructionManager::headPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___headPrefab_9; // System.Boolean HammerheadDestructionManager::brokeRightFin bool ___brokeRightFin_10; // System.Boolean HammerheadDestructionManager::brokeLeftFin bool ___brokeLeftFin_11; // System.Boolean HammerheadDestructionManager::brokeHead bool ___brokeHead_12; public: inline static int32_t get_offset_of_rightFin_4() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___rightFin_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rightFin_4() const { return ___rightFin_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rightFin_4() { return &___rightFin_4; } inline void set_rightFin_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rightFin_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightFin_4), (void*)value); } inline static int32_t get_offset_of_rightFinPrefab_5() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___rightFinPrefab_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rightFinPrefab_5() const { return ___rightFinPrefab_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rightFinPrefab_5() { return &___rightFinPrefab_5; } inline void set_rightFinPrefab_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rightFinPrefab_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightFinPrefab_5), (void*)value); } inline static int32_t get_offset_of_leftFin_6() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___leftFin_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_leftFin_6() const { return ___leftFin_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_leftFin_6() { return &___leftFin_6; } inline void set_leftFin_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___leftFin_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftFin_6), (void*)value); } inline static int32_t get_offset_of_leftFinPrefab_7() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___leftFinPrefab_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_leftFinPrefab_7() const { return ___leftFinPrefab_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_leftFinPrefab_7() { return &___leftFinPrefab_7; } inline void set_leftFinPrefab_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___leftFinPrefab_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftFinPrefab_7), (void*)value); } inline static int32_t get_offset_of_hammerhead_8() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___hammerhead_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hammerhead_8() const { return ___hammerhead_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hammerhead_8() { return &___hammerhead_8; } inline void set_hammerhead_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hammerhead_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___hammerhead_8), (void*)value); } inline static int32_t get_offset_of_headPrefab_9() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___headPrefab_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_headPrefab_9() const { return ___headPrefab_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_headPrefab_9() { return &___headPrefab_9; } inline void set_headPrefab_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___headPrefab_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___headPrefab_9), (void*)value); } inline static int32_t get_offset_of_brokeRightFin_10() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___brokeRightFin_10)); } inline bool get_brokeRightFin_10() const { return ___brokeRightFin_10; } inline bool* get_address_of_brokeRightFin_10() { return &___brokeRightFin_10; } inline void set_brokeRightFin_10(bool value) { ___brokeRightFin_10 = value; } inline static int32_t get_offset_of_brokeLeftFin_11() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___brokeLeftFin_11)); } inline bool get_brokeLeftFin_11() const { return ___brokeLeftFin_11; } inline bool* get_address_of_brokeLeftFin_11() { return &___brokeLeftFin_11; } inline void set_brokeLeftFin_11(bool value) { ___brokeLeftFin_11 = value; } inline static int32_t get_offset_of_brokeHead_12() { return static_cast(offsetof(HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678, ___brokeHead_12)); } inline bool get_brokeHead_12() const { return ___brokeHead_12; } inline bool* get_address_of_brokeHead_12() { return &___brokeHead_12; } inline void set_brokeHead_12(bool value) { ___brokeHead_12 = 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); } }; // HammerheadTurretTracker struct HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 HammerheadTurretTracker::turretLossForPhase2 int32_t ___turretLossForPhase2_4; // System.Int32 HammerheadTurretTracker::turretLossForPhase3 int32_t ___turretLossForPhase3_5; // BossPhaseController HammerheadTurretTracker::phaseController BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * ___phaseController_6; // System.Int32 HammerheadTurretTracker::currentTurretsLost int32_t ___currentTurretsLost_7; public: inline static int32_t get_offset_of_turretLossForPhase2_4() { return static_cast(offsetof(HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE, ___turretLossForPhase2_4)); } inline int32_t get_turretLossForPhase2_4() const { return ___turretLossForPhase2_4; } inline int32_t* get_address_of_turretLossForPhase2_4() { return &___turretLossForPhase2_4; } inline void set_turretLossForPhase2_4(int32_t value) { ___turretLossForPhase2_4 = value; } inline static int32_t get_offset_of_turretLossForPhase3_5() { return static_cast(offsetof(HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE, ___turretLossForPhase3_5)); } inline int32_t get_turretLossForPhase3_5() const { return ___turretLossForPhase3_5; } inline int32_t* get_address_of_turretLossForPhase3_5() { return &___turretLossForPhase3_5; } inline void set_turretLossForPhase3_5(int32_t value) { ___turretLossForPhase3_5 = value; } inline static int32_t get_offset_of_phaseController_6() { return static_cast(offsetof(HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE, ___phaseController_6)); } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * get_phaseController_6() const { return ___phaseController_6; } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 ** get_address_of_phaseController_6() { return &___phaseController_6; } inline void set_phaseController_6(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * value) { ___phaseController_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___phaseController_6), (void*)value); } inline static int32_t get_offset_of_currentTurretsLost_7() { return static_cast(offsetof(HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE, ___currentTurretsLost_7)); } inline int32_t get_currentTurretsLost_7() const { return ___currentTurretsLost_7; } inline int32_t* get_address_of_currentTurretsLost_7() { return &___currentTurretsLost_7; } inline void set_currentTurretsLost_7(int32_t value) { ___currentTurretsLost_7 = 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); } }; // HandToControllerTracking struct HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform HandToControllerTracking::handController Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___handController_9; // System.Single HandToControllerTracking::maxAwayFromControllerTime float ___maxAwayFromControllerTime_10; // UnityEngine.LayerMask HandToControllerTracking::collisionLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___collisionLayers_11; // UnityEngine.Collider[] HandToControllerTracking::pointerColliders ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___pointerColliders_12; // UnityEngine.Vector3 HandToControllerTracking::handClearSphereOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___handClearSphereOffset_13; // System.Single HandToControllerTracking::handClearSphereRadius float ___handClearSphereRadius_14; // UnityEngine.Vector3 HandToControllerTracking::holdingGunClearSphereOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___holdingGunClearSphereOffset_15; // System.Single HandToControllerTracking::holdingGunClearSphereRadius float ___holdingGunClearSphereRadius_16; // System.Boolean HandToControllerTracking::fixedLocation bool ___fixedLocation_17; // UnityEngine.Collider HandToControllerTracking::boxCollider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___boxCollider_18; // UnityEngine.Collider[] HandToControllerTracking::overlaps ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___overlaps_19; // UnityEngine.Rigidbody HandToControllerTracking::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_20; // Hand HandToControllerTracking::hand Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___hand_21; // UnityEngine.Transform HandToControllerTracking::attachedOffset Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___attachedOffset_22; // UnityEngine.Animator HandToControllerTracking::handAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___handAnim_23; // UnityEngine.Vector3 HandToControllerTracking::latestHandPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___latestHandPosition_24; // UnityEngine.Quaternion HandToControllerTracking::latestHandRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___latestHandRotation_25; // System.Boolean HandToControllerTracking::colliding bool ___colliding_26; // System.Single HandToControllerTracking::timeSinceNearController float ___timeSinceNearController_27; public: inline static int32_t get_offset_of_handController_9() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___handController_9)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_handController_9() const { return ___handController_9; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_handController_9() { return &___handController_9; } inline void set_handController_9(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___handController_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___handController_9), (void*)value); } inline static int32_t get_offset_of_maxAwayFromControllerTime_10() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___maxAwayFromControllerTime_10)); } inline float get_maxAwayFromControllerTime_10() const { return ___maxAwayFromControllerTime_10; } inline float* get_address_of_maxAwayFromControllerTime_10() { return &___maxAwayFromControllerTime_10; } inline void set_maxAwayFromControllerTime_10(float value) { ___maxAwayFromControllerTime_10 = value; } inline static int32_t get_offset_of_collisionLayers_11() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___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_pointerColliders_12() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___pointerColliders_12)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_pointerColliders_12() const { return ___pointerColliders_12; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_pointerColliders_12() { return &___pointerColliders_12; } inline void set_pointerColliders_12(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___pointerColliders_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___pointerColliders_12), (void*)value); } inline static int32_t get_offset_of_handClearSphereOffset_13() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___handClearSphereOffset_13)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_handClearSphereOffset_13() const { return ___handClearSphereOffset_13; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_handClearSphereOffset_13() { return &___handClearSphereOffset_13; } inline void set_handClearSphereOffset_13(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___handClearSphereOffset_13 = value; } inline static int32_t get_offset_of_handClearSphereRadius_14() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___handClearSphereRadius_14)); } inline float get_handClearSphereRadius_14() const { return ___handClearSphereRadius_14; } inline float* get_address_of_handClearSphereRadius_14() { return &___handClearSphereRadius_14; } inline void set_handClearSphereRadius_14(float value) { ___handClearSphereRadius_14 = value; } inline static int32_t get_offset_of_holdingGunClearSphereOffset_15() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___holdingGunClearSphereOffset_15)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_holdingGunClearSphereOffset_15() const { return ___holdingGunClearSphereOffset_15; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_holdingGunClearSphereOffset_15() { return &___holdingGunClearSphereOffset_15; } inline void set_holdingGunClearSphereOffset_15(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___holdingGunClearSphereOffset_15 = value; } inline static int32_t get_offset_of_holdingGunClearSphereRadius_16() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___holdingGunClearSphereRadius_16)); } inline float get_holdingGunClearSphereRadius_16() const { return ___holdingGunClearSphereRadius_16; } inline float* get_address_of_holdingGunClearSphereRadius_16() { return &___holdingGunClearSphereRadius_16; } inline void set_holdingGunClearSphereRadius_16(float value) { ___holdingGunClearSphereRadius_16 = value; } inline static int32_t get_offset_of_fixedLocation_17() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___fixedLocation_17)); } inline bool get_fixedLocation_17() const { return ___fixedLocation_17; } inline bool* get_address_of_fixedLocation_17() { return &___fixedLocation_17; } inline void set_fixedLocation_17(bool value) { ___fixedLocation_17 = value; } inline static int32_t get_offset_of_boxCollider_18() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___boxCollider_18)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_boxCollider_18() const { return ___boxCollider_18; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_boxCollider_18() { return &___boxCollider_18; } inline void set_boxCollider_18(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___boxCollider_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___boxCollider_18), (void*)value); } inline static int32_t get_offset_of_overlaps_19() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___overlaps_19)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_overlaps_19() const { return ___overlaps_19; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_overlaps_19() { return &___overlaps_19; } inline void set_overlaps_19(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___overlaps_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___overlaps_19), (void*)value); } inline static int32_t get_offset_of_rb_20() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___rb_20)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_20() const { return ___rb_20; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_20() { return &___rb_20; } inline void set_rb_20(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_20), (void*)value); } inline static int32_t get_offset_of_hand_21() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___hand_21)); } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * get_hand_21() const { return ___hand_21; } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 ** get_address_of_hand_21() { return &___hand_21; } inline void set_hand_21(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * value) { ___hand_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___hand_21), (void*)value); } inline static int32_t get_offset_of_attachedOffset_22() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___attachedOffset_22)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_attachedOffset_22() const { return ___attachedOffset_22; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_attachedOffset_22() { return &___attachedOffset_22; } inline void set_attachedOffset_22(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___attachedOffset_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___attachedOffset_22), (void*)value); } inline static int32_t get_offset_of_handAnim_23() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___handAnim_23)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_handAnim_23() const { return ___handAnim_23; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_handAnim_23() { return &___handAnim_23; } inline void set_handAnim_23(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___handAnim_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___handAnim_23), (void*)value); } inline static int32_t get_offset_of_latestHandPosition_24() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___latestHandPosition_24)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_latestHandPosition_24() const { return ___latestHandPosition_24; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_latestHandPosition_24() { return &___latestHandPosition_24; } inline void set_latestHandPosition_24(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___latestHandPosition_24 = value; } inline static int32_t get_offset_of_latestHandRotation_25() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___latestHandRotation_25)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_latestHandRotation_25() const { return ___latestHandRotation_25; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_latestHandRotation_25() { return &___latestHandRotation_25; } inline void set_latestHandRotation_25(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___latestHandRotation_25 = value; } inline static int32_t get_offset_of_colliding_26() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___colliding_26)); } inline bool get_colliding_26() const { return ___colliding_26; } inline bool* get_address_of_colliding_26() { return &___colliding_26; } inline void set_colliding_26(bool value) { ___colliding_26 = value; } inline static int32_t get_offset_of_timeSinceNearController_27() { return static_cast(offsetof(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77, ___timeSinceNearController_27)); } inline float get_timeSinceNearController_27() const { return ___timeSinceNearController_27; } inline float* get_address_of_timeSinceNearController_27() { return &___timeSinceNearController_27; } inline void set_timeSinceNearController_27(float value) { ___timeSinceNearController_27 = 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; } }; // HarpoonDeployer struct HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform HarpoonDeployer::harpoonPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___harpoonPrefab_5; // UnityEngine.Transform HarpoonDeployer::harpoonSplash Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___harpoonSplash_6; // System.Single HarpoonDeployer::harpoonFireRate float ___harpoonFireRate_7; // System.Single HarpoonDeployer::linkedHarpoonFireRate float ___linkedHarpoonFireRate_8; // System.Single HarpoonDeployer::harpoonFireRateVariance float ___harpoonFireRateVariance_9; // System.Int32 HarpoonDeployer::harpoonsPerVolley int32_t ___harpoonsPerVolley_10; // System.Single HarpoonDeployer::betweenVolleyTime float ___betweenVolleyTime_11; // System.Int32 HarpoonDeployer::harpoonsPerSet int32_t ___harpoonsPerSet_12; // UnityEngine.Vector2 HarpoonDeployer::aheadOffsetRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___aheadOffsetRange_13; // System.Single HarpoonDeployer::angleVariation float ___angleVariation_14; // System.Single HarpoonDeployer::nearPlayerHarpoonDistance float ___nearPlayerHarpoonDistance_15; // System.Boolean HarpoonDeployer::linkedHarpoons bool ___linkedHarpoons_16; // System.Single HarpoonDeployer::nextHarpoonFire float ___nextHarpoonFire_17; // System.Int32 HarpoonDeployer::harpoonsFiredThisVolley int32_t ___harpoonsFiredThisVolley_18; // System.Int32 HarpoonDeployer::harpoonsFiredThisSet int32_t ___harpoonsFiredThisSet_19; // System.Single HarpoonDeployer::harpoonRightMax float ___harpoonRightMax_20; // System.Single HarpoonDeployer::lastHarpoonX float ___lastHarpoonX_21; // System.Boolean HarpoonDeployer::sameSideHarpoon bool ___sameSideHarpoon_22; // TractorBeam HarpoonDeployer::lastTractor TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * ___lastTractor_23; public: inline static int32_t get_offset_of_harpoonPrefab_5() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonPrefab_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_harpoonPrefab_5() const { return ___harpoonPrefab_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_harpoonPrefab_5() { return &___harpoonPrefab_5; } inline void set_harpoonPrefab_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___harpoonPrefab_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___harpoonPrefab_5), (void*)value); } inline static int32_t get_offset_of_harpoonSplash_6() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonSplash_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_harpoonSplash_6() const { return ___harpoonSplash_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_harpoonSplash_6() { return &___harpoonSplash_6; } inline void set_harpoonSplash_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___harpoonSplash_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___harpoonSplash_6), (void*)value); } inline static int32_t get_offset_of_harpoonFireRate_7() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonFireRate_7)); } inline float get_harpoonFireRate_7() const { return ___harpoonFireRate_7; } inline float* get_address_of_harpoonFireRate_7() { return &___harpoonFireRate_7; } inline void set_harpoonFireRate_7(float value) { ___harpoonFireRate_7 = value; } inline static int32_t get_offset_of_linkedHarpoonFireRate_8() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___linkedHarpoonFireRate_8)); } inline float get_linkedHarpoonFireRate_8() const { return ___linkedHarpoonFireRate_8; } inline float* get_address_of_linkedHarpoonFireRate_8() { return &___linkedHarpoonFireRate_8; } inline void set_linkedHarpoonFireRate_8(float value) { ___linkedHarpoonFireRate_8 = value; } inline static int32_t get_offset_of_harpoonFireRateVariance_9() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonFireRateVariance_9)); } inline float get_harpoonFireRateVariance_9() const { return ___harpoonFireRateVariance_9; } inline float* get_address_of_harpoonFireRateVariance_9() { return &___harpoonFireRateVariance_9; } inline void set_harpoonFireRateVariance_9(float value) { ___harpoonFireRateVariance_9 = value; } inline static int32_t get_offset_of_harpoonsPerVolley_10() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonsPerVolley_10)); } inline int32_t get_harpoonsPerVolley_10() const { return ___harpoonsPerVolley_10; } inline int32_t* get_address_of_harpoonsPerVolley_10() { return &___harpoonsPerVolley_10; } inline void set_harpoonsPerVolley_10(int32_t value) { ___harpoonsPerVolley_10 = value; } inline static int32_t get_offset_of_betweenVolleyTime_11() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___betweenVolleyTime_11)); } inline float get_betweenVolleyTime_11() const { return ___betweenVolleyTime_11; } inline float* get_address_of_betweenVolleyTime_11() { return &___betweenVolleyTime_11; } inline void set_betweenVolleyTime_11(float value) { ___betweenVolleyTime_11 = value; } inline static int32_t get_offset_of_harpoonsPerSet_12() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonsPerSet_12)); } inline int32_t get_harpoonsPerSet_12() const { return ___harpoonsPerSet_12; } inline int32_t* get_address_of_harpoonsPerSet_12() { return &___harpoonsPerSet_12; } inline void set_harpoonsPerSet_12(int32_t value) { ___harpoonsPerSet_12 = value; } inline static int32_t get_offset_of_aheadOffsetRange_13() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___aheadOffsetRange_13)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_aheadOffsetRange_13() const { return ___aheadOffsetRange_13; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_aheadOffsetRange_13() { return &___aheadOffsetRange_13; } inline void set_aheadOffsetRange_13(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___aheadOffsetRange_13 = value; } inline static int32_t get_offset_of_angleVariation_14() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___angleVariation_14)); } inline float get_angleVariation_14() const { return ___angleVariation_14; } inline float* get_address_of_angleVariation_14() { return &___angleVariation_14; } inline void set_angleVariation_14(float value) { ___angleVariation_14 = value; } inline static int32_t get_offset_of_nearPlayerHarpoonDistance_15() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___nearPlayerHarpoonDistance_15)); } inline float get_nearPlayerHarpoonDistance_15() const { return ___nearPlayerHarpoonDistance_15; } inline float* get_address_of_nearPlayerHarpoonDistance_15() { return &___nearPlayerHarpoonDistance_15; } inline void set_nearPlayerHarpoonDistance_15(float value) { ___nearPlayerHarpoonDistance_15 = value; } inline static int32_t get_offset_of_linkedHarpoons_16() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___linkedHarpoons_16)); } inline bool get_linkedHarpoons_16() const { return ___linkedHarpoons_16; } inline bool* get_address_of_linkedHarpoons_16() { return &___linkedHarpoons_16; } inline void set_linkedHarpoons_16(bool value) { ___linkedHarpoons_16 = value; } inline static int32_t get_offset_of_nextHarpoonFire_17() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___nextHarpoonFire_17)); } inline float get_nextHarpoonFire_17() const { return ___nextHarpoonFire_17; } inline float* get_address_of_nextHarpoonFire_17() { return &___nextHarpoonFire_17; } inline void set_nextHarpoonFire_17(float value) { ___nextHarpoonFire_17 = value; } inline static int32_t get_offset_of_harpoonsFiredThisVolley_18() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonsFiredThisVolley_18)); } inline int32_t get_harpoonsFiredThisVolley_18() const { return ___harpoonsFiredThisVolley_18; } inline int32_t* get_address_of_harpoonsFiredThisVolley_18() { return &___harpoonsFiredThisVolley_18; } inline void set_harpoonsFiredThisVolley_18(int32_t value) { ___harpoonsFiredThisVolley_18 = value; } inline static int32_t get_offset_of_harpoonsFiredThisSet_19() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonsFiredThisSet_19)); } inline int32_t get_harpoonsFiredThisSet_19() const { return ___harpoonsFiredThisSet_19; } inline int32_t* get_address_of_harpoonsFiredThisSet_19() { return &___harpoonsFiredThisSet_19; } inline void set_harpoonsFiredThisSet_19(int32_t value) { ___harpoonsFiredThisSet_19 = value; } inline static int32_t get_offset_of_harpoonRightMax_20() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___harpoonRightMax_20)); } inline float get_harpoonRightMax_20() const { return ___harpoonRightMax_20; } inline float* get_address_of_harpoonRightMax_20() { return &___harpoonRightMax_20; } inline void set_harpoonRightMax_20(float value) { ___harpoonRightMax_20 = value; } inline static int32_t get_offset_of_lastHarpoonX_21() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___lastHarpoonX_21)); } inline float get_lastHarpoonX_21() const { return ___lastHarpoonX_21; } inline float* get_address_of_lastHarpoonX_21() { return &___lastHarpoonX_21; } inline void set_lastHarpoonX_21(float value) { ___lastHarpoonX_21 = value; } inline static int32_t get_offset_of_sameSideHarpoon_22() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___sameSideHarpoon_22)); } inline bool get_sameSideHarpoon_22() const { return ___sameSideHarpoon_22; } inline bool* get_address_of_sameSideHarpoon_22() { return &___sameSideHarpoon_22; } inline void set_sameSideHarpoon_22(bool value) { ___sameSideHarpoon_22 = value; } inline static int32_t get_offset_of_lastTractor_23() { return static_cast(offsetof(HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365, ___lastTractor_23)); } inline TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * get_lastTractor_23() const { return ___lastTractor_23; } inline TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 ** get_address_of_lastTractor_23() { return &___lastTractor_23; } inline void set_lastTractor_23(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * value) { ___lastTractor_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___lastTractor_23), (void*)value); } }; // HideFollowerAtDistance struct HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single HideFollowerAtDistance::distance float ___distance_4; // Follower HideFollowerAtDistance::follower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___follower_5; public: inline static int32_t get_offset_of_distance_4() { return static_cast(offsetof(HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F, ___distance_4)); } inline float get_distance_4() const { return ___distance_4; } inline float* get_address_of_distance_4() { return &___distance_4; } inline void set_distance_4(float value) { ___distance_4 = value; } inline static int32_t get_offset_of_follower_5() { return static_cast(offsetof(HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F, ___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); } }; // HitEffects struct HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Boolean HitEffects::destroyAfterAudioClip bool ___destroyAfterAudioClip_4; // System.Boolean HitEffects::useSlomoAdjustedPitch bool ___useSlomoAdjustedPitch_5; // System.Single HitEffects::pitchVariability float ___pitchVariability_6; // UnityEngine.AudioClip[] HitEffects::hitClips AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* ___hitClips_7; // UnityEngine.AudioSource HitEffects::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_8; // System.Single HitEffects::destroyAt float ___destroyAt_9; public: inline static int32_t get_offset_of_destroyAfterAudioClip_4() { return static_cast(offsetof(HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9, ___destroyAfterAudioClip_4)); } inline bool get_destroyAfterAudioClip_4() const { return ___destroyAfterAudioClip_4; } inline bool* get_address_of_destroyAfterAudioClip_4() { return &___destroyAfterAudioClip_4; } inline void set_destroyAfterAudioClip_4(bool value) { ___destroyAfterAudioClip_4 = value; } inline static int32_t get_offset_of_useSlomoAdjustedPitch_5() { return static_cast(offsetof(HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9, ___useSlomoAdjustedPitch_5)); } inline bool get_useSlomoAdjustedPitch_5() const { return ___useSlomoAdjustedPitch_5; } inline bool* get_address_of_useSlomoAdjustedPitch_5() { return &___useSlomoAdjustedPitch_5; } inline void set_useSlomoAdjustedPitch_5(bool value) { ___useSlomoAdjustedPitch_5 = value; } inline static int32_t get_offset_of_pitchVariability_6() { return static_cast(offsetof(HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9, ___pitchVariability_6)); } inline float get_pitchVariability_6() const { return ___pitchVariability_6; } inline float* get_address_of_pitchVariability_6() { return &___pitchVariability_6; } inline void set_pitchVariability_6(float value) { ___pitchVariability_6 = value; } inline static int32_t get_offset_of_hitClips_7() { return static_cast(offsetof(HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9, ___hitClips_7)); } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* get_hitClips_7() const { return ___hitClips_7; } inline AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE** get_address_of_hitClips_7() { return &___hitClips_7; } inline void set_hitClips_7(AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* value) { ___hitClips_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitClips_7), (void*)value); } inline static int32_t get_offset_of_source_8() { return static_cast(offsetof(HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9, ___source_8)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_8() const { return ___source_8; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_8() { return &___source_8; } inline void set_source_8(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_8), (void*)value); } inline static int32_t get_offset_of_destroyAt_9() { return static_cast(offsetof(HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9, ___destroyAt_9)); } inline float get_destroyAt_9() const { return ___destroyAt_9; } inline float* get_address_of_destroyAt_9() { return &___destroyAt_9; } inline void set_destroyAt_9(float value) { ___destroyAt_9 = value; } }; // HitParticleDisplay struct HitParticleDisplay_t22A871D73CA43B1D2CEA91F96DA296F51B9040AD : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform HitParticleDisplay::overrideParticleEffct Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___overrideParticleEffct_4; // System.Boolean HitParticleDisplay::useHitNormal bool ___useHitNormal_5; public: inline static int32_t get_offset_of_overrideParticleEffct_4() { return static_cast(offsetof(HitParticleDisplay_t22A871D73CA43B1D2CEA91F96DA296F51B9040AD, ___overrideParticleEffct_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_overrideParticleEffct_4() const { return ___overrideParticleEffct_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_overrideParticleEffct_4() { return &___overrideParticleEffct_4; } inline void set_overrideParticleEffct_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___overrideParticleEffct_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___overrideParticleEffct_4), (void*)value); } inline static int32_t get_offset_of_useHitNormal_5() { return static_cast(offsetof(HitParticleDisplay_t22A871D73CA43B1D2CEA91F96DA296F51B9040AD, ___useHitNormal_5)); } inline bool get_useHitNormal_5() const { return ___useHitNormal_5; } inline bool* get_address_of_useHitNormal_5() { return &___useHitNormal_5; } inline void set_useHitNormal_5(bool value) { ___useHitNormal_5 = value; } }; // HitPhysics struct HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single HitPhysics::physicsForce float ___physicsForce_4; // System.Boolean HitPhysics::multipliedByDamage bool ___multipliedByDamage_5; // System.Single HitPhysics::createdRbMass float ___createdRbMass_6; // UnityEngine.Rigidbody HitPhysics::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_7; public: inline static int32_t get_offset_of_physicsForce_4() { return static_cast(offsetof(HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333, ___physicsForce_4)); } inline float get_physicsForce_4() const { return ___physicsForce_4; } inline float* get_address_of_physicsForce_4() { return &___physicsForce_4; } inline void set_physicsForce_4(float value) { ___physicsForce_4 = value; } inline static int32_t get_offset_of_multipliedByDamage_5() { return static_cast(offsetof(HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333, ___multipliedByDamage_5)); } inline bool get_multipliedByDamage_5() const { return ___multipliedByDamage_5; } inline bool* get_address_of_multipliedByDamage_5() { return &___multipliedByDamage_5; } inline void set_multipliedByDamage_5(bool value) { ___multipliedByDamage_5 = value; } inline static int32_t get_offset_of_createdRbMass_6() { return static_cast(offsetof(HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333, ___createdRbMass_6)); } inline float get_createdRbMass_6() const { return ___createdRbMass_6; } inline float* get_address_of_createdRbMass_6() { return &___createdRbMass_6; } inline void set_createdRbMass_6(float value) { ___createdRbMass_6 = value; } inline static int32_t get_offset_of_rb_7() { return static_cast(offsetof(HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333, ___rb_7)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_7() const { return ___rb_7; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_7() { return &___rb_7; } inline void set_rb_7(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_7), (void*)value); } }; // Hitable struct Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Int32 Hitable::priority int32_t ___priority_4; // System.Single Hitable::sidearmDamageMultiplier float ___sidearmDamageMultiplier_5; // System.Boolean Hitable::isWeakpoint bool ___isWeakpoint_6; // UnityEngine.Transform Hitable::hitParticlesSidearm Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hitParticlesSidearm_7; // UnityEngine.Transform Hitable::hitParticlesMainGun Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___hitParticlesMainGun_8; // HitEvent Hitable::onHit HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * ___onHit_9; // BeingAimedAt Hitable::aimedAt BeingAimedAt_t8280223B08635115C8C3784672E57FEF5F1DA144 * ___aimedAt_10; public: inline static int32_t get_offset_of_priority_4() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___priority_4)); } inline int32_t get_priority_4() const { return ___priority_4; } inline int32_t* get_address_of_priority_4() { return &___priority_4; } inline void set_priority_4(int32_t value) { ___priority_4 = value; } inline static int32_t get_offset_of_sidearmDamageMultiplier_5() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___sidearmDamageMultiplier_5)); } inline float get_sidearmDamageMultiplier_5() const { return ___sidearmDamageMultiplier_5; } inline float* get_address_of_sidearmDamageMultiplier_5() { return &___sidearmDamageMultiplier_5; } inline void set_sidearmDamageMultiplier_5(float value) { ___sidearmDamageMultiplier_5 = value; } inline static int32_t get_offset_of_isWeakpoint_6() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___isWeakpoint_6)); } inline bool get_isWeakpoint_6() const { return ___isWeakpoint_6; } inline bool* get_address_of_isWeakpoint_6() { return &___isWeakpoint_6; } inline void set_isWeakpoint_6(bool value) { ___isWeakpoint_6 = value; } inline static int32_t get_offset_of_hitParticlesSidearm_7() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___hitParticlesSidearm_7)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hitParticlesSidearm_7() const { return ___hitParticlesSidearm_7; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hitParticlesSidearm_7() { return &___hitParticlesSidearm_7; } inline void set_hitParticlesSidearm_7(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hitParticlesSidearm_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitParticlesSidearm_7), (void*)value); } inline static int32_t get_offset_of_hitParticlesMainGun_8() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___hitParticlesMainGun_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_hitParticlesMainGun_8() const { return ___hitParticlesMainGun_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_hitParticlesMainGun_8() { return &___hitParticlesMainGun_8; } inline void set_hitParticlesMainGun_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___hitParticlesMainGun_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitParticlesMainGun_8), (void*)value); } inline static int32_t get_offset_of_onHit_9() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___onHit_9)); } inline HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * get_onHit_9() const { return ___onHit_9; } inline HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 ** get_address_of_onHit_9() { return &___onHit_9; } inline void set_onHit_9(HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * value) { ___onHit_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHit_9), (void*)value); } inline static int32_t get_offset_of_aimedAt_10() { return static_cast(offsetof(Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28, ___aimedAt_10)); } inline BeingAimedAt_t8280223B08635115C8C3784672E57FEF5F1DA144 * get_aimedAt_10() const { return ___aimedAt_10; } inline BeingAimedAt_t8280223B08635115C8C3784672E57FEF5F1DA144 ** get_address_of_aimedAt_10() { return &___aimedAt_10; } inline void set_aimedAt_10(BeingAimedAt_t8280223B08635115C8C3784672E57FEF5F1DA144 * value) { ___aimedAt_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___aimedAt_10), (void*)value); } }; // HitscanLineRenderer struct HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform HitscanLineRenderer::linePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___linePrefab_4; // UnityEngine.Gradient HitscanLineRenderer::hitGrad Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___hitGrad_5; // UnityEngine.Gradient HitscanLineRenderer::missGrad Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___missGrad_6; // System.Int32 HitscanLineRenderer::lineCount int32_t ___lineCount_7; // System.Single HitscanLineRenderer::lineWidth float ___lineWidth_8; // System.Single HitscanLineRenderer::duration float ___duration_9; // System.Collections.Generic.List`1 HitscanLineRenderer::lines List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * ___lines_10; // System.Int32 HitscanLineRenderer::nextLineToRender int32_t ___nextLineToRender_11; public: inline static int32_t get_offset_of_linePrefab_4() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___linePrefab_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_linePrefab_4() const { return ___linePrefab_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_linePrefab_4() { return &___linePrefab_4; } inline void set_linePrefab_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___linePrefab_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___linePrefab_4), (void*)value); } inline static int32_t get_offset_of_hitGrad_5() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___hitGrad_5)); } inline Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * get_hitGrad_5() const { return ___hitGrad_5; } inline Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 ** get_address_of_hitGrad_5() { return &___hitGrad_5; } inline void set_hitGrad_5(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * value) { ___hitGrad_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___hitGrad_5), (void*)value); } inline static int32_t get_offset_of_missGrad_6() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___missGrad_6)); } inline Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * get_missGrad_6() const { return ___missGrad_6; } inline Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 ** get_address_of_missGrad_6() { return &___missGrad_6; } inline void set_missGrad_6(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * value) { ___missGrad_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___missGrad_6), (void*)value); } inline static int32_t get_offset_of_lineCount_7() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___lineCount_7)); } inline int32_t get_lineCount_7() const { return ___lineCount_7; } inline int32_t* get_address_of_lineCount_7() { return &___lineCount_7; } inline void set_lineCount_7(int32_t value) { ___lineCount_7 = value; } inline static int32_t get_offset_of_lineWidth_8() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___lineWidth_8)); } inline float get_lineWidth_8() const { return ___lineWidth_8; } inline float* get_address_of_lineWidth_8() { return &___lineWidth_8; } inline void set_lineWidth_8(float value) { ___lineWidth_8 = value; } inline static int32_t get_offset_of_duration_9() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___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_lines_10() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___lines_10)); } inline List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * get_lines_10() const { return ___lines_10; } inline List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 ** get_address_of_lines_10() { return &___lines_10; } inline void set_lines_10(List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * value) { ___lines_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___lines_10), (void*)value); } inline static int32_t get_offset_of_nextLineToRender_11() { return static_cast(offsetof(HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61, ___nextLineToRender_11)); } inline int32_t get_nextLineToRender_11() const { return ___nextLineToRender_11; } inline int32_t* get_address_of_nextLineToRender_11() { return &___nextLineToRender_11; } inline void set_nextLineToRender_11(int32_t value) { ___nextLineToRender_11 = value; } }; // Holster struct Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject Holster::heldWeapon GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___heldWeapon_9; // UnityEngine.Transform Holster::holsteredTransform Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___holsteredTransform_10; // UnityEngine.GameObject Holster::tractorBeam GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___tractorBeam_11; // UnityEngine.Transform Holster::powerupDisplay Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___powerupDisplay_12; // System.Boolean Holster::powerupMuteAudioOverride bool ___powerupMuteAudioOverride_13; // UnityEngine.Transform Holster::playerMoveArea Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___playerMoveArea_14; // UnityEngine.Events.UnityEvent Holster::onHolstered UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onHolstered_15; // Sidearm Holster::sidearm Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * ___sidearm_16; // UnityEngine.Rigidbody Holster::sidearmRB Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___sidearmRB_17; // Handlegun Holster::handlegun Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * ___handlegun_18; // System.Single Holster::timeFree float ___timeFree_19; // System.Boolean Holster::holstered bool ___holstered_20; // PowerUpType Holster::displayedPowerUp int32_t ___displayedPowerUp_21; public: inline static int32_t get_offset_of_heldWeapon_9() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___heldWeapon_9)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_heldWeapon_9() const { return ___heldWeapon_9; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_heldWeapon_9() { return &___heldWeapon_9; } inline void set_heldWeapon_9(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___heldWeapon_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___heldWeapon_9), (void*)value); } inline static int32_t get_offset_of_holsteredTransform_10() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___holsteredTransform_10)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_holsteredTransform_10() const { return ___holsteredTransform_10; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_holsteredTransform_10() { return &___holsteredTransform_10; } inline void set_holsteredTransform_10(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___holsteredTransform_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___holsteredTransform_10), (void*)value); } inline static int32_t get_offset_of_tractorBeam_11() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___tractorBeam_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_tractorBeam_11() const { return ___tractorBeam_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_tractorBeam_11() { return &___tractorBeam_11; } inline void set_tractorBeam_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___tractorBeam_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___tractorBeam_11), (void*)value); } inline static int32_t get_offset_of_powerupDisplay_12() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___powerupDisplay_12)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_powerupDisplay_12() const { return ___powerupDisplay_12; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_powerupDisplay_12() { return &___powerupDisplay_12; } inline void set_powerupDisplay_12(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___powerupDisplay_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___powerupDisplay_12), (void*)value); } inline static int32_t get_offset_of_powerupMuteAudioOverride_13() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___powerupMuteAudioOverride_13)); } inline bool get_powerupMuteAudioOverride_13() const { return ___powerupMuteAudioOverride_13; } inline bool* get_address_of_powerupMuteAudioOverride_13() { return &___powerupMuteAudioOverride_13; } inline void set_powerupMuteAudioOverride_13(bool value) { ___powerupMuteAudioOverride_13 = value; } inline static int32_t get_offset_of_playerMoveArea_14() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___playerMoveArea_14)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_playerMoveArea_14() const { return ___playerMoveArea_14; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_playerMoveArea_14() { return &___playerMoveArea_14; } inline void set_playerMoveArea_14(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___playerMoveArea_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___playerMoveArea_14), (void*)value); } inline static int32_t get_offset_of_onHolstered_15() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___onHolstered_15)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onHolstered_15() const { return ___onHolstered_15; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onHolstered_15() { return &___onHolstered_15; } inline void set_onHolstered_15(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onHolstered_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___onHolstered_15), (void*)value); } inline static int32_t get_offset_of_sidearm_16() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___sidearm_16)); } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * get_sidearm_16() const { return ___sidearm_16; } inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 ** get_address_of_sidearm_16() { return &___sidearm_16; } inline void set_sidearm_16(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * value) { ___sidearm_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidearm_16), (void*)value); } inline static int32_t get_offset_of_sidearmRB_17() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___sidearmRB_17)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_sidearmRB_17() const { return ___sidearmRB_17; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_sidearmRB_17() { return &___sidearmRB_17; } inline void set_sidearmRB_17(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___sidearmRB_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidearmRB_17), (void*)value); } inline static int32_t get_offset_of_handlegun_18() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___handlegun_18)); } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * get_handlegun_18() const { return ___handlegun_18; } inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 ** get_address_of_handlegun_18() { return &___handlegun_18; } inline void set_handlegun_18(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * value) { ___handlegun_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___handlegun_18), (void*)value); } inline static int32_t get_offset_of_timeFree_19() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___timeFree_19)); } inline float get_timeFree_19() const { return ___timeFree_19; } inline float* get_address_of_timeFree_19() { return &___timeFree_19; } inline void set_timeFree_19(float value) { ___timeFree_19 = value; } inline static int32_t get_offset_of_holstered_20() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___holstered_20)); } inline bool get_holstered_20() const { return ___holstered_20; } inline bool* get_address_of_holstered_20() { return &___holstered_20; } inline void set_holstered_20(bool value) { ___holstered_20 = value; } inline static int32_t get_offset_of_displayedPowerUp_21() { return static_cast(offsetof(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7, ___displayedPowerUp_21)); } inline int32_t get_displayedPowerUp_21() const { return ___displayedPowerUp_21; } inline int32_t* get_address_of_displayedPowerUp_21() { return &___displayedPowerUp_21; } inline void set_displayedPowerUp_21(int32_t value) { ___displayedPowerUp_21 = value; } }; // HoverBikeAnimationController struct HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Animator HoverBikeAnimationController::riderAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___riderAnim_4; // HoverBikeFireControl HoverBikeAnimationController::fireControl HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * ___fireControl_5; // UnityEngine.GameObject HoverBikeAnimationController::riderSeated GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___riderSeated_6; // UnityEngine.GameObject HoverBikeAnimationController::riderRagdoll GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___riderRagdoll_7; // UnityEngine.Transform HoverBikeAnimationController::explodePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explodePrefab_8; // UnityEngine.Events.UnityEvent HoverBikeAnimationController::onExplode UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onExplode_9; // System.Boolean HoverBikeAnimationController::k__BackingField bool ___U3CIsStrafingU3Ek__BackingField_10; // UnityEngine.Animator HoverBikeAnimationController::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_11; public: inline static int32_t get_offset_of_riderAnim_4() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___riderAnim_4)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_riderAnim_4() const { return ___riderAnim_4; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_riderAnim_4() { return &___riderAnim_4; } inline void set_riderAnim_4(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___riderAnim_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___riderAnim_4), (void*)value); } inline static int32_t get_offset_of_fireControl_5() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___fireControl_5)); } inline HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * get_fireControl_5() const { return ___fireControl_5; } inline HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 ** get_address_of_fireControl_5() { return &___fireControl_5; } inline void set_fireControl_5(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * value) { ___fireControl_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireControl_5), (void*)value); } inline static int32_t get_offset_of_riderSeated_6() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___riderSeated_6)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_riderSeated_6() const { return ___riderSeated_6; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_riderSeated_6() { return &___riderSeated_6; } inline void set_riderSeated_6(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___riderSeated_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___riderSeated_6), (void*)value); } inline static int32_t get_offset_of_riderRagdoll_7() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___riderRagdoll_7)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_riderRagdoll_7() const { return ___riderRagdoll_7; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_riderRagdoll_7() { return &___riderRagdoll_7; } inline void set_riderRagdoll_7(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___riderRagdoll_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___riderRagdoll_7), (void*)value); } inline static int32_t get_offset_of_explodePrefab_8() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___explodePrefab_8)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explodePrefab_8() const { return ___explodePrefab_8; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explodePrefab_8() { return &___explodePrefab_8; } inline void set_explodePrefab_8(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explodePrefab_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___explodePrefab_8), (void*)value); } inline static int32_t get_offset_of_onExplode_9() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___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_U3CIsStrafingU3Ek__BackingField_10() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___U3CIsStrafingU3Ek__BackingField_10)); } inline bool get_U3CIsStrafingU3Ek__BackingField_10() const { return ___U3CIsStrafingU3Ek__BackingField_10; } inline bool* get_address_of_U3CIsStrafingU3Ek__BackingField_10() { return &___U3CIsStrafingU3Ek__BackingField_10; } inline void set_U3CIsStrafingU3Ek__BackingField_10(bool value) { ___U3CIsStrafingU3Ek__BackingField_10 = value; } inline static int32_t get_offset_of_anim_11() { return static_cast(offsetof(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127, ___anim_11)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_11() const { return ___anim_11; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_11() { return &___anim_11; } inline void set_anim_11(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_11), (void*)value); } }; // HoverBikeFireControl struct HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.GameObject HoverBikeFireControl::moveModeContainer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___moveModeContainer_4; // Fireable[] HoverBikeFireControl::controlledFireables FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* ___controlledFireables_5; // EnemyMovement[] HoverBikeFireControl::movers EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* ___movers_6; // UnityEngine.Animator HoverBikeFireControl::fireAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___fireAnim_7; // UnityEngine.AudioSource HoverBikeFireControl::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_8; // System.Boolean HoverBikeFireControl::gotAhead bool ___gotAhead_9; // System.Single HoverBikeFireControl::forwardDist float ___forwardDist_10; // System.Boolean HoverBikeFireControl::k__BackingField bool ___U3CGotDestroyedU3Ek__BackingField_11; public: inline static int32_t get_offset_of_moveModeContainer_4() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___moveModeContainer_4)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_moveModeContainer_4() const { return ___moveModeContainer_4; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_moveModeContainer_4() { return &___moveModeContainer_4; } inline void set_moveModeContainer_4(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___moveModeContainer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___moveModeContainer_4), (void*)value); } inline static int32_t get_offset_of_controlledFireables_5() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___controlledFireables_5)); } inline FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* get_controlledFireables_5() const { return ___controlledFireables_5; } inline FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E** get_address_of_controlledFireables_5() { return &___controlledFireables_5; } inline void set_controlledFireables_5(FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* value) { ___controlledFireables_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlledFireables_5), (void*)value); } inline static int32_t get_offset_of_movers_6() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___movers_6)); } inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* get_movers_6() const { return ___movers_6; } inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD** get_address_of_movers_6() { return &___movers_6; } inline void set_movers_6(EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* value) { ___movers_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___movers_6), (void*)value); } inline static int32_t get_offset_of_fireAnim_7() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___fireAnim_7)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_fireAnim_7() const { return ___fireAnim_7; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_fireAnim_7() { return &___fireAnim_7; } inline void set_fireAnim_7(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___fireAnim_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireAnim_7), (void*)value); } inline static int32_t get_offset_of_source_8() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___source_8)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_8() const { return ___source_8; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_8() { return &___source_8; } inline void set_source_8(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_8), (void*)value); } inline static int32_t get_offset_of_gotAhead_9() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___gotAhead_9)); } inline bool get_gotAhead_9() const { return ___gotAhead_9; } inline bool* get_address_of_gotAhead_9() { return &___gotAhead_9; } inline void set_gotAhead_9(bool value) { ___gotAhead_9 = value; } inline static int32_t get_offset_of_forwardDist_10() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___forwardDist_10)); } inline float get_forwardDist_10() const { return ___forwardDist_10; } inline float* get_address_of_forwardDist_10() { return &___forwardDist_10; } inline void set_forwardDist_10(float value) { ___forwardDist_10 = value; } inline static int32_t get_offset_of_U3CGotDestroyedU3Ek__BackingField_11() { return static_cast(offsetof(HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6, ___U3CGotDestroyedU3Ek__BackingField_11)); } inline bool get_U3CGotDestroyedU3Ek__BackingField_11() const { return ___U3CGotDestroyedU3Ek__BackingField_11; } inline bool* get_address_of_U3CGotDestroyedU3Ek__BackingField_11() { return &___U3CGotDestroyedU3Ek__BackingField_11; } inline void set_U3CGotDestroyedU3Ek__BackingField_11(bool value) { ___U3CGotDestroyedU3Ek__BackingField_11 = value; } }; // Interactable struct Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource Interactable::activateAudio AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___activateAudio_4; // UnityEngine.Transform Interactable::highlight Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___highlight_5; // System.String Interactable::highlightPropertyName String_t* ___highlightPropertyName_6; // UnityEngine.Color Interactable::highlightColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___highlightColor_7; // System.Boolean Interactable::proximityInteract bool ___proximityInteract_8; // System.Boolean Interactable::isHighlighted bool ___isHighlighted_9; // System.Collections.Generic.Dictionary`2 Interactable::BaseMaterials Dictionary_2_tEBDFEF76FF3F85FB06830EF6DFFB7AE848DBADE3 * ___BaseMaterials_10; // Hand Interactable::k__BackingField Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___U3CActorU3Ek__BackingField_11; public: inline static int32_t get_offset_of_activateAudio_4() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___activateAudio_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_activateAudio_4() const { return ___activateAudio_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_activateAudio_4() { return &___activateAudio_4; } inline void set_activateAudio_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___activateAudio_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___activateAudio_4), (void*)value); } inline static int32_t get_offset_of_highlight_5() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___highlight_5)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_highlight_5() const { return ___highlight_5; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_highlight_5() { return &___highlight_5; } inline void set_highlight_5(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___highlight_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___highlight_5), (void*)value); } inline static int32_t get_offset_of_highlightPropertyName_6() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___highlightPropertyName_6)); } inline String_t* get_highlightPropertyName_6() const { return ___highlightPropertyName_6; } inline String_t** get_address_of_highlightPropertyName_6() { return &___highlightPropertyName_6; } inline void set_highlightPropertyName_6(String_t* value) { ___highlightPropertyName_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___highlightPropertyName_6), (void*)value); } inline static int32_t get_offset_of_highlightColor_7() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___highlightColor_7)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_highlightColor_7() const { return ___highlightColor_7; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_highlightColor_7() { return &___highlightColor_7; } inline void set_highlightColor_7(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___highlightColor_7 = value; } inline static int32_t get_offset_of_proximityInteract_8() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___proximityInteract_8)); } inline bool get_proximityInteract_8() const { return ___proximityInteract_8; } inline bool* get_address_of_proximityInteract_8() { return &___proximityInteract_8; } inline void set_proximityInteract_8(bool value) { ___proximityInteract_8 = value; } inline static int32_t get_offset_of_isHighlighted_9() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___isHighlighted_9)); } inline bool get_isHighlighted_9() const { return ___isHighlighted_9; } inline bool* get_address_of_isHighlighted_9() { return &___isHighlighted_9; } inline void set_isHighlighted_9(bool value) { ___isHighlighted_9 = value; } inline static int32_t get_offset_of_BaseMaterials_10() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___BaseMaterials_10)); } inline Dictionary_2_tEBDFEF76FF3F85FB06830EF6DFFB7AE848DBADE3 * get_BaseMaterials_10() const { return ___BaseMaterials_10; } inline Dictionary_2_tEBDFEF76FF3F85FB06830EF6DFFB7AE848DBADE3 ** get_address_of_BaseMaterials_10() { return &___BaseMaterials_10; } inline void set_BaseMaterials_10(Dictionary_2_tEBDFEF76FF3F85FB06830EF6DFFB7AE848DBADE3 * value) { ___BaseMaterials_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___BaseMaterials_10), (void*)value); } inline static int32_t get_offset_of_U3CActorU3Ek__BackingField_11() { return static_cast(offsetof(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4, ___U3CActorU3Ek__BackingField_11)); } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * get_U3CActorU3Ek__BackingField_11() const { return ___U3CActorU3Ek__BackingField_11; } inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 ** get_address_of_U3CActorU3Ek__BackingField_11() { return &___U3CActorU3Ek__BackingField_11; } inline void set_U3CActorU3Ek__BackingField_11(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * value) { ___U3CActorU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CActorU3Ek__BackingField_11), (void*)value); } }; // MenuPointer struct MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // MenuPointer MenuPointer::other MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * ___other_4; // UnityEngine.GameObject MenuPointer::pointer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___pointer_5; // UnityEngine.Transform MenuPointer::tip Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___tip_6; // HandToControllerTracking MenuPointer::tracker HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * ___tracker_7; // System.Single MenuPointer::duration float ___duration_8; // System.Single MenuPointer::maxPointerDistance float ___maxPointerDistance_9; // UnityEngine.LayerMask MenuPointer::pointerHitLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___pointerHitLayers_10; // UnityEngine.LayerMask MenuPointer::beginPointDetectLayer LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___beginPointDetectLayer_11; // UnityEngine.LineRenderer MenuPointer::lineRenderer LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * ___lineRenderer_12; // System.Single MenuPointer::hideAt float ___hideAt_13; // UnityEngine.RaycastHit[] MenuPointer::hits RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* ___hits_14; // UnityEngine.Collider[] MenuPointer::sphereHits ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___sphereHits_15; // BikeButton MenuPointer::highlightedButton BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * ___highlightedButton_16; // UnityEngine.Animator MenuPointer::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_17; // System.Boolean MenuPointer::k__BackingField bool ___U3CIsPointingU3Ek__BackingField_18; public: inline static int32_t get_offset_of_other_4() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___other_4)); } inline MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * get_other_4() const { return ___other_4; } inline MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 ** get_address_of_other_4() { return &___other_4; } inline void set_other_4(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * value) { ___other_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___other_4), (void*)value); } inline static int32_t get_offset_of_pointer_5() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___pointer_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_pointer_5() const { return ___pointer_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_pointer_5() { return &___pointer_5; } inline void set_pointer_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___pointer_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pointer_5), (void*)value); } inline static int32_t get_offset_of_tip_6() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___tip_6)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_tip_6() const { return ___tip_6; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_tip_6() { return &___tip_6; } inline void set_tip_6(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___tip_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___tip_6), (void*)value); } inline static int32_t get_offset_of_tracker_7() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___tracker_7)); } inline HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * get_tracker_7() const { return ___tracker_7; } inline HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 ** get_address_of_tracker_7() { return &___tracker_7; } inline void set_tracker_7(HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * value) { ___tracker_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___tracker_7), (void*)value); } inline static int32_t get_offset_of_duration_8() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___duration_8)); } inline float get_duration_8() const { return ___duration_8; } inline float* get_address_of_duration_8() { return &___duration_8; } inline void set_duration_8(float value) { ___duration_8 = value; } inline static int32_t get_offset_of_maxPointerDistance_9() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___maxPointerDistance_9)); } inline float get_maxPointerDistance_9() const { return ___maxPointerDistance_9; } inline float* get_address_of_maxPointerDistance_9() { return &___maxPointerDistance_9; } inline void set_maxPointerDistance_9(float value) { ___maxPointerDistance_9 = value; } inline static int32_t get_offset_of_pointerHitLayers_10() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___pointerHitLayers_10)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_pointerHitLayers_10() const { return ___pointerHitLayers_10; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_pointerHitLayers_10() { return &___pointerHitLayers_10; } inline void set_pointerHitLayers_10(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___pointerHitLayers_10 = value; } inline static int32_t get_offset_of_beginPointDetectLayer_11() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___beginPointDetectLayer_11)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_beginPointDetectLayer_11() const { return ___beginPointDetectLayer_11; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_beginPointDetectLayer_11() { return &___beginPointDetectLayer_11; } inline void set_beginPointDetectLayer_11(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___beginPointDetectLayer_11 = value; } inline static int32_t get_offset_of_lineRenderer_12() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___lineRenderer_12)); } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * get_lineRenderer_12() const { return ___lineRenderer_12; } inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 ** get_address_of_lineRenderer_12() { return &___lineRenderer_12; } inline void set_lineRenderer_12(LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * value) { ___lineRenderer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___lineRenderer_12), (void*)value); } inline static int32_t get_offset_of_hideAt_13() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___hideAt_13)); } inline float get_hideAt_13() const { return ___hideAt_13; } inline float* get_address_of_hideAt_13() { return &___hideAt_13; } inline void set_hideAt_13(float value) { ___hideAt_13 = value; } inline static int32_t get_offset_of_hits_14() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___hits_14)); } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* get_hits_14() const { return ___hits_14; } inline RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09** get_address_of_hits_14() { return &___hits_14; } inline void set_hits_14(RaycastHitU5BU5D_t6778DB95346906446AAD3A1A36904F1846435A09* value) { ___hits_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___hits_14), (void*)value); } inline static int32_t get_offset_of_sphereHits_15() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___sphereHits_15)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_sphereHits_15() const { return ___sphereHits_15; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_sphereHits_15() { return &___sphereHits_15; } inline void set_sphereHits_15(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___sphereHits_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___sphereHits_15), (void*)value); } inline static int32_t get_offset_of_highlightedButton_16() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___highlightedButton_16)); } inline BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * get_highlightedButton_16() const { return ___highlightedButton_16; } inline BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC ** get_address_of_highlightedButton_16() { return &___highlightedButton_16; } inline void set_highlightedButton_16(BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * value) { ___highlightedButton_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___highlightedButton_16), (void*)value); } inline static int32_t get_offset_of_anim_17() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___anim_17)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_17() const { return ___anim_17; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_17() { return &___anim_17; } inline void set_anim_17(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_17), (void*)value); } inline static int32_t get_offset_of_U3CIsPointingU3Ek__BackingField_18() { return static_cast(offsetof(MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3, ___U3CIsPointingU3Ek__BackingField_18)); } inline bool get_U3CIsPointingU3Ek__BackingField_18() const { return ___U3CIsPointingU3Ek__BackingField_18; } inline bool* get_address_of_U3CIsPointingU3Ek__BackingField_18() { return &___U3CIsPointingU3Ek__BackingField_18; } inline void set_U3CIsPointingU3Ek__BackingField_18(bool value) { ___U3CIsPointingU3Ek__BackingField_18 = value; } }; // PathCreation.PathCreator struct PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action PathCreation.PathCreator::pathUpdated Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___pathUpdated_4; // PathCreation.PathCreatorData PathCreation.PathCreator::editorData PathCreatorData_t419679050DD058D86D64983CF48BB2723C3FEEDD * ___editorData_5; // System.Boolean PathCreation.PathCreator::initialized bool ___initialized_6; // PathCreation.GlobalDisplaySettings PathCreation.PathCreator::globalEditorDisplaySettings GlobalDisplaySettings_t1E4F925AFF1655DA1E78689D98562740C1F61812 * ___globalEditorDisplaySettings_7; public: inline static int32_t get_offset_of_pathUpdated_4() { return static_cast(offsetof(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804, ___pathUpdated_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_pathUpdated_4() const { return ___pathUpdated_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_pathUpdated_4() { return &___pathUpdated_4; } inline void set_pathUpdated_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___pathUpdated_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathUpdated_4), (void*)value); } inline static int32_t get_offset_of_editorData_5() { return static_cast(offsetof(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804, ___editorData_5)); } inline PathCreatorData_t419679050DD058D86D64983CF48BB2723C3FEEDD * get_editorData_5() const { return ___editorData_5; } inline PathCreatorData_t419679050DD058D86D64983CF48BB2723C3FEEDD ** get_address_of_editorData_5() { return &___editorData_5; } inline void set_editorData_5(PathCreatorData_t419679050DD058D86D64983CF48BB2723C3FEEDD * value) { ___editorData_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorData_5), (void*)value); } inline static int32_t get_offset_of_initialized_6() { return static_cast(offsetof(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804, ___initialized_6)); } inline bool get_initialized_6() const { return ___initialized_6; } inline bool* get_address_of_initialized_6() { return &___initialized_6; } inline void set_initialized_6(bool value) { ___initialized_6 = value; } inline static int32_t get_offset_of_globalEditorDisplaySettings_7() { return static_cast(offsetof(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804, ___globalEditorDisplaySettings_7)); } inline GlobalDisplaySettings_t1E4F925AFF1655DA1E78689D98562740C1F61812 * get_globalEditorDisplaySettings_7() const { return ___globalEditorDisplaySettings_7; } inline GlobalDisplaySettings_t1E4F925AFF1655DA1E78689D98562740C1F61812 ** get_address_of_globalEditorDisplaySettings_7() { return &___globalEditorDisplaySettings_7; } inline void set_globalEditorDisplaySettings_7(GlobalDisplaySettings_t1E4F925AFF1655DA1E78689D98562740C1F61812 * value) { ___globalEditorDisplaySettings_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___globalEditorDisplaySettings_7), (void*)value); } }; // PathCreation.Examples.PathSceneTool struct PathSceneTool_t7FF61C2AC5538D780770CCDBCCE9DBDB8A86935A : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Action PathCreation.Examples.PathSceneTool::onDestroyed Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___onDestroyed_4; // PathCreation.PathCreator PathCreation.Examples.PathSceneTool::pathCreator PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * ___pathCreator_5; // System.Boolean PathCreation.Examples.PathSceneTool::autoUpdate bool ___autoUpdate_6; public: inline static int32_t get_offset_of_onDestroyed_4() { return static_cast(offsetof(PathSceneTool_t7FF61C2AC5538D780770CCDBCCE9DBDB8A86935A, ___onDestroyed_4)); } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * get_onDestroyed_4() const { return ___onDestroyed_4; } inline Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 ** get_address_of_onDestroyed_4() { return &___onDestroyed_4; } inline void set_onDestroyed_4(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * value) { ___onDestroyed_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___onDestroyed_4), (void*)value); } inline static int32_t get_offset_of_pathCreator_5() { return static_cast(offsetof(PathSceneTool_t7FF61C2AC5538D780770CCDBCCE9DBDB8A86935A, ___pathCreator_5)); } inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * get_pathCreator_5() const { return ___pathCreator_5; } inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 ** get_address_of_pathCreator_5() { return &___pathCreator_5; } inline void set_pathCreator_5(PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * value) { ___pathCreator_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathCreator_5), (void*)value); } inline static int32_t get_offset_of_autoUpdate_6() { return static_cast(offsetof(PathSceneTool_t7FF61C2AC5538D780770CCDBCCE9DBDB8A86935A, ___autoUpdate_6)); } inline bool get_autoUpdate_6() const { return ___autoUpdate_6; } inline bool* get_address_of_autoUpdate_6() { return &___autoUpdate_6; } inline void set_autoUpdate_6(bool value) { ___autoUpdate_6 = value; } }; // PointsToInteractable struct PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Interactable PointsToInteractable::interactable Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * ___interactable_4; public: inline static int32_t get_offset_of_interactable_4() { return static_cast(offsetof(PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8, ___interactable_4)); } inline Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * get_interactable_4() const { return ___interactable_4; } inline Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 ** get_address_of_interactable_4() { return &___interactable_4; } inline void set_interactable_4(Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * value) { ___interactable_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___interactable_4), (void*)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); } }; // 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; } }; // Slomo struct Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single Slomo::slomoTimeScale float ___slomoTimeScale_7; // System.Single Slomo::slomoFiringExponent float ___slomoFiringExponent_8; // System.Single Slomo::slomoMinPitch float ___slomoMinPitch_9; // MeterUI Slomo::energyMeter MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * ___energyMeter_10; // System.Single Slomo::slomoMaxEnergy float ___slomoMaxEnergy_11; // System.Single Slomo::drainPerSecond float ___drainPerSecond_12; // System.Single Slomo::timescaleSwitchSpeed float ___timescaleSwitchSpeed_13; // System.Single Slomo::baseRechargeSpeed float ___baseRechargeSpeed_14; // System.Single Slomo::fullThrottleRechargeSpeed float ___fullThrottleRechargeSpeed_15; // System.Single Slomo::noThrottleRechargeSpeed float ___noThrottleRechargeSpeed_16; // System.Single Slomo::enterSlomoDrain float ___enterSlomoDrain_17; // System.Single Slomo::slomoComboRushMultiplier float ___slomoComboRushMultiplier_18; // System.Single Slomo::bossTimeTilMaxSlow float ___bossTimeTilMaxSlow_19; // System.Single Slomo::bossTimeAtMaxSlow float ___bossTimeAtMaxSlow_20; // System.Single Slomo::bossTimeToReturn float ___bossTimeToReturn_21; // System.Single Slomo::bossMaxSlow float ___bossMaxSlow_22; // UnityEngine.Animator Slomo::slowmoScreenEffectAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___slowmoScreenEffectAnim_23; // UnityEngine.AudioSource Slomo::slomoSoundSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___slomoSoundSource_24; // UnityEngine.AudioClip Slomo::enterSlomoClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___enterSlomoClip_25; // UnityEngine.AudioClip Slomo::exitSlomoClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___exitSlomoClip_26; // UnityEngine.AudioClip Slomo::instantRushGainClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___instantRushGainClip_27; // UnityEngine.AudioClip Slomo::rushFullClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___rushFullClip_28; // UnityEngine.AudioClip Slomo::rushFullClipJP AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___rushFullClipJP_29; // UnityEngine.Animator Slomo::slashFXAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___slashFXAnim_30; // System.Single Slomo::lastTimeScale float ___lastTimeScale_38; // System.Single Slomo::bossSlowCount float ___bossSlowCount_39; // System.Single Slomo::timeChangeInterval float ___timeChangeInterval_40; // Handlegun[] Slomo::guns HandlegunU5BU5D_tDD56BFB878A6E61613416CF31C0D71DA6C2F4979* ___guns_41; public: inline static int32_t get_offset_of_slomoTimeScale_7() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slomoTimeScale_7)); } inline float get_slomoTimeScale_7() const { return ___slomoTimeScale_7; } inline float* get_address_of_slomoTimeScale_7() { return &___slomoTimeScale_7; } inline void set_slomoTimeScale_7(float value) { ___slomoTimeScale_7 = value; } inline static int32_t get_offset_of_slomoFiringExponent_8() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slomoFiringExponent_8)); } inline float get_slomoFiringExponent_8() const { return ___slomoFiringExponent_8; } inline float* get_address_of_slomoFiringExponent_8() { return &___slomoFiringExponent_8; } inline void set_slomoFiringExponent_8(float value) { ___slomoFiringExponent_8 = value; } inline static int32_t get_offset_of_slomoMinPitch_9() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slomoMinPitch_9)); } inline float get_slomoMinPitch_9() const { return ___slomoMinPitch_9; } inline float* get_address_of_slomoMinPitch_9() { return &___slomoMinPitch_9; } inline void set_slomoMinPitch_9(float value) { ___slomoMinPitch_9 = value; } inline static int32_t get_offset_of_energyMeter_10() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___energyMeter_10)); } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * get_energyMeter_10() const { return ___energyMeter_10; } inline MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 ** get_address_of_energyMeter_10() { return &___energyMeter_10; } inline void set_energyMeter_10(MeterUI_tB1732001E821D65A5E3D2A19D8189B0E23D52922 * value) { ___energyMeter_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___energyMeter_10), (void*)value); } inline static int32_t get_offset_of_slomoMaxEnergy_11() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slomoMaxEnergy_11)); } inline float get_slomoMaxEnergy_11() const { return ___slomoMaxEnergy_11; } inline float* get_address_of_slomoMaxEnergy_11() { return &___slomoMaxEnergy_11; } inline void set_slomoMaxEnergy_11(float value) { ___slomoMaxEnergy_11 = value; } inline static int32_t get_offset_of_drainPerSecond_12() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___drainPerSecond_12)); } inline float get_drainPerSecond_12() const { return ___drainPerSecond_12; } inline float* get_address_of_drainPerSecond_12() { return &___drainPerSecond_12; } inline void set_drainPerSecond_12(float value) { ___drainPerSecond_12 = value; } inline static int32_t get_offset_of_timescaleSwitchSpeed_13() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___timescaleSwitchSpeed_13)); } inline float get_timescaleSwitchSpeed_13() const { return ___timescaleSwitchSpeed_13; } inline float* get_address_of_timescaleSwitchSpeed_13() { return &___timescaleSwitchSpeed_13; } inline void set_timescaleSwitchSpeed_13(float value) { ___timescaleSwitchSpeed_13 = value; } inline static int32_t get_offset_of_baseRechargeSpeed_14() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___baseRechargeSpeed_14)); } inline float get_baseRechargeSpeed_14() const { return ___baseRechargeSpeed_14; } inline float* get_address_of_baseRechargeSpeed_14() { return &___baseRechargeSpeed_14; } inline void set_baseRechargeSpeed_14(float value) { ___baseRechargeSpeed_14 = value; } inline static int32_t get_offset_of_fullThrottleRechargeSpeed_15() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___fullThrottleRechargeSpeed_15)); } inline float get_fullThrottleRechargeSpeed_15() const { return ___fullThrottleRechargeSpeed_15; } inline float* get_address_of_fullThrottleRechargeSpeed_15() { return &___fullThrottleRechargeSpeed_15; } inline void set_fullThrottleRechargeSpeed_15(float value) { ___fullThrottleRechargeSpeed_15 = value; } inline static int32_t get_offset_of_noThrottleRechargeSpeed_16() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___noThrottleRechargeSpeed_16)); } inline float get_noThrottleRechargeSpeed_16() const { return ___noThrottleRechargeSpeed_16; } inline float* get_address_of_noThrottleRechargeSpeed_16() { return &___noThrottleRechargeSpeed_16; } inline void set_noThrottleRechargeSpeed_16(float value) { ___noThrottleRechargeSpeed_16 = value; } inline static int32_t get_offset_of_enterSlomoDrain_17() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___enterSlomoDrain_17)); } inline float get_enterSlomoDrain_17() const { return ___enterSlomoDrain_17; } inline float* get_address_of_enterSlomoDrain_17() { return &___enterSlomoDrain_17; } inline void set_enterSlomoDrain_17(float value) { ___enterSlomoDrain_17 = value; } inline static int32_t get_offset_of_slomoComboRushMultiplier_18() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slomoComboRushMultiplier_18)); } inline float get_slomoComboRushMultiplier_18() const { return ___slomoComboRushMultiplier_18; } inline float* get_address_of_slomoComboRushMultiplier_18() { return &___slomoComboRushMultiplier_18; } inline void set_slomoComboRushMultiplier_18(float value) { ___slomoComboRushMultiplier_18 = value; } inline static int32_t get_offset_of_bossTimeTilMaxSlow_19() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___bossTimeTilMaxSlow_19)); } inline float get_bossTimeTilMaxSlow_19() const { return ___bossTimeTilMaxSlow_19; } inline float* get_address_of_bossTimeTilMaxSlow_19() { return &___bossTimeTilMaxSlow_19; } inline void set_bossTimeTilMaxSlow_19(float value) { ___bossTimeTilMaxSlow_19 = value; } inline static int32_t get_offset_of_bossTimeAtMaxSlow_20() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___bossTimeAtMaxSlow_20)); } inline float get_bossTimeAtMaxSlow_20() const { return ___bossTimeAtMaxSlow_20; } inline float* get_address_of_bossTimeAtMaxSlow_20() { return &___bossTimeAtMaxSlow_20; } inline void set_bossTimeAtMaxSlow_20(float value) { ___bossTimeAtMaxSlow_20 = value; } inline static int32_t get_offset_of_bossTimeToReturn_21() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___bossTimeToReturn_21)); } inline float get_bossTimeToReturn_21() const { return ___bossTimeToReturn_21; } inline float* get_address_of_bossTimeToReturn_21() { return &___bossTimeToReturn_21; } inline void set_bossTimeToReturn_21(float value) { ___bossTimeToReturn_21 = value; } inline static int32_t get_offset_of_bossMaxSlow_22() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___bossMaxSlow_22)); } inline float get_bossMaxSlow_22() const { return ___bossMaxSlow_22; } inline float* get_address_of_bossMaxSlow_22() { return &___bossMaxSlow_22; } inline void set_bossMaxSlow_22(float value) { ___bossMaxSlow_22 = value; } inline static int32_t get_offset_of_slowmoScreenEffectAnim_23() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slowmoScreenEffectAnim_23)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_slowmoScreenEffectAnim_23() const { return ___slowmoScreenEffectAnim_23; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_slowmoScreenEffectAnim_23() { return &___slowmoScreenEffectAnim_23; } inline void set_slowmoScreenEffectAnim_23(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___slowmoScreenEffectAnim_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___slowmoScreenEffectAnim_23), (void*)value); } inline static int32_t get_offset_of_slomoSoundSource_24() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slomoSoundSource_24)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_slomoSoundSource_24() const { return ___slomoSoundSource_24; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_slomoSoundSource_24() { return &___slomoSoundSource_24; } inline void set_slomoSoundSource_24(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___slomoSoundSource_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___slomoSoundSource_24), (void*)value); } inline static int32_t get_offset_of_enterSlomoClip_25() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___enterSlomoClip_25)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_enterSlomoClip_25() const { return ___enterSlomoClip_25; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_enterSlomoClip_25() { return &___enterSlomoClip_25; } inline void set_enterSlomoClip_25(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___enterSlomoClip_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___enterSlomoClip_25), (void*)value); } inline static int32_t get_offset_of_exitSlomoClip_26() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___exitSlomoClip_26)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_exitSlomoClip_26() const { return ___exitSlomoClip_26; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_exitSlomoClip_26() { return &___exitSlomoClip_26; } inline void set_exitSlomoClip_26(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___exitSlomoClip_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___exitSlomoClip_26), (void*)value); } inline static int32_t get_offset_of_instantRushGainClip_27() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___instantRushGainClip_27)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_instantRushGainClip_27() const { return ___instantRushGainClip_27; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_instantRushGainClip_27() { return &___instantRushGainClip_27; } inline void set_instantRushGainClip_27(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___instantRushGainClip_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___instantRushGainClip_27), (void*)value); } inline static int32_t get_offset_of_rushFullClip_28() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___rushFullClip_28)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_rushFullClip_28() const { return ___rushFullClip_28; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_rushFullClip_28() { return &___rushFullClip_28; } inline void set_rushFullClip_28(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___rushFullClip_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___rushFullClip_28), (void*)value); } inline static int32_t get_offset_of_rushFullClipJP_29() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___rushFullClipJP_29)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_rushFullClipJP_29() const { return ___rushFullClipJP_29; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_rushFullClipJP_29() { return &___rushFullClipJP_29; } inline void set_rushFullClipJP_29(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___rushFullClipJP_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___rushFullClipJP_29), (void*)value); } inline static int32_t get_offset_of_slashFXAnim_30() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___slashFXAnim_30)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_slashFXAnim_30() const { return ___slashFXAnim_30; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_slashFXAnim_30() { return &___slashFXAnim_30; } inline void set_slashFXAnim_30(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___slashFXAnim_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___slashFXAnim_30), (void*)value); } inline static int32_t get_offset_of_lastTimeScale_38() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___lastTimeScale_38)); } inline float get_lastTimeScale_38() const { return ___lastTimeScale_38; } inline float* get_address_of_lastTimeScale_38() { return &___lastTimeScale_38; } inline void set_lastTimeScale_38(float value) { ___lastTimeScale_38 = value; } inline static int32_t get_offset_of_bossSlowCount_39() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___bossSlowCount_39)); } inline float get_bossSlowCount_39() const { return ___bossSlowCount_39; } inline float* get_address_of_bossSlowCount_39() { return &___bossSlowCount_39; } inline void set_bossSlowCount_39(float value) { ___bossSlowCount_39 = value; } inline static int32_t get_offset_of_timeChangeInterval_40() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___timeChangeInterval_40)); } inline float get_timeChangeInterval_40() const { return ___timeChangeInterval_40; } inline float* get_address_of_timeChangeInterval_40() { return &___timeChangeInterval_40; } inline void set_timeChangeInterval_40(float value) { ___timeChangeInterval_40 = value; } inline static int32_t get_offset_of_guns_41() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8, ___guns_41)); } inline HandlegunU5BU5D_tDD56BFB878A6E61613416CF31C0D71DA6C2F4979* get_guns_41() const { return ___guns_41; } inline HandlegunU5BU5D_tDD56BFB878A6E61613416CF31C0D71DA6C2F4979** get_address_of_guns_41() { return &___guns_41; } inline void set_guns_41(HandlegunU5BU5D_tDD56BFB878A6E61613416CF31C0D71DA6C2F4979* value) { ___guns_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___guns_41), (void*)value); } }; // UnityStandardAssets.Utility.TimedObjectDestructor struct TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single UnityStandardAssets.Utility.TimedObjectDestructor::m_TimeOut float ___m_TimeOut_4; // System.Boolean UnityStandardAssets.Utility.TimedObjectDestructor::m_DetachChildren bool ___m_DetachChildren_5; // System.Boolean UnityStandardAssets.Utility.TimedObjectDestructor::m_DetachSelf bool ___m_DetachSelf_6; // System.Boolean UnityStandardAssets.Utility.TimedObjectDestructor::flagAsInactiveEnemy bool ___flagAsInactiveEnemy_7; // System.Boolean UnityStandardAssets.Utility.TimedObjectDestructor::m_DisableOnly bool ___m_DisableOnly_8; public: inline static int32_t get_offset_of_m_TimeOut_4() { return static_cast(offsetof(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168, ___m_TimeOut_4)); } inline float get_m_TimeOut_4() const { return ___m_TimeOut_4; } inline float* get_address_of_m_TimeOut_4() { return &___m_TimeOut_4; } inline void set_m_TimeOut_4(float value) { ___m_TimeOut_4 = value; } inline static int32_t get_offset_of_m_DetachChildren_5() { return static_cast(offsetof(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168, ___m_DetachChildren_5)); } inline bool get_m_DetachChildren_5() const { return ___m_DetachChildren_5; } inline bool* get_address_of_m_DetachChildren_5() { return &___m_DetachChildren_5; } inline void set_m_DetachChildren_5(bool value) { ___m_DetachChildren_5 = value; } inline static int32_t get_offset_of_m_DetachSelf_6() { return static_cast(offsetof(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168, ___m_DetachSelf_6)); } inline bool get_m_DetachSelf_6() const { return ___m_DetachSelf_6; } inline bool* get_address_of_m_DetachSelf_6() { return &___m_DetachSelf_6; } inline void set_m_DetachSelf_6(bool value) { ___m_DetachSelf_6 = value; } inline static int32_t get_offset_of_flagAsInactiveEnemy_7() { return static_cast(offsetof(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168, ___flagAsInactiveEnemy_7)); } inline bool get_flagAsInactiveEnemy_7() const { return ___flagAsInactiveEnemy_7; } inline bool* get_address_of_flagAsInactiveEnemy_7() { return &___flagAsInactiveEnemy_7; } inline void set_flagAsInactiveEnemy_7(bool value) { ___flagAsInactiveEnemy_7 = value; } inline static int32_t get_offset_of_m_DisableOnly_8() { return static_cast(offsetof(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168, ___m_DisableOnly_8)); } inline bool get_m_DisableOnly_8() const { return ___m_DisableOnly_8; } inline bool* get_address_of_m_DisableOnly_8() { return &___m_DisableOnly_8; } inline void set_m_DisableOnly_8(bool value) { ___m_DisableOnly_8 = value; } }; // TractorBeam struct TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.Transform TractorBeam::sidearm Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___sidearm_4; // UnityEngine.Animator TractorBeam::tractorAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___tractorAnim_5; // System.Single TractorBeam::maxOpacity float ___maxOpacity_6; // System.Single TractorBeam::maxOpacityDist float ___maxOpacityDist_7; // UnityEngine.Color TractorBeam::maxOpacityColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___maxOpacityColor_8; // System.Single TractorBeam::minOpacity float ___minOpacity_9; // System.Single TractorBeam::minOpacityDist float ___minOpacityDist_10; // UnityEngine.Color TractorBeam::minOpacityColor Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 ___minOpacityColor_11; // UnityEngine.Renderer TractorBeam::litRenderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___litRenderer_12; // UnityEngine.Renderer TractorBeam::staticRenderer Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * ___staticRenderer_13; // UnityEngine.GameObject TractorBeam::lightning GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___lightning_14; public: inline static int32_t get_offset_of_sidearm_4() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___sidearm_4)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_sidearm_4() const { return ___sidearm_4; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_sidearm_4() { return &___sidearm_4; } inline void set_sidearm_4(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___sidearm_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidearm_4), (void*)value); } inline static int32_t get_offset_of_tractorAnim_5() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___tractorAnim_5)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_tractorAnim_5() const { return ___tractorAnim_5; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_tractorAnim_5() { return &___tractorAnim_5; } inline void set_tractorAnim_5(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___tractorAnim_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___tractorAnim_5), (void*)value); } inline static int32_t get_offset_of_maxOpacity_6() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___maxOpacity_6)); } inline float get_maxOpacity_6() const { return ___maxOpacity_6; } inline float* get_address_of_maxOpacity_6() { return &___maxOpacity_6; } inline void set_maxOpacity_6(float value) { ___maxOpacity_6 = value; } inline static int32_t get_offset_of_maxOpacityDist_7() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___maxOpacityDist_7)); } inline float get_maxOpacityDist_7() const { return ___maxOpacityDist_7; } inline float* get_address_of_maxOpacityDist_7() { return &___maxOpacityDist_7; } inline void set_maxOpacityDist_7(float value) { ___maxOpacityDist_7 = value; } inline static int32_t get_offset_of_maxOpacityColor_8() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___maxOpacityColor_8)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_maxOpacityColor_8() const { return ___maxOpacityColor_8; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_maxOpacityColor_8() { return &___maxOpacityColor_8; } inline void set_maxOpacityColor_8(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___maxOpacityColor_8 = value; } inline static int32_t get_offset_of_minOpacity_9() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___minOpacity_9)); } inline float get_minOpacity_9() const { return ___minOpacity_9; } inline float* get_address_of_minOpacity_9() { return &___minOpacity_9; } inline void set_minOpacity_9(float value) { ___minOpacity_9 = value; } inline static int32_t get_offset_of_minOpacityDist_10() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___minOpacityDist_10)); } inline float get_minOpacityDist_10() const { return ___minOpacityDist_10; } inline float* get_address_of_minOpacityDist_10() { return &___minOpacityDist_10; } inline void set_minOpacityDist_10(float value) { ___minOpacityDist_10 = value; } inline static int32_t get_offset_of_minOpacityColor_11() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___minOpacityColor_11)); } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 get_minOpacityColor_11() const { return ___minOpacityColor_11; } inline Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 * get_address_of_minOpacityColor_11() { return &___minOpacityColor_11; } inline void set_minOpacityColor_11(Color_tF40DAF76C04FFECF3FE6024F85A294741C9CC659 value) { ___minOpacityColor_11 = value; } inline static int32_t get_offset_of_litRenderer_12() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___litRenderer_12)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_litRenderer_12() const { return ___litRenderer_12; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_litRenderer_12() { return &___litRenderer_12; } inline void set_litRenderer_12(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___litRenderer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___litRenderer_12), (void*)value); } inline static int32_t get_offset_of_staticRenderer_13() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___staticRenderer_13)); } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * get_staticRenderer_13() const { return ___staticRenderer_13; } inline Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C ** get_address_of_staticRenderer_13() { return &___staticRenderer_13; } inline void set_staticRenderer_13(Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * value) { ___staticRenderer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___staticRenderer_13), (void*)value); } inline static int32_t get_offset_of_lightning_14() { return static_cast(offsetof(TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381, ___lightning_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_lightning_14() const { return ___lightning_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_lightning_14() { return &___lightning_14; } inline void set_lightning_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___lightning_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___lightning_14), (void*)value); } }; // TurretFireControl struct TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // Fireable[] TurretFireControl::controlledFireables FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* ___controlledFireables_4; // UnityEngine.GameObject TurretFireControl::enemyObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___enemyObject_5; // UnityEngine.Vector2 TurretFireControl::startFireRandomization Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___startFireRandomization_6; // System.Boolean TurretFireControl::quickFiring bool ___quickFiring_7; // EnemyMovement[] TurretFireControl::movers EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* ___movers_8; // Follower TurretFireControl::follower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___follower_9; // UnityEngine.Animator TurretFireControl::fireAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___fireAnim_10; // UnityEngine.AudioSource TurretFireControl::source AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___source_11; // UnityEngine.Vector3 TurretFireControl::movementVel Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___movementVel_12; // System.Boolean TurretFireControl::k__BackingField bool ___U3CFireLockedU3Ek__BackingField_13; // System.Boolean TurretFireControl::k__BackingField bool ___U3CGotDestroyedU3Ek__BackingField_14; public: inline static int32_t get_offset_of_controlledFireables_4() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___controlledFireables_4)); } inline FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* get_controlledFireables_4() const { return ___controlledFireables_4; } inline FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E** get_address_of_controlledFireables_4() { return &___controlledFireables_4; } inline void set_controlledFireables_4(FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* value) { ___controlledFireables_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___controlledFireables_4), (void*)value); } inline static int32_t get_offset_of_enemyObject_5() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___enemyObject_5)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_enemyObject_5() const { return ___enemyObject_5; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_enemyObject_5() { return &___enemyObject_5; } inline void set_enemyObject_5(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___enemyObject_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___enemyObject_5), (void*)value); } inline static int32_t get_offset_of_startFireRandomization_6() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___startFireRandomization_6)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_startFireRandomization_6() const { return ___startFireRandomization_6; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_startFireRandomization_6() { return &___startFireRandomization_6; } inline void set_startFireRandomization_6(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___startFireRandomization_6 = value; } inline static int32_t get_offset_of_quickFiring_7() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___quickFiring_7)); } inline bool get_quickFiring_7() const { return ___quickFiring_7; } inline bool* get_address_of_quickFiring_7() { return &___quickFiring_7; } inline void set_quickFiring_7(bool value) { ___quickFiring_7 = value; } inline static int32_t get_offset_of_movers_8() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___movers_8)); } inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* get_movers_8() const { return ___movers_8; } inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD** get_address_of_movers_8() { return &___movers_8; } inline void set_movers_8(EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* value) { ___movers_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___movers_8), (void*)value); } inline static int32_t get_offset_of_follower_9() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___follower_9)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_follower_9() const { return ___follower_9; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_follower_9() { return &___follower_9; } inline void set_follower_9(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___follower_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___follower_9), (void*)value); } inline static int32_t get_offset_of_fireAnim_10() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___fireAnim_10)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_fireAnim_10() const { return ___fireAnim_10; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_fireAnim_10() { return &___fireAnim_10; } inline void set_fireAnim_10(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___fireAnim_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireAnim_10), (void*)value); } inline static int32_t get_offset_of_source_11() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___source_11)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_source_11() const { return ___source_11; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_source_11() { return &___source_11; } inline void set_source_11(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___source_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___source_11), (void*)value); } inline static int32_t get_offset_of_movementVel_12() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___movementVel_12)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_movementVel_12() const { return ___movementVel_12; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_movementVel_12() { return &___movementVel_12; } inline void set_movementVel_12(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___movementVel_12 = value; } inline static int32_t get_offset_of_U3CFireLockedU3Ek__BackingField_13() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___U3CFireLockedU3Ek__BackingField_13)); } inline bool get_U3CFireLockedU3Ek__BackingField_13() const { return ___U3CFireLockedU3Ek__BackingField_13; } inline bool* get_address_of_U3CFireLockedU3Ek__BackingField_13() { return &___U3CFireLockedU3Ek__BackingField_13; } inline void set_U3CFireLockedU3Ek__BackingField_13(bool value) { ___U3CFireLockedU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CGotDestroyedU3Ek__BackingField_14() { return static_cast(offsetof(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D, ___U3CGotDestroyedU3Ek__BackingField_14)); } inline bool get_U3CGotDestroyedU3Ek__BackingField_14() const { return ___U3CGotDestroyedU3Ek__BackingField_14; } inline bool* get_address_of_U3CGotDestroyedU3Ek__BackingField_14() { return &___U3CGotDestroyedU3Ek__BackingField_14; } inline void set_U3CGotDestroyedU3Ek__BackingField_14(bool value) { ___U3CGotDestroyedU3Ek__BackingField_14 = value; } }; // TurretMountManager struct TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // UnityEngine.AudioSource TurretMountManager::swivelSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___swivelSource_4; // UnityEngine.AudioClip TurretMountManager::singleGunClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___singleGunClip_5; // UnityEngine.AudioClip TurretMountManager::doubleGunClip AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___doubleGunClip_6; // TurretWeapon TurretMountManager::usedConfiguration int32_t ___usedConfiguration_7; // System.Int32 TurretMountManager::turretPoints int32_t ___turretPoints_8; // TurretWeapon TurretMountManager::lastConfig int32_t ___lastConfig_9; public: inline static int32_t get_offset_of_swivelSource_4() { return static_cast(offsetof(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0, ___swivelSource_4)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_swivelSource_4() const { return ___swivelSource_4; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_swivelSource_4() { return &___swivelSource_4; } inline void set_swivelSource_4(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___swivelSource_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___swivelSource_4), (void*)value); } inline static int32_t get_offset_of_singleGunClip_5() { return static_cast(offsetof(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0, ___singleGunClip_5)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_singleGunClip_5() const { return ___singleGunClip_5; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_singleGunClip_5() { return &___singleGunClip_5; } inline void set_singleGunClip_5(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___singleGunClip_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___singleGunClip_5), (void*)value); } inline static int32_t get_offset_of_doubleGunClip_6() { return static_cast(offsetof(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0, ___doubleGunClip_6)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_doubleGunClip_6() const { return ___doubleGunClip_6; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_doubleGunClip_6() { return &___doubleGunClip_6; } inline void set_doubleGunClip_6(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___doubleGunClip_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___doubleGunClip_6), (void*)value); } inline static int32_t get_offset_of_usedConfiguration_7() { return static_cast(offsetof(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0, ___usedConfiguration_7)); } inline int32_t get_usedConfiguration_7() const { return ___usedConfiguration_7; } inline int32_t* get_address_of_usedConfiguration_7() { return &___usedConfiguration_7; } inline void set_usedConfiguration_7(int32_t value) { ___usedConfiguration_7 = value; } inline static int32_t get_offset_of_turretPoints_8() { return static_cast(offsetof(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0, ___turretPoints_8)); } inline int32_t get_turretPoints_8() const { return ___turretPoints_8; } inline int32_t* get_address_of_turretPoints_8() { return &___turretPoints_8; } inline void set_turretPoints_8(int32_t value) { ___turretPoints_8 = value; } inline static int32_t get_offset_of_lastConfig_9() { return static_cast(offsetof(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0, ___lastConfig_9)); } inline int32_t get_lastConfig_9() const { return ___lastConfig_9; } inline int32_t* get_address_of_lastConfig_9() { return &___lastConfig_9; } inline void set_lastConfig_9(int32_t value) { ___lastConfig_9 = value; } }; // TurretSwivel struct TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE : public MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A { public: // System.Single TurretSwivel::lookSpeed float ___lookSpeed_6; // Follower TurretSwivel::ourFollower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___ourFollower_7; // UnityEngine.Vector3 TurretSwivel::lookOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookOffset_8; // System.Boolean TurretSwivel::startsLocked bool ___startsLocked_9; // System.Boolean TurretSwivel::lockXRange bool ___lockXRange_10; // System.Boolean TurretSwivel::lockYRange bool ___lockYRange_11; // System.Boolean TurretSwivel::lockZRange bool ___lockZRange_12; // System.Single TurretSwivel::xLockMin float ___xLockMin_13; // System.Single TurretSwivel::xLockMax float ___xLockMax_14; // System.Single TurretSwivel::yLockMin float ___yLockMin_15; // System.Single TurretSwivel::yLockMax float ___yLockMax_16; // System.Single TurretSwivel::zLockMin float ___zLockMin_17; // System.Single TurretSwivel::zLockMax float ___zLockMax_18; // UnityEngine.AudioSource TurretSwivel::turnSoundSource AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___turnSoundSource_19; // System.Single TurretSwivel::activationThreshold float ___activationThreshold_20; // System.Single TurretSwivel::deactivationThreshold float ___deactivationThreshold_21; // UnityEngine.Vector3 TurretSwivel::speedDiffOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___speedDiffOffset_22; // UnityEngine.Vector3 TurretSwivel::lookTarget Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookTarget_23; // UnityEngine.Vector3 TurretSwivel::newDirection Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___newDirection_24; // UnityEngine.Vector3 TurretSwivel::oldForward Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oldForward_25; // UnityEngine.Vector3 TurretSwivel::oldEul Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___oldEul_26; // System.Single TurretSwivel::localX float ___localX_27; // System.Single TurretSwivel::localY float ___localY_28; // System.Single TurretSwivel::localZ float ___localZ_29; // System.Single TurretSwivel::oldX float ___oldX_30; // System.Single TurretSwivel::oldY float ___oldY_31; // System.Single TurretSwivel::oldZ float ___oldZ_32; // UnityEngine.Vector3 TurretSwivel::startingEulers Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___startingEulers_33; // UnityEngine.Vector3 TurretSwivel::startingForward Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___startingForward_34; // System.Single TurretSwivel::deltaMin float ___deltaMin_35; // System.Single TurretSwivel::deltaMax float ___deltaMax_36; // System.Boolean TurretSwivel::Locked bool ___Locked_37; // System.Boolean TurretSwivel::k__BackingField bool ___U3CRecenterU3Ek__BackingField_38; public: inline static int32_t get_offset_of_lookSpeed_6() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___lookSpeed_6)); } inline float get_lookSpeed_6() const { return ___lookSpeed_6; } inline float* get_address_of_lookSpeed_6() { return &___lookSpeed_6; } inline void set_lookSpeed_6(float value) { ___lookSpeed_6 = value; } inline static int32_t get_offset_of_ourFollower_7() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___ourFollower_7)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_ourFollower_7() const { return ___ourFollower_7; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_ourFollower_7() { return &___ourFollower_7; } inline void set_ourFollower_7(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___ourFollower_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___ourFollower_7), (void*)value); } inline static int32_t get_offset_of_lookOffset_8() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___lookOffset_8)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookOffset_8() const { return ___lookOffset_8; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookOffset_8() { return &___lookOffset_8; } inline void set_lookOffset_8(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookOffset_8 = value; } inline static int32_t get_offset_of_startsLocked_9() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___startsLocked_9)); } inline bool get_startsLocked_9() const { return ___startsLocked_9; } inline bool* get_address_of_startsLocked_9() { return &___startsLocked_9; } inline void set_startsLocked_9(bool value) { ___startsLocked_9 = value; } inline static int32_t get_offset_of_lockXRange_10() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___lockXRange_10)); } inline bool get_lockXRange_10() const { return ___lockXRange_10; } inline bool* get_address_of_lockXRange_10() { return &___lockXRange_10; } inline void set_lockXRange_10(bool value) { ___lockXRange_10 = value; } inline static int32_t get_offset_of_lockYRange_11() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___lockYRange_11)); } inline bool get_lockYRange_11() const { return ___lockYRange_11; } inline bool* get_address_of_lockYRange_11() { return &___lockYRange_11; } inline void set_lockYRange_11(bool value) { ___lockYRange_11 = value; } inline static int32_t get_offset_of_lockZRange_12() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___lockZRange_12)); } inline bool get_lockZRange_12() const { return ___lockZRange_12; } inline bool* get_address_of_lockZRange_12() { return &___lockZRange_12; } inline void set_lockZRange_12(bool value) { ___lockZRange_12 = value; } inline static int32_t get_offset_of_xLockMin_13() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___xLockMin_13)); } inline float get_xLockMin_13() const { return ___xLockMin_13; } inline float* get_address_of_xLockMin_13() { return &___xLockMin_13; } inline void set_xLockMin_13(float value) { ___xLockMin_13 = value; } inline static int32_t get_offset_of_xLockMax_14() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___xLockMax_14)); } inline float get_xLockMax_14() const { return ___xLockMax_14; } inline float* get_address_of_xLockMax_14() { return &___xLockMax_14; } inline void set_xLockMax_14(float value) { ___xLockMax_14 = value; } inline static int32_t get_offset_of_yLockMin_15() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___yLockMin_15)); } inline float get_yLockMin_15() const { return ___yLockMin_15; } inline float* get_address_of_yLockMin_15() { return &___yLockMin_15; } inline void set_yLockMin_15(float value) { ___yLockMin_15 = value; } inline static int32_t get_offset_of_yLockMax_16() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___yLockMax_16)); } inline float get_yLockMax_16() const { return ___yLockMax_16; } inline float* get_address_of_yLockMax_16() { return &___yLockMax_16; } inline void set_yLockMax_16(float value) { ___yLockMax_16 = value; } inline static int32_t get_offset_of_zLockMin_17() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___zLockMin_17)); } inline float get_zLockMin_17() const { return ___zLockMin_17; } inline float* get_address_of_zLockMin_17() { return &___zLockMin_17; } inline void set_zLockMin_17(float value) { ___zLockMin_17 = value; } inline static int32_t get_offset_of_zLockMax_18() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___zLockMax_18)); } inline float get_zLockMax_18() const { return ___zLockMax_18; } inline float* get_address_of_zLockMax_18() { return &___zLockMax_18; } inline void set_zLockMax_18(float value) { ___zLockMax_18 = value; } inline static int32_t get_offset_of_turnSoundSource_19() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___turnSoundSource_19)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_turnSoundSource_19() const { return ___turnSoundSource_19; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_turnSoundSource_19() { return &___turnSoundSource_19; } inline void set_turnSoundSource_19(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___turnSoundSource_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___turnSoundSource_19), (void*)value); } inline static int32_t get_offset_of_activationThreshold_20() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___activationThreshold_20)); } inline float get_activationThreshold_20() const { return ___activationThreshold_20; } inline float* get_address_of_activationThreshold_20() { return &___activationThreshold_20; } inline void set_activationThreshold_20(float value) { ___activationThreshold_20 = value; } inline static int32_t get_offset_of_deactivationThreshold_21() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___deactivationThreshold_21)); } inline float get_deactivationThreshold_21() const { return ___deactivationThreshold_21; } inline float* get_address_of_deactivationThreshold_21() { return &___deactivationThreshold_21; } inline void set_deactivationThreshold_21(float value) { ___deactivationThreshold_21 = value; } inline static int32_t get_offset_of_speedDiffOffset_22() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___speedDiffOffset_22)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_speedDiffOffset_22() const { return ___speedDiffOffset_22; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_speedDiffOffset_22() { return &___speedDiffOffset_22; } inline void set_speedDiffOffset_22(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___speedDiffOffset_22 = value; } inline static int32_t get_offset_of_lookTarget_23() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___lookTarget_23)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookTarget_23() const { return ___lookTarget_23; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookTarget_23() { return &___lookTarget_23; } inline void set_lookTarget_23(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookTarget_23 = value; } inline static int32_t get_offset_of_newDirection_24() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___newDirection_24)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_newDirection_24() const { return ___newDirection_24; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_newDirection_24() { return &___newDirection_24; } inline void set_newDirection_24(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___newDirection_24 = value; } inline static int32_t get_offset_of_oldForward_25() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___oldForward_25)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oldForward_25() const { return ___oldForward_25; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oldForward_25() { return &___oldForward_25; } inline void set_oldForward_25(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oldForward_25 = value; } inline static int32_t get_offset_of_oldEul_26() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___oldEul_26)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_oldEul_26() const { return ___oldEul_26; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_oldEul_26() { return &___oldEul_26; } inline void set_oldEul_26(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___oldEul_26 = value; } inline static int32_t get_offset_of_localX_27() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___localX_27)); } inline float get_localX_27() const { return ___localX_27; } inline float* get_address_of_localX_27() { return &___localX_27; } inline void set_localX_27(float value) { ___localX_27 = value; } inline static int32_t get_offset_of_localY_28() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___localY_28)); } inline float get_localY_28() const { return ___localY_28; } inline float* get_address_of_localY_28() { return &___localY_28; } inline void set_localY_28(float value) { ___localY_28 = value; } inline static int32_t get_offset_of_localZ_29() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___localZ_29)); } inline float get_localZ_29() const { return ___localZ_29; } inline float* get_address_of_localZ_29() { return &___localZ_29; } inline void set_localZ_29(float value) { ___localZ_29 = value; } inline static int32_t get_offset_of_oldX_30() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___oldX_30)); } inline float get_oldX_30() const { return ___oldX_30; } inline float* get_address_of_oldX_30() { return &___oldX_30; } inline void set_oldX_30(float value) { ___oldX_30 = value; } inline static int32_t get_offset_of_oldY_31() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___oldY_31)); } inline float get_oldY_31() const { return ___oldY_31; } inline float* get_address_of_oldY_31() { return &___oldY_31; } inline void set_oldY_31(float value) { ___oldY_31 = value; } inline static int32_t get_offset_of_oldZ_32() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___oldZ_32)); } inline float get_oldZ_32() const { return ___oldZ_32; } inline float* get_address_of_oldZ_32() { return &___oldZ_32; } inline void set_oldZ_32(float value) { ___oldZ_32 = value; } inline static int32_t get_offset_of_startingEulers_33() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___startingEulers_33)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_startingEulers_33() const { return ___startingEulers_33; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_startingEulers_33() { return &___startingEulers_33; } inline void set_startingEulers_33(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___startingEulers_33 = value; } inline static int32_t get_offset_of_startingForward_34() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___startingForward_34)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_startingForward_34() const { return ___startingForward_34; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_startingForward_34() { return &___startingForward_34; } inline void set_startingForward_34(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___startingForward_34 = value; } inline static int32_t get_offset_of_deltaMin_35() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___deltaMin_35)); } inline float get_deltaMin_35() const { return ___deltaMin_35; } inline float* get_address_of_deltaMin_35() { return &___deltaMin_35; } inline void set_deltaMin_35(float value) { ___deltaMin_35 = value; } inline static int32_t get_offset_of_deltaMax_36() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___deltaMax_36)); } inline float get_deltaMax_36() const { return ___deltaMax_36; } inline float* get_address_of_deltaMax_36() { return &___deltaMax_36; } inline void set_deltaMax_36(float value) { ___deltaMax_36 = value; } inline static int32_t get_offset_of_Locked_37() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___Locked_37)); } inline bool get_Locked_37() const { return ___Locked_37; } inline bool* get_address_of_Locked_37() { return &___Locked_37; } inline void set_Locked_37(bool value) { ___Locked_37 = value; } inline static int32_t get_offset_of_U3CRecenterU3Ek__BackingField_38() { return static_cast(offsetof(TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE, ___U3CRecenterU3Ek__BackingField_38)); } inline bool get_U3CRecenterU3Ek__BackingField_38() const { return ___U3CRecenterU3Ek__BackingField_38; } inline bool* get_address_of_U3CRecenterU3Ek__BackingField_38() { return &___U3CRecenterU3Ek__BackingField_38; } inline void set_U3CRecenterU3Ek__BackingField_38(bool value) { ___U3CRecenterU3Ek__BackingField_38 = value; } }; // GrenadeDispenser struct GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 : public Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 { public: // UnityEngine.Transform GrenadeDispenser::grenadePrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___grenadePrefab_15; // UnityEngine.Transform GrenadeDispenser::rightHandOffset Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rightHandOffset_16; // UnityEngine.Transform GrenadeDispenser::leftHandOffset Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___leftHandOffset_17; // System.Single GrenadeDispenser::reAttachDelay float ___reAttachDelay_18; // UnityEngine.UI.Text GrenadeDispenser::grenadeCountText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___grenadeCountText_19; // UnityEngine.AudioClip GrenadeDispenser::dispenseSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___dispenseSound_20; // UnityEngine.Animator GrenadeDispenser::anim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___anim_21; // System.Boolean GrenadeDispenser::isTutorial bool ___isTutorial_22; public: inline static int32_t get_offset_of_grenadePrefab_15() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___grenadePrefab_15)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_grenadePrefab_15() const { return ___grenadePrefab_15; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_grenadePrefab_15() { return &___grenadePrefab_15; } inline void set_grenadePrefab_15(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___grenadePrefab_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadePrefab_15), (void*)value); } inline static int32_t get_offset_of_rightHandOffset_16() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___rightHandOffset_16)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rightHandOffset_16() const { return ___rightHandOffset_16; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rightHandOffset_16() { return &___rightHandOffset_16; } inline void set_rightHandOffset_16(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rightHandOffset_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightHandOffset_16), (void*)value); } inline static int32_t get_offset_of_leftHandOffset_17() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___leftHandOffset_17)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_leftHandOffset_17() const { return ___leftHandOffset_17; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_leftHandOffset_17() { return &___leftHandOffset_17; } inline void set_leftHandOffset_17(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___leftHandOffset_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftHandOffset_17), (void*)value); } inline static int32_t get_offset_of_reAttachDelay_18() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___reAttachDelay_18)); } inline float get_reAttachDelay_18() const { return ___reAttachDelay_18; } inline float* get_address_of_reAttachDelay_18() { return &___reAttachDelay_18; } inline void set_reAttachDelay_18(float value) { ___reAttachDelay_18 = value; } inline static int32_t get_offset_of_grenadeCountText_19() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___grenadeCountText_19)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_grenadeCountText_19() const { return ___grenadeCountText_19; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_grenadeCountText_19() { return &___grenadeCountText_19; } inline void set_grenadeCountText_19(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___grenadeCountText_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadeCountText_19), (void*)value); } inline static int32_t get_offset_of_dispenseSound_20() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___dispenseSound_20)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_dispenseSound_20() const { return ___dispenseSound_20; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_dispenseSound_20() { return &___dispenseSound_20; } inline void set_dispenseSound_20(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___dispenseSound_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___dispenseSound_20), (void*)value); } inline static int32_t get_offset_of_anim_21() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___anim_21)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_anim_21() const { return ___anim_21; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_anim_21() { return &___anim_21; } inline void set_anim_21(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___anim_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___anim_21), (void*)value); } inline static int32_t get_offset_of_isTutorial_22() { return static_cast(offsetof(GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63, ___isTutorial_22)); } inline bool get_isTutorial_22() const { return ___isTutorial_22; } inline bool* get_address_of_isTutorial_22() { return &___isTutorial_22; } inline void set_isTutorial_22(bool value) { ___isTutorial_22 = value; } }; // HammerheadMovement struct HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B : public EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 { public: // BossPhaseController HammerheadMovement::phaseController BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * ___phaseController_29; // HammerheadFireControl HammerheadMovement::fireControl HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * ___fireControl_30; // UnityEngine.Animator HammerheadMovement::bossAnimator Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___bossAnimator_31; // UnityEngine.Transform HammerheadMovement::splashPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___splashPrefab_32; // System.Single HammerheadMovement::introAhead float ___introAhead_33; // System.Single HammerheadMovement::introForceMultiplier float ___introForceMultiplier_34; // System.Single HammerheadMovement::sideOfRoadOffset float ___sideOfRoadOffset_35; // System.Single HammerheadMovement::surfacedHeight float ___surfacedHeight_36; // System.Single HammerheadMovement::surfacedAhead float ___surfacedAhead_37; // System.Single HammerheadMovement::submergedHeight float ___submergedHeight_38; // System.Single HammerheadMovement::submergedAhead float ___submergedAhead_39; // System.Single HammerheadMovement::flyingHeight float ___flyingHeight_40; // System.Single HammerheadMovement::flyingAhead float ___flyingAhead_41; // System.Single HammerheadMovement::timeTilDive float ___timeTilDive_42; // System.Single HammerheadMovement::diveForceMultiplier float ___diveForceMultiplier_43; // System.Single HammerheadMovement::riseForceMultiplier float ___riseForceMultiplier_44; // System.Single HammerheadMovement::phase3LateralSpeed float ___phase3LateralSpeed_45; // System.Single HammerheadMovement::phase3DiveForceMultiplier float ___phase3DiveForceMultiplier_46; // System.Single HammerheadMovement::phase3RiseForceMultiplier float ___phase3RiseForceMultiplier_47; // System.Single HammerheadMovement::deathSideOffset float ___deathSideOffset_48; // System.Single HammerheadMovement::deathHeight float ___deathHeight_49; // System.Single HammerheadMovement::deathLateralForce float ___deathLateralForce_50; // System.Single HammerheadMovement::deathDiveLateralForce float ___deathDiveLateralForce_51; // UnityEngine.Transform HammerheadMovement::deathSplash Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___deathSplash_52; // UnityStandardAssets.Utility.TimedObjectDestructor HammerheadMovement::destructor TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * ___destructor_53; // UnityEngine.Vector3 HammerheadMovement::relativeMoveTarget Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___relativeMoveTarget_54; // System.Boolean HammerheadMovement::moveRight bool ___moveRight_55; // System.Boolean HammerheadMovement::crossedCenter bool ___crossedCenter_56; // System.Boolean HammerheadMovement::lostTurret bool ___lostTurret_57; // System.Single HammerheadMovement::currentTimeTilDive float ___currentTimeTilDive_58; // UnityEngine.Transform HammerheadMovement::sharkBot Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___sharkBot_59; // UnityEngine.Vector3 HammerheadMovement::prevPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___prevPosition_60; // HammerheadMoveGoal HammerheadMovement::currentGoal int32_t ___currentGoal_61; public: inline static int32_t get_offset_of_phaseController_29() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___phaseController_29)); } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * get_phaseController_29() const { return ___phaseController_29; } inline BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 ** get_address_of_phaseController_29() { return &___phaseController_29; } inline void set_phaseController_29(BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * value) { ___phaseController_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___phaseController_29), (void*)value); } inline static int32_t get_offset_of_fireControl_30() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___fireControl_30)); } inline HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * get_fireControl_30() const { return ___fireControl_30; } inline HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 ** get_address_of_fireControl_30() { return &___fireControl_30; } inline void set_fireControl_30(HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * value) { ___fireControl_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___fireControl_30), (void*)value); } inline static int32_t get_offset_of_bossAnimator_31() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___bossAnimator_31)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_bossAnimator_31() const { return ___bossAnimator_31; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_bossAnimator_31() { return &___bossAnimator_31; } inline void set_bossAnimator_31(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___bossAnimator_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___bossAnimator_31), (void*)value); } inline static int32_t get_offset_of_splashPrefab_32() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___splashPrefab_32)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_splashPrefab_32() const { return ___splashPrefab_32; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_splashPrefab_32() { return &___splashPrefab_32; } inline void set_splashPrefab_32(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___splashPrefab_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___splashPrefab_32), (void*)value); } inline static int32_t get_offset_of_introAhead_33() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___introAhead_33)); } inline float get_introAhead_33() const { return ___introAhead_33; } inline float* get_address_of_introAhead_33() { return &___introAhead_33; } inline void set_introAhead_33(float value) { ___introAhead_33 = value; } inline static int32_t get_offset_of_introForceMultiplier_34() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___introForceMultiplier_34)); } inline float get_introForceMultiplier_34() const { return ___introForceMultiplier_34; } inline float* get_address_of_introForceMultiplier_34() { return &___introForceMultiplier_34; } inline void set_introForceMultiplier_34(float value) { ___introForceMultiplier_34 = value; } inline static int32_t get_offset_of_sideOfRoadOffset_35() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___sideOfRoadOffset_35)); } inline float get_sideOfRoadOffset_35() const { return ___sideOfRoadOffset_35; } inline float* get_address_of_sideOfRoadOffset_35() { return &___sideOfRoadOffset_35; } inline void set_sideOfRoadOffset_35(float value) { ___sideOfRoadOffset_35 = value; } inline static int32_t get_offset_of_surfacedHeight_36() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___surfacedHeight_36)); } inline float get_surfacedHeight_36() const { return ___surfacedHeight_36; } inline float* get_address_of_surfacedHeight_36() { return &___surfacedHeight_36; } inline void set_surfacedHeight_36(float value) { ___surfacedHeight_36 = value; } inline static int32_t get_offset_of_surfacedAhead_37() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___surfacedAhead_37)); } inline float get_surfacedAhead_37() const { return ___surfacedAhead_37; } inline float* get_address_of_surfacedAhead_37() { return &___surfacedAhead_37; } inline void set_surfacedAhead_37(float value) { ___surfacedAhead_37 = value; } inline static int32_t get_offset_of_submergedHeight_38() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___submergedHeight_38)); } inline float get_submergedHeight_38() const { return ___submergedHeight_38; } inline float* get_address_of_submergedHeight_38() { return &___submergedHeight_38; } inline void set_submergedHeight_38(float value) { ___submergedHeight_38 = value; } inline static int32_t get_offset_of_submergedAhead_39() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___submergedAhead_39)); } inline float get_submergedAhead_39() const { return ___submergedAhead_39; } inline float* get_address_of_submergedAhead_39() { return &___submergedAhead_39; } inline void set_submergedAhead_39(float value) { ___submergedAhead_39 = value; } inline static int32_t get_offset_of_flyingHeight_40() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___flyingHeight_40)); } inline float get_flyingHeight_40() const { return ___flyingHeight_40; } inline float* get_address_of_flyingHeight_40() { return &___flyingHeight_40; } inline void set_flyingHeight_40(float value) { ___flyingHeight_40 = value; } inline static int32_t get_offset_of_flyingAhead_41() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___flyingAhead_41)); } inline float get_flyingAhead_41() const { return ___flyingAhead_41; } inline float* get_address_of_flyingAhead_41() { return &___flyingAhead_41; } inline void set_flyingAhead_41(float value) { ___flyingAhead_41 = value; } inline static int32_t get_offset_of_timeTilDive_42() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___timeTilDive_42)); } inline float get_timeTilDive_42() const { return ___timeTilDive_42; } inline float* get_address_of_timeTilDive_42() { return &___timeTilDive_42; } inline void set_timeTilDive_42(float value) { ___timeTilDive_42 = value; } inline static int32_t get_offset_of_diveForceMultiplier_43() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___diveForceMultiplier_43)); } inline float get_diveForceMultiplier_43() const { return ___diveForceMultiplier_43; } inline float* get_address_of_diveForceMultiplier_43() { return &___diveForceMultiplier_43; } inline void set_diveForceMultiplier_43(float value) { ___diveForceMultiplier_43 = value; } inline static int32_t get_offset_of_riseForceMultiplier_44() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___riseForceMultiplier_44)); } inline float get_riseForceMultiplier_44() const { return ___riseForceMultiplier_44; } inline float* get_address_of_riseForceMultiplier_44() { return &___riseForceMultiplier_44; } inline void set_riseForceMultiplier_44(float value) { ___riseForceMultiplier_44 = value; } inline static int32_t get_offset_of_phase3LateralSpeed_45() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___phase3LateralSpeed_45)); } inline float get_phase3LateralSpeed_45() const { return ___phase3LateralSpeed_45; } inline float* get_address_of_phase3LateralSpeed_45() { return &___phase3LateralSpeed_45; } inline void set_phase3LateralSpeed_45(float value) { ___phase3LateralSpeed_45 = value; } inline static int32_t get_offset_of_phase3DiveForceMultiplier_46() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___phase3DiveForceMultiplier_46)); } inline float get_phase3DiveForceMultiplier_46() const { return ___phase3DiveForceMultiplier_46; } inline float* get_address_of_phase3DiveForceMultiplier_46() { return &___phase3DiveForceMultiplier_46; } inline void set_phase3DiveForceMultiplier_46(float value) { ___phase3DiveForceMultiplier_46 = value; } inline static int32_t get_offset_of_phase3RiseForceMultiplier_47() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___phase3RiseForceMultiplier_47)); } inline float get_phase3RiseForceMultiplier_47() const { return ___phase3RiseForceMultiplier_47; } inline float* get_address_of_phase3RiseForceMultiplier_47() { return &___phase3RiseForceMultiplier_47; } inline void set_phase3RiseForceMultiplier_47(float value) { ___phase3RiseForceMultiplier_47 = value; } inline static int32_t get_offset_of_deathSideOffset_48() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___deathSideOffset_48)); } inline float get_deathSideOffset_48() const { return ___deathSideOffset_48; } inline float* get_address_of_deathSideOffset_48() { return &___deathSideOffset_48; } inline void set_deathSideOffset_48(float value) { ___deathSideOffset_48 = value; } inline static int32_t get_offset_of_deathHeight_49() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___deathHeight_49)); } inline float get_deathHeight_49() const { return ___deathHeight_49; } inline float* get_address_of_deathHeight_49() { return &___deathHeight_49; } inline void set_deathHeight_49(float value) { ___deathHeight_49 = value; } inline static int32_t get_offset_of_deathLateralForce_50() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___deathLateralForce_50)); } inline float get_deathLateralForce_50() const { return ___deathLateralForce_50; } inline float* get_address_of_deathLateralForce_50() { return &___deathLateralForce_50; } inline void set_deathLateralForce_50(float value) { ___deathLateralForce_50 = value; } inline static int32_t get_offset_of_deathDiveLateralForce_51() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___deathDiveLateralForce_51)); } inline float get_deathDiveLateralForce_51() const { return ___deathDiveLateralForce_51; } inline float* get_address_of_deathDiveLateralForce_51() { return &___deathDiveLateralForce_51; } inline void set_deathDiveLateralForce_51(float value) { ___deathDiveLateralForce_51 = value; } inline static int32_t get_offset_of_deathSplash_52() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___deathSplash_52)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_deathSplash_52() const { return ___deathSplash_52; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_deathSplash_52() { return &___deathSplash_52; } inline void set_deathSplash_52(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___deathSplash_52 = value; Il2CppCodeGenWriteBarrier((void**)(&___deathSplash_52), (void*)value); } inline static int32_t get_offset_of_destructor_53() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___destructor_53)); } inline TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * get_destructor_53() const { return ___destructor_53; } inline TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 ** get_address_of_destructor_53() { return &___destructor_53; } inline void set_destructor_53(TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * value) { ___destructor_53 = value; Il2CppCodeGenWriteBarrier((void**)(&___destructor_53), (void*)value); } inline static int32_t get_offset_of_relativeMoveTarget_54() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___relativeMoveTarget_54)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_relativeMoveTarget_54() const { return ___relativeMoveTarget_54; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_relativeMoveTarget_54() { return &___relativeMoveTarget_54; } inline void set_relativeMoveTarget_54(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___relativeMoveTarget_54 = value; } inline static int32_t get_offset_of_moveRight_55() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___moveRight_55)); } inline bool get_moveRight_55() const { return ___moveRight_55; } inline bool* get_address_of_moveRight_55() { return &___moveRight_55; } inline void set_moveRight_55(bool value) { ___moveRight_55 = value; } inline static int32_t get_offset_of_crossedCenter_56() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___crossedCenter_56)); } inline bool get_crossedCenter_56() const { return ___crossedCenter_56; } inline bool* get_address_of_crossedCenter_56() { return &___crossedCenter_56; } inline void set_crossedCenter_56(bool value) { ___crossedCenter_56 = value; } inline static int32_t get_offset_of_lostTurret_57() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___lostTurret_57)); } inline bool get_lostTurret_57() const { return ___lostTurret_57; } inline bool* get_address_of_lostTurret_57() { return &___lostTurret_57; } inline void set_lostTurret_57(bool value) { ___lostTurret_57 = value; } inline static int32_t get_offset_of_currentTimeTilDive_58() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___currentTimeTilDive_58)); } inline float get_currentTimeTilDive_58() const { return ___currentTimeTilDive_58; } inline float* get_address_of_currentTimeTilDive_58() { return &___currentTimeTilDive_58; } inline void set_currentTimeTilDive_58(float value) { ___currentTimeTilDive_58 = value; } inline static int32_t get_offset_of_sharkBot_59() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___sharkBot_59)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_sharkBot_59() const { return ___sharkBot_59; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_sharkBot_59() { return &___sharkBot_59; } inline void set_sharkBot_59(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___sharkBot_59 = value; Il2CppCodeGenWriteBarrier((void**)(&___sharkBot_59), (void*)value); } inline static int32_t get_offset_of_prevPosition_60() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___prevPosition_60)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_prevPosition_60() const { return ___prevPosition_60; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_prevPosition_60() { return &___prevPosition_60; } inline void set_prevPosition_60(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___prevPosition_60 = value; } inline static int32_t get_offset_of_currentGoal_61() { return static_cast(offsetof(HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B, ___currentGoal_61)); } inline int32_t get_currentGoal_61() const { return ___currentGoal_61; } inline int32_t* get_address_of_currentGoal_61() { return &___currentGoal_61; } inline void set_currentGoal_61(int32_t value) { ___currentGoal_61 = value; } }; // HammerheadPartManager struct HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745 : public EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 { public: // TurretMountManager[] HammerheadPartManager::gunTurrets TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* ___gunTurrets_11; // TurretMountManager[] HammerheadPartManager::missileTurrets TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* ___missileTurrets_12; // System.Collections.Generic.List`1 HammerheadPartManager::gunSwivels List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * ___gunSwivels_13; public: inline static int32_t get_offset_of_gunTurrets_11() { return static_cast(offsetof(HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745, ___gunTurrets_11)); } inline TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* get_gunTurrets_11() const { return ___gunTurrets_11; } inline TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB** get_address_of_gunTurrets_11() { return &___gunTurrets_11; } inline void set_gunTurrets_11(TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* value) { ___gunTurrets_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___gunTurrets_11), (void*)value); } inline static int32_t get_offset_of_missileTurrets_12() { return static_cast(offsetof(HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745, ___missileTurrets_12)); } inline TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* get_missileTurrets_12() const { return ___missileTurrets_12; } inline TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB** get_address_of_missileTurrets_12() { return &___missileTurrets_12; } inline void set_missileTurrets_12(TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* value) { ___missileTurrets_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___missileTurrets_12), (void*)value); } inline static int32_t get_offset_of_gunSwivels_13() { return static_cast(offsetof(HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745, ___gunSwivels_13)); } inline List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * get_gunSwivels_13() const { return ___gunSwivels_13; } inline List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 ** get_address_of_gunSwivels_13() { return &___gunSwivels_13; } inline void set_gunSwivels_13(List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * value) { ___gunSwivels_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___gunSwivels_13), (void*)value); } }; // HandOVR struct HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE : public Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 { public: // OVRInput/Controller HandOVR::controller int32_t ___controller_58; // UnityEngine.Vector3 HandOVR::prevPosition Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___prevPosition_59; // UnityEngine.Vector3 HandOVR::prevVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___prevVelocity_60; // UnityEngine.Vector3 HandOVR::currentVelocity Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___currentVelocity_61; // System.Single HandOVR::pauseHoldDuration float ___pauseHoldDuration_62; public: inline static int32_t get_offset_of_controller_58() { return static_cast(offsetof(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE, ___controller_58)); } inline int32_t get_controller_58() const { return ___controller_58; } inline int32_t* get_address_of_controller_58() { return &___controller_58; } inline void set_controller_58(int32_t value) { ___controller_58 = value; } inline static int32_t get_offset_of_prevPosition_59() { return static_cast(offsetof(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE, ___prevPosition_59)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_prevPosition_59() const { return ___prevPosition_59; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_prevPosition_59() { return &___prevPosition_59; } inline void set_prevPosition_59(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___prevPosition_59 = value; } inline static int32_t get_offset_of_prevVelocity_60() { return static_cast(offsetof(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE, ___prevVelocity_60)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_prevVelocity_60() const { return ___prevVelocity_60; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_prevVelocity_60() { return &___prevVelocity_60; } inline void set_prevVelocity_60(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___prevVelocity_60 = value; } inline static int32_t get_offset_of_currentVelocity_61() { return static_cast(offsetof(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE, ___currentVelocity_61)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_currentVelocity_61() const { return ___currentVelocity_61; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_currentVelocity_61() { return &___currentVelocity_61; } inline void set_currentVelocity_61(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___currentVelocity_61 = value; } inline static int32_t get_offset_of_pauseHoldDuration_62() { return static_cast(offsetof(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE, ___pauseHoldDuration_62)); } inline float get_pauseHoldDuration_62() const { return ___pauseHoldDuration_62; } inline float* get_address_of_pauseHoldDuration_62() { return &___pauseHoldDuration_62; } inline void set_pauseHoldDuration_62(float value) { ___pauseHoldDuration_62 = 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; } }; // HarasserBehavior struct HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 : public EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D { public: // Follower HarasserBehavior::follower Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * ___follower_9; // TurretFireControl HarasserBehavior::harasserFireControl TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * ___harasserFireControl_10; // System.Single HarasserBehavior::unlockFireDistance float ___unlockFireDistance_11; // HarasserMovement[] HarasserBehavior::movers HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* ___movers_12; public: inline static int32_t get_offset_of_follower_9() { return static_cast(offsetof(HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4, ___follower_9)); } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * get_follower_9() const { return ___follower_9; } inline Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 ** get_address_of_follower_9() { return &___follower_9; } inline void set_follower_9(Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * value) { ___follower_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___follower_9), (void*)value); } inline static int32_t get_offset_of_harasserFireControl_10() { return static_cast(offsetof(HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4, ___harasserFireControl_10)); } inline TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * get_harasserFireControl_10() const { return ___harasserFireControl_10; } inline TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D ** get_address_of_harasserFireControl_10() { return &___harasserFireControl_10; } inline void set_harasserFireControl_10(TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * value) { ___harasserFireControl_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___harasserFireControl_10), (void*)value); } inline static int32_t get_offset_of_unlockFireDistance_11() { return static_cast(offsetof(HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4, ___unlockFireDistance_11)); } inline float get_unlockFireDistance_11() const { return ___unlockFireDistance_11; } inline float* get_address_of_unlockFireDistance_11() { return &___unlockFireDistance_11; } inline void set_unlockFireDistance_11(float value) { ___unlockFireDistance_11 = value; } inline static int32_t get_offset_of_movers_12() { return static_cast(offsetof(HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4, ___movers_12)); } inline HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* get_movers_12() const { return ___movers_12; } inline HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF** get_address_of_movers_12() { return &___movers_12; } inline void set_movers_12(HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* value) { ___movers_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___movers_12), (void*)value); } }; // HarasserConfiguration struct HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 : public EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 { public: // HarasserWeapons HarasserConfiguration::weapons int32_t ___weapons_6; // TurretWeapon HarasserConfiguration::rightTurret int32_t ___rightTurret_7; // TurretWeapon HarasserConfiguration::leftTurret int32_t ___leftTurret_8; public: inline static int32_t get_offset_of_weapons_6() { return static_cast(offsetof(HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006, ___weapons_6)); } inline int32_t get_weapons_6() const { return ___weapons_6; } inline int32_t* get_address_of_weapons_6() { return &___weapons_6; } inline void set_weapons_6(int32_t value) { ___weapons_6 = value; } inline static int32_t get_offset_of_rightTurret_7() { return static_cast(offsetof(HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006, ___rightTurret_7)); } inline int32_t get_rightTurret_7() const { return ___rightTurret_7; } inline int32_t* get_address_of_rightTurret_7() { return &___rightTurret_7; } inline void set_rightTurret_7(int32_t value) { ___rightTurret_7 = value; } inline static int32_t get_offset_of_leftTurret_8() { return static_cast(offsetof(HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006, ___leftTurret_8)); } inline int32_t get_leftTurret_8() const { return ___leftTurret_8; } inline int32_t* get_address_of_leftTurret_8() { return &___leftTurret_8; } inline void set_leftTurret_8(int32_t value) { ___leftTurret_8 = value; } }; // HarasserMovement struct HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 : public EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 { public: // System.Single HarasserMovement::optimalRange float ___optimalRange_28; // DestroySelfEvent HarasserMovement::destroyEvent DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * ___destroyEvent_29; // EnemyBehavior HarasserMovement::behavior EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * ___behavior_30; // System.Int32 HarasserMovement::lane int32_t ___lane_31; // System.Single HarasserMovement::lateralMoveDirection float ___lateralMoveDirection_32; // System.Int32 HarasserMovement::treadsDestroyed int32_t ___treadsDestroyed_33; // System.Single HarasserMovement::trueMax float ___trueMax_34; // System.Single HarasserMovement::facingAngle float ___facingAngle_35; // System.Boolean HarasserMovement::isMineLayer bool ___isMineLayer_36; public: inline static int32_t get_offset_of_optimalRange_28() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___optimalRange_28)); } inline float get_optimalRange_28() const { return ___optimalRange_28; } inline float* get_address_of_optimalRange_28() { return &___optimalRange_28; } inline void set_optimalRange_28(float value) { ___optimalRange_28 = value; } inline static int32_t get_offset_of_destroyEvent_29() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___destroyEvent_29)); } inline DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * get_destroyEvent_29() const { return ___destroyEvent_29; } inline DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB ** get_address_of_destroyEvent_29() { return &___destroyEvent_29; } inline void set_destroyEvent_29(DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * value) { ___destroyEvent_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyEvent_29), (void*)value); } inline static int32_t get_offset_of_behavior_30() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___behavior_30)); } inline EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * get_behavior_30() const { return ___behavior_30; } inline EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D ** get_address_of_behavior_30() { return &___behavior_30; } inline void set_behavior_30(EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * value) { ___behavior_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___behavior_30), (void*)value); } inline static int32_t get_offset_of_lane_31() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___lane_31)); } inline int32_t get_lane_31() const { return ___lane_31; } inline int32_t* get_address_of_lane_31() { return &___lane_31; } inline void set_lane_31(int32_t value) { ___lane_31 = value; } inline static int32_t get_offset_of_lateralMoveDirection_32() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___lateralMoveDirection_32)); } inline float get_lateralMoveDirection_32() const { return ___lateralMoveDirection_32; } inline float* get_address_of_lateralMoveDirection_32() { return &___lateralMoveDirection_32; } inline void set_lateralMoveDirection_32(float value) { ___lateralMoveDirection_32 = value; } inline static int32_t get_offset_of_treadsDestroyed_33() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___treadsDestroyed_33)); } inline int32_t get_treadsDestroyed_33() const { return ___treadsDestroyed_33; } inline int32_t* get_address_of_treadsDestroyed_33() { return &___treadsDestroyed_33; } inline void set_treadsDestroyed_33(int32_t value) { ___treadsDestroyed_33 = value; } inline static int32_t get_offset_of_trueMax_34() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___trueMax_34)); } inline float get_trueMax_34() const { return ___trueMax_34; } inline float* get_address_of_trueMax_34() { return &___trueMax_34; } inline void set_trueMax_34(float value) { ___trueMax_34 = value; } inline static int32_t get_offset_of_facingAngle_35() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___facingAngle_35)); } inline float get_facingAngle_35() const { return ___facingAngle_35; } inline float* get_address_of_facingAngle_35() { return &___facingAngle_35; } inline void set_facingAngle_35(float value) { ___facingAngle_35 = value; } inline static int32_t get_offset_of_isMineLayer_36() { return static_cast(offsetof(HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53, ___isMineLayer_36)); } inline bool get_isMineLayer_36() const { return ___isMineLayer_36; } inline bool* get_address_of_isMineLayer_36() { return &___isMineLayer_36; } inline void set_isMineLayer_36(bool value) { ___isMineLayer_36 = value; } }; // HarasserPartManager struct HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 : public EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 { public: // UnityEngine.Transform HarasserPartManager::weaponMount Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___weaponMount_11; // UnityEngine.GameObject HarasserPartManager::mineLayer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___mineLayer_12; // TurretMountManager HarasserPartManager::rightTurretMount TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * ___rightTurretMount_13; // TurretMountManager HarasserPartManager::leftTurretMount TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * ___leftTurretMount_14; // UnityEngine.GameObject HarasserPartManager::enemyObject GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___enemyObject_15; public: inline static int32_t get_offset_of_weaponMount_11() { return static_cast(offsetof(HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9, ___weaponMount_11)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_weaponMount_11() const { return ___weaponMount_11; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_weaponMount_11() { return &___weaponMount_11; } inline void set_weaponMount_11(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___weaponMount_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___weaponMount_11), (void*)value); } inline static int32_t get_offset_of_mineLayer_12() { return static_cast(offsetof(HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9, ___mineLayer_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_mineLayer_12() const { return ___mineLayer_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_mineLayer_12() { return &___mineLayer_12; } inline void set_mineLayer_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___mineLayer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mineLayer_12), (void*)value); } inline static int32_t get_offset_of_rightTurretMount_13() { return static_cast(offsetof(HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9, ___rightTurretMount_13)); } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * get_rightTurretMount_13() const { return ___rightTurretMount_13; } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 ** get_address_of_rightTurretMount_13() { return &___rightTurretMount_13; } inline void set_rightTurretMount_13(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * value) { ___rightTurretMount_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightTurretMount_13), (void*)value); } inline static int32_t get_offset_of_leftTurretMount_14() { return static_cast(offsetof(HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9, ___leftTurretMount_14)); } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * get_leftTurretMount_14() const { return ___leftTurretMount_14; } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 ** get_address_of_leftTurretMount_14() { return &___leftTurretMount_14; } inline void set_leftTurretMount_14(TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * value) { ___leftTurretMount_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftTurretMount_14), (void*)value); } inline static int32_t get_offset_of_enemyObject_15() { return static_cast(offsetof(HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9, ___enemyObject_15)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_enemyObject_15() const { return ___enemyObject_15; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_enemyObject_15() { return &___enemyObject_15; } inline void set_enemyObject_15(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___enemyObject_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___enemyObject_15), (void*)value); } }; // HomingProjectile struct HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364 : public Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A { public: // UnityEngine.Vector3 HomingProjectile::lookOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lookOffset_19; // System.Single HomingProjectile::aimSpeed float ___aimSpeed_20; // System.Single HomingProjectile::forwardForce float ___forwardForce_21; // System.Boolean HomingProjectile::lockZ bool ___lockZ_22; // System.Boolean HomingProjectile::stopHomingOnHit bool ___stopHomingOnHit_23; // System.Single HomingProjectile::normalizedForce float ___normalizedForce_24; // UnityEngine.Transform HomingProjectile::homingTarget Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___homingTarget_25; public: inline static int32_t get_offset_of_lookOffset_19() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___lookOffset_19)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lookOffset_19() const { return ___lookOffset_19; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lookOffset_19() { return &___lookOffset_19; } inline void set_lookOffset_19(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lookOffset_19 = value; } inline static int32_t get_offset_of_aimSpeed_20() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___aimSpeed_20)); } inline float get_aimSpeed_20() const { return ___aimSpeed_20; } inline float* get_address_of_aimSpeed_20() { return &___aimSpeed_20; } inline void set_aimSpeed_20(float value) { ___aimSpeed_20 = value; } inline static int32_t get_offset_of_forwardForce_21() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___forwardForce_21)); } inline float get_forwardForce_21() const { return ___forwardForce_21; } inline float* get_address_of_forwardForce_21() { return &___forwardForce_21; } inline void set_forwardForce_21(float value) { ___forwardForce_21 = value; } inline static int32_t get_offset_of_lockZ_22() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___lockZ_22)); } inline bool get_lockZ_22() const { return ___lockZ_22; } inline bool* get_address_of_lockZ_22() { return &___lockZ_22; } inline void set_lockZ_22(bool value) { ___lockZ_22 = value; } inline static int32_t get_offset_of_stopHomingOnHit_23() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___stopHomingOnHit_23)); } inline bool get_stopHomingOnHit_23() const { return ___stopHomingOnHit_23; } inline bool* get_address_of_stopHomingOnHit_23() { return &___stopHomingOnHit_23; } inline void set_stopHomingOnHit_23(bool value) { ___stopHomingOnHit_23 = value; } inline static int32_t get_offset_of_normalizedForce_24() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___normalizedForce_24)); } inline float get_normalizedForce_24() const { return ___normalizedForce_24; } inline float* get_address_of_normalizedForce_24() { return &___normalizedForce_24; } inline void set_normalizedForce_24(float value) { ___normalizedForce_24 = value; } inline static int32_t get_offset_of_homingTarget_25() { return static_cast(offsetof(HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364, ___homingTarget_25)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_homingTarget_25() const { return ___homingTarget_25; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_homingTarget_25() { return &___homingTarget_25; } inline void set_homingTarget_25(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___homingTarget_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___homingTarget_25), (void*)value); } }; // HoverBikeConfiguration struct HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A : public EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 { public: // HoverBikeWeapons HoverBikeConfiguration::weapons int32_t ___weapons_6; public: inline static int32_t get_offset_of_weapons_6() { return static_cast(offsetof(HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A, ___weapons_6)); } inline int32_t get_weapons_6() const { return ___weapons_6; } inline int32_t* get_address_of_weapons_6() { return &___weapons_6; } inline void set_weapons_6(int32_t value) { ___weapons_6 = value; } }; // HoverBikeMovement struct HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B : public EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 { public: // HoverBikeAnimationController HoverBikeMovement::animController HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * ___animController_29; // System.Single HoverBikeMovement::maximumLean float ___maximumLean_30; // System.Single HoverBikeMovement::minLeanThreshold float ___minLeanThreshold_31; // System.Single HoverBikeMovement::leanSpeed float ___leanSpeed_32; // System.Single HoverBikeMovement::lateralLeanIntensity float ___lateralLeanIntensity_33; // System.Single HoverBikeMovement::minHeight float ___minHeight_34; // System.Single HoverBikeMovement::maxHeight float ___maxHeight_35; // System.Single HoverBikeMovement::furthestOutside float ___furthestOutside_36; // System.Single HoverBikeMovement::closestIn float ___closestIn_37; // System.Single HoverBikeMovement::farthestOut float ___farthestOut_38; // System.Single HoverBikeMovement::aimReactTime float ___aimReactTime_39; // System.Single HoverBikeMovement::aimResetTime float ___aimResetTime_40; // System.Single HoverBikeMovement::reactSpeed float ___reactSpeed_41; // UnityEngine.Vector2 HoverBikeMovement::flyingStrafeIntervalRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___flyingStrafeIntervalRange_42; // System.Single HoverBikeMovement::aerialStrafeLateralDampening float ___aerialStrafeLateralDampening_43; // System.Single HoverBikeMovement::maxAlongsidedness float ___maxAlongsidedness_44; // System.Single HoverBikeMovement::sideClearance float ___sideClearance_45; // System.Single HoverBikeMovement::aheadOffset float ___aheadOffset_46; // System.Single HoverBikeMovement::leadDistance float ___leadDistance_47; // System.Single HoverBikeMovement::tailgateDistance float ___tailgateDistance_48; // System.Single HoverBikeMovement::nearTargetEasing float ___nearTargetEasing_49; // System.Single HoverBikeMovement::lateralAvoidMin float ___lateralAvoidMin_50; // System.Single HoverBikeMovement::lateralAvoidMax float ___lateralAvoidMax_51; // System.Single HoverBikeMovement::edgeAvoidDistance float ___edgeAvoidDistance_52; // UnityEngine.Vector2 HoverBikeMovement::groundedStrafeIntervalRange Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___groundedStrafeIntervalRange_53; // System.Single HoverBikeMovement::currentAimedAtTime float ___currentAimedAtTime_54; // System.Single HoverBikeMovement::currentAimedAwayTime float ___currentAimedAwayTime_55; // UnityEngine.Vector3 HoverBikeMovement::relativeMoveTarget Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___relativeMoveTarget_56; // System.Single HoverBikeMovement::nextStrafe float ___nextStrafe_57; // System.Boolean HoverBikeMovement::k__BackingField bool ___U3CDyingU3Ek__BackingField_58; public: inline static int32_t get_offset_of_animController_29() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___animController_29)); } inline HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * get_animController_29() const { return ___animController_29; } inline HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 ** get_address_of_animController_29() { return &___animController_29; } inline void set_animController_29(HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * value) { ___animController_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___animController_29), (void*)value); } inline static int32_t get_offset_of_maximumLean_30() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___maximumLean_30)); } inline float get_maximumLean_30() const { return ___maximumLean_30; } inline float* get_address_of_maximumLean_30() { return &___maximumLean_30; } inline void set_maximumLean_30(float value) { ___maximumLean_30 = value; } inline static int32_t get_offset_of_minLeanThreshold_31() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___minLeanThreshold_31)); } inline float get_minLeanThreshold_31() const { return ___minLeanThreshold_31; } inline float* get_address_of_minLeanThreshold_31() { return &___minLeanThreshold_31; } inline void set_minLeanThreshold_31(float value) { ___minLeanThreshold_31 = value; } inline static int32_t get_offset_of_leanSpeed_32() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___leanSpeed_32)); } inline float get_leanSpeed_32() const { return ___leanSpeed_32; } inline float* get_address_of_leanSpeed_32() { return &___leanSpeed_32; } inline void set_leanSpeed_32(float value) { ___leanSpeed_32 = value; } inline static int32_t get_offset_of_lateralLeanIntensity_33() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___lateralLeanIntensity_33)); } inline float get_lateralLeanIntensity_33() const { return ___lateralLeanIntensity_33; } inline float* get_address_of_lateralLeanIntensity_33() { return &___lateralLeanIntensity_33; } inline void set_lateralLeanIntensity_33(float value) { ___lateralLeanIntensity_33 = value; } inline static int32_t get_offset_of_minHeight_34() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___minHeight_34)); } inline float get_minHeight_34() const { return ___minHeight_34; } inline float* get_address_of_minHeight_34() { return &___minHeight_34; } inline void set_minHeight_34(float value) { ___minHeight_34 = value; } inline static int32_t get_offset_of_maxHeight_35() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___maxHeight_35)); } inline float get_maxHeight_35() const { return ___maxHeight_35; } inline float* get_address_of_maxHeight_35() { return &___maxHeight_35; } inline void set_maxHeight_35(float value) { ___maxHeight_35 = value; } inline static int32_t get_offset_of_furthestOutside_36() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___furthestOutside_36)); } inline float get_furthestOutside_36() const { return ___furthestOutside_36; } inline float* get_address_of_furthestOutside_36() { return &___furthestOutside_36; } inline void set_furthestOutside_36(float value) { ___furthestOutside_36 = value; } inline static int32_t get_offset_of_closestIn_37() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___closestIn_37)); } inline float get_closestIn_37() const { return ___closestIn_37; } inline float* get_address_of_closestIn_37() { return &___closestIn_37; } inline void set_closestIn_37(float value) { ___closestIn_37 = value; } inline static int32_t get_offset_of_farthestOut_38() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___farthestOut_38)); } inline float get_farthestOut_38() const { return ___farthestOut_38; } inline float* get_address_of_farthestOut_38() { return &___farthestOut_38; } inline void set_farthestOut_38(float value) { ___farthestOut_38 = value; } inline static int32_t get_offset_of_aimReactTime_39() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___aimReactTime_39)); } inline float get_aimReactTime_39() const { return ___aimReactTime_39; } inline float* get_address_of_aimReactTime_39() { return &___aimReactTime_39; } inline void set_aimReactTime_39(float value) { ___aimReactTime_39 = value; } inline static int32_t get_offset_of_aimResetTime_40() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___aimResetTime_40)); } inline float get_aimResetTime_40() const { return ___aimResetTime_40; } inline float* get_address_of_aimResetTime_40() { return &___aimResetTime_40; } inline void set_aimResetTime_40(float value) { ___aimResetTime_40 = value; } inline static int32_t get_offset_of_reactSpeed_41() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___reactSpeed_41)); } inline float get_reactSpeed_41() const { return ___reactSpeed_41; } inline float* get_address_of_reactSpeed_41() { return &___reactSpeed_41; } inline void set_reactSpeed_41(float value) { ___reactSpeed_41 = value; } inline static int32_t get_offset_of_flyingStrafeIntervalRange_42() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___flyingStrafeIntervalRange_42)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_flyingStrafeIntervalRange_42() const { return ___flyingStrafeIntervalRange_42; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_flyingStrafeIntervalRange_42() { return &___flyingStrafeIntervalRange_42; } inline void set_flyingStrafeIntervalRange_42(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___flyingStrafeIntervalRange_42 = value; } inline static int32_t get_offset_of_aerialStrafeLateralDampening_43() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___aerialStrafeLateralDampening_43)); } inline float get_aerialStrafeLateralDampening_43() const { return ___aerialStrafeLateralDampening_43; } inline float* get_address_of_aerialStrafeLateralDampening_43() { return &___aerialStrafeLateralDampening_43; } inline void set_aerialStrafeLateralDampening_43(float value) { ___aerialStrafeLateralDampening_43 = value; } inline static int32_t get_offset_of_maxAlongsidedness_44() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___maxAlongsidedness_44)); } inline float get_maxAlongsidedness_44() const { return ___maxAlongsidedness_44; } inline float* get_address_of_maxAlongsidedness_44() { return &___maxAlongsidedness_44; } inline void set_maxAlongsidedness_44(float value) { ___maxAlongsidedness_44 = value; } inline static int32_t get_offset_of_sideClearance_45() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___sideClearance_45)); } inline float get_sideClearance_45() const { return ___sideClearance_45; } inline float* get_address_of_sideClearance_45() { return &___sideClearance_45; } inline void set_sideClearance_45(float value) { ___sideClearance_45 = value; } inline static int32_t get_offset_of_aheadOffset_46() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___aheadOffset_46)); } inline float get_aheadOffset_46() const { return ___aheadOffset_46; } inline float* get_address_of_aheadOffset_46() { return &___aheadOffset_46; } inline void set_aheadOffset_46(float value) { ___aheadOffset_46 = value; } inline static int32_t get_offset_of_leadDistance_47() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___leadDistance_47)); } inline float get_leadDistance_47() const { return ___leadDistance_47; } inline float* get_address_of_leadDistance_47() { return &___leadDistance_47; } inline void set_leadDistance_47(float value) { ___leadDistance_47 = value; } inline static int32_t get_offset_of_tailgateDistance_48() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___tailgateDistance_48)); } inline float get_tailgateDistance_48() const { return ___tailgateDistance_48; } inline float* get_address_of_tailgateDistance_48() { return &___tailgateDistance_48; } inline void set_tailgateDistance_48(float value) { ___tailgateDistance_48 = value; } inline static int32_t get_offset_of_nearTargetEasing_49() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___nearTargetEasing_49)); } inline float get_nearTargetEasing_49() const { return ___nearTargetEasing_49; } inline float* get_address_of_nearTargetEasing_49() { return &___nearTargetEasing_49; } inline void set_nearTargetEasing_49(float value) { ___nearTargetEasing_49 = value; } inline static int32_t get_offset_of_lateralAvoidMin_50() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___lateralAvoidMin_50)); } inline float get_lateralAvoidMin_50() const { return ___lateralAvoidMin_50; } inline float* get_address_of_lateralAvoidMin_50() { return &___lateralAvoidMin_50; } inline void set_lateralAvoidMin_50(float value) { ___lateralAvoidMin_50 = value; } inline static int32_t get_offset_of_lateralAvoidMax_51() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___lateralAvoidMax_51)); } inline float get_lateralAvoidMax_51() const { return ___lateralAvoidMax_51; } inline float* get_address_of_lateralAvoidMax_51() { return &___lateralAvoidMax_51; } inline void set_lateralAvoidMax_51(float value) { ___lateralAvoidMax_51 = value; } inline static int32_t get_offset_of_edgeAvoidDistance_52() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___edgeAvoidDistance_52)); } inline float get_edgeAvoidDistance_52() const { return ___edgeAvoidDistance_52; } inline float* get_address_of_edgeAvoidDistance_52() { return &___edgeAvoidDistance_52; } inline void set_edgeAvoidDistance_52(float value) { ___edgeAvoidDistance_52 = value; } inline static int32_t get_offset_of_groundedStrafeIntervalRange_53() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___groundedStrafeIntervalRange_53)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_groundedStrafeIntervalRange_53() const { return ___groundedStrafeIntervalRange_53; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_groundedStrafeIntervalRange_53() { return &___groundedStrafeIntervalRange_53; } inline void set_groundedStrafeIntervalRange_53(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___groundedStrafeIntervalRange_53 = value; } inline static int32_t get_offset_of_currentAimedAtTime_54() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___currentAimedAtTime_54)); } inline float get_currentAimedAtTime_54() const { return ___currentAimedAtTime_54; } inline float* get_address_of_currentAimedAtTime_54() { return &___currentAimedAtTime_54; } inline void set_currentAimedAtTime_54(float value) { ___currentAimedAtTime_54 = value; } inline static int32_t get_offset_of_currentAimedAwayTime_55() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___currentAimedAwayTime_55)); } inline float get_currentAimedAwayTime_55() const { return ___currentAimedAwayTime_55; } inline float* get_address_of_currentAimedAwayTime_55() { return &___currentAimedAwayTime_55; } inline void set_currentAimedAwayTime_55(float value) { ___currentAimedAwayTime_55 = value; } inline static int32_t get_offset_of_relativeMoveTarget_56() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___relativeMoveTarget_56)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_relativeMoveTarget_56() const { return ___relativeMoveTarget_56; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_relativeMoveTarget_56() { return &___relativeMoveTarget_56; } inline void set_relativeMoveTarget_56(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___relativeMoveTarget_56 = value; } inline static int32_t get_offset_of_nextStrafe_57() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___nextStrafe_57)); } inline float get_nextStrafe_57() const { return ___nextStrafe_57; } inline float* get_address_of_nextStrafe_57() { return &___nextStrafe_57; } inline void set_nextStrafe_57(float value) { ___nextStrafe_57 = value; } inline static int32_t get_offset_of_U3CDyingU3Ek__BackingField_58() { return static_cast(offsetof(HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B, ___U3CDyingU3Ek__BackingField_58)); } inline bool get_U3CDyingU3Ek__BackingField_58() const { return ___U3CDyingU3Ek__BackingField_58; } inline bool* get_address_of_U3CDyingU3Ek__BackingField_58() { return &___U3CDyingU3Ek__BackingField_58; } inline void set_U3CDyingU3Ek__BackingField_58(bool value) { ___U3CDyingU3Ek__BackingField_58 = value; } }; // HoverBikePartManager struct HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 : public EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 { public: // UnityEngine.GameObject HoverBikePartManager::moveModeContainer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___moveModeContainer_11; // UnityEngine.GameObject HoverBikePartManager::mineLayer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___mineLayer_12; // UnityEngine.GameObject HoverBikePartManager::mineCap GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___mineCap_13; // UnityEngine.GameObject HoverBikePartManager::rollers GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___rollers_14; // HoverBikeMovement[] HoverBikePartManager::movers HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381* ___movers_15; public: inline static int32_t get_offset_of_moveModeContainer_11() { return static_cast(offsetof(HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13, ___moveModeContainer_11)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_moveModeContainer_11() const { return ___moveModeContainer_11; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_moveModeContainer_11() { return &___moveModeContainer_11; } inline void set_moveModeContainer_11(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___moveModeContainer_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___moveModeContainer_11), (void*)value); } inline static int32_t get_offset_of_mineLayer_12() { return static_cast(offsetof(HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13, ___mineLayer_12)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_mineLayer_12() const { return ___mineLayer_12; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_mineLayer_12() { return &___mineLayer_12; } inline void set_mineLayer_12(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___mineLayer_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___mineLayer_12), (void*)value); } inline static int32_t get_offset_of_mineCap_13() { return static_cast(offsetof(HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13, ___mineCap_13)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_mineCap_13() const { return ___mineCap_13; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_mineCap_13() { return &___mineCap_13; } inline void set_mineCap_13(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___mineCap_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___mineCap_13), (void*)value); } inline static int32_t get_offset_of_rollers_14() { return static_cast(offsetof(HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13, ___rollers_14)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_rollers_14() const { return ___rollers_14; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_rollers_14() { return &___rollers_14; } inline void set_rollers_14(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___rollers_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___rollers_14), (void*)value); } inline static int32_t get_offset_of_movers_15() { return static_cast(offsetof(HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13, ___movers_15)); } inline HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381* get_movers_15() const { return ___movers_15; } inline HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381** get_address_of_movers_15() { return &___movers_15; } inline void set_movers_15(HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381* value) { ___movers_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___movers_15), (void*)value); } }; // IncrementalRoadMesh struct IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0 : public PathSceneTool_t7FF61C2AC5538D780770CCDBCCE9DBDB8A86935A { public: // System.Int32 IncrementalRoadMesh::chunkPathPoints int32_t ___chunkPathPoints_11; // System.Int32 IncrementalRoadMesh::chunkCount int32_t ___chunkCount_12; // System.Single IncrementalRoadMesh::advanceRoadRatio float ___advanceRoadRatio_13; // System.Single IncrementalRoadMesh::minimumAdvanceInterval float ___minimumAdvanceInterval_14; // System.Single IncrementalRoadMesh::roadWidth float ___roadWidth_15; // UnityEngine.Vector3 IncrementalRoadMesh::roadOffset Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___roadOffset_16; // System.Single IncrementalRoadMesh::barrierHeight float ___barrierHeight_17; // System.Single IncrementalRoadMesh::barrierAngle float ___barrierAngle_18; // System.Boolean IncrementalRoadMesh::includeSupportWall bool ___includeSupportWall_19; // System.Single IncrementalRoadMesh::supportWallHeight float ___supportWallHeight_20; // System.Single IncrementalRoadMesh::supportWallAngle float ___supportWallAngle_21; // System.Boolean IncrementalRoadMesh::flattenSurface bool ___flattenSurface_22; // System.Boolean IncrementalRoadMesh::primeRoad bool ___primeRoad_23; // System.Int32 IncrementalRoadMesh::laneCount int32_t ___laneCount_24; // System.Single IncrementalRoadMesh::laneWidth float ___laneWidth_25; // System.Int32 IncrementalRoadMesh::roadMeshLayer int32_t ___roadMeshLayer_26; // UnityEngine.Material IncrementalRoadMesh::roadMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___roadMaterial_27; // UnityEngine.Material IncrementalRoadMesh::barrierMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___barrierMaterial_28; // UnityEngine.Material IncrementalRoadMesh::supportWallMaterial Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___supportWallMaterial_29; // System.Single IncrementalRoadMesh::textureTiling float ___textureTiling_30; // System.Collections.Generic.List`1 IncrementalRoadMesh::meshChunks List_1_t762CB838A8853AD75D404A0446CEA16B0A2C1A46 * ___meshChunks_31; // System.Int32 IncrementalRoadMesh::currentIndex int32_t ___currentIndex_32; // RoadAsYouGo IncrementalRoadMesh::pathController RoadAsYouGo_t0EB708C5D4B4773942350C8FAA5FA45255B2C084 * ___pathController_33; // System.Single IncrementalRoadMesh::incrementDistance float ___incrementDistance_34; // System.Int32[] IncrementalRoadMesh::triangleMap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___triangleMap_37; // System.Int32[] IncrementalRoadMesh::sidesTriangleMap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___sidesTriangleMap_38; // System.Int32[] IncrementalRoadMesh::wallTriangleMap Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___wallTriangleMap_39; // UnityEngine.Vector3[] IncrementalRoadMesh::verts Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___verts_40; // UnityEngine.Vector2[] IncrementalRoadMesh::uvs Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* ___uvs_41; // UnityEngine.Vector3[] IncrementalRoadMesh::normals Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___normals_42; // System.Int32 IncrementalRoadMesh::numTris int32_t ___numTris_43; // System.Int32[] IncrementalRoadMesh::roadTriangles Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___roadTriangles_44; // System.Int32[] IncrementalRoadMesh::sideOfRoadTriangles Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___sideOfRoadTriangles_45; // System.Int32[] IncrementalRoadMesh::wallTriangles Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___wallTriangles_46; // System.Single IncrementalRoadMesh::barrierTopOffset float ___barrierTopOffset_47; // System.Single IncrementalRoadMesh::wallBottomOffset float ___wallBottomOffset_48; // System.Single IncrementalRoadMesh::segmentLength float ___segmentLength_49; // System.Single IncrementalRoadMesh::nextAdvanceAt float ___nextAdvanceAt_50; public: inline static int32_t get_offset_of_chunkPathPoints_11() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___chunkPathPoints_11)); } inline int32_t get_chunkPathPoints_11() const { return ___chunkPathPoints_11; } inline int32_t* get_address_of_chunkPathPoints_11() { return &___chunkPathPoints_11; } inline void set_chunkPathPoints_11(int32_t value) { ___chunkPathPoints_11 = value; } inline static int32_t get_offset_of_chunkCount_12() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___chunkCount_12)); } inline int32_t get_chunkCount_12() const { return ___chunkCount_12; } inline int32_t* get_address_of_chunkCount_12() { return &___chunkCount_12; } inline void set_chunkCount_12(int32_t value) { ___chunkCount_12 = value; } inline static int32_t get_offset_of_advanceRoadRatio_13() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___advanceRoadRatio_13)); } inline float get_advanceRoadRatio_13() const { return ___advanceRoadRatio_13; } inline float* get_address_of_advanceRoadRatio_13() { return &___advanceRoadRatio_13; } inline void set_advanceRoadRatio_13(float value) { ___advanceRoadRatio_13 = value; } inline static int32_t get_offset_of_minimumAdvanceInterval_14() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___minimumAdvanceInterval_14)); } inline float get_minimumAdvanceInterval_14() const { return ___minimumAdvanceInterval_14; } inline float* get_address_of_minimumAdvanceInterval_14() { return &___minimumAdvanceInterval_14; } inline void set_minimumAdvanceInterval_14(float value) { ___minimumAdvanceInterval_14 = value; } inline static int32_t get_offset_of_roadWidth_15() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___roadWidth_15)); } inline float get_roadWidth_15() const { return ___roadWidth_15; } inline float* get_address_of_roadWidth_15() { return &___roadWidth_15; } inline void set_roadWidth_15(float value) { ___roadWidth_15 = value; } inline static int32_t get_offset_of_roadOffset_16() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___roadOffset_16)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_roadOffset_16() const { return ___roadOffset_16; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_roadOffset_16() { return &___roadOffset_16; } inline void set_roadOffset_16(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___roadOffset_16 = value; } inline static int32_t get_offset_of_barrierHeight_17() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___barrierHeight_17)); } inline float get_barrierHeight_17() const { return ___barrierHeight_17; } inline float* get_address_of_barrierHeight_17() { return &___barrierHeight_17; } inline void set_barrierHeight_17(float value) { ___barrierHeight_17 = value; } inline static int32_t get_offset_of_barrierAngle_18() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___barrierAngle_18)); } inline float get_barrierAngle_18() const { return ___barrierAngle_18; } inline float* get_address_of_barrierAngle_18() { return &___barrierAngle_18; } inline void set_barrierAngle_18(float value) { ___barrierAngle_18 = value; } inline static int32_t get_offset_of_includeSupportWall_19() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___includeSupportWall_19)); } inline bool get_includeSupportWall_19() const { return ___includeSupportWall_19; } inline bool* get_address_of_includeSupportWall_19() { return &___includeSupportWall_19; } inline void set_includeSupportWall_19(bool value) { ___includeSupportWall_19 = value; } inline static int32_t get_offset_of_supportWallHeight_20() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___supportWallHeight_20)); } inline float get_supportWallHeight_20() const { return ___supportWallHeight_20; } inline float* get_address_of_supportWallHeight_20() { return &___supportWallHeight_20; } inline void set_supportWallHeight_20(float value) { ___supportWallHeight_20 = value; } inline static int32_t get_offset_of_supportWallAngle_21() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___supportWallAngle_21)); } inline float get_supportWallAngle_21() const { return ___supportWallAngle_21; } inline float* get_address_of_supportWallAngle_21() { return &___supportWallAngle_21; } inline void set_supportWallAngle_21(float value) { ___supportWallAngle_21 = value; } inline static int32_t get_offset_of_flattenSurface_22() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___flattenSurface_22)); } inline bool get_flattenSurface_22() const { return ___flattenSurface_22; } inline bool* get_address_of_flattenSurface_22() { return &___flattenSurface_22; } inline void set_flattenSurface_22(bool value) { ___flattenSurface_22 = value; } inline static int32_t get_offset_of_primeRoad_23() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___primeRoad_23)); } inline bool get_primeRoad_23() const { return ___primeRoad_23; } inline bool* get_address_of_primeRoad_23() { return &___primeRoad_23; } inline void set_primeRoad_23(bool value) { ___primeRoad_23 = value; } inline static int32_t get_offset_of_laneCount_24() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___laneCount_24)); } inline int32_t get_laneCount_24() const { return ___laneCount_24; } inline int32_t* get_address_of_laneCount_24() { return &___laneCount_24; } inline void set_laneCount_24(int32_t value) { ___laneCount_24 = value; } inline static int32_t get_offset_of_laneWidth_25() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___laneWidth_25)); } inline float get_laneWidth_25() const { return ___laneWidth_25; } inline float* get_address_of_laneWidth_25() { return &___laneWidth_25; } inline void set_laneWidth_25(float value) { ___laneWidth_25 = value; } inline static int32_t get_offset_of_roadMeshLayer_26() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___roadMeshLayer_26)); } inline int32_t get_roadMeshLayer_26() const { return ___roadMeshLayer_26; } inline int32_t* get_address_of_roadMeshLayer_26() { return &___roadMeshLayer_26; } inline void set_roadMeshLayer_26(int32_t value) { ___roadMeshLayer_26 = value; } inline static int32_t get_offset_of_roadMaterial_27() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___roadMaterial_27)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_roadMaterial_27() const { return ___roadMaterial_27; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_roadMaterial_27() { return &___roadMaterial_27; } inline void set_roadMaterial_27(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___roadMaterial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadMaterial_27), (void*)value); } inline static int32_t get_offset_of_barrierMaterial_28() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___barrierMaterial_28)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_barrierMaterial_28() const { return ___barrierMaterial_28; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_barrierMaterial_28() { return &___barrierMaterial_28; } inline void set_barrierMaterial_28(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___barrierMaterial_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___barrierMaterial_28), (void*)value); } inline static int32_t get_offset_of_supportWallMaterial_29() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___supportWallMaterial_29)); } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE * get_supportWallMaterial_29() const { return ___supportWallMaterial_29; } inline Material_t8927C00353A72755313F046D0CE85178AE8218EE ** get_address_of_supportWallMaterial_29() { return &___supportWallMaterial_29; } inline void set_supportWallMaterial_29(Material_t8927C00353A72755313F046D0CE85178AE8218EE * value) { ___supportWallMaterial_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___supportWallMaterial_29), (void*)value); } inline static int32_t get_offset_of_textureTiling_30() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___textureTiling_30)); } inline float get_textureTiling_30() const { return ___textureTiling_30; } inline float* get_address_of_textureTiling_30() { return &___textureTiling_30; } inline void set_textureTiling_30(float value) { ___textureTiling_30 = value; } inline static int32_t get_offset_of_meshChunks_31() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___meshChunks_31)); } inline List_1_t762CB838A8853AD75D404A0446CEA16B0A2C1A46 * get_meshChunks_31() const { return ___meshChunks_31; } inline List_1_t762CB838A8853AD75D404A0446CEA16B0A2C1A46 ** get_address_of_meshChunks_31() { return &___meshChunks_31; } inline void set_meshChunks_31(List_1_t762CB838A8853AD75D404A0446CEA16B0A2C1A46 * value) { ___meshChunks_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshChunks_31), (void*)value); } inline static int32_t get_offset_of_currentIndex_32() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___currentIndex_32)); } inline int32_t get_currentIndex_32() const { return ___currentIndex_32; } inline int32_t* get_address_of_currentIndex_32() { return &___currentIndex_32; } inline void set_currentIndex_32(int32_t value) { ___currentIndex_32 = value; } inline static int32_t get_offset_of_pathController_33() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___pathController_33)); } inline RoadAsYouGo_t0EB708C5D4B4773942350C8FAA5FA45255B2C084 * get_pathController_33() const { return ___pathController_33; } inline RoadAsYouGo_t0EB708C5D4B4773942350C8FAA5FA45255B2C084 ** get_address_of_pathController_33() { return &___pathController_33; } inline void set_pathController_33(RoadAsYouGo_t0EB708C5D4B4773942350C8FAA5FA45255B2C084 * value) { ___pathController_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___pathController_33), (void*)value); } inline static int32_t get_offset_of_incrementDistance_34() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___incrementDistance_34)); } inline float get_incrementDistance_34() const { return ___incrementDistance_34; } inline float* get_address_of_incrementDistance_34() { return &___incrementDistance_34; } inline void set_incrementDistance_34(float value) { ___incrementDistance_34 = value; } inline static int32_t get_offset_of_triangleMap_37() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___triangleMap_37)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_triangleMap_37() const { return ___triangleMap_37; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_triangleMap_37() { return &___triangleMap_37; } inline void set_triangleMap_37(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___triangleMap_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___triangleMap_37), (void*)value); } inline static int32_t get_offset_of_sidesTriangleMap_38() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___sidesTriangleMap_38)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_sidesTriangleMap_38() const { return ___sidesTriangleMap_38; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_sidesTriangleMap_38() { return &___sidesTriangleMap_38; } inline void set_sidesTriangleMap_38(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___sidesTriangleMap_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidesTriangleMap_38), (void*)value); } inline static int32_t get_offset_of_wallTriangleMap_39() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___wallTriangleMap_39)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_wallTriangleMap_39() const { return ___wallTriangleMap_39; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_wallTriangleMap_39() { return &___wallTriangleMap_39; } inline void set_wallTriangleMap_39(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___wallTriangleMap_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___wallTriangleMap_39), (void*)value); } inline static int32_t get_offset_of_verts_40() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___verts_40)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_verts_40() const { return ___verts_40; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_verts_40() { return &___verts_40; } inline void set_verts_40(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___verts_40 = value; Il2CppCodeGenWriteBarrier((void**)(&___verts_40), (void*)value); } inline static int32_t get_offset_of_uvs_41() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___uvs_41)); } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* get_uvs_41() const { return ___uvs_41; } inline Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA** get_address_of_uvs_41() { return &___uvs_41; } inline void set_uvs_41(Vector2U5BU5D_tE0F58A2D6D8592B5EC37D9CDEF09103A02E5D7FA* value) { ___uvs_41 = value; Il2CppCodeGenWriteBarrier((void**)(&___uvs_41), (void*)value); } inline static int32_t get_offset_of_normals_42() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___normals_42)); } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* get_normals_42() const { return ___normals_42; } inline Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4** get_address_of_normals_42() { return &___normals_42; } inline void set_normals_42(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* value) { ___normals_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___normals_42), (void*)value); } inline static int32_t get_offset_of_numTris_43() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___numTris_43)); } inline int32_t get_numTris_43() const { return ___numTris_43; } inline int32_t* get_address_of_numTris_43() { return &___numTris_43; } inline void set_numTris_43(int32_t value) { ___numTris_43 = value; } inline static int32_t get_offset_of_roadTriangles_44() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___roadTriangles_44)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_roadTriangles_44() const { return ___roadTriangles_44; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_roadTriangles_44() { return &___roadTriangles_44; } inline void set_roadTriangles_44(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___roadTriangles_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___roadTriangles_44), (void*)value); } inline static int32_t get_offset_of_sideOfRoadTriangles_45() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___sideOfRoadTriangles_45)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_sideOfRoadTriangles_45() const { return ___sideOfRoadTriangles_45; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_sideOfRoadTriangles_45() { return &___sideOfRoadTriangles_45; } inline void set_sideOfRoadTriangles_45(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___sideOfRoadTriangles_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___sideOfRoadTriangles_45), (void*)value); } inline static int32_t get_offset_of_wallTriangles_46() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___wallTriangles_46)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_wallTriangles_46() const { return ___wallTriangles_46; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_wallTriangles_46() { return &___wallTriangles_46; } inline void set_wallTriangles_46(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___wallTriangles_46 = value; Il2CppCodeGenWriteBarrier((void**)(&___wallTriangles_46), (void*)value); } inline static int32_t get_offset_of_barrierTopOffset_47() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___barrierTopOffset_47)); } inline float get_barrierTopOffset_47() const { return ___barrierTopOffset_47; } inline float* get_address_of_barrierTopOffset_47() { return &___barrierTopOffset_47; } inline void set_barrierTopOffset_47(float value) { ___barrierTopOffset_47 = value; } inline static int32_t get_offset_of_wallBottomOffset_48() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___wallBottomOffset_48)); } inline float get_wallBottomOffset_48() const { return ___wallBottomOffset_48; } inline float* get_address_of_wallBottomOffset_48() { return &___wallBottomOffset_48; } inline void set_wallBottomOffset_48(float value) { ___wallBottomOffset_48 = value; } inline static int32_t get_offset_of_segmentLength_49() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___segmentLength_49)); } inline float get_segmentLength_49() const { return ___segmentLength_49; } inline float* get_address_of_segmentLength_49() { return &___segmentLength_49; } inline void set_segmentLength_49(float value) { ___segmentLength_49 = value; } inline static int32_t get_offset_of_nextAdvanceAt_50() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0, ___nextAdvanceAt_50)); } inline float get_nextAdvanceAt_50() const { return ___nextAdvanceAt_50; } inline float* get_address_of_nextAdvanceAt_50() { return &___nextAdvanceAt_50; } inline void set_nextAdvanceAt_50(float value) { ___nextAdvanceAt_50 = value; } }; // Pickupable struct Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 : public Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 { public: // System.Single Pickupable::mass float ___mass_13; // UnityEngine.Transform Pickupable::rightHandOffset Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___rightHandOffset_14; // UnityEngine.Transform Pickupable::leftHandOffset Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___leftHandOffset_15; // UnityEngine.Rigidbody Pickupable::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_16; // System.Collections.Generic.List`1 Pickupable::trackInfo List_1_t447DF09E47AC63177810C7B9FA0E370862571C62 * ___trackInfo_17; // System.Boolean Pickupable::k__BackingField bool ___U3CdroppedU3Ek__BackingField_18; // UnityEngine.Quaternion Pickupable::lastRotation Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___lastRotation_19; public: inline static int32_t get_offset_of_mass_13() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___mass_13)); } inline float get_mass_13() const { return ___mass_13; } inline float* get_address_of_mass_13() { return &___mass_13; } inline void set_mass_13(float value) { ___mass_13 = value; } inline static int32_t get_offset_of_rightHandOffset_14() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___rightHandOffset_14)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_rightHandOffset_14() const { return ___rightHandOffset_14; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_rightHandOffset_14() { return &___rightHandOffset_14; } inline void set_rightHandOffset_14(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___rightHandOffset_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___rightHandOffset_14), (void*)value); } inline static int32_t get_offset_of_leftHandOffset_15() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___leftHandOffset_15)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_leftHandOffset_15() const { return ___leftHandOffset_15; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_leftHandOffset_15() { return &___leftHandOffset_15; } inline void set_leftHandOffset_15(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___leftHandOffset_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___leftHandOffset_15), (void*)value); } inline static int32_t get_offset_of_rb_16() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___rb_16)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_16() const { return ___rb_16; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_16() { return &___rb_16; } inline void set_rb_16(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_16), (void*)value); } inline static int32_t get_offset_of_trackInfo_17() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___trackInfo_17)); } inline List_1_t447DF09E47AC63177810C7B9FA0E370862571C62 * get_trackInfo_17() const { return ___trackInfo_17; } inline List_1_t447DF09E47AC63177810C7B9FA0E370862571C62 ** get_address_of_trackInfo_17() { return &___trackInfo_17; } inline void set_trackInfo_17(List_1_t447DF09E47AC63177810C7B9FA0E370862571C62 * value) { ___trackInfo_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___trackInfo_17), (void*)value); } inline static int32_t get_offset_of_U3CdroppedU3Ek__BackingField_18() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___U3CdroppedU3Ek__BackingField_18)); } inline bool get_U3CdroppedU3Ek__BackingField_18() const { return ___U3CdroppedU3Ek__BackingField_18; } inline bool* get_address_of_U3CdroppedU3Ek__BackingField_18() { return &___U3CdroppedU3Ek__BackingField_18; } inline void set_U3CdroppedU3Ek__BackingField_18(bool value) { ___U3CdroppedU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_lastRotation_19() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0, ___lastRotation_19)); } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 get_lastRotation_19() const { return ___lastRotation_19; } inline Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * get_address_of_lastRotation_19() { return &___lastRotation_19; } inline void set_lastRotation_19(Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 value) { ___lastRotation_19 = 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); } }; // Roller struct Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276 : public EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D { public: // System.Single Roller::maxForwardVelocity float ___maxForwardVelocity_12; // System.Single Roller::horizontalVelocity float ___horizontalVelocity_13; // System.Single Roller::downVelocity float ___downVelocity_14; // System.Single Roller::groundCollisionDistance float ___groundCollisionDistance_15; // System.Single Roller::bounciness float ___bounciness_16; // System.Single Roller::armedHitDamageMultiplier float ___armedHitDamageMultiplier_17; // System.Single Roller::despawnDistance float ___despawnDistance_18; // System.Single Roller::explodeProximity float ___explodeProximity_19; // System.Single Roller::explosionDamage float ___explosionDamage_20; // System.Int32 Roller::explosionAheadOffset int32_t ___explosionAheadOffset_21; // UnityEngine.Transform Roller::explosionPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPrefab_22; // UnityEngine.Transform Roller::destroyedPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___destroyedPrefab_23; // UnityEngine.Animator Roller::rollerAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___rollerAnim_24; // UnityEngine.ParticleSystem Roller::sparks ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * ___sparks_25; // UnityEngine.Rigidbody Roller::rb Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * ___rb_26; // UnityEngine.LayerMask Roller::railLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___railLayers_27; // System.Boolean Roller::armed bool ___armed_28; // System.Boolean Roller::released bool ___released_29; // System.Boolean Roller::horizontalFlipped bool ___horizontalFlipped_30; // System.Single Roller::nextDirectionChangeAllowed float ___nextDirectionChangeAllowed_31; // System.Single Roller::usedForwardVelocity float ___usedForwardVelocity_32; public: inline static int32_t get_offset_of_maxForwardVelocity_12() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___maxForwardVelocity_12)); } inline float get_maxForwardVelocity_12() const { return ___maxForwardVelocity_12; } inline float* get_address_of_maxForwardVelocity_12() { return &___maxForwardVelocity_12; } inline void set_maxForwardVelocity_12(float value) { ___maxForwardVelocity_12 = value; } inline static int32_t get_offset_of_horizontalVelocity_13() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___horizontalVelocity_13)); } inline float get_horizontalVelocity_13() const { return ___horizontalVelocity_13; } inline float* get_address_of_horizontalVelocity_13() { return &___horizontalVelocity_13; } inline void set_horizontalVelocity_13(float value) { ___horizontalVelocity_13 = value; } inline static int32_t get_offset_of_downVelocity_14() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___downVelocity_14)); } inline float get_downVelocity_14() const { return ___downVelocity_14; } inline float* get_address_of_downVelocity_14() { return &___downVelocity_14; } inline void set_downVelocity_14(float value) { ___downVelocity_14 = value; } inline static int32_t get_offset_of_groundCollisionDistance_15() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___groundCollisionDistance_15)); } inline float get_groundCollisionDistance_15() const { return ___groundCollisionDistance_15; } inline float* get_address_of_groundCollisionDistance_15() { return &___groundCollisionDistance_15; } inline void set_groundCollisionDistance_15(float value) { ___groundCollisionDistance_15 = value; } inline static int32_t get_offset_of_bounciness_16() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___bounciness_16)); } inline float get_bounciness_16() const { return ___bounciness_16; } inline float* get_address_of_bounciness_16() { return &___bounciness_16; } inline void set_bounciness_16(float value) { ___bounciness_16 = value; } inline static int32_t get_offset_of_armedHitDamageMultiplier_17() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___armedHitDamageMultiplier_17)); } inline float get_armedHitDamageMultiplier_17() const { return ___armedHitDamageMultiplier_17; } inline float* get_address_of_armedHitDamageMultiplier_17() { return &___armedHitDamageMultiplier_17; } inline void set_armedHitDamageMultiplier_17(float value) { ___armedHitDamageMultiplier_17 = value; } inline static int32_t get_offset_of_despawnDistance_18() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___despawnDistance_18)); } inline float get_despawnDistance_18() const { return ___despawnDistance_18; } inline float* get_address_of_despawnDistance_18() { return &___despawnDistance_18; } inline void set_despawnDistance_18(float value) { ___despawnDistance_18 = value; } inline static int32_t get_offset_of_explodeProximity_19() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___explodeProximity_19)); } inline float get_explodeProximity_19() const { return ___explodeProximity_19; } inline float* get_address_of_explodeProximity_19() { return &___explodeProximity_19; } inline void set_explodeProximity_19(float value) { ___explodeProximity_19 = value; } inline static int32_t get_offset_of_explosionDamage_20() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___explosionDamage_20)); } inline float get_explosionDamage_20() const { return ___explosionDamage_20; } inline float* get_address_of_explosionDamage_20() { return &___explosionDamage_20; } inline void set_explosionDamage_20(float value) { ___explosionDamage_20 = value; } inline static int32_t get_offset_of_explosionAheadOffset_21() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___explosionAheadOffset_21)); } inline int32_t get_explosionAheadOffset_21() const { return ___explosionAheadOffset_21; } inline int32_t* get_address_of_explosionAheadOffset_21() { return &___explosionAheadOffset_21; } inline void set_explosionAheadOffset_21(int32_t value) { ___explosionAheadOffset_21 = value; } inline static int32_t get_offset_of_explosionPrefab_22() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___explosionPrefab_22)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPrefab_22() const { return ___explosionPrefab_22; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPrefab_22() { return &___explosionPrefab_22; } inline void set_explosionPrefab_22(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPrefab_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPrefab_22), (void*)value); } inline static int32_t get_offset_of_destroyedPrefab_23() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___destroyedPrefab_23)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_destroyedPrefab_23() const { return ___destroyedPrefab_23; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_destroyedPrefab_23() { return &___destroyedPrefab_23; } inline void set_destroyedPrefab_23(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___destroyedPrefab_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___destroyedPrefab_23), (void*)value); } inline static int32_t get_offset_of_rollerAnim_24() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___rollerAnim_24)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_rollerAnim_24() const { return ___rollerAnim_24; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_rollerAnim_24() { return &___rollerAnim_24; } inline void set_rollerAnim_24(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___rollerAnim_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___rollerAnim_24), (void*)value); } inline static int32_t get_offset_of_sparks_25() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___sparks_25)); } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * get_sparks_25() const { return ___sparks_25; } inline ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E ** get_address_of_sparks_25() { return &___sparks_25; } inline void set_sparks_25(ParticleSystem_t2F526CCDBD3512879B3FCBE04BCAB20D7B4F391E * value) { ___sparks_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___sparks_25), (void*)value); } inline static int32_t get_offset_of_rb_26() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___rb_26)); } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * get_rb_26() const { return ___rb_26; } inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A ** get_address_of_rb_26() { return &___rb_26; } inline void set_rb_26(Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * value) { ___rb_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___rb_26), (void*)value); } inline static int32_t get_offset_of_railLayers_27() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___railLayers_27)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_railLayers_27() const { return ___railLayers_27; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_railLayers_27() { return &___railLayers_27; } inline void set_railLayers_27(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___railLayers_27 = value; } inline static int32_t get_offset_of_armed_28() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___armed_28)); } inline bool get_armed_28() const { return ___armed_28; } inline bool* get_address_of_armed_28() { return &___armed_28; } inline void set_armed_28(bool value) { ___armed_28 = value; } inline static int32_t get_offset_of_released_29() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___released_29)); } inline bool get_released_29() const { return ___released_29; } inline bool* get_address_of_released_29() { return &___released_29; } inline void set_released_29(bool value) { ___released_29 = value; } inline static int32_t get_offset_of_horizontalFlipped_30() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___horizontalFlipped_30)); } inline bool get_horizontalFlipped_30() const { return ___horizontalFlipped_30; } inline bool* get_address_of_horizontalFlipped_30() { return &___horizontalFlipped_30; } inline void set_horizontalFlipped_30(bool value) { ___horizontalFlipped_30 = value; } inline static int32_t get_offset_of_nextDirectionChangeAllowed_31() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___nextDirectionChangeAllowed_31)); } inline float get_nextDirectionChangeAllowed_31() const { return ___nextDirectionChangeAllowed_31; } inline float* get_address_of_nextDirectionChangeAllowed_31() { return &___nextDirectionChangeAllowed_31; } inline void set_nextDirectionChangeAllowed_31(float value) { ___nextDirectionChangeAllowed_31 = value; } inline static int32_t get_offset_of_usedForwardVelocity_32() { return static_cast(offsetof(Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276, ___usedForwardVelocity_32)); } inline float get_usedForwardVelocity_32() const { return ___usedForwardVelocity_32; } inline float* get_address_of_usedForwardVelocity_32() { return &___usedForwardVelocity_32; } inline void set_usedForwardVelocity_32(float value) { ___usedForwardVelocity_32 = 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); } }; // Grenade struct Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD : public Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 { public: // UnityEngine.Transform Grenade::explosionPrefab Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___explosionPrefab_23; // System.Single Grenade::explosionDamage float ___explosionDamage_24; // System.Single Grenade::maxFuse float ___maxFuse_25; // System.Single Grenade::minCookFuse float ___minCookFuse_26; // UnityEngine.UI.Image Grenade::timerRadial Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * ___timerRadial_27; // UnityEngine.UI.Text Grenade::fuseTimeText Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * ___fuseTimeText_28; // UnityEngine.Gradient Grenade::fuseRadialGradient Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___fuseRadialGradient_29; // UnityEngine.AudioClip Grenade::fuseSecondTick AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___fuseSecondTick_30; // System.Single Grenade::pitchUpPerTick float ___pitchUpPerTick_31; // UnityEngine.GameObject Grenade::trail GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___trail_32; // System.Single Grenade::magnetActivationTime float ___magnetActivationTime_33; // System.Single Grenade::magnetForce float ___magnetForce_34; // System.Single Grenade::magnetRange float ___magnetRange_35; // UnityEngine.LayerMask Grenade::magnetLayers LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___magnetLayers_36; // UnityEngine.AudioClip Grenade::attachSound AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * ___attachSound_37; // UnityEngine.Animator Grenade::grenadeAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___grenadeAnim_38; // UnityEngine.AudioSource Grenade::grenadeAudio AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * ___grenadeAudio_39; // System.Boolean Grenade::attached bool ___attached_40; // System.Boolean Grenade::detonated bool ___detonated_41; // System.Single Grenade::targetingDuration float ___targetingDuration_42; // System.Single Grenade::magnetForceNormalized float ___magnetForceNormalized_43; // UnityEngine.Collider Grenade::magnetTarget Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___magnetTarget_44; // UnityEngine.Collider[] Grenade::possibleHits ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___possibleHits_45; // UnityEngine.Vector3 Grenade::lastPos Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lastPos_46; // UnityEngine.Vector3 Grenade::posChange Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___posChange_47; // System.Single Grenade::fuseRemaining float ___fuseRemaining_48; public: inline static int32_t get_offset_of_explosionPrefab_23() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___explosionPrefab_23)); } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * get_explosionPrefab_23() const { return ___explosionPrefab_23; } inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 ** get_address_of_explosionPrefab_23() { return &___explosionPrefab_23; } inline void set_explosionPrefab_23(Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * value) { ___explosionPrefab_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___explosionPrefab_23), (void*)value); } inline static int32_t get_offset_of_explosionDamage_24() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___explosionDamage_24)); } inline float get_explosionDamage_24() const { return ___explosionDamage_24; } inline float* get_address_of_explosionDamage_24() { return &___explosionDamage_24; } inline void set_explosionDamage_24(float value) { ___explosionDamage_24 = value; } inline static int32_t get_offset_of_maxFuse_25() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___maxFuse_25)); } inline float get_maxFuse_25() const { return ___maxFuse_25; } inline float* get_address_of_maxFuse_25() { return &___maxFuse_25; } inline void set_maxFuse_25(float value) { ___maxFuse_25 = value; } inline static int32_t get_offset_of_minCookFuse_26() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___minCookFuse_26)); } inline float get_minCookFuse_26() const { return ___minCookFuse_26; } inline float* get_address_of_minCookFuse_26() { return &___minCookFuse_26; } inline void set_minCookFuse_26(float value) { ___minCookFuse_26 = value; } inline static int32_t get_offset_of_timerRadial_27() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___timerRadial_27)); } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * get_timerRadial_27() const { return ___timerRadial_27; } inline Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C ** get_address_of_timerRadial_27() { return &___timerRadial_27; } inline void set_timerRadial_27(Image_t4021FF27176E44BFEDDCBE43C7FE6B713EC70D3C * value) { ___timerRadial_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___timerRadial_27), (void*)value); } inline static int32_t get_offset_of_fuseTimeText_28() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___fuseTimeText_28)); } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * get_fuseTimeText_28() const { return ___fuseTimeText_28; } inline Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 ** get_address_of_fuseTimeText_28() { return &___fuseTimeText_28; } inline void set_fuseTimeText_28(Text_t6A2339DA6C05AE2646FC1A6C8FCC127391BE7FA1 * value) { ___fuseTimeText_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___fuseTimeText_28), (void*)value); } inline static int32_t get_offset_of_fuseRadialGradient_29() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___fuseRadialGradient_29)); } inline Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * get_fuseRadialGradient_29() const { return ___fuseRadialGradient_29; } inline Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 ** get_address_of_fuseRadialGradient_29() { return &___fuseRadialGradient_29; } inline void set_fuseRadialGradient_29(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * value) { ___fuseRadialGradient_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___fuseRadialGradient_29), (void*)value); } inline static int32_t get_offset_of_fuseSecondTick_30() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___fuseSecondTick_30)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_fuseSecondTick_30() const { return ___fuseSecondTick_30; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_fuseSecondTick_30() { return &___fuseSecondTick_30; } inline void set_fuseSecondTick_30(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___fuseSecondTick_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___fuseSecondTick_30), (void*)value); } inline static int32_t get_offset_of_pitchUpPerTick_31() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___pitchUpPerTick_31)); } inline float get_pitchUpPerTick_31() const { return ___pitchUpPerTick_31; } inline float* get_address_of_pitchUpPerTick_31() { return &___pitchUpPerTick_31; } inline void set_pitchUpPerTick_31(float value) { ___pitchUpPerTick_31 = value; } inline static int32_t get_offset_of_trail_32() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___trail_32)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_trail_32() const { return ___trail_32; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_trail_32() { return &___trail_32; } inline void set_trail_32(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___trail_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___trail_32), (void*)value); } inline static int32_t get_offset_of_magnetActivationTime_33() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___magnetActivationTime_33)); } inline float get_magnetActivationTime_33() const { return ___magnetActivationTime_33; } inline float* get_address_of_magnetActivationTime_33() { return &___magnetActivationTime_33; } inline void set_magnetActivationTime_33(float value) { ___magnetActivationTime_33 = value; } inline static int32_t get_offset_of_magnetForce_34() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___magnetForce_34)); } inline float get_magnetForce_34() const { return ___magnetForce_34; } inline float* get_address_of_magnetForce_34() { return &___magnetForce_34; } inline void set_magnetForce_34(float value) { ___magnetForce_34 = value; } inline static int32_t get_offset_of_magnetRange_35() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___magnetRange_35)); } inline float get_magnetRange_35() const { return ___magnetRange_35; } inline float* get_address_of_magnetRange_35() { return &___magnetRange_35; } inline void set_magnetRange_35(float value) { ___magnetRange_35 = value; } inline static int32_t get_offset_of_magnetLayers_36() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___magnetLayers_36)); } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 get_magnetLayers_36() const { return ___magnetLayers_36; } inline LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 * get_address_of_magnetLayers_36() { return &___magnetLayers_36; } inline void set_magnetLayers_36(LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 value) { ___magnetLayers_36 = value; } inline static int32_t get_offset_of_attachSound_37() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___attachSound_37)); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * get_attachSound_37() const { return ___attachSound_37; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** get_address_of_attachSound_37() { return &___attachSound_37; } inline void set_attachSound_37(AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { ___attachSound_37 = value; Il2CppCodeGenWriteBarrier((void**)(&___attachSound_37), (void*)value); } inline static int32_t get_offset_of_grenadeAnim_38() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___grenadeAnim_38)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_grenadeAnim_38() const { return ___grenadeAnim_38; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_grenadeAnim_38() { return &___grenadeAnim_38; } inline void set_grenadeAnim_38(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___grenadeAnim_38 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadeAnim_38), (void*)value); } inline static int32_t get_offset_of_grenadeAudio_39() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___grenadeAudio_39)); } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * get_grenadeAudio_39() const { return ___grenadeAudio_39; } inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B ** get_address_of_grenadeAudio_39() { return &___grenadeAudio_39; } inline void set_grenadeAudio_39(AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * value) { ___grenadeAudio_39 = value; Il2CppCodeGenWriteBarrier((void**)(&___grenadeAudio_39), (void*)value); } inline static int32_t get_offset_of_attached_40() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___attached_40)); } inline bool get_attached_40() const { return ___attached_40; } inline bool* get_address_of_attached_40() { return &___attached_40; } inline void set_attached_40(bool value) { ___attached_40 = value; } inline static int32_t get_offset_of_detonated_41() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___detonated_41)); } inline bool get_detonated_41() const { return ___detonated_41; } inline bool* get_address_of_detonated_41() { return &___detonated_41; } inline void set_detonated_41(bool value) { ___detonated_41 = value; } inline static int32_t get_offset_of_targetingDuration_42() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___targetingDuration_42)); } inline float get_targetingDuration_42() const { return ___targetingDuration_42; } inline float* get_address_of_targetingDuration_42() { return &___targetingDuration_42; } inline void set_targetingDuration_42(float value) { ___targetingDuration_42 = value; } inline static int32_t get_offset_of_magnetForceNormalized_43() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___magnetForceNormalized_43)); } inline float get_magnetForceNormalized_43() const { return ___magnetForceNormalized_43; } inline float* get_address_of_magnetForceNormalized_43() { return &___magnetForceNormalized_43; } inline void set_magnetForceNormalized_43(float value) { ___magnetForceNormalized_43 = value; } inline static int32_t get_offset_of_magnetTarget_44() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___magnetTarget_44)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_magnetTarget_44() const { return ___magnetTarget_44; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_magnetTarget_44() { return &___magnetTarget_44; } inline void set_magnetTarget_44(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___magnetTarget_44 = value; Il2CppCodeGenWriteBarrier((void**)(&___magnetTarget_44), (void*)value); } inline static int32_t get_offset_of_possibleHits_45() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___possibleHits_45)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_possibleHits_45() const { return ___possibleHits_45; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_possibleHits_45() { return &___possibleHits_45; } inline void set_possibleHits_45(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___possibleHits_45 = value; Il2CppCodeGenWriteBarrier((void**)(&___possibleHits_45), (void*)value); } inline static int32_t get_offset_of_lastPos_46() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___lastPos_46)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_lastPos_46() const { return ___lastPos_46; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_lastPos_46() { return &___lastPos_46; } inline void set_lastPos_46(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___lastPos_46 = value; } inline static int32_t get_offset_of_posChange_47() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___posChange_47)); } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E get_posChange_47() const { return ___posChange_47; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * get_address_of_posChange_47() { return &___posChange_47; } inline void set_posChange_47(Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { ___posChange_47 = value; } inline static int32_t get_offset_of_fuseRemaining_48() { return static_cast(offsetof(Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD, ___fuseRemaining_48)); } inline float get_fuseRemaining_48() const { return ___fuseRemaining_48; } inline float* get_address_of_fuseRemaining_48() { return &___fuseRemaining_48; } inline void set_fuseRemaining_48(float value) { ___fuseRemaining_48 = value; } }; // Handlegun struct Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 : public Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 { public: // System.Boolean Handlegun::isRight bool ___isRight_24; // UnityEngine.Collider Handlegun::gripCollider Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___gripCollider_25; // UnityEngine.Collider[] Handlegun::otherColliders ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___otherColliders_26; // System.Single Handlegun::reAttachDelay float ___reAttachDelay_27; // Holster Handlegun::defaultHolster Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * ___defaultHolster_28; // UnityEngine.GameObject Handlegun::fauxFront GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___fauxFront_29; // UnityEngine.GameObject Handlegun::laserPointer GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___laserPointer_30; // UnityEngine.Events.UnityEvent Handlegun::onTriggerDownAttached UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onTriggerDownAttached_31; // UnityEngine.Events.UnityEvent Handlegun::onTriggerDownHeld UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onTriggerDownHeld_32; // UnityEngine.Events.UnityEvent Handlegun::onTriggerReleased UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * ___onTriggerReleased_33; // UnityEngine.Animator Handlegun::sidearmAnim Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * ___sidearmAnim_36; // System.Boolean Handlegun::triggerDownHeld bool ___triggerDownHeld_37; // System.Boolean Handlegun::triggerDownAttached bool ___triggerDownAttached_38; // System.Boolean Handlegun::k__BackingField bool ___U3CFireLockU3Ek__BackingField_42; public: inline static int32_t get_offset_of_isRight_24() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___isRight_24)); } inline bool get_isRight_24() const { return ___isRight_24; } inline bool* get_address_of_isRight_24() { return &___isRight_24; } inline void set_isRight_24(bool value) { ___isRight_24 = value; } inline static int32_t get_offset_of_gripCollider_25() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___gripCollider_25)); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * get_gripCollider_25() const { return ___gripCollider_25; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** get_address_of_gripCollider_25() { return &___gripCollider_25; } inline void set_gripCollider_25(Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { ___gripCollider_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___gripCollider_25), (void*)value); } inline static int32_t get_offset_of_otherColliders_26() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___otherColliders_26)); } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* get_otherColliders_26() const { return ___otherColliders_26; } inline ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486** get_address_of_otherColliders_26() { return &___otherColliders_26; } inline void set_otherColliders_26(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* value) { ___otherColliders_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___otherColliders_26), (void*)value); } inline static int32_t get_offset_of_reAttachDelay_27() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___reAttachDelay_27)); } inline float get_reAttachDelay_27() const { return ___reAttachDelay_27; } inline float* get_address_of_reAttachDelay_27() { return &___reAttachDelay_27; } inline void set_reAttachDelay_27(float value) { ___reAttachDelay_27 = value; } inline static int32_t get_offset_of_defaultHolster_28() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___defaultHolster_28)); } inline Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * get_defaultHolster_28() const { return ___defaultHolster_28; } inline Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 ** get_address_of_defaultHolster_28() { return &___defaultHolster_28; } inline void set_defaultHolster_28(Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * value) { ___defaultHolster_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultHolster_28), (void*)value); } inline static int32_t get_offset_of_fauxFront_29() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___fauxFront_29)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_fauxFront_29() const { return ___fauxFront_29; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_fauxFront_29() { return &___fauxFront_29; } inline void set_fauxFront_29(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___fauxFront_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___fauxFront_29), (void*)value); } inline static int32_t get_offset_of_laserPointer_30() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___laserPointer_30)); } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * get_laserPointer_30() const { return ___laserPointer_30; } inline GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 ** get_address_of_laserPointer_30() { return &___laserPointer_30; } inline void set_laserPointer_30(GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * value) { ___laserPointer_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___laserPointer_30), (void*)value); } inline static int32_t get_offset_of_onTriggerDownAttached_31() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___onTriggerDownAttached_31)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onTriggerDownAttached_31() const { return ___onTriggerDownAttached_31; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onTriggerDownAttached_31() { return &___onTriggerDownAttached_31; } inline void set_onTriggerDownAttached_31(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onTriggerDownAttached_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___onTriggerDownAttached_31), (void*)value); } inline static int32_t get_offset_of_onTriggerDownHeld_32() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___onTriggerDownHeld_32)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onTriggerDownHeld_32() const { return ___onTriggerDownHeld_32; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onTriggerDownHeld_32() { return &___onTriggerDownHeld_32; } inline void set_onTriggerDownHeld_32(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onTriggerDownHeld_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___onTriggerDownHeld_32), (void*)value); } inline static int32_t get_offset_of_onTriggerReleased_33() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___onTriggerReleased_33)); } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * get_onTriggerReleased_33() const { return ___onTriggerReleased_33; } inline UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 ** get_address_of_onTriggerReleased_33() { return &___onTriggerReleased_33; } inline void set_onTriggerReleased_33(UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * value) { ___onTriggerReleased_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___onTriggerReleased_33), (void*)value); } inline static int32_t get_offset_of_sidearmAnim_36() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___sidearmAnim_36)); } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * get_sidearmAnim_36() const { return ___sidearmAnim_36; } inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 ** get_address_of_sidearmAnim_36() { return &___sidearmAnim_36; } inline void set_sidearmAnim_36(Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * value) { ___sidearmAnim_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___sidearmAnim_36), (void*)value); } inline static int32_t get_offset_of_triggerDownHeld_37() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___triggerDownHeld_37)); } inline bool get_triggerDownHeld_37() const { return ___triggerDownHeld_37; } inline bool* get_address_of_triggerDownHeld_37() { return &___triggerDownHeld_37; } inline void set_triggerDownHeld_37(bool value) { ___triggerDownHeld_37 = value; } inline static int32_t get_offset_of_triggerDownAttached_38() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___triggerDownAttached_38)); } inline bool get_triggerDownAttached_38() const { return ___triggerDownAttached_38; } inline bool* get_address_of_triggerDownAttached_38() { return &___triggerDownAttached_38; } inline void set_triggerDownAttached_38(bool value) { ___triggerDownAttached_38 = value; } inline static int32_t get_offset_of_U3CFireLockU3Ek__BackingField_42() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375, ___U3CFireLockU3Ek__BackingField_42)); } inline bool get_U3CFireLockU3Ek__BackingField_42() const { return ___U3CFireLockU3Ek__BackingField_42; } inline bool* get_address_of_U3CFireLockU3Ek__BackingField_42() { return &___U3CFireLockU3Ek__BackingField_42; } inline void set_U3CFireLockU3Ek__BackingField_42(bool value) { ___U3CFireLockU3Ek__BackingField_42 = 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_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_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18_StaticFields, ____emptyArray_5)); } inline RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B* get__emptyArray_5() const { return ____emptyArray_5; } inline RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(RollerU5BU5D_tB9048FCF903F71404FA406AF0ED6F4976AAA9A6B* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8_StaticFields, ____emptyArray_5)); } inline TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E* get__emptyArray_5() const { return ____emptyArray_5; } inline TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TempLineRendererU5BU5D_t8DCCC5EF56F356785146228C587F4A420D63EA3E* 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 // System.Collections.Generic.List`1 struct List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082_StaticFields, ____emptyArray_5)); } inline TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* get__emptyArray_5() const { return ____emptyArray_5; } inline TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct Il2CppArrayBounds; // System.Array struct Il2CppArrayBounds; // System.Array // 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.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 // TempLineRenderer // TempLineRenderer // UnityEngine.Events.UnityEventBase // UnityEngine.Events.UnityEventBase // System.ValueType // System.ValueType // UnityEngine.YieldInstruction // UnityEngine.YieldInstruction // 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 // 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.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.XR.InputFeatureUsage`1 // UnityEngine.Events.UnityEvent`1 // UnityEngine.Events.UnityEvent`1 // 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 // 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 // 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 // System.Void // System.Void // BikeType // BikeType // UnityEngine.Bounds // UnityEngine.Bounds // BuildingPlacerType // BuildingPlacerType // BuildingType // BuildingType // FMOD.Studio.Bus // FMOD.Studio.Bus // UnityEngine.Collision // UnityEngine.Collision // UnityEngine.CollisionDetectionMode // UnityEngine.CollisionDetectionMode // UnityEngine.XR.CommonUsages struct CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields { public: // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::isTracked InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___isTracked_0; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::primaryButton InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___primaryButton_1; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::primaryTouch InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___primaryTouch_2; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::secondaryButton InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___secondaryButton_3; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::secondaryTouch InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___secondaryTouch_4; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::gripButton InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___gripButton_5; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::triggerButton InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___triggerButton_6; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::menuButton InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___menuButton_7; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::primary2DAxisClick InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___primary2DAxisClick_8; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::primary2DAxisTouch InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___primary2DAxisTouch_9; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::secondary2DAxisClick InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___secondary2DAxisClick_10; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::secondary2DAxisTouch InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___secondary2DAxisTouch_11; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::userPresence InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___userPresence_12; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::trackingState InputFeatureUsage_1_t6C373EE0FA4FD8646D31410FB0FD222C5C1E9E65 ___trackingState_13; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::batteryLevel InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___batteryLevel_14; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::trigger InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___trigger_15; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::grip InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___grip_16; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::primary2DAxis InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 ___primary2DAxis_17; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::secondary2DAxis InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 ___secondary2DAxis_18; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::devicePosition InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___devicePosition_19; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::leftEyePosition InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___leftEyePosition_20; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::rightEyePosition InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___rightEyePosition_21; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::centerEyePosition InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___centerEyePosition_22; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::colorCameraPosition InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___colorCameraPosition_23; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::deviceVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___deviceVelocity_24; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::deviceAngularVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___deviceAngularVelocity_25; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::leftEyeVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___leftEyeVelocity_26; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::leftEyeAngularVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___leftEyeAngularVelocity_27; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::rightEyeVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___rightEyeVelocity_28; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::rightEyeAngularVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___rightEyeAngularVelocity_29; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::centerEyeVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___centerEyeVelocity_30; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::centerEyeAngularVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___centerEyeAngularVelocity_31; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::colorCameraVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___colorCameraVelocity_32; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::colorCameraAngularVelocity InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___colorCameraAngularVelocity_33; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::deviceAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___deviceAcceleration_34; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::deviceAngularAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___deviceAngularAcceleration_35; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::leftEyeAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___leftEyeAcceleration_36; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::leftEyeAngularAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___leftEyeAngularAcceleration_37; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::rightEyeAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___rightEyeAcceleration_38; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::rightEyeAngularAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___rightEyeAngularAcceleration_39; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::centerEyeAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___centerEyeAcceleration_40; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::centerEyeAngularAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___centerEyeAngularAcceleration_41; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::colorCameraAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___colorCameraAcceleration_42; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::colorCameraAngularAcceleration InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___colorCameraAngularAcceleration_43; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::deviceRotation InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 ___deviceRotation_44; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::leftEyeRotation InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 ___leftEyeRotation_45; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::rightEyeRotation InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 ___rightEyeRotation_46; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::centerEyeRotation InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 ___centerEyeRotation_47; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::colorCameraRotation InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 ___colorCameraRotation_48; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::handData InputFeatureUsage_1_tE0761BFB6E30AE61DA99E3B1974C8A2B784A335E ___handData_49; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::eyesData InputFeatureUsage_1_tA21EB101B253A2F3BE3AFE58A4EDDB48E61D0EC7 ___eyesData_50; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::dPad InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 ___dPad_51; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::indexFinger InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___indexFinger_52; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::middleFinger InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___middleFinger_53; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::ringFinger InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___ringFinger_54; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::pinkyFinger InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___pinkyFinger_55; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::thumbrest InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___thumbrest_56; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::indexTouch InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___indexTouch_57; // UnityEngine.XR.InputFeatureUsage`1 UnityEngine.XR.CommonUsages::thumbTouch InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___thumbTouch_58; public: inline static int32_t get_offset_of_isTracked_0() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___isTracked_0)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_isTracked_0() const { return ___isTracked_0; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_isTracked_0() { return &___isTracked_0; } inline void set_isTracked_0(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___isTracked_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___isTracked_0))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_primaryButton_1() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___primaryButton_1)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_primaryButton_1() const { return ___primaryButton_1; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_primaryButton_1() { return &___primaryButton_1; } inline void set_primaryButton_1(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___primaryButton_1 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___primaryButton_1))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_primaryTouch_2() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___primaryTouch_2)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_primaryTouch_2() const { return ___primaryTouch_2; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_primaryTouch_2() { return &___primaryTouch_2; } inline void set_primaryTouch_2(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___primaryTouch_2 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___primaryTouch_2))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_secondaryButton_3() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___secondaryButton_3)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_secondaryButton_3() const { return ___secondaryButton_3; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_secondaryButton_3() { return &___secondaryButton_3; } inline void set_secondaryButton_3(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___secondaryButton_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___secondaryButton_3))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_secondaryTouch_4() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___secondaryTouch_4)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_secondaryTouch_4() const { return ___secondaryTouch_4; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_secondaryTouch_4() { return &___secondaryTouch_4; } inline void set_secondaryTouch_4(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___secondaryTouch_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___secondaryTouch_4))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_gripButton_5() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___gripButton_5)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_gripButton_5() const { return ___gripButton_5; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_gripButton_5() { return &___gripButton_5; } inline void set_gripButton_5(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___gripButton_5 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___gripButton_5))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_triggerButton_6() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___triggerButton_6)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_triggerButton_6() const { return ___triggerButton_6; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_triggerButton_6() { return &___triggerButton_6; } inline void set_triggerButton_6(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___triggerButton_6 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___triggerButton_6))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_menuButton_7() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___menuButton_7)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_menuButton_7() const { return ___menuButton_7; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_menuButton_7() { return &___menuButton_7; } inline void set_menuButton_7(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___menuButton_7 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___menuButton_7))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_primary2DAxisClick_8() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___primary2DAxisClick_8)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_primary2DAxisClick_8() const { return ___primary2DAxisClick_8; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_primary2DAxisClick_8() { return &___primary2DAxisClick_8; } inline void set_primary2DAxisClick_8(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___primary2DAxisClick_8 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___primary2DAxisClick_8))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_primary2DAxisTouch_9() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___primary2DAxisTouch_9)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_primary2DAxisTouch_9() const { return ___primary2DAxisTouch_9; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_primary2DAxisTouch_9() { return &___primary2DAxisTouch_9; } inline void set_primary2DAxisTouch_9(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___primary2DAxisTouch_9 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___primary2DAxisTouch_9))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_secondary2DAxisClick_10() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___secondary2DAxisClick_10)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_secondary2DAxisClick_10() const { return ___secondary2DAxisClick_10; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_secondary2DAxisClick_10() { return &___secondary2DAxisClick_10; } inline void set_secondary2DAxisClick_10(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___secondary2DAxisClick_10 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___secondary2DAxisClick_10))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_secondary2DAxisTouch_11() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___secondary2DAxisTouch_11)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_secondary2DAxisTouch_11() const { return ___secondary2DAxisTouch_11; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_secondary2DAxisTouch_11() { return &___secondary2DAxisTouch_11; } inline void set_secondary2DAxisTouch_11(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___secondary2DAxisTouch_11 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___secondary2DAxisTouch_11))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_userPresence_12() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___userPresence_12)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_userPresence_12() const { return ___userPresence_12; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_userPresence_12() { return &___userPresence_12; } inline void set_userPresence_12(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___userPresence_12 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___userPresence_12))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_trackingState_13() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___trackingState_13)); } inline InputFeatureUsage_1_t6C373EE0FA4FD8646D31410FB0FD222C5C1E9E65 get_trackingState_13() const { return ___trackingState_13; } inline InputFeatureUsage_1_t6C373EE0FA4FD8646D31410FB0FD222C5C1E9E65 * get_address_of_trackingState_13() { return &___trackingState_13; } inline void set_trackingState_13(InputFeatureUsage_1_t6C373EE0FA4FD8646D31410FB0FD222C5C1E9E65 value) { ___trackingState_13 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___trackingState_13))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_batteryLevel_14() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___batteryLevel_14)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_batteryLevel_14() const { return ___batteryLevel_14; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_batteryLevel_14() { return &___batteryLevel_14; } inline void set_batteryLevel_14(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___batteryLevel_14 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___batteryLevel_14))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_trigger_15() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___trigger_15)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_trigger_15() const { return ___trigger_15; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_trigger_15() { return &___trigger_15; } inline void set_trigger_15(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___trigger_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___trigger_15))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_grip_16() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___grip_16)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_grip_16() const { return ___grip_16; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_grip_16() { return &___grip_16; } inline void set_grip_16(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___grip_16 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___grip_16))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_primary2DAxis_17() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___primary2DAxis_17)); } inline InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 get_primary2DAxis_17() const { return ___primary2DAxis_17; } inline InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 * get_address_of_primary2DAxis_17() { return &___primary2DAxis_17; } inline void set_primary2DAxis_17(InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 value) { ___primary2DAxis_17 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___primary2DAxis_17))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_secondary2DAxis_18() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___secondary2DAxis_18)); } inline InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 get_secondary2DAxis_18() const { return ___secondary2DAxis_18; } inline InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 * get_address_of_secondary2DAxis_18() { return &___secondary2DAxis_18; } inline void set_secondary2DAxis_18(InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 value) { ___secondary2DAxis_18 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___secondary2DAxis_18))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_devicePosition_19() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___devicePosition_19)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_devicePosition_19() const { return ___devicePosition_19; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_devicePosition_19() { return &___devicePosition_19; } inline void set_devicePosition_19(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___devicePosition_19 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___devicePosition_19))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_leftEyePosition_20() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___leftEyePosition_20)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_leftEyePosition_20() const { return ___leftEyePosition_20; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_leftEyePosition_20() { return &___leftEyePosition_20; } inline void set_leftEyePosition_20(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___leftEyePosition_20 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___leftEyePosition_20))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_rightEyePosition_21() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___rightEyePosition_21)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_rightEyePosition_21() const { return ___rightEyePosition_21; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_rightEyePosition_21() { return &___rightEyePosition_21; } inline void set_rightEyePosition_21(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___rightEyePosition_21 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___rightEyePosition_21))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_centerEyePosition_22() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___centerEyePosition_22)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_centerEyePosition_22() const { return ___centerEyePosition_22; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_centerEyePosition_22() { return &___centerEyePosition_22; } inline void set_centerEyePosition_22(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___centerEyePosition_22 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___centerEyePosition_22))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_colorCameraPosition_23() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___colorCameraPosition_23)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_colorCameraPosition_23() const { return ___colorCameraPosition_23; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_colorCameraPosition_23() { return &___colorCameraPosition_23; } inline void set_colorCameraPosition_23(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___colorCameraPosition_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorCameraPosition_23))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_deviceVelocity_24() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___deviceVelocity_24)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_deviceVelocity_24() const { return ___deviceVelocity_24; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_deviceVelocity_24() { return &___deviceVelocity_24; } inline void set_deviceVelocity_24(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___deviceVelocity_24 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceVelocity_24))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_deviceAngularVelocity_25() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___deviceAngularVelocity_25)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_deviceAngularVelocity_25() const { return ___deviceAngularVelocity_25; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_deviceAngularVelocity_25() { return &___deviceAngularVelocity_25; } inline void set_deviceAngularVelocity_25(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___deviceAngularVelocity_25 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceAngularVelocity_25))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_leftEyeVelocity_26() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___leftEyeVelocity_26)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_leftEyeVelocity_26() const { return ___leftEyeVelocity_26; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_leftEyeVelocity_26() { return &___leftEyeVelocity_26; } inline void set_leftEyeVelocity_26(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___leftEyeVelocity_26 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___leftEyeVelocity_26))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_leftEyeAngularVelocity_27() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___leftEyeAngularVelocity_27)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_leftEyeAngularVelocity_27() const { return ___leftEyeAngularVelocity_27; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_leftEyeAngularVelocity_27() { return &___leftEyeAngularVelocity_27; } inline void set_leftEyeAngularVelocity_27(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___leftEyeAngularVelocity_27 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___leftEyeAngularVelocity_27))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_rightEyeVelocity_28() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___rightEyeVelocity_28)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_rightEyeVelocity_28() const { return ___rightEyeVelocity_28; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_rightEyeVelocity_28() { return &___rightEyeVelocity_28; } inline void set_rightEyeVelocity_28(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___rightEyeVelocity_28 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___rightEyeVelocity_28))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_rightEyeAngularVelocity_29() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___rightEyeAngularVelocity_29)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_rightEyeAngularVelocity_29() const { return ___rightEyeAngularVelocity_29; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_rightEyeAngularVelocity_29() { return &___rightEyeAngularVelocity_29; } inline void set_rightEyeAngularVelocity_29(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___rightEyeAngularVelocity_29 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___rightEyeAngularVelocity_29))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_centerEyeVelocity_30() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___centerEyeVelocity_30)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_centerEyeVelocity_30() const { return ___centerEyeVelocity_30; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_centerEyeVelocity_30() { return &___centerEyeVelocity_30; } inline void set_centerEyeVelocity_30(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___centerEyeVelocity_30 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___centerEyeVelocity_30))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_centerEyeAngularVelocity_31() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___centerEyeAngularVelocity_31)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_centerEyeAngularVelocity_31() const { return ___centerEyeAngularVelocity_31; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_centerEyeAngularVelocity_31() { return &___centerEyeAngularVelocity_31; } inline void set_centerEyeAngularVelocity_31(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___centerEyeAngularVelocity_31 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___centerEyeAngularVelocity_31))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_colorCameraVelocity_32() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___colorCameraVelocity_32)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_colorCameraVelocity_32() const { return ___colorCameraVelocity_32; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_colorCameraVelocity_32() { return &___colorCameraVelocity_32; } inline void set_colorCameraVelocity_32(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___colorCameraVelocity_32 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorCameraVelocity_32))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_colorCameraAngularVelocity_33() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___colorCameraAngularVelocity_33)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_colorCameraAngularVelocity_33() const { return ___colorCameraAngularVelocity_33; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_colorCameraAngularVelocity_33() { return &___colorCameraAngularVelocity_33; } inline void set_colorCameraAngularVelocity_33(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___colorCameraAngularVelocity_33 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorCameraAngularVelocity_33))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_deviceAcceleration_34() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___deviceAcceleration_34)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_deviceAcceleration_34() const { return ___deviceAcceleration_34; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_deviceAcceleration_34() { return &___deviceAcceleration_34; } inline void set_deviceAcceleration_34(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___deviceAcceleration_34 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceAcceleration_34))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_deviceAngularAcceleration_35() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___deviceAngularAcceleration_35)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_deviceAngularAcceleration_35() const { return ___deviceAngularAcceleration_35; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_deviceAngularAcceleration_35() { return &___deviceAngularAcceleration_35; } inline void set_deviceAngularAcceleration_35(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___deviceAngularAcceleration_35 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceAngularAcceleration_35))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_leftEyeAcceleration_36() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___leftEyeAcceleration_36)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_leftEyeAcceleration_36() const { return ___leftEyeAcceleration_36; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_leftEyeAcceleration_36() { return &___leftEyeAcceleration_36; } inline void set_leftEyeAcceleration_36(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___leftEyeAcceleration_36 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___leftEyeAcceleration_36))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_leftEyeAngularAcceleration_37() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___leftEyeAngularAcceleration_37)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_leftEyeAngularAcceleration_37() const { return ___leftEyeAngularAcceleration_37; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_leftEyeAngularAcceleration_37() { return &___leftEyeAngularAcceleration_37; } inline void set_leftEyeAngularAcceleration_37(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___leftEyeAngularAcceleration_37 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___leftEyeAngularAcceleration_37))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_rightEyeAcceleration_38() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___rightEyeAcceleration_38)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_rightEyeAcceleration_38() const { return ___rightEyeAcceleration_38; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_rightEyeAcceleration_38() { return &___rightEyeAcceleration_38; } inline void set_rightEyeAcceleration_38(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___rightEyeAcceleration_38 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___rightEyeAcceleration_38))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_rightEyeAngularAcceleration_39() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___rightEyeAngularAcceleration_39)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_rightEyeAngularAcceleration_39() const { return ___rightEyeAngularAcceleration_39; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_rightEyeAngularAcceleration_39() { return &___rightEyeAngularAcceleration_39; } inline void set_rightEyeAngularAcceleration_39(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___rightEyeAngularAcceleration_39 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___rightEyeAngularAcceleration_39))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_centerEyeAcceleration_40() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___centerEyeAcceleration_40)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_centerEyeAcceleration_40() const { return ___centerEyeAcceleration_40; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_centerEyeAcceleration_40() { return &___centerEyeAcceleration_40; } inline void set_centerEyeAcceleration_40(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___centerEyeAcceleration_40 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___centerEyeAcceleration_40))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_centerEyeAngularAcceleration_41() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___centerEyeAngularAcceleration_41)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_centerEyeAngularAcceleration_41() const { return ___centerEyeAngularAcceleration_41; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_centerEyeAngularAcceleration_41() { return &___centerEyeAngularAcceleration_41; } inline void set_centerEyeAngularAcceleration_41(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___centerEyeAngularAcceleration_41 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___centerEyeAngularAcceleration_41))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_colorCameraAcceleration_42() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___colorCameraAcceleration_42)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_colorCameraAcceleration_42() const { return ___colorCameraAcceleration_42; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_colorCameraAcceleration_42() { return &___colorCameraAcceleration_42; } inline void set_colorCameraAcceleration_42(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___colorCameraAcceleration_42 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorCameraAcceleration_42))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_colorCameraAngularAcceleration_43() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___colorCameraAngularAcceleration_43)); } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 get_colorCameraAngularAcceleration_43() const { return ___colorCameraAngularAcceleration_43; } inline InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 * get_address_of_colorCameraAngularAcceleration_43() { return &___colorCameraAngularAcceleration_43; } inline void set_colorCameraAngularAcceleration_43(InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 value) { ___colorCameraAngularAcceleration_43 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorCameraAngularAcceleration_43))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_deviceRotation_44() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___deviceRotation_44)); } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 get_deviceRotation_44() const { return ___deviceRotation_44; } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 * get_address_of_deviceRotation_44() { return &___deviceRotation_44; } inline void set_deviceRotation_44(InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 value) { ___deviceRotation_44 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___deviceRotation_44))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_leftEyeRotation_45() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___leftEyeRotation_45)); } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 get_leftEyeRotation_45() const { return ___leftEyeRotation_45; } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 * get_address_of_leftEyeRotation_45() { return &___leftEyeRotation_45; } inline void set_leftEyeRotation_45(InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 value) { ___leftEyeRotation_45 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___leftEyeRotation_45))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_rightEyeRotation_46() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___rightEyeRotation_46)); } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 get_rightEyeRotation_46() const { return ___rightEyeRotation_46; } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 * get_address_of_rightEyeRotation_46() { return &___rightEyeRotation_46; } inline void set_rightEyeRotation_46(InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 value) { ___rightEyeRotation_46 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___rightEyeRotation_46))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_centerEyeRotation_47() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___centerEyeRotation_47)); } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 get_centerEyeRotation_47() const { return ___centerEyeRotation_47; } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 * get_address_of_centerEyeRotation_47() { return &___centerEyeRotation_47; } inline void set_centerEyeRotation_47(InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 value) { ___centerEyeRotation_47 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___centerEyeRotation_47))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_colorCameraRotation_48() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___colorCameraRotation_48)); } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 get_colorCameraRotation_48() const { return ___colorCameraRotation_48; } inline InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 * get_address_of_colorCameraRotation_48() { return &___colorCameraRotation_48; } inline void set_colorCameraRotation_48(InputFeatureUsage_1_t152DE78832E6E5157647309AA0BF7CFC75F44A49 value) { ___colorCameraRotation_48 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___colorCameraRotation_48))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_handData_49() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___handData_49)); } inline InputFeatureUsage_1_tE0761BFB6E30AE61DA99E3B1974C8A2B784A335E get_handData_49() const { return ___handData_49; } inline InputFeatureUsage_1_tE0761BFB6E30AE61DA99E3B1974C8A2B784A335E * get_address_of_handData_49() { return &___handData_49; } inline void set_handData_49(InputFeatureUsage_1_tE0761BFB6E30AE61DA99E3B1974C8A2B784A335E value) { ___handData_49 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___handData_49))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_eyesData_50() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___eyesData_50)); } inline InputFeatureUsage_1_tA21EB101B253A2F3BE3AFE58A4EDDB48E61D0EC7 get_eyesData_50() const { return ___eyesData_50; } inline InputFeatureUsage_1_tA21EB101B253A2F3BE3AFE58A4EDDB48E61D0EC7 * get_address_of_eyesData_50() { return &___eyesData_50; } inline void set_eyesData_50(InputFeatureUsage_1_tA21EB101B253A2F3BE3AFE58A4EDDB48E61D0EC7 value) { ___eyesData_50 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___eyesData_50))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_dPad_51() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___dPad_51)); } inline InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 get_dPad_51() const { return ___dPad_51; } inline InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 * get_address_of_dPad_51() { return &___dPad_51; } inline void set_dPad_51(InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 value) { ___dPad_51 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___dPad_51))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_indexFinger_52() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___indexFinger_52)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_indexFinger_52() const { return ___indexFinger_52; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_indexFinger_52() { return &___indexFinger_52; } inline void set_indexFinger_52(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___indexFinger_52 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___indexFinger_52))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_middleFinger_53() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___middleFinger_53)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_middleFinger_53() const { return ___middleFinger_53; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_middleFinger_53() { return &___middleFinger_53; } inline void set_middleFinger_53(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___middleFinger_53 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___middleFinger_53))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_ringFinger_54() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___ringFinger_54)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_ringFinger_54() const { return ___ringFinger_54; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_ringFinger_54() { return &___ringFinger_54; } inline void set_ringFinger_54(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___ringFinger_54 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___ringFinger_54))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_pinkyFinger_55() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___pinkyFinger_55)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_pinkyFinger_55() const { return ___pinkyFinger_55; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_pinkyFinger_55() { return &___pinkyFinger_55; } inline void set_pinkyFinger_55(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___pinkyFinger_55 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___pinkyFinger_55))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_thumbrest_56() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___thumbrest_56)); } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 get_thumbrest_56() const { return ___thumbrest_56; } inline InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 * get_address_of_thumbrest_56() { return &___thumbrest_56; } inline void set_thumbrest_56(InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 value) { ___thumbrest_56 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___thumbrest_56))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_indexTouch_57() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___indexTouch_57)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_indexTouch_57() const { return ___indexTouch_57; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_indexTouch_57() { return &___indexTouch_57; } inline void set_indexTouch_57(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___indexTouch_57 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___indexTouch_57))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } inline static int32_t get_offset_of_thumbTouch_58() { return static_cast(offsetof(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields, ___thumbTouch_58)); } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 get_thumbTouch_58() const { return ___thumbTouch_58; } inline InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 * get_address_of_thumbTouch_58() { return &___thumbTouch_58; } inline void set_thumbTouch_58(InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 value) { ___thumbTouch_58 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___thumbTouch_58))->___U3CnameU3Ek__BackingField_0), (void*)NULL); } }; // UnityEngine.XR.CommonUsages // UnityEngine.Coroutine // UnityEngine.Coroutine // System.Delegate // System.Delegate // PathCreation.EndOfPathInstruction // PathCreation.EndOfPathInstruction // FMOD.Studio.EventInstance // FMOD.Studio.EventInstance // UnityEngine.ForceMode // UnityEngine.ForceMode // UnityEngine.Gradient // UnityEngine.Gradient // HammerheadMoveGoal // HammerheadMoveGoal // HarasserWeapons // HarasserWeapons // HitData // HitData // HitEvent // HitEvent // HoverBikeWeapons // HoverBikeWeapons // 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 // PathCreation.PathSpace // PathCreation.PathSpace // PowerUpType // PowerUpType // UnityEngine.QueryTriggerInteraction // UnityEngine.QueryTriggerInteraction // UnityEngine.RaycastHit // UnityEngine.RaycastHit // UnityEngine.RigidbodyConstraints // UnityEngine.RigidbodyConstraints // UnityEngine.RigidbodyInterpolation // UnityEngine.RigidbodyInterpolation // RoadMeshChunk // RoadMeshChunk // UnityEngine.Rendering.ShadowCastingMode // UnityEngine.Rendering.ShadowCastingMode // SlowMotionState // SlowMotionState // TurretWeapon // TurretWeapon // UnityEngine.XR.XRNode // UnityEngine.XR.XRNode // GridBlockPlacer/d__30 // GridBlockPlacer/d__30 // OVRInput/Axis1D // OVRInput/Axis1D // OVRInput/Axis2D // OVRInput/Axis2D // OVRInput/Button // OVRInput/Button // OVRInput/Controller // OVRInput/Controller // UnityEngine.AudioClip // UnityEngine.AudioClip // UnityEngine.Component // UnityEngine.Component // UnityEngine.GameObject // UnityEngine.GameObject // UnityEngine.Material // UnityEngine.Material // System.MulticastDelegate // System.MulticastDelegate // SaveData // SaveData // UnityEngine.Shader // UnityEngine.Shader // PathCreation.VertexPath // PathCreation.VertexPath // HandOVR/d__15 // HandOVR/d__15 // HandOVR/d__17 // HandOVR/d__17 // System.Action // System.Action // UnityEngine.Behaviour // UnityEngine.Behaviour // UnityEngine.Collider // UnityEngine.Collider // UnityEngine.Renderer // UnityEngine.Renderer // UnityEngine.Rigidbody // UnityEngine.Rigidbody // UnityEngine.Transform // UnityEngine.Transform // IncrementalRoadMesh/OnChunkAdvanced // IncrementalRoadMesh/OnChunkAdvanced // Slomo/OnSlowMotionStateChange // Slomo/OnSlowMotionStateChange // UnityEngine.Animator // UnityEngine.Animator // UnityEngine.AudioBehaviour // UnityEngine.AudioBehaviour // UnityEngine.BoxCollider // UnityEngine.BoxCollider // UnityEngine.LineRenderer // UnityEngine.LineRenderer // UnityEngine.MonoBehaviour // UnityEngine.MonoBehaviour // UnityEngine.SphereCollider // UnityEngine.SphereCollider // UnityEngine.AudioSource // UnityEngine.AudioSource // BikeButton // BikeButton // BossPhaseController // BossPhaseController // Building // Building // BuildingPlacer // BuildingPlacer // BuildingPool // BuildingPool // DestroySelfEvent // DestroySelfEvent // EnemyBehavior // EnemyBehavior // EnemyConfiguration // EnemyConfiguration // EnemyMovement // EnemyMovement // EnemyPartManager // EnemyPartManager // 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 // 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 // HMDEvents struct HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_StaticFields { public: // System.Single HMDEvents::preFocusLossTimescale float ___preFocusLossTimescale_4; public: inline static int32_t get_offset_of_preFocusLossTimescale_4() { return static_cast(offsetof(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_StaticFields, ___preFocusLossTimescale_4)); } inline float get_preFocusLossTimescale_4() const { return ___preFocusLossTimescale_4; } inline float* get_address_of_preFocusLossTimescale_4() { return &___preFocusLossTimescale_4; } inline void set_preFocusLossTimescale_4(float value) { ___preFocusLossTimescale_4 = value; } }; // HMDEvents // HammerheadAnimationController // HammerheadAnimationController // HammerheadDestructionManager // HammerheadDestructionManager // HammerheadFireControl // HammerheadFireControl // HammerheadTurretTracker // HammerheadTurretTracker // 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 // HandToControllerTracking // HandToControllerTracking // HarasserAnimationController // HarasserAnimationController // HarpoonDeployer // HarpoonDeployer // HideFollowerAtDistance // HideFollowerAtDistance // HitEffects // HitEffects // HitParticleDisplay // HitParticleDisplay // HitPhysics // HitPhysics // Hitable // Hitable // HitscanLineRenderer // HitscanLineRenderer // Holster // Holster // HoverBikeAnimationController // HoverBikeAnimationController // HoverBikeFireControl // HoverBikeFireControl // Interactable // Interactable // MenuPointer // MenuPointer // PathCreation.PathCreator // PathCreation.PathCreator // PathCreation.Examples.PathSceneTool // PathCreation.Examples.PathSceneTool // PointsToInteractable // PointsToInteractable // Projectile // Projectile // 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 // Slomo struct Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields { public: // Slomo Slomo::instance Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8 * ___instance_6; // System.Single Slomo::maxEnergy float ___maxEnergy_31; // System.Single Slomo::slomoEnergy float ___slomoEnergy_32; // System.Single Slomo::stopSpeed float ___stopSpeed_33; // System.Single Slomo::prePauseTimeScale float ___prePauseTimeScale_34; // System.Single Slomo::prePauseFixedStep float ___prePauseFixedStep_35; // SlowMotionState Slomo::prePauseState int32_t ___prePauseState_36; // System.Int32 Slomo::rushKills int32_t ___rushKills_37; // Slomo/OnSlowMotionStateChange Slomo::onStateChange OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * ___onStateChange_42; // SlowMotionState Slomo::slomoState int32_t ___slomoState_43; // System.Single Slomo::k__BackingField float ___U3CFiringSpeedU3Ek__BackingField_44; // System.Single Slomo::k__BackingField float ___U3CModifiedPitchU3Ek__BackingField_45; public: inline static int32_t get_offset_of_instance_6() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___instance_6)); } inline Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8 * get_instance_6() const { return ___instance_6; } inline Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8 ** get_address_of_instance_6() { return &___instance_6; } inline void set_instance_6(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8 * value) { ___instance_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___instance_6), (void*)value); } inline static int32_t get_offset_of_maxEnergy_31() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___maxEnergy_31)); } inline float get_maxEnergy_31() const { return ___maxEnergy_31; } inline float* get_address_of_maxEnergy_31() { return &___maxEnergy_31; } inline void set_maxEnergy_31(float value) { ___maxEnergy_31 = value; } inline static int32_t get_offset_of_slomoEnergy_32() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___slomoEnergy_32)); } inline float get_slomoEnergy_32() const { return ___slomoEnergy_32; } inline float* get_address_of_slomoEnergy_32() { return &___slomoEnergy_32; } inline void set_slomoEnergy_32(float value) { ___slomoEnergy_32 = value; } inline static int32_t get_offset_of_stopSpeed_33() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___stopSpeed_33)); } inline float get_stopSpeed_33() const { return ___stopSpeed_33; } inline float* get_address_of_stopSpeed_33() { return &___stopSpeed_33; } inline void set_stopSpeed_33(float value) { ___stopSpeed_33 = value; } inline static int32_t get_offset_of_prePauseTimeScale_34() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___prePauseTimeScale_34)); } inline float get_prePauseTimeScale_34() const { return ___prePauseTimeScale_34; } inline float* get_address_of_prePauseTimeScale_34() { return &___prePauseTimeScale_34; } inline void set_prePauseTimeScale_34(float value) { ___prePauseTimeScale_34 = value; } inline static int32_t get_offset_of_prePauseFixedStep_35() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___prePauseFixedStep_35)); } inline float get_prePauseFixedStep_35() const { return ___prePauseFixedStep_35; } inline float* get_address_of_prePauseFixedStep_35() { return &___prePauseFixedStep_35; } inline void set_prePauseFixedStep_35(float value) { ___prePauseFixedStep_35 = value; } inline static int32_t get_offset_of_prePauseState_36() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___prePauseState_36)); } inline int32_t get_prePauseState_36() const { return ___prePauseState_36; } inline int32_t* get_address_of_prePauseState_36() { return &___prePauseState_36; } inline void set_prePauseState_36(int32_t value) { ___prePauseState_36 = value; } inline static int32_t get_offset_of_rushKills_37() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___rushKills_37)); } inline int32_t get_rushKills_37() const { return ___rushKills_37; } inline int32_t* get_address_of_rushKills_37() { return &___rushKills_37; } inline void set_rushKills_37(int32_t value) { ___rushKills_37 = value; } inline static int32_t get_offset_of_onStateChange_42() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___onStateChange_42)); } inline OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * get_onStateChange_42() const { return ___onStateChange_42; } inline OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 ** get_address_of_onStateChange_42() { return &___onStateChange_42; } inline void set_onStateChange_42(OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * value) { ___onStateChange_42 = value; Il2CppCodeGenWriteBarrier((void**)(&___onStateChange_42), (void*)value); } inline static int32_t get_offset_of_slomoState_43() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___slomoState_43)); } inline int32_t get_slomoState_43() const { return ___slomoState_43; } inline int32_t* get_address_of_slomoState_43() { return &___slomoState_43; } inline void set_slomoState_43(int32_t value) { ___slomoState_43 = value; } inline static int32_t get_offset_of_U3CFiringSpeedU3Ek__BackingField_44() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___U3CFiringSpeedU3Ek__BackingField_44)); } inline float get_U3CFiringSpeedU3Ek__BackingField_44() const { return ___U3CFiringSpeedU3Ek__BackingField_44; } inline float* get_address_of_U3CFiringSpeedU3Ek__BackingField_44() { return &___U3CFiringSpeedU3Ek__BackingField_44; } inline void set_U3CFiringSpeedU3Ek__BackingField_44(float value) { ___U3CFiringSpeedU3Ek__BackingField_44 = value; } inline static int32_t get_offset_of_U3CModifiedPitchU3Ek__BackingField_45() { return static_cast(offsetof(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields, ___U3CModifiedPitchU3Ek__BackingField_45)); } inline float get_U3CModifiedPitchU3Ek__BackingField_45() const { return ___U3CModifiedPitchU3Ek__BackingField_45; } inline float* get_address_of_U3CModifiedPitchU3Ek__BackingField_45() { return &___U3CModifiedPitchU3Ek__BackingField_45; } inline void set_U3CModifiedPitchU3Ek__BackingField_45(float value) { ___U3CModifiedPitchU3Ek__BackingField_45 = value; } }; // Slomo // UnityStandardAssets.Utility.TimedObjectDestructor // UnityStandardAssets.Utility.TimedObjectDestructor // TractorBeam // TractorBeam // TurretFireControl // TurretFireControl // TurretMountManager // TurretMountManager // TurretSwivel // TurretSwivel // GrenadeDispenser // GrenadeDispenser // HammerheadMovement // HammerheadMovement // HammerheadPartManager // HammerheadPartManager // HandOVR struct HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_StaticFields { public: // System.Boolean HandOVR::pauseHoldPending bool ___pauseHoldPending_63; public: inline static int32_t get_offset_of_pauseHoldPending_63() { return static_cast(offsetof(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_StaticFields, ___pauseHoldPending_63)); } inline bool get_pauseHoldPending_63() const { return ___pauseHoldPending_63; } inline bool* get_address_of_pauseHoldPending_63() { return &___pauseHoldPending_63; } inline void set_pauseHoldPending_63(bool value) { ___pauseHoldPending_63 = value; } }; // HandOVR // HandOpenXR // HandOpenXR // HarasserBehavior // HarasserBehavior // HarasserConfiguration // HarasserConfiguration // HarasserMovement // HarasserMovement // HarasserPartManager // HarasserPartManager // HomingProjectile // HomingProjectile // HoverBikeConfiguration // HoverBikeConfiguration // HoverBikeMovement // HoverBikeMovement // HoverBikePartManager // HoverBikePartManager // IncrementalRoadMesh struct IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields { public: // System.Int32 IncrementalRoadMesh::Lanes int32_t ___Lanes_8; // System.Single IncrementalRoadMesh::LaneWidth float ___LaneWidth_9; // System.Single IncrementalRoadMesh::RoadWidth float ___RoadWidth_10; // IncrementalRoadMesh/OnChunkAdvanced IncrementalRoadMesh::chunkAdvanced OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * ___chunkAdvanced_35; // IncrementalRoadMesh/OnPrimeMeshUpdate IncrementalRoadMesh::meshUpdated OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * ___meshUpdated_36; public: inline static int32_t get_offset_of_Lanes_8() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields, ___Lanes_8)); } inline int32_t get_Lanes_8() const { return ___Lanes_8; } inline int32_t* get_address_of_Lanes_8() { return &___Lanes_8; } inline void set_Lanes_8(int32_t value) { ___Lanes_8 = value; } inline static int32_t get_offset_of_LaneWidth_9() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields, ___LaneWidth_9)); } inline float get_LaneWidth_9() const { return ___LaneWidth_9; } inline float* get_address_of_LaneWidth_9() { return &___LaneWidth_9; } inline void set_LaneWidth_9(float value) { ___LaneWidth_9 = value; } inline static int32_t get_offset_of_RoadWidth_10() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields, ___RoadWidth_10)); } inline float get_RoadWidth_10() const { return ___RoadWidth_10; } inline float* get_address_of_RoadWidth_10() { return &___RoadWidth_10; } inline void set_RoadWidth_10(float value) { ___RoadWidth_10 = value; } inline static int32_t get_offset_of_chunkAdvanced_35() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields, ___chunkAdvanced_35)); } inline OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * get_chunkAdvanced_35() const { return ___chunkAdvanced_35; } inline OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 ** get_address_of_chunkAdvanced_35() { return &___chunkAdvanced_35; } inline void set_chunkAdvanced_35(OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * value) { ___chunkAdvanced_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___chunkAdvanced_35), (void*)value); } inline static int32_t get_offset_of_meshUpdated_36() { return static_cast(offsetof(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields, ___meshUpdated_36)); } inline OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * get_meshUpdated_36() const { return ___meshUpdated_36; } inline OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 ** get_address_of_meshUpdated_36() { return &___meshUpdated_36; } inline void set_meshUpdated_36(OnPrimeMeshUpdate_t1C58652CB7224BAE5C7C702A0D555C1577748E99 * value) { ___meshUpdated_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___meshUpdated_36), (void*)value); } }; // IncrementalRoadMesh // Pickupable struct Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0_StaticFields { public: // System.Int32 Pickupable::trackFrames int32_t ___trackFrames_20; // System.Single Pickupable::trackFrameDecay float ___trackFrameDecay_21; public: inline static int32_t get_offset_of_trackFrames_20() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0_StaticFields, ___trackFrames_20)); } inline int32_t get_trackFrames_20() const { return ___trackFrames_20; } inline int32_t* get_address_of_trackFrames_20() { return &___trackFrames_20; } inline void set_trackFrames_20(int32_t value) { ___trackFrames_20 = value; } inline static int32_t get_offset_of_trackFrameDecay_21() { return static_cast(offsetof(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0_StaticFields, ___trackFrameDecay_21)); } inline float get_trackFrameDecay_21() const { return ___trackFrameDecay_21; } inline float* get_address_of_trackFrameDecay_21() { return &___trackFrameDecay_21; } inline void set_trackFrameDecay_21(float value) { ___trackFrameDecay_21 = value; } }; // Pickupable // 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 // Roller // Roller // RollerFireable // RollerFireable // Grenade // Grenade // Handlegun struct Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields { public: // System.Boolean Handlegun::rightBeingHeld bool ___rightBeingHeld_34; // System.Boolean Handlegun::leftBeingHeld bool ___leftBeingHeld_35; // System.Single Handlegun::nextReAttach float ___nextReAttach_39; // UnityEngine.Vector2 Handlegun::rightThumbstick Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___rightThumbstick_40; // UnityEngine.Vector2 Handlegun::leftThumbstick Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___leftThumbstick_41; // System.Boolean Handlegun::k__BackingField bool ___U3CTurnLockU3Ek__BackingField_43; public: inline static int32_t get_offset_of_rightBeingHeld_34() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields, ___rightBeingHeld_34)); } inline bool get_rightBeingHeld_34() const { return ___rightBeingHeld_34; } inline bool* get_address_of_rightBeingHeld_34() { return &___rightBeingHeld_34; } inline void set_rightBeingHeld_34(bool value) { ___rightBeingHeld_34 = value; } inline static int32_t get_offset_of_leftBeingHeld_35() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields, ___leftBeingHeld_35)); } inline bool get_leftBeingHeld_35() const { return ___leftBeingHeld_35; } inline bool* get_address_of_leftBeingHeld_35() { return &___leftBeingHeld_35; } inline void set_leftBeingHeld_35(bool value) { ___leftBeingHeld_35 = value; } inline static int32_t get_offset_of_nextReAttach_39() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields, ___nextReAttach_39)); } inline float get_nextReAttach_39() const { return ___nextReAttach_39; } inline float* get_address_of_nextReAttach_39() { return &___nextReAttach_39; } inline void set_nextReAttach_39(float value) { ___nextReAttach_39 = value; } inline static int32_t get_offset_of_rightThumbstick_40() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields, ___rightThumbstick_40)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_rightThumbstick_40() const { return ___rightThumbstick_40; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_rightThumbstick_40() { return &___rightThumbstick_40; } inline void set_rightThumbstick_40(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___rightThumbstick_40 = value; } inline static int32_t get_offset_of_leftThumbstick_41() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields, ___leftThumbstick_41)); } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 get_leftThumbstick_41() const { return ___leftThumbstick_41; } inline Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * get_address_of_leftThumbstick_41() { return &___leftThumbstick_41; } inline void set_leftThumbstick_41(Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 value) { ___leftThumbstick_41 = value; } inline static int32_t get_offset_of_U3CTurnLockU3Ek__BackingField_43() { return static_cast(offsetof(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields, ___U3CTurnLockU3Ek__BackingField_43)); } inline bool get_U3CTurnLockU3Ek__BackingField_43() const { return ___U3CTurnLockU3Ek__BackingField_43; } inline bool* get_address_of_U3CTurnLockU3Ek__BackingField_43() { return &___U3CTurnLockU3Ek__BackingField_43; } inline void set_U3CTurnLockU3Ek__BackingField_43(bool value) { ___U3CTurnLockU3Ek__BackingField_43 = value; } }; // Handlegun #ifdef __clang__ #pragma clang diagnostic pop #endif // 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); } }; // Building[] struct BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463 : public RuntimeArray { public: ALIGN_FIELD (8) Building_t13262F618069952568925A1556080D290B9264F0 * m_Items[1]; public: inline Building_t13262F618069952568925A1556080D290B9264F0 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Building_t13262F618069952568925A1556080D290B9264F0 ** 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, Building_t13262F618069952568925A1556080D290B9264F0 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Building_t13262F618069952568925A1556080D290B9264F0 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Building_t13262F618069952568925A1556080D290B9264F0 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Building_t13262F618069952568925A1556080D290B9264F0 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Fireable[] struct FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E : public RuntimeArray { public: ALIGN_FIELD (8) Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * m_Items[1]; public: inline Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 ** 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, Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // TurretMountManager[] struct TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB : public RuntimeArray { public: ALIGN_FIELD (8) TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * m_Items[1]; public: inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 ** 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, TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // TurretSwivel[] struct TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43 : public RuntimeArray { public: ALIGN_FIELD (8) TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * m_Items[1]; public: inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE ** 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, TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Collider[] struct ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486 : public RuntimeArray { public: ALIGN_FIELD (8) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * m_Items[1]; public: inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** 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, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // HarasserMovement[] struct HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF : public RuntimeArray { public: ALIGN_FIELD (8) HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * m_Items[1]; public: inline HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 ** 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, HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // HarasserConfiguration[] struct HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2 : public RuntimeArray { public: ALIGN_FIELD (8) HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * m_Items[1]; public: inline HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 ** 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, HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.AudioClip[] struct AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE : public RuntimeArray { public: ALIGN_FIELD (8) AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * m_Items[1]; public: inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** 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, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.Vector3[] struct Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4 : public RuntimeArray { public: ALIGN_FIELD (8) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E m_Items[1]; public: inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E value) { m_Items[index] = value; } }; // EnemyMovement[] struct EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD : public RuntimeArray { public: ALIGN_FIELD (8) EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * m_Items[1]; public: inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 ** 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, EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // HoverBikeMovement[] struct HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381 : public RuntimeArray { public: ALIGN_FIELD (8) HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * m_Items[1]; public: inline HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B ** 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, HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // HoverBikeConfiguration[] struct HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F : public RuntimeArray { public: ALIGN_FIELD (8) HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * m_Items[1]; public: inline HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A ** 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, HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_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.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::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::.ctor(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, RuntimeObject* ___collection0, 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); // !!0 UnityEngine.Component::GetComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !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.Object::Instantiate(!!0,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m74B91FA8C557C84FB00E6AB017C2EB5EA45A9BB8_gshared (RuntimeObject * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, 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); // !!0[] UnityEngine.GameObject::GetComponentsInChildren(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponentsInChildren_TisRuntimeObject_m1162B29A5E7F58C6D71090AE00D175818BC0B955_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, 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); // !!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); // !!0 UnityEngine.Component::GetComponentInChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_mB377B32275A969E0D1A738DBC693DE8EB3593642_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* Component_GetComponents_TisRuntimeObject_mEBC8AE0C8843120678A284931632FCCBE15F0C46_gshared (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* GameObject_GetComponents_TisRuntimeObject_mAB26971A1F37F81EEEF20F7897AA6FAE3B33779E_gshared (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_mD87552C18A41196B69A62A366C8238FC246B151A_gshared (UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F * __this, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m91E2FBC1191B019C070193A23E95C04571409F8F_gshared (RuntimeObject * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, 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); // System.Void UnityEngine.Events.UnityEvent`1::Invoke(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m73C0FE7D4CDD8627332257E8503F2E9862E33C3E_gshared (UnityEvent_1_t32063FE815890FF672DF76288FAC4ABE089B899F * __this, RuntimeObject * ___arg00, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // UnityEngine.GameObject UnityEngine.Component::get_gameObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0 (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // !!0[] UnityEngine.GameObject::GetComponentsInChildren() inline BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* GameObject_GetComponentsInChildren_TisBuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7_m7A29228D9E8B2FFC57CA47EB5C0FF067ED7F60F4 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_gshared)(__this, 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.Void Building::PerformPillarCollisionCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Building_PerformPillarCollisionCheck_m15275A50B869EE7F8D26F79B99934A1FCEB19995 (Building_t13262F618069952568925A1556080D290B9264F0 * __this, 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.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); } // 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.Vector2::.ctor(System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method); // System.Void 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); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mD9F4B83868AFAD9BF9F7DC4E3974B8C881092B31 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method); // System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_mD84132DA8A72A81B1CDC5620B52E0E043D7FF0BF (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m2BA1F64EA40A524E6B936F088FFF1D74F3D15520 (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, const RuntimeMethod*))List_1_Clear_m5FB5A9C59D8625FDFB06876C4D8848F0F07ABFD0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor(System.Collections.Generic.IEnumerable`1) inline void List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m1D864B65CCD0498EC4BFFBDA8F8D04AE5333195A_gshared)(__this, ___collection0, method); } // UnityEngine.GameObject UnityEngine.GameObject::FindGameObjectWithTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GameObject_FindGameObjectWithTag_m24D181CA72302B69004D2AF1D9D6FF294BCF6FFA (String_t* ___tag0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * GameObject_GetComponent_TisPathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804_m6C9B871A379A81050ED5898207E333BB68E9F781 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, 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); // !!0 UnityEngine.Component::GetComponent() inline BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * Component_GetComponent_TisBuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302_m8C897FF45EBE4E51191832524CC110044BFBBC84 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // PathCreation.VertexPath PathCreation.PathCreator::get_path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791 (PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 PathCreation.VertexPath::GetPoint(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VertexPath_GetPoint_mC6D2F5E0E610826A6CCDDF8E76C473383C9BC07B (VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * __this, int32_t ___index0, const RuntimeMethod* method); // UnityEngine.Vector3 PathCreation.VertexPath::GetTangent(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VertexPath_GetTangent_m780A757C8CE1EF5AEFE72060689F611A0AC5B58F (VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * __this, int32_t ___index0, 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.Vector3 UnityEngine.Vector3::op_Multiply(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, 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); // UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method); // UnityEngine.Vector2 GridBlock::OnUnitCircle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GridBlock_OnUnitCircle_mD1A2945B5D71032F67B20BA7A0BAEAA1FE73CF84 (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::op_Division(UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mBA12D08F4D51A4BC2E9841D42591B6208FF4B12E_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method); // System.Int32 UnityEngine.Mathf::FloorToInt(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793 (float ___f0, 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); } // UnityEngine.Vector3 UnityEngine.Transform::get_position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* 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 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 GridBlockPlacer::PlaceGridBlock(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_PlaceGridBlock_mD5988FCAAF1BB067A530728684870CB24C9D899B (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___placePos0, const RuntimeMethod* method); // System.Boolean GridBlockPlacer::PlaceMegaGridBlock(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBlockPlacer_PlaceMegaGridBlock_m18CB24FC0D16762FD006C201F0392408C69BDB0E (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___placePos0, const RuntimeMethod* method); // System.Void UnityEngine.Physics::SyncTransforms() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics_SyncTransforms_m3FF00DAB8D8E79D9DEA225E8CA0C00E206EB8C74 (const RuntimeMethod* method); // System.Collections.IEnumerator GridBlockPlacer::PerformBuildingCollisionChecks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GridBlockPlacer_PerformBuildingCollisionChecks_mF2EEF3379883898816D8B2B9CF32C052C67AB1B8 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, int32_t ___checksPerFrame0, const RuntimeMethod* method); // UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719 (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Void UnityEngine.MonoBehaviour::StopCoroutine(System.Collections.IEnumerator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopCoroutine_m3AB89AE7770E06BDB33BF39104BE5C57DF90616B (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, RuntimeObject* ___routine0, const RuntimeMethod* method); // System.Void GridBlock::PerformBuildingPillarCollisionChecks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlock_PerformBuildingPillarCollisionChecks_m03AF447985A503997F243ECA22A6C12DC2384F4B (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * __this, const RuntimeMethod* method); // PlayerFollower Player::get_Follower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F (const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Component::get_transform() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Int32 PathCreation.VertexPath::GetClosestIndexOnPath(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VertexPath_GetClosestIndexOnPath_m911D618208B0EBE5A9C1511B7ECC3C4176A3B2FA (VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___worldPoint0, const RuntimeMethod* method); // System.Collections.IEnumerator UnityEngine.Transform::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.String UnityEngine.Component::get_tag() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method); // System.Boolean System.String::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A (String_t* __this, String_t* ___value0, const RuntimeMethod* method); // System.Void UnityEngine.GameObject::SetActive(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_inline (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_inline (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, 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_m108A63658563292981903FDC1A26448BB70C3834 (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, 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.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_inline (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Int32 UnityEngine.Random::Range(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213 (int32_t ___minInclusive0, int32_t ___maxExclusive1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_inline (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Transform) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent1, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m74B91FA8C557C84FB00E6AB017C2EB5EA45A9BB8_gshared)(___original0, ___parent1, method); } // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m776A2FA26D0AA2185665AC714486953B3DBA5D9E (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m66148860899ECCAE9B323372032BFC1C255393D2_gshared)(__this, ___index0, method); } // System.Void GridBlock::.ctor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlock__ctor_m88DF8D9E2FBF83F3FCBCB36259D79C30E7AAC6C9 (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___gridObject0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_position(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_eulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_eulerAngles_mFDCBC6282E4B1196AA26BF01008B2AAA2DD2969E (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5 (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // !!0[] UnityEngine.GameObject::GetComponentsInChildren(System.Boolean) inline BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* GameObject_GetComponentsInChildren_TisBuilding_t13262F618069952568925A1556080D290B9264F0_mA46502DBAEDFA77DAD265470DDC44924BECE3F9D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, bool ___includeInactive0, const RuntimeMethod* method) { return (( BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, bool, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m1162B29A5E7F58C6D71090AE00D175818BC0B955_gshared)(__this, ___includeInactive0, 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 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 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); // System.Boolean UnityEngine.GameObject::get_activeSelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Vector3::get_normalized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_forward() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::Dot(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_magnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m768DAC2A976697FD5766F6D4EA50F66F49843DBC_inline (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline Building_t13262F618069952568925A1556080D290B9264F0 * List_1_get_Item_mF1960E2798AA124DD3258A699D3972E97A422D48_inline (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( Building_t13262F618069952568925A1556080D290B9264F0 * (*) (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.List`1::Remove(!0) inline bool List_1_Remove_m89E6B2AE7C7EB454705AAAE8CBF8CE19EC15D477 (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * ___item0, const RuntimeMethod* method) { return (( bool (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *, const RuntimeMethod*))List_1_Remove_m753F7B4281CC4D02C07AE90726F51EF34B588DF7_gshared)(__this, ___item0, method); } // 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); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26 (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED (MonoBehaviour_t37A501200D970A8257124B0EAE00A0FF3DDC354A * __this, const RuntimeMethod* method); // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void OVRManager::add_InputFocusAcquired(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_add_InputFocusAcquired_m3C95F705367E13B49A9E16FC8E7C1CBC87975404 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::add_InputFocusLost(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_add_InputFocusLost_mCD789F0E8B73E49B8102AA065938AA826068C6A8 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::add_VrFocusAcquired(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_add_VrFocusAcquired_mB139526909E2EF62513D1EE78FDF2C2B9F202666 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::add_VrFocusLost(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_add_VrFocusLost_mD688AC65EAE5D60C5CFD9C094CE298E17C5ECB7A (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::remove_InputFocusAcquired(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_remove_InputFocusAcquired_m52B94FF1E8BDB06AC88C1ACE0766F774DCB0B360 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::remove_InputFocusLost(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_remove_InputFocusLost_m6305B11B18FFA8F3B1EB693934BDC62BC03C94D4 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::remove_VrFocusAcquired(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_remove_VrFocusAcquired_m97463990FA25ECBAE02971A04DA455FA0B2F082D (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Void OVRManager::remove_VrFocusLost(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OVRManager_remove_VrFocusLost_mEAD2692CD0BEEFA3C73AA2742857F808104850F4 (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * ___value0, const RuntimeMethod* method); // System.Boolean OVRManager::get_hasVrFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRManager_get_hasVrFocus_m1F5F21BE46A4CE2E976188317E80F0AD41970F49 (const RuntimeMethod* method); // System.Boolean OVRManager::get_hasInputFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRManager_get_hasInputFocus_m58E187FFE3CB1C8E8093BBBF1457DA09C2EB28C1 (const RuntimeMethod* method); // System.Void HMDEvents::FocusGained(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_FocusGained_m5161C5CFD8086E12978245F59C08733742B7BF23 (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, bool ___vrFocus0, const RuntimeMethod* method); // System.Void HMDEvents::FocusLoss(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_FocusLoss_m3CC73F5E915BD1E82E35198A8823E2DFD17A923D (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, bool ___vrFocus0, const RuntimeMethod* method); // System.Boolean HMDEvents::get_HasInputFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HMDEvents_get_HasInputFocus_m92C43BF21DD605845F0CCB1D0FFA150E678EC3CE (const RuntimeMethod* method); // System.Boolean HMDEvents::get_HasVrFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HMDEvents_get_HasVrFocus_m963871647174C5435D1EA643CB86E2E6CD43EF9A (const RuntimeMethod* method); // System.String System.Boolean::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C (bool* __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.Void UnityEngine.Debug::Log(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A (RuntimeObject * ___message0, 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.Boolean MasterAudioController::CanGetInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MasterAudioController_CanGetInstance_m384ECF9D0C81ECC2BF6B994C67E67F8873316FA6 (const RuntimeMethod* method); // FMODMusicManager MasterAudioController::get_FMODManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * MasterAudioController_get_FMODManager_m44AD72517747AA454D51BA5C2A0CE5A5C09A3697 (const RuntimeMethod* method); // System.Void FMODMusicManager::SetPaused(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FMODMusicManager_SetPaused_mA2D9E1180121B65338FEBDFCF3A0918EF592C214 (FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * __this, bool ___pause0, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Void Slomo::set_State(SlowMotionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slomo_set_State_m441544CC31D5CD13F6C0D0FD134C15A7C435F5FF (int32_t ___value0, const RuntimeMethod* method); // System.Void BossPhaseController::AdvancePhase(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BossPhaseController_AdvancePhase_mC291D00006909C64F1AAA6574E341F663518A065 (BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * __this, int32_t ___phaseNumber0, const RuntimeMethod* method); // System.Void HammerheadMovement::set_CurrentGoal(HammerheadMoveGoal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, int32_t ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Transform::get_rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // !!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); } // !!0 UnityEngine.Component::GetComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m3DC1F9B254A79E194A8E89D3C09C885538A1D306_inline (List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void UnityEngine.Animator::SetBool(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetTrigger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean UnityEngine.GameObject::get_activeInHierarchy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 EnemyMovement::get_MovementForce() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E EnemyMovement_get_MovementForce_m8DA459F2D793AD9C44BD93B765871C96F7A27C74 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276 * GameObject_GetComponent_TisRoller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276_m92845914FA26DAA8AAE66F6B74A10DBABB0CB425 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mDAB03D25D4B05DE0D0EF6108960EAD8BB1ADABFC (List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * __this, Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 *, Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Void Fireable::ResetNextFire(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Fireable_ResetNextFire_m9F36F1F5F064124FE8CA1DCBC37C3F6BFF2802CC (Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * __this, float ___delay0, const RuntimeMethod* method); // System.Collections.IEnumerator HammerheadFireControl::RollerDrop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HammerheadFireControl_RollerDrop_m20A0BA0A5BE2232630677DECE101AD0C52B1E366 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_time() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m52C9390086344FA8787001ED5911550D850CE515 (const RuntimeMethod* method); // UnityEngine.Transform HammerheadFireControl::PlaceHarpoon(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * HammerheadFireControl_PlaceHarpoon_mD71762300F98C4A8192BFDC4615944B18A424BFD (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, bool ___linked0, const RuntimeMethod* method); // System.Single EnemyMovement::get_forwardDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Single Player::get_DistanceOnPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Player_get_DistanceOnPath_m83D3E4B7DE670FA1B1BE8B7B2253DB4876F16209 (const RuntimeMethod* method); // PathCreation.PathCreator Player::get_PlayerPathCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C (const RuntimeMethod* method); // UnityEngine.Vector3 PathCreation.VertexPath::GetNormalAtDistance(System.Single,PathCreation.EndOfPathInstruction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VertexPath_GetNormalAtDistance_m0A06E8C3D63BAFF3864C4C1E9C19A7B21290C19D (VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * __this, float ___dst0, int32_t ___endOfPathInstruction1, const RuntimeMethod* method); // UnityEngine.Vector3 PathCreation.VertexPath::GetPointAtDistance(System.Single,PathCreation.EndOfPathInstruction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E VertexPath_GetPointAtDistance_mA36ED1FC59E5ADFB18AF58BB0ADD5DAE3A622BBE (VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * __this, float ___dst0, int32_t ___endOfPathInstruction1, const RuntimeMethod* method); // UnityEngine.Quaternion PathCreation.VertexPath::GetRotationAtDistance(System.Single,PathCreation.EndOfPathInstruction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 VertexPath_GetRotationAtDistance_m373C57D0071F81C1266836D63571C88EB1386BE4 (VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * __this, float ___dst0, int32_t ___endOfPathInstruction1, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Quaternion::get_eulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3 (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A (float ___x0, float ___y1, float ___z2, const RuntimeMethod* method); // System.Single Player::get_RoadCenterDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method); // UnityEngine.Transform UnityEngine.Transform::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, String_t* ___n0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localEulerAngles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_localEulerAngles(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, 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); // 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); // System.Single UnityEngine.Time::get_fixedUnscaledDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE (const RuntimeMethod* method); // System.Void EnemyMovement::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyMovement_Start_m94784B4CCCFC527F201E228AF5F81D0B1AA81C99 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Void EnemyMovement::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyMovement_Update_mDFD118039E40A0039E1928DCF217453DC9339FAC (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_localPosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // HammerheadMoveGoal HammerheadMovement::get_CurrentGoal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __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 HammerheadMovement::Dive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Dive_m0A004DBC5B6D73919035A67402F9589AF88C0D13 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method); // System.Int32 BossPhaseController::get_CurrentPhase() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline (BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * __this, const RuntimeMethod* method); // System.Void HammerheadMovement::Rise() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Rise_mC4143F3E4A9B3077B8429AC33108ED1543C41B14 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Animator::GetBool(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Boolean HammerheadFireControl::HarpoonLaunch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HammerheadFireControl_HarpoonLaunch_mBF403ABA0BCC14933F800BE4A6519B764C102BDA (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, bool ___linkedHarpoons0, const RuntimeMethod* method); // System.Void HammerheadFireControl::SpawnRollers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_SpawnRollers_m658047E3D1B1E501E1CC484853489DB7DF99A857 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method); // System.Void HammerheadFireControl::DropRollers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_DropRollers_mD7D586081C7266B1AC42EDE7B8BFC33625D00A02 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::get_identity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D (const RuntimeMethod* method); // System.Void UnityEngine.Behaviour::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32 (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, bool ___value0, const RuntimeMethod* method); // System.Single HammerheadMovement::GetSpeedTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HammerheadMovement_GetSpeedTarget_m0DC229EA137EDA90FBFE80CF8EF29DE8DF902777 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __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 EnemyMovement::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyMovement_FixedUpdate_mDA673321C9B1060802BBDD41752D1BFA7504877E (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 HammerheadMovement::GetLateralForceDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HammerheadMovement_GetLateralForceDirection_m857F1D5C2BF4D3647F955254250DBDB39F6B6BA2 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_fixedDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688 (const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::MovePosition(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, 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 UnityEngine.Transform::get_right() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // System.Void HammerheadFireControl::FireMissiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_FireMissiles_mADA2AE4269F2F5BD787E224BD8A8D843FC0C4279 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method); // System.Void EnemyMovement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyMovement__ctor_m9C38EFB199A9FE920757F3005138D6C8E6260B90 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Void EnemyPartManager::ConfigureByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyPartManager_ConfigureByName_m12A0C54C62AB45288E8988C7503C539F0B7820F6 (EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * __this, String_t* ___name0, bool ___awardsPoints1, const RuntimeMethod* method); // System.Void TurretMountManager::AssignTurret(TurretWeapon) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TurretMountManager_AssignTurret_m1D8690FCF644987D1C20D4CD12954C590193EC85 (TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * __this, int32_t ___turretConfig0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponentsInChildren() inline TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* GameObject_GetComponentsInChildren_TisTurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE_m5F273828DDFD1DDAFF1344E6699957224D9501D7 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponentsInChildren_TisRuntimeObject_m6662AE3C936281A25097CCBD9098A9F85C69279A_gshared)(__this, method); } // System.Void TurretSwivel::LockSwivel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TurretSwivel_LockSwivel_mE0E2A4413D78434E627B2C0A9EC6EA4A9E287422 (TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m004CD1D34EA512ED5511DCDADE85A02AD73CE605 (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * __this, TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 *, TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 List_1_GetEnumerator_m7820477194115DF6D7AF9BC98B4A2D47945F441E (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * __this, const RuntimeMethod* method) { return (( Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 (*) (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * Enumerator_get_Current_m28F3DD6618E94A730CB8FBFF26E04EEFAE6765A6_inline (Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 * __this, const RuntimeMethod* method) { return (( TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * (*) (Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Void TurretSwivel::UnlockSwivel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TurretSwivel_UnlockSwivel_mDDD0849AAA8E110BABADB0C67AAEE3CB01044ABE (TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mA3830271B4316EBA53F983CA6A305DE0447DEB8B (Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m73E48FA8E8D38A760B52069389F76BDFFB17B27E (Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mCA13246F826F2275CD655D1292B3AD54247E3AA1 (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void EnemyPartManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyPartManager__ctor_m5279A67DD054B7F814C9CFAE7DC27F7DC3D96A08 (EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 * __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); // !!0 UnityEngine.Component::GetComponent() inline SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * Component_GetComponent_TisSphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A_mCFE14AD0CEEC629A2BD7760C4012EC54E0A39969 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Void Hand::set_SwapLocked(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_SwapLocked_m4E6BFF002225BAFC951803E563F2CEC77D7227D4_inline (bool ___value0, 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.String System.String::ToLower() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D (String_t* __this, const RuntimeMethod* method); // UnityEngine.GameObject Hand::get_ClosestTouched() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Boolean Hand::get_GripDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_GripDown_m9EBED2823712F2586AC13EF1C1B3C6849493C08F (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Boolean Hand::get_PrimaryButtonPressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_PrimaryButtonPressed_m4946238FBD23EF7CC1966614657772887B294D5D_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // BikeButton MenuPointer::PressHighlighted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * MenuPointer_PressHighlighted_m77EF48BFCD6376C383370C261976FC6D687547C9 (MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * __this, const RuntimeMethod* method); // System.Single UnityEngine.Time::get_realtimeSinceStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36 (const RuntimeMethod* method); // System.Boolean Hand::get_SecondaryButtonPressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_SecondaryButtonPressed_m82B0AE8C4467C807C11614FAFC70002380DD8DAF_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A * ___exists0, const RuntimeMethod* method); // UnityEngine.GameObject Hand::get_AttachedTo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Void Hand::CloseHand(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_CloseHand_m679F3663C18A3633662240E0A077D51ED200759E (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void Handlegun::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Detach_m4B1948BC36F78C6D5F6C052BDFCC5B3D27016317 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void GrenadeDispenser::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GrenadeDispenser_Detach_mC210F50A13943F34AF303775B20051B7FDC07985 (GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void Hand::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_Release_m212C174D8DA17FFA6FAB0DEF72FF6B70185D9A95 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // Handlegun Sidearm::get_Handlegun() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * Sidearm_get_Handlegun_m28DC31DD9DAE75695EB6ABAC596BD89E6C3B27E1_inline (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // System.Boolean Handlegun::get_PartnerBeingHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_PartnerBeingHeld_m3F9110BE7BD3E45C8E778414437240DE2468A84A (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // System.Boolean Sidearm::AttemptSwordDraw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sidearm_AttemptSwordDraw_mB961D5E635A0E3DE744D159D5C7D684B604C1E32 (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // System.Void Hand::DrawSidearm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_DrawSidearm_m321A4782830FA4F0B9074E125F15CBBD6F33F842 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Boolean Hand::get_PrimaryButtonReleased() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_PrimaryButtonReleased_m684D33C22DFAE167CF1C96D64C5F2DEA02DDF11E_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Void Holster::HolsterWeapon(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, bool ___handStaysOn0, const RuntimeMethod* method); // System.Boolean Sidearm::AttemptSidearmDraw() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sidearm_AttemptSidearmDraw_m0029E2251DB4E356B76290103E8282F66F974E0F (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // System.Void Sidearm::EnterMissileMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sidearm_EnterMissileMode_mBAAEE6DA88DD52F74CC29C7DA35BE1483D3DF1CA (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // System.Int32 GrenadeDispenser::get_GrenadeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GrenadeDispenser_get_GrenadeCount_m57138767FD51DC5CE68F2952234C4F5501905083 (GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * __this, const RuntimeMethod* method); // Hand Interactable::get_Actor() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline (Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * __this, const RuntimeMethod* method); // System.Void Handlegun::SoftDetach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_SoftDetach_m96B2F5F7B0C07F5BE765664627391E5E159FAFD3 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // System.Void GrenadeDispenser::SoftDetach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GrenadeDispenser_SoftDetach_m2A8CCA0C4BBEFC59244A694EAC60DB1C77C9EFB8 (GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * __this, const RuntimeMethod* method); // System.Boolean Hand::get_SecondaryButtonReleased() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_SecondaryButtonReleased_m66E0B604306040718ECF6F2B2D861C445BB1E289_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Void Sidearm::ExitMissileMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sidearm_ExitMissileMode_m795A4BF715FD3C50B7059020E273745B161265B0 (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, bool ___dontFire0, const RuntimeMethod* method); // System.Boolean Hand::get_ThumbstickPressed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_ThumbstickPressed_m928771C2D852E29693815C122E6023A22CECE555_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Boolean Hand::get_SwapLocked() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_SwapLocked_m4E02D804A249773CB872EC6BE7E214584F0F4F23_inline (const RuntimeMethod* method); // System.Void Sidearm::CyclePowerUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sidearm_CyclePowerUp_mB588FB71C273E9FBB8E6B6B0249A697A19741710 (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // UnityEngine.GameObject GrenadeDispenser::TakeGrenade() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * GrenadeDispenser_TakeGrenade_m0E4165E2261243D9AF73C5D2A28966FBD4872A4A (GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * __this, const RuntimeMethod* method); // System.Void Handlegun::LaserPointerPower(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_LaserPointerPower_mEC02F486560372DE6673AC811F973516E84CD262 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, bool ___powerOn0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD * GameObject_GetComponent_TisGrenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD_mB836D589D32837EFB9C83CC370376188281C34A8 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void Hand::TriggerStateEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_TriggerStateEvents_m1AB37B09FE3EAA13D647F06F08D3F2BB4FD90461 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Void BikeButton::UnpressButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BikeButton_UnpressButton_m0FBFAB2D25AE077E8F3D61055559DD0A24A9C268 (BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * __this, const RuntimeMethod* method); // System.Int32 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F (LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 ___mask0, const RuntimeMethod* method); // System.Int32 UnityEngine.Physics::OverlapSphereNonAlloc(UnityEngine.Vector3,System.Single,UnityEngine.Collider[],System.Int32,UnityEngine.QueryTriggerInteraction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Physics_OverlapSphereNonAlloc_m581B60F800CD970C67BE48AFA30322B4EA2D8590 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, float ___radius1, ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* ___results2, int32_t ___layerMask3, int32_t ___queryTriggerInteraction4, 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); // 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.Single UnityEngine.Time::get_unscaledDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mAC1F2C20477335AD7D36AB7E6BE420C10C2B6419 (const RuntimeMethod* method); // System.Void BikeButton::PressButton() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BikeButton_PressButton_m8D41FDD8BC435E1707E56B7199DBE5B46AAC4344 (BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * __this, const RuntimeMethod* method); // System.Boolean Hand::get_HoldLock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_HoldLock_mF5F8094BBC41B20B27AA38805D82989C2EED01B3_inline (const RuntimeMethod* method); // System.Void Hand::ResetHandModel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_ResetHandModel_m20447A3A541C8D54DA81A08E2BA58EBF61147D4C (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___releaseGrip0, const RuntimeMethod* method); // System.Void Hand::CheckForInteractableCollision(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_CheckForInteractableCollision_m7E8E7B470B9A92A1B55D89D9D72F1EFDD26AECE9 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* 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.Void Hand::set_ClosestTouched(UnityEngine.GameObject) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ClosestTouched_m16A7B697CEB357616B3EA9D7BAF89B0BF8A95BDD_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___value0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // System.Void Hand::SetClosest(Interactable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_SetClosest_mF742A3F8E41A049CD1DAEC301BD6C749FFB2A96C (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * ___closest0, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.SphereCollider::get_center() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E SphereCollider_get_center_mBFAE4FFFC76B8FD8F1B2B2F12C52A30470443D3A (SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * __this, const RuntimeMethod* method); // System.Single UnityEngine.Vector3::get_sqrMagnitude() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::Play() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1 (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::get_zero() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D (const RuntimeMethod* method); // UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 LayerMask_op_Implicit_m04FD003A196C7FA5C824D854803493EA31AE58D2 (int32_t ___intVal0, const RuntimeMethod* method); // System.Void Hand::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_Start_m4417B30C673E267C49C1555ADF222A023E449C9A (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 OVRInput::Get(OVRInput/Axis2D,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 OVRInput_Get_m4597F63AAED66C9BF98F604D7837A4D9763D3B26 (int32_t ___virtualMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Void Hand::set_ThumbstickDirection(UnityEngine.Vector2) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ThumbstickDirection_mD577B8946AFABEBAF80D53C7BF9EFA7C98F7E4DB_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method); // System.Single OVRInput::Get(OVRInput/Axis1D,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F (int32_t ___virtualMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Boolean OVRInput::Get(OVRInput/Button,OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91 (int32_t ___virtualMask0, int32_t ___controllerMask1, const RuntimeMethod* method); // System.Void Hand::set_PrimaryButtonPressed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_PrimaryButtonPressed_mB914DE4F2637D59148B98A948F3CC3CDA5D8695C_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Hand::set_PrimaryButtonReleased(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_PrimaryButtonReleased_m2FF7CE9E53F721B25B59320B156826E3F3C94498_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Hand::set_SecondaryButtonPressed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_SecondaryButtonPressed_mB0F6AC29BCC38B5F9D7DFD0B05638FA2A04EF04E_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Hand::set_SecondaryButtonReleased(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_SecondaryButtonReleased_m5D5AA70CE5220AC89CE3CBD59DC3BFE0AFD643BF_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Hand::set_ThumbstickPressed(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ThumbstickPressed_m992CEF78383DD4C5333FB8E4B3B09C5AB933B021_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Hand::set_ThumbstickReleased(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ThumbstickReleased_m4069EDC43BE88F6726095F07685A71B3A8C79C39_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method); // System.Void HandToControllerTracking::ResetTracking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_ResetTracking_m1CE2A04CDCEABD2EE14AD256F7B32DEDA9D309C9 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator HandOVR::PerformTouchRumble(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOVR_PerformTouchRumble_m1E23BA2F0F7A010B629B39CCF0CBD14DF8DE9359 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, int32_t ___controller0, const RuntimeMethod* method); // 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); // System.Collections.IEnumerator HandOVR::PerformWeaponFireRumble(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOVR_PerformWeaponFireRumble_m97ED1A10C29E96DE8D49C085C5B62C1C635B5A80 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, int32_t ___controller0, const RuntimeMethod* method); // 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); // System.Boolean OVRInput::GetControllerPositionTracked(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OVRInput_GetControllerPositionTracked_m548A1395837E7A2CBA3BCF313F35F055A5A8F1FF (int32_t ___controllerType0, const RuntimeMethod* method); // System.Void Hand::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand__ctor_mFE08906125476E537E93DE855583D9B8231F814F (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // UnityEngine.XR.InputDevice UnityEngine.XR.InputDevices::GetDeviceAtXRNode(UnityEngine.XR.XRNode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E InputDevices_GetDeviceAtXRNode_m87495BA0026D710C1F1975B90F7AAAD3A9AA089F (int32_t ___node0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::TryGetHapticCapabilities(UnityEngine.XR.HapticCapabilities&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_TryGetHapticCapabilities_m1EEA0DE1FF4C11102D1D0DA53D53C0D6A1CB0A4B (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * ___capabilities0, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::TryGetFeatureValue(UnityEngine.XR.InputFeatureUsage`1,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 ___usage0, bool* ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::TryGetFeatureValue(UnityEngine.XR.InputFeatureUsage`1,UnityEngine.Vector2&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_TryGetFeatureValue_m18C3DB44FFE8E7ACFF29F2F83E54A2F057AFF1C5 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 ___usage0, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.XR.InputDevice::TryGetFeatureValue(UnityEngine.XR.InputFeatureUsage`1,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_TryGetFeatureValue_m531D0670B4FBDA6CD5B8E899627B70F3DB840E69 (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 ___usage0, float* ___value1, const RuntimeMethod* method); // System.Collections.IEnumerator HandOpenXR::PerformTouchRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOpenXR_PerformTouchRumble_m728D22799557BA7DD058E6AECA823EB20235578B (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method); // 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); // System.Collections.IEnumerator HandOpenXR::PerformWeaponFireRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOpenXR_PerformWeaponFireRumble_m15E77A0159BD86F05E0A6CE008AEDB25597B24AA (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method); // 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); // System.Boolean UnityEngine.XR.InputDevice::TryGetFeatureValue(UnityEngine.XR.InputFeatureUsage`1,UnityEngine.Vector3&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InputDevice_TryGetFeatureValue_m9B40B8FAD5FED79E840DA7064A7A48FD9AA61C1A (InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * __this, InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 ___usage0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * ___value1, const RuntimeMethod* method); // System.Boolean UnityEngine.Application::get_isFocused() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isFocused_m88A0B2DCBCD89F750E13748AA10F13469EED3C63 (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); // UnityEngine.Quaternion UnityEngine.Quaternion::Euler(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Euler_m9241A59E4736837C447D3B4D27812289531967B6 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___euler0, 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); // !!0 UnityEngine.Component::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * Component_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m0D682A42739E30A25411905C0A712C2BEE81F861 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * Component_GetComponent_TisHand_t2FA8371777F29091509531FD8A7A800DCECCA921_m359D405A05C9CD573FDBA5987DFBAA0348310B75 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponentInChildren() inline Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * Component_GetComponentInChildren_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m654193278BB56948AB820313E9D35E6D6A89798F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mB377B32275A969E0D1A738DBC693DE8EB3593642_gshared)(__this, method); } // System.Void HandToControllerTracking::SetHandOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_SetHandOffset_mDC342F5D07E9D0AB80382F89682B091E706347AA (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, 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); // UnityEngine.Quaternion UnityEngine.Transform::get_localRotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, const RuntimeMethod* method); // SlowMotionState Slomo::get_State() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Slomo_get_State_mACC821D06165FA2D531DDFDC923B44F4051B96AA_inline (const RuntimeMethod* method); // System.Boolean UnityEngine.Rigidbody::get_isKinematic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, 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.Void UnityEngine.Rigidbody::set_constraints(UnityEngine.RigidbodyConstraints) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_constraints_mA76F562D16D3BE8889E095D0309C8FE38DA914F1 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Collider::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1 (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * __this, bool ___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.String Hand::get_GrippedObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hand_get_GrippedObject_m54E3BA340C911B367C764C6D45E123FB685D7BDE (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::MoveRotation(UnityEngine.Quaternion) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rot0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_velocity(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::set_freezeRotation(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_freezeRotation_mE08A39E98D46F82D6DD86CC389D86D242C694D52 (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, bool ___value0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::Lerp(UnityEngine.Quaternion,UnityEngine.Quaternion,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_Lerp_m052D34B6A82F60FE65722D2B39594B8651E2C79B (Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___a0, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___b1, float ___t2, const RuntimeMethod* method); // System.Boolean Handlegun::get_TurnLock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Handlegun_get_TurnLock_mEE9BA22442ECB164446A5F58A8C049DCB8404AE4_inline (const RuntimeMethod* method); // System.Void Handlegun::set_TurnLock(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Handlegun_set_TurnLock_m38FE8A7B2FDC0FF70D74F4D841026BE884499E7C_inline (bool ___value0, const RuntimeMethod* method); // System.Void Pickupable::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pickupable_Start_m9EE4F0372E2E2FF7EA2205E03EFEE840A6DA5518 (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method); // System.Void Handlegun::Holster() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Holster_mEE06EA26057150D075FFA342F30737D8202D50A1 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // System.Boolean Handlegun::get_BeingHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 Hand::get_ThumbstickDirection() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method); // UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Multiply_m5598D6A258A2C8F873CDAB66756553112CD8073A_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, float ___d1, const RuntimeMethod* method); // System.Boolean Handlegun::get_Holstered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_Holstered_m49B5FBD34EDDF838D3CC4CF7B2B8DA6C2F561125 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // System.Boolean Pickupable::get_dropped() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Pickupable_get_dropped_m3942F0291FF920739183F3DB7A7406C5905E9847_inline (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method); // System.Void Pickupable::set_dropped(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Pickupable_set_dropped_m0AD0D1A2157197B70BA9AB65FFE051FCC5D5CB6D_inline (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Handlegun::set_BeingHeld(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_set_BeingHeld_m999BD230E6C2DBB4DC501BB0940CC005E61566FE (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, bool ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___value0, const RuntimeMethod* method); // System.Collections.IEnumerator Handlegun::TimedGripEnable(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Handlegun_TimedGripEnable_m106613BD236BCE2B8741053F3673E7BE629F95BC (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, float ___delay0, const RuntimeMethod* method); // System.Void Pickupable::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pickupable_Release_m4517E3527560BE2A49E6BFBB31488CEA2782E86A (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method); // System.Void Pickupable::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pickupable_FixedUpdate_m3CBEC92FE3A73C459D030AB2E95AA45DA1B8434B (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method); // System.Boolean Handlegun::get_FireLock() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Handlegun_get_FireLock_mC9A6EE2BBB242F657B8A8567D4B50470736595E4_inline (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __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 Interactable::set_Actor(Hand) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Interactable_set_Actor_m824FD0B27772F7CDC175BC36EB32AC982DC3225A_inline (Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * __this, Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___value0, const RuntimeMethod* method); // System.Void Handlegun::Attach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Attach_mA24449E8F9278EB5FB122ACA41C2188033FA1B8F (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method); // System.Void Pickupable::OnActivate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pickupable_OnActivate_mF44EEEE2FB79AEAC6591A3872B9740487C4CD9AE (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method); // System.Void Pickupable::AddTrackInfo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pickupable_AddTrackInfo_m8F544040444CBA57903C751C6D0672C63E4EAF2D (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, bool ___tracked0, const RuntimeMethod* method); // System.Void HandToControllerTracking::OnAttach(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_OnAttach_mEC47A91B0251904C9261E99F23749B31FCEA7502 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___offset0, 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 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); // System.Void Pickupable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Pickupable__ctor_m0AA85D11BA386087CE29CF5D1FD95157B16A0F5B (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method); // System.Collections.IEnumerator HarasserAnimationController::DestructionCountdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HarasserAnimationController_DestructionCountdown_m5617E901227203C69612BCB98904324971E8A8DF (HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * __this, const RuntimeMethod* method); // 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); // System.Void EnemyBehavior::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyBehavior_Start_mD5A64ABCCD134B714CA3E06B8C0E86ACD537D6C9 (EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * __this, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponents() inline HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* Component_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_m75451DF800F3571A15A0F8823F9BCED5A6F9BEBB (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mEBC8AE0C8843120678A284931632FCCBE15F0C46_gshared)(__this, method); } // System.Void TurretFireControl::set_FireLocked(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TurretFireControl_set_FireLocked_mE4B6A930B6D273E44C67C3DA4CDCDFBD7DCF99D7_inline (TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * __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); // System.Void EnemyBehavior::GotHit(HitData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyBehavior_GotHit_mAF50887C23285A2550C49D820C97126A62AAE35B (EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * __this, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___hitData0, const RuntimeMethod* method); // System.Void EnemyBehavior::TookDamage(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyBehavior_TookDamage_m5FBEC0A11F64E3A37E86DC751EC711EF1E19B26F (EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * __this, float ___damage0, const RuntimeMethod* method); // System.Void EnemyBehavior::GotDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyBehavior_GotDestroyed_mA174BBB96835DC49CA1131A0ACD417E02FAC7810 (EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * __this, const RuntimeMethod* method); // System.Void HarasserMovement::TreadDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_TreadDestroyed_mD5FD7D8CA33D76B124E208271192F292CC17157A (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method); // System.Void EnemyBehavior::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyBehavior__ctor_m62BD87F8A680F9D53CF35AC58649D99BFC1902B3 (EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * __this, const RuntimeMethod* method); // System.Void EnemyConfiguration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyConfiguration__ctor_mA22B29324CAD43036544C00D3FEF0872C9A3A3C0 (EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 * __this, const RuntimeMethod* method); // System.Void EnemyMovement::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyMovement_OnEnable_m840E160AEFC29716F0290C3F3D51A55B239F02B4 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Void EnemyMovement::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnemyMovement_Initialize_m09C1B6C2C580549DAC93D4DAC820867E443B0740 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponent() inline EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * Component_GetComponent_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m846D7220E0786802A8C3C8AC1A472B36DC70B129 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // !!0 UnityEngine.Component::GetComponent() inline DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * Component_GetComponent_TisDestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB_mB34D16636F482462FCD48D17988E664BFDCF39E2 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // System.Single HarasserMovement::GetSpeedTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HarasserMovement_GetSpeedTarget_mAD376090F0D27F75FD3EA87B662400077B0EF7AB (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method); // System.Void DestroySelfEvent::DestroySelf() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DestroySelfEvent_DestroySelf_m8C0D588CAB9569E092E206270763AAE61BD4D976 (DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * __this, const RuntimeMethod* method); // UnityEngine.Vector3 HarasserMovement::GetLateralForceDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HarasserMovement_GetLateralForceDirection_m3537458E89628118D74D071056A02707D7B67167 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForce(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___force0, const RuntimeMethod* method); // System.Single HarasserMovement::get_LaneOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HarasserMovement_get_LaneOffset_mCBBF8B7C9541913D5E3FF8944A4A07D2DC094FD5 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 EnemyMovement::CalculateLateralForce(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E EnemyMovement_CalculateLateralForce_m726787196D186FA59F96ED94F9D16AC22FF2DBA2 (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, float ___rightMultiplier0, float ___upMultiplier1, const RuntimeMethod* method); // !!0[] UnityEngine.Component::GetComponents() inline HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2* Component_GetComponents_TisHarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006_m5486FE553E28F6B5AE5E796BBF29805EDF7C4D98 (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mEBC8AE0C8843120678A284931632FCCBE15F0C46_gshared)(__this, method); } // System.Void HarasserPartManager::AssignWeapons(HarasserWeapons) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserPartManager_AssignWeapons_mD6E2DEBE3D01243FF5037F22FD09A26F674157D7 (HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * __this, int32_t ___weapons0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponents() inline HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* GameObject_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_mDD63DA647C198750A134CD8E881142BDD4D757FC (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponents_TisRuntimeObject_mAB26971A1F37F81EEEF20F7897AA6FAE3B33779E_gshared)(__this, method); } // System.Void HarasserMovement::set_IsMineLayer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_set_IsMineLayer_mA23EAC0C6EFDCC74F4554103EDAD202B61829F93 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean HarpoonDeployer::HarpoonLaunch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HarpoonDeployer_HarpoonLaunch_m91291784F01094DA7AF81206AFEBF5897177B979 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method); // UnityEngine.Transform HarpoonDeployer::PlaceHarpoon() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * HarpoonDeployer_PlaceHarpoon_m1B1DB8C6F558D238249C572BE39CE06D5378EEC0 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* 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); } // UnityEngine.Vector3 UnityEngine.Vector3::get_up() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A (const RuntimeMethod* method); // System.Single UnityEngine.AudioSource::get_pitch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, const RuntimeMethod* method); // System.Void UnityEngine.AudioSource::set_pitch(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC (AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * __this, float ___value0, const RuntimeMethod* method); // System.Single Slomo::get_ModifiedPitch() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Slomo_get_ModifiedPitch_mA069FD69B917957BB375290556B7426CF9D728C4_inline (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.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); // System.Void UnityEngine.Events.UnityEvent`1::.ctor() inline void UnityEvent_1__ctor_mD9D1D6009302B27459DAD1A5FF0A19D1664C7F18 (UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F * __this, const RuntimeMethod* method) { (( void (*) (UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F *, const RuntimeMethod*))UnityEvent_1__ctor_mD87552C18A41196B69A62A366C8238FC246B151A_gshared)(__this, 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); // UnityEngine.Quaternion UnityEngine.Quaternion::FromToRotation(UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_FromToRotation_m148C402FBE59E64FEEC9029185706B2A0DD39A03 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___fromDirection0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___toDirection1, const RuntimeMethod* method); // !!0 UnityEngine.Object::Instantiate(!!0,UnityEngine.Vector3,UnityEngine.Quaternion,UnityEngine.Transform) inline Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___original0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 ___rotation2, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___parent3, const RuntimeMethod* method) { return (( Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * (*) (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E , Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 , Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m91E2FBC1191B019C070193A23E95C04571409F8F_gshared)(___original0, ___position1, ___rotation2, ___parent3, 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_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_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_interpolation(UnityEngine.RigidbodyInterpolation) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_set_interpolation_mEBAF9DF8DE317E2D58848735D26ED9E69CC425CE (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, int32_t ___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); // UnityEngine.Vector3 UnityEngine.Vector3::op_Multiply(System.Single,UnityEngine.Vector3) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m92CBF5B97ECB34A9B802EDD5C4A8187463278560_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method); // System.Void UnityEngine.Rigidbody::AddForceAtPosition(UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.ForceMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rigidbody_AddForceAtPosition_mEE49C058A6D57C1D5A78207494BFED5906D80D0F (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___force0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position1, int32_t ___mode2, const RuntimeMethod* method); // System.Void UnityEngine.Events.UnityEvent`1::Invoke(!0) inline void UnityEvent_1_Invoke_m09F4342EB0BEC4FD764FCC126580EABADCDEB5AC (UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F * __this, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___arg00, const RuntimeMethod* method) { (( void (*) (UnityEvent_1_tDA0D0848850972FD3DE84EEEDD397BF8CEEBAA0F *, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA *, const RuntimeMethod*))UnityEvent_1_Invoke_m73C0FE7D4CDD8627332257E8503F2E9862E33C3E_gshared)(__this, ___arg00, method); } // !!0 UnityEngine.Component::GetComponent() inline LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_mD5BC9EADE1AA529A5299A4D8B020FB49663DAC3A (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m69D9C576D6DD024C709E29EEADBC8041299A3AA7_gshared)(__this, method); } // UnityEngine.Shader UnityEngine.Shader::Find(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * Shader_Find_m01F8D68779D3B0EA219E624443A768392B68B1E0 (String_t* ___name0, const RuntimeMethod* method); // System.Void UnityEngine.Material::.ctor(UnityEngine.Shader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E (Material_t8927C00353A72755313F046D0CE85178AE8218EE * __this, Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * ___shader0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_material(UnityEngine.Material) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, Material_t8927C00353A72755313F046D0CE85178AE8218EE * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.LineRenderer::set_widthMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_set_widthMultiplier_m12F16421678B7D3B62A533B111B5A7916F8D141B (LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * __this, float ___value0, const RuntimeMethod* method); // System.Void UnityEngine.LineRenderer::set_positionCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_set_positionCount_mA8B73AC2B9151473E94F3713E1041AA34D758AE5 (LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.LineRenderer::set_colorGradient(UnityEngine.Gradient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_set_colorGradient_m30781CB19F2CB00B4E29967E12965D6EBD383F1D (LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * __this, Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_shadowCastingMode(UnityEngine.Rendering.ShadowCastingMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_receiveShadows(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875 (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // System.Void TempLineRenderer::.ctor(UnityEngine.LineRenderer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TempLineRenderer__ctor_m9F8B4CA9DB4357A332129CE3AB09F8A71E39F784 (TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * __this, LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * ___rend0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF19A1795DC91FDD535A62F8F4BD54F684D4230B0 (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * __this, TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 *, TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 *, const RuntimeMethod*))List_1_Add_mE5B3CBB3A625606D9BC4337FEAAF1D66BCB6F96E_gshared)(__this, ___item0, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA List_1_GetEnumerator_m65BC4EBDC3CADC7C8B0C3EC1204574E337D4979B (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * __this, const RuntimeMethod* method) { return (( Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA (*) (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 *, const RuntimeMethod*))List_1_GetEnumerator_m1739A5E25DF502A6984F9B98CFCAC2D3FABCF233_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * Enumerator_get_Current_m887BE6ACD5159E3E0B6F57ED8BDC814846194DEA_inline (Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA * __this, const RuntimeMethod* method) { return (( TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * (*) (Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA *, const RuntimeMethod*))Enumerator_get_Current_m9C4EBBD2108B51885E750F927D7936290C8E20EE_gshared_inline)(__this, method); } // System.Boolean UnityEngine.Renderer::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, const RuntimeMethod* method); // System.Void UnityEngine.Renderer::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B (Renderer_t58147AB5B00224FE1460FD47542DC0DA7EC9378C * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mAAFD93F211A86F6B638BF29FA6B0B9839F0CD576 (Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m99523CE65E45FD635E16C2A6FFDFB28E658D2D84 (Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * (*) (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 *, int32_t, const RuntimeMethod*))List_1_get_Item_mF00B574E58FB078BB753B05A3B86DD0A7A266B63_gshared_inline)(__this, ___index0, method); } // UnityEngine.Vector3 UnityEngine.Vector3::Lerp(UnityEngine.Vector3,UnityEngine.Vector3,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m5E223DB365EAC8F6625C169E927527FFB8CC88DB_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method); // System.Void UnityEngine.LineRenderer::SetPositions(UnityEngine.Vector3[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineRenderer_SetPositions_mD7F470FCD99805F1466E13B64C3F04825DFDBF91 (LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * __this, Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* ___positions0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_inline (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Void UnityEngine.Gradient::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Gradient__ctor_m4B95822B3C5187566CE4FA66E283600DCC916C5A (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m4413E566717941CC649DD60BA2F36E157F0FAD87 (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // 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); // !!0 UnityEngine.GameObject::GetComponent() inline Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // PowerUpType Sidearm::get_CurrentPowerUp() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Sidearm_get_CurrentPowerUp_m81D592A365C2FF55DF040C6BD013ABBB2474C156_inline (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // System.Boolean Sidearm::get_PlayPowerupAudio() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Sidearm_get_PlayPowerupAudio_m11D98EB4727855E7D8FDEE539E97F4D9676A4419_inline (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method); // System.Void Holster::ChangePowerupDisplay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_ChangePowerupDisplay_m8379F75BC42173DB3D06AA9B157470F0746A15A6 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, bool ___playAudio0, const RuntimeMethod* method); // System.Void DataManager::Save() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataManager_Save_mD06246AF9D9F9F851FCE3A94D47FADEF92A45717 (const RuntimeMethod* method); // System.Void Handlegun::ReAttach(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_ReAttach_m840BEB22EED6B9E9B141CBDE7C60EA2C502A4002 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___holster0, const RuntimeMethod* method); // !!0 UnityEngine.GameObject::GetComponent() inline AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * GameObject_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mAF312D503D6F1D34AF86F86AE5CD74920A901E53 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mCE43118393A796C759AC5D43257AB2330881767D_gshared)(__this, method); } // UnityEngine.Transform Sidearm::get_LastAimTarget() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Sidearm_get_LastAimTarget_mC0713945F96F3223B7594F5D10F32BA973C7B767_inline (const RuntimeMethod* method); // UnityEngine.GameObject Player::get_Bike() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Player_get_Bike_m30DF937F8D29BCDF39A6034C0414C9556FF158CA (const RuntimeMethod* method); // System.Void Projectile::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Start_m8C7B67C35B9877FE053F090B0D3655ED975EC57B (Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * __this, const RuntimeMethod* method); // System.Void Projectile::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile_Update_mE989485DD5F2DC905C17C35AF7E551A7B63FF3AD (Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::TransformPoint(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___position0, const RuntimeMethod* method); // UnityEngine.Quaternion UnityEngine.Quaternion::LookRotation(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 Quaternion_LookRotation_mC34E8010B8BA97C05C913588237CF92AEB3419B5 (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___forward0, const RuntimeMethod* method); // System.Void Projectile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Projectile__ctor_mB04E8F6760B20BA3817BC828DF6EE9EC856B306D (Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A * __this, const RuntimeMethod* method); // System.Void UnityEngine.Animator::SetFloat(System.String,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0 (Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * __this, String_t* ___name0, float ___value1, const RuntimeMethod* method); // System.Void HoverBikeFireControl::FireFireable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeFireControl_FireFireable_m2CF38651A587CA7BCAF65B69D9D89F241A44AA8E (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, String_t* ___fireableName0, const RuntimeMethod* method); // System.Void HoverBikeAnimationController::set_IsStrafing(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HoverBikeAnimationController_set_IsStrafing_m3DF94BB254AF941102C1D0F64B02C9CA02CE951C_inline (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, bool ___value0, 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::GetComponents() inline EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* GameObject_GetComponents_TisEnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673_mEAAF6BA5BE5C7AACE762769DD196D78B632F4657 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponents_TisRuntimeObject_mAB26971A1F37F81EEEF20F7897AA6FAE3B33779E_gshared)(__this, method); } // System.Void Fireable::Init(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Fireable_Init_m0C1F5F2F861A91812295FC938367E26A93AD29EC (Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * __this, float ___firstFireOffset0, const RuntimeMethod* method); // System.Boolean UnityEngine.Behaviour::get_isActiveAndEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mDD843C0271D492C1E08E0F8DEE8B6F1CFA951BFA (Behaviour_t1A3DDDCF73B4627928FBFE02ED52B7251777DBD9 * __this, const RuntimeMethod* method); // System.Boolean HoverBikeFireControl::get_GotDestroyed() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HoverBikeFireControl_get_GotDestroyed_mD96B9546AA92A58F8178295B6F1DB72D9A4903A9_inline (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, const RuntimeMethod* method); // !!0 UnityEngine.Component::GetComponentInChildren() inline HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * Component_GetComponentInChildren_TisHoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127_m14E13F6E408A6B51178916A789326F537E706F5F (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_mB377B32275A969E0D1A738DBC693DE8EB3593642_gshared)(__this, method); } // System.Void HoverBikeMovement::SetNewMoveTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_SetNewMoveTarget_m221C9FA59663E549B9436226026A4AE687F643A2 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method); // System.Boolean EnemyMovement::get_BeingAimedAt() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EnemyMovement_get_BeingAimedAt_m5BE852E45034CF825FF079AA9E7AA650D28F145C_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Boolean HoverBikeAnimationController::get_Grounded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method); // System.Boolean HoverBikeAnimationController::get_IsStrafing() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HoverBikeAnimationController_get_IsStrafing_m04F4A9937CCA8371375FEE0C0C168A90C093EFBB_inline (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method); // System.Void EnemyMovement::set_BeingAimedAt(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnemyMovement_set_BeingAimedAt_mA2C99CCE576FF204C68B5130AAD995AB62E55A81_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, bool ___value0, const RuntimeMethod* method); // System.Void HoverBikeAnimationController::StartStrafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_StartStrafe_m662023E581440AC84D7938D87359D5001DB98ECE (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method); // System.Single HoverBikeMovement::GetSpeedTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HoverBikeMovement_GetSpeedTarget_m1037B4BA9AFC0B7343A9D7A34EB8BEB9AE8C84FD (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Rigidbody::get_velocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C (Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * __this, const RuntimeMethod* method); // UnityEngine.Vector3 UnityEngine.Transform::InverseTransformDirection(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Transform_InverseTransformDirection_m9EB6F7A2598FD8D6B52F0A6EBA96A3BAAF68D696 (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction0, const RuntimeMethod* method); // System.Single Follower::get_Rotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Follower_get_Rotation_m53E70D1B9C33EC8E1B036CA015EED90ECC7034EF (Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * __this, const RuntimeMethod* method); // UnityEngine.Vector3 HoverBikeMovement::GetLateralForceDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HoverBikeMovement_GetLateralForceDirection_m4A9422D606398A607B3C245675A83B5AB4C0C374 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method); // System.Boolean HoverBikeMovement::get_Dying() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HoverBikeMovement_get_Dying_m8FB5709172F05C1E92818ADBC028B7311E1CB5D0_inline (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method); // System.Single EnemyMovement::get_RoadCenterDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float EnemyMovement_get_RoadCenterDistance_mDCF2FB4A96EFBE7D03A6911AFB7A986C87F77494_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method); // System.Single Player::get_MaxSideDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Player_get_MaxSideDistance_m8C1AB504AAAC6159510EBC2CF51AF11BF96B0B73 (const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method); // System.Void HoverBikeAnimationController::Turning(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_Turning_m1FED9638241080D8A4C8A75916B2E1EAE91E349D (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, float ___turnDir0, const RuntimeMethod* method); // !!0[] UnityEngine.GameObject::GetComponents() inline HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381* GameObject_GetComponents_TisHoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B_m35E530258D1BF6DF1F71997D87B49CD256E8DFD5 (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * __this, const RuntimeMethod* method) { return (( HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381* (*) (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *, const RuntimeMethod*))GameObject_GetComponents_TisRuntimeObject_mAB26971A1F37F81EEEF20F7897AA6FAE3B33779E_gshared)(__this, method); } // !!0[] UnityEngine.Component::GetComponents() inline HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F* Component_GetComponents_TisHoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A_m2269277DC3C06B4C10176CF82AE2022550D9474C (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 * __this, const RuntimeMethod* method) { return (( HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F* (*) (Component_t62FBC8D2420DA4BE9037AFE430740F6B3EECA684 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mEBC8AE0C8843120678A284931632FCCBE15F0C46_gshared)(__this, method); } // System.Void HoverBikePartManager::AssignWeapons(HoverBikeWeapons) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikePartManager_AssignWeapons_m845ED8FC1E3724EFF282C6BFD0665F54F4FDC656 (HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * __this, int32_t ___weapons0, const RuntimeMethod* method); // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp01_m831CBA1D198C3CDE660E8172A67A4E41BD0D0171 (float ___value0, 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 // System.Void GridBlock::.ctor(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlock__ctor_m88DF8D9E2FBF83F3FCBCB36259D79C30E7AAC6C9 (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___gridObject0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentsInChildren_TisBuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7_m7A29228D9E8B2FFC57CA47EB5C0FF067ED7F60F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public GridBlock(Transform gridObject) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // blockObject = gridObject.gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___gridObject0; NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); __this->set_blockObject_1(L_1); // buildingsOnGrid = new List(); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_2 = (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *)il2cpp_codegen_object_new(List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_il2cpp_TypeInfo_var); List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0(L_2, /*hidden argument*/List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0_RuntimeMethod_var); __this->set_buildingsOnGrid_4(L_2); // placers = blockObject.GetComponentsInChildren(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_blockObject_1(); NullCheck(L_3); BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_4; L_4 = GameObject_GetComponentsInChildren_TisBuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7_m7A29228D9E8B2FFC57CA47EB5C0FF067ED7F60F4(L_3, /*hidden argument*/GameObject_GetComponentsInChildren_TisBuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7_m7A29228D9E8B2FFC57CA47EB5C0FF067ED7F60F4_RuntimeMethod_var); __this->set_placers_5(L_4); // } return; } } // System.Void GridBlock::PerformBuildingPillarCollisionChecks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlock_PerformBuildingPillarCollisionChecks_m03AF447985A503997F243ECA22A6C12DC2384F4B (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Building building in buildingsOnGrid) List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_0 = __this->get_buildingsOnGrid_4(); NullCheck(L_0); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 L_1; L_1 = List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A(L_0, /*hidden argument*/List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_001a; } IL_000e: { // foreach (Building building in buildingsOnGrid) Building_t13262F618069952568925A1556080D290B9264F0 * L_2; L_2 = Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_inline((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); // building.PerformPillarCollisionCheck(); NullCheck(L_2); Building_PerformPillarCollisionCheck_m15275A50B869EE7F8D26F79B99934A1FCEB19995(L_2, /*hidden argument*/NULL); } IL_001a: { // foreach (Building building in buildingsOnGrid) bool L_3; L_3 = Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); if (L_3) { goto IL_000e; } } IL_0023: { IL2CPP_LEAVE(0x33, FINALLY_0025); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // UnityEngine.Vector2 GridBlock::OnUnitCircle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 GridBlock_OnUnitCircle_mD1A2945B5D71032F67B20BA7A0BAEAA1FE73CF84 (const RuntimeMethod* method) { float V_0 = 0.0f; { // float angle = Random.Range(0f, Mathf.PI * 2); float L_0; L_0 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (6.28318548f), /*hidden argument*/NULL); V_0 = L_0; // return new Vector2(Mathf.Sin(angle), Mathf.Cos(angle)); float L_1 = V_0; float L_2; L_2 = sinf(L_1); float L_3 = V_0; float L_4; L_4 = cosf(L_3); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_5; memset((&L_5), 0, sizeof(L_5)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_5), L_2, L_4, /*hidden argument*/NULL); return L_5; } } #ifdef __clang__ #pragma 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::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_OnEnable_m70707FC7E954FC9E717B18D66DAC3D3DEB2084E8 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridBlockPlacer_RoadMeshChunkPlaced_m87803C14E50B82253DB0D222C1B6FD525CBBA7E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IncrementalRoadMesh.chunkAdvanced += RoadMeshChunkPlaced; IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * L_0 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_chunkAdvanced_35(); OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * L_1 = (OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 *)il2cpp_codegen_object_new(OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var); OnChunkAdvanced__ctor_m4F62F9E5B098E7A031490109A8AAEAB98286BE9C(L_1, __this, (intptr_t)((intptr_t)GridBlockPlacer_RoadMeshChunkPlaced_m87803C14E50B82253DB0D222C1B6FD525CBBA7E2_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_2; L_2 = Delegate_Combine_mD9F4B83868AFAD9BF9F7DC4E3974B8C881092B31(L_0, L_1, /*hidden argument*/NULL); ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->set_chunkAdvanced_35(((OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 *)CastclassSealed((RuntimeObject*)L_2, OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var))); // } return; } } // System.Void GridBlockPlacer::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_OnDisable_m3122FD0D2AF70DD047098917D559228E65A74C3A (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridBlockPlacer_RoadMeshChunkPlaced_m87803C14E50B82253DB0D222C1B6FD525CBBA7E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // IncrementalRoadMesh.chunkAdvanced -= RoadMeshChunkPlaced; IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * L_0 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_chunkAdvanced_35(); OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 * L_1 = (OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 *)il2cpp_codegen_object_new(OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var); OnChunkAdvanced__ctor_m4F62F9E5B098E7A031490109A8AAEAB98286BE9C(L_1, __this, (intptr_t)((intptr_t)GridBlockPlacer_RoadMeshChunkPlaced_m87803C14E50B82253DB0D222C1B6FD525CBBA7E2_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_2; L_2 = Delegate_Remove_mD84132DA8A72A81B1CDC5620B52E0E043D7FF0BF(L_0, L_1, /*hidden argument*/NULL); ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->set_chunkAdvanced_35(((OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53 *)CastclassSealed((RuntimeObject*)L_2, OnChunkAdvanced_t91C9D9025A9CF47344602008383ED3276DE7EE53_il2cpp_TypeInfo_var))); // } return; } } // System.Void GridBlockPlacer::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_Awake_mA78D857C92261CE8DC413F494CB973800A43D2B2 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisBuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302_m8C897FF45EBE4E51191832524CC110044BFBBC84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804_m6C9B871A379A81050ED5898207E333BB68E9F781_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m2BA1F64EA40A524E6B936F088FFF1D74F3D15520_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F3F236198CEED0A3BE583DE24D519E4F47B13FF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93C176FB7CB159533D2BACAE0A0EAC4315AC14BE); s_Il2CppMethodInitialized = true; } { // blocks.Clear(); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_0 = __this->get_blocks_16(); NullCheck(L_0); List_1_Clear_m2BA1F64EA40A524E6B936F088FFF1D74F3D15520(L_0, /*hidden argument*/List_1_Clear_m2BA1F64EA40A524E6B936F088FFF1D74F3D15520_RuntimeMethod_var); // unusedBlockPrefabs = new List(gridBlockPrefabs); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_1 = __this->get_gridBlockPrefabs_9(); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_2 = (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)il2cpp_codegen_object_new(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C(L_2, (RuntimeObject*)(RuntimeObject*)L_1, /*hidden argument*/List_1__ctor_mF2F1E226B2E0D02F4E6C37B8FB51B6F4182AE33C_RuntimeMethod_var); __this->set_unusedBlockPrefabs_15(L_2); // creator = GameObject.FindGameObjectWithTag("Road").GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = GameObject_FindGameObjectWithTag_m24D181CA72302B69004D2AF1D9D6FF294BCF6FFA(_stringLiteral0F3F236198CEED0A3BE583DE24D519E4F47B13FF, /*hidden argument*/NULL); NullCheck(L_3); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_4; L_4 = GameObject_GetComponent_TisPathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804_m6C9B871A379A81050ED5898207E333BB68E9F781(L_3, /*hidden argument*/GameObject_GetComponent_TisPathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804_m6C9B871A379A81050ED5898207E333BB68E9F781_RuntimeMethod_var); __this->set_creator_5(L_4); // playerArea = GameObject.FindGameObjectWithTag("MoveArea").transform; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = GameObject_FindGameObjectWithTag_m24D181CA72302B69004D2AF1D9D6FF294BCF6FFA(_stringLiteral93C176FB7CB159533D2BACAE0A0EAC4315AC14BE, /*hidden argument*/NULL); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); __this->set_playerArea_6(L_6); // pool = GetComponent(); BuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302 * L_7; L_7 = Component_GetComponent_TisBuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302_m8C897FF45EBE4E51191832524CC110044BFBBC84(__this, /*hidden argument*/Component_GetComponent_TisBuildingPool_t38ED15AF4752402DA7ECE33F22A74130C6A6B302_m8C897FF45EBE4E51191832524CC110044BFBBC84_RuntimeMethod_var); __this->set_pool_22(L_7); // } return; } } // System.Void GridBlockPlacer::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_Update_mF81650D49A860D71F262100512D5847D452B9514 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { { // placedMegaAhead = false; __this->set_placedMegaAhead_21((bool)0); // } return; } } // System.Void GridBlockPlacer::RoadMeshChunkPlaced(RoadMeshChunk,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_RoadMeshChunkPlaced_m87803C14E50B82253DB0D222C1B6FD525CBBA7E2 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE * ___chunk0, bool ___initialChunk1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_6; memset((&V_6), 0, sizeof(V_6)); bool V_7 = false; bool V_8 = false; bool V_9 = false; bool V_10 = false; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; int32_t V_17 = 0; int32_t V_18 = 0; Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 V_19; memset((&V_19), 0, sizeof(V_19)); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * V_20 = NULL; int32_t V_21 = 0; int32_t V_22 = 0; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * V_23 = NULL; int32_t V_24 = 0; int32_t V_25 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B61_0 = 0; { // for (int i = chunk.firstPathIndex; i <= chunk.lastPathIndex; i++) RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE * L_0 = ___chunk0; NullCheck(L_0); int32_t L_1 = L_0->get_firstPathIndex_6(); V_5 = L_1; goto IL_04a3; } IL_000d: { // vertPos = creator.path.GetPoint(i); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_2 = __this->get_creator_5(); NullCheck(L_2); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_3; L_3 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_2, /*hidden argument*/NULL); int32_t L_4 = V_5; NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = VertexPath_GetPoint_mC6D2F5E0E610826A6CCDDF8E76C473383C9BC07B(L_3, L_4, /*hidden argument*/NULL); // vertAhead = creator.path.GetTangent(i); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_6 = __this->get_creator_5(); NullCheck(L_6); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_7; L_7 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_6, /*hidden argument*/NULL); int32_t L_8 = V_5; NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = VertexPath_GetTangent_m780A757C8CE1EF5AEFE72060689F611A0AC5B58F(L_7, L_8, /*hidden argument*/NULL); V_0 = L_9; // vertRight = Vector3.Cross(creator.path.up, vertAhead); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_10 = __this->get_creator_5(); NullCheck(L_10); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_11; L_11 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_10, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = L_11->get_up_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_Cross_mF3F4CE6E7142432B36BF4F906A42103A474C0BCD(L_12, L_13, /*hidden argument*/NULL); V_1 = L_14; // posRight = vertPos + vertRight * maxRoadProximity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = L_5; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_1; float L_17 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_16, L_17, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_15, L_18, /*hidden argument*/NULL); V_2 = L_19; // posLeft = vertPos - vertRight * maxRoadProximity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = L_15; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21 = V_1; float L_22 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_21, L_22, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24; L_24 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_20, L_23, /*hidden argument*/NULL); V_3 = L_24; // farPosRight = vertPos + vertRight * (maxRoadProximity + GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = L_20; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26 = V_1; float L_27 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_26, ((float)il2cpp_codegen_add((float)L_27, (float)(500.0f))), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_25, L_28, /*hidden argument*/NULL); // farPosLeft = vertPos - vertRight * (maxRoadProximity + GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = L_25; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31 = V_1; float L_32 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_31, ((float)il2cpp_codegen_add((float)L_32, (float)(500.0f))), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_30, L_33, /*hidden argument*/NULL); // Vector2 randVec = GridBlock.OnUnitCircle(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_35; L_35 = GridBlock_OnUnitCircle_mD1A2945B5D71032F67B20BA7A0BAEAA1FE73CF84(/*hidden argument*/NULL); V_6 = L_35; // megaPlacement = vertPos + new Vector3(randVec.x, 0, randVec.y) * megaStructurSpawnDistance / 2f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36 = L_30; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_37 = V_6; float L_38 = L_37.get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_39 = V_6; float L_40 = L_39.get_y_1(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; memset((&L_41), 0, sizeof(L_41)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_41), L_38, (0.0f), L_40, /*hidden argument*/NULL); float L_42 = __this->get_megaStructurSpawnDistance_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_41, L_42, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; L_44 = Vector3_op_Division_mBA12D08F4D51A4BC2E9841D42591B6208FF4B12E_inline(L_43, (2.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45; L_45 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_36, L_44, /*hidden argument*/NULL); V_4 = L_45; // bool centerCovered = false; V_7 = (bool)0; // bool rightCovered = false; V_8 = (bool)0; // bool leftCovered = false; V_9 = (bool)0; // bool aheadCovered = false; V_10 = (bool)0; // int posGridCol = Mathf.FloorToInt(vertPos.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46 = L_36; float L_47 = L_46.get_x_2(); int32_t L_48; L_48 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_47/(float)(500.0f))), /*hidden argument*/NULL); V_11 = L_48; // int posGridRow = Mathf.FloorToInt(vertPos.z / GridBlock.GRID_BLOCK_SIZE); float L_49 = L_46.get_z_4(); int32_t L_50; L_50 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_49/(float)(500.0f))), /*hidden argument*/NULL); V_12 = L_50; // int rightGridCol = Mathf.FloorToInt(posRight.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = V_2; float L_52 = L_51.get_x_2(); int32_t L_53; L_53 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_52/(float)(500.0f))), /*hidden argument*/NULL); V_13 = L_53; // int rightGridRow = Mathf.FloorToInt(posRight.z / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54 = V_2; float L_55 = L_54.get_z_4(); int32_t L_56; L_56 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_55/(float)(500.0f))), /*hidden argument*/NULL); V_14 = L_56; // int leftGridCol = Mathf.FloorToInt(posLeft.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_3; float L_58 = L_57.get_x_2(); int32_t L_59; L_59 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_58/(float)(500.0f))), /*hidden argument*/NULL); V_15 = L_59; // int leftGridRow = Mathf.FloorToInt(posLeft.z / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_3; float L_61 = L_60.get_z_4(); int32_t L_62; L_62 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_61/(float)(500.0f))), /*hidden argument*/NULL); V_16 = L_62; // int aheadGridCol = Mathf.FloorToInt(megaPlacement.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = V_4; float L_64 = L_63.get_x_2(); int32_t L_65; L_65 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_64/(float)(500.0f))), /*hidden argument*/NULL); V_17 = L_65; // int aheadGridRow = Mathf.FloorToInt(megaPlacement.z / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = V_4; float L_67 = L_66.get_z_4(); int32_t L_68; L_68 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_67/(float)(500.0f))), /*hidden argument*/NULL); V_18 = L_68; // if (posGridCol == rightGridCol && posGridRow == rightGridRow) int32_t L_69 = V_11; int32_t L_70 = V_13; if ((!(((uint32_t)L_69) == ((uint32_t)L_70)))) { goto IL_0191; } } { int32_t L_71 = V_12; int32_t L_72 = V_14; if ((!(((uint32_t)L_71) == ((uint32_t)L_72)))) { goto IL_0191; } } { // rightCovered = true; V_8 = (bool)1; } IL_0191: { // if (posGridCol == leftGridCol && posGridRow == leftGridRow) int32_t L_73 = V_11; int32_t L_74 = V_15; if ((!(((uint32_t)L_73) == ((uint32_t)L_74)))) { goto IL_01a0; } } { int32_t L_75 = V_12; int32_t L_76 = V_16; if ((!(((uint32_t)L_75) == ((uint32_t)L_76)))) { goto IL_01a0; } } { // leftCovered = true; V_9 = (bool)1; } IL_01a0: { // if ((posGridCol == aheadGridCol && posGridRow == aheadGridRow) // || (aheadGridCol == rightGridCol && aheadGridRow == rightGridRow) // || (aheadGridCol == leftGridCol && aheadGridRow == leftGridRow)) int32_t L_77 = V_11; int32_t L_78 = V_17; if ((!(((uint32_t)L_77) == ((uint32_t)L_78)))) { goto IL_01ac; } } { int32_t L_79 = V_12; int32_t L_80 = V_18; if ((((int32_t)L_79) == ((int32_t)L_80))) { goto IL_01c4; } } IL_01ac: { int32_t L_81 = V_17; int32_t L_82 = V_13; if ((!(((uint32_t)L_81) == ((uint32_t)L_82)))) { goto IL_01b8; } } { int32_t L_83 = V_18; int32_t L_84 = V_14; if ((((int32_t)L_83) == ((int32_t)L_84))) { goto IL_01c4; } } IL_01b8: { int32_t L_85 = V_17; int32_t L_86 = V_15; if ((!(((uint32_t)L_85) == ((uint32_t)L_86)))) { goto IL_01c7; } } { int32_t L_87 = V_18; int32_t L_88 = V_16; if ((!(((uint32_t)L_87) == ((uint32_t)L_88)))) { goto IL_01c7; } } IL_01c4: { // aheadCovered = true; V_10 = (bool)1; } IL_01c7: { // foreach (GridBlock block in blocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_89 = __this->get_blocks_16(); NullCheck(L_89); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_90; L_90 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_89, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_19 = L_90; } IL_01d4: try { // begin try (depth: 1) { goto IL_02a2; } IL_01d9: { // foreach (GridBlock block in blocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_91; L_91 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); V_20 = L_91; // if (centerCovered && rightCovered && leftCovered && aheadCovered) bool L_92 = V_7; bool L_93 = V_8; bool L_94 = V_9; bool L_95 = V_10; if (!((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_92&(int32_t)L_93))&(int32_t)L_94))&(int32_t)L_95))) { goto IL_01f4; } } IL_01ef: { // break; IL2CPP_LEAVE(0x2BE, FINALLY_02b0); } IL_01f4: { // int blockCol = Mathf.FloorToInt(block.blockObject.transform.position.x / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_96 = V_20; NullCheck(L_96); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_97 = L_96->get_blockObject_1(); NullCheck(L_97); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_98; L_98 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_97, /*hidden argument*/NULL); NullCheck(L_98); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_99; L_99 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_98, /*hidden argument*/NULL); float L_100 = L_99.get_x_2(); int32_t L_101; L_101 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_100/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_21 = L_101; // int blockRow = Mathf.FloorToInt(block.blockObject.transform.position.z / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_102 = V_20; NullCheck(L_102); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_103 = L_102->get_blockObject_1(); NullCheck(L_103); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_104; L_104 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_103, /*hidden argument*/NULL); NullCheck(L_104); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_105; L_105 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_104, /*hidden argument*/NULL); float L_106 = L_105.get_z_4(); int32_t L_107; L_107 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_106/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_22 = L_107; // if (posGridCol == blockCol && posGridRow == blockRow) int32_t L_108 = V_11; int32_t L_109 = V_21; if ((!(((uint32_t)L_108) == ((uint32_t)L_109)))) { goto IL_025d; } } IL_024c: { int32_t L_110 = V_12; int32_t L_111 = V_22; if ((!(((uint32_t)L_110) == ((uint32_t)L_111)))) { goto IL_025d; } } IL_0252: { // centerCovered = true; V_7 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_112 = V_20; NullCheck(L_112); L_112->set_flagForBuildingCheck_2((bool)1); } IL_025d: { // if (rightGridCol == blockCol && rightGridRow == blockRow) int32_t L_113 = V_13; int32_t L_114 = V_21; if ((!(((uint32_t)L_113) == ((uint32_t)L_114)))) { goto IL_0274; } } IL_0263: { int32_t L_115 = V_14; int32_t L_116 = V_22; if ((!(((uint32_t)L_115) == ((uint32_t)L_116)))) { goto IL_0274; } } IL_0269: { // rightCovered = true; V_8 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_117 = V_20; NullCheck(L_117); L_117->set_flagForBuildingCheck_2((bool)1); } IL_0274: { // if (leftGridCol == blockCol && leftGridRow == blockRow) int32_t L_118 = V_15; int32_t L_119 = V_21; if ((!(((uint32_t)L_118) == ((uint32_t)L_119)))) { goto IL_028b; } } IL_027a: { int32_t L_120 = V_16; int32_t L_121 = V_22; if ((!(((uint32_t)L_120) == ((uint32_t)L_121)))) { goto IL_028b; } } IL_0280: { // leftCovered = true; V_9 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_122 = V_20; NullCheck(L_122); L_122->set_flagForBuildingCheck_2((bool)1); } IL_028b: { // if (aheadGridCol == blockCol && aheadGridRow == blockRow) int32_t L_123 = V_17; int32_t L_124 = V_21; if ((!(((uint32_t)L_123) == ((uint32_t)L_124)))) { goto IL_02a2; } } IL_0291: { int32_t L_125 = V_18; int32_t L_126 = V_22; if ((!(((uint32_t)L_125) == ((uint32_t)L_126)))) { goto IL_02a2; } } IL_0297: { // aheadCovered = true; V_10 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_127 = V_20; NullCheck(L_127); L_127->set_flagForBuildingCheck_2((bool)1); } IL_02a2: { // foreach (GridBlock block in blocks) bool L_128; L_128 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_128) { goto IL_01d9; } } IL_02ae: { IL2CPP_LEAVE(0x2BE, FINALLY_02b0); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02b0; } FINALLY_02b0: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(688) } // end finally (depth: 1) IL2CPP_CLEANUP(688) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2BE, IL_02be) } IL_02be: { // foreach (GridBlock block in megaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_129 = __this->get_megaBlocks_17(); NullCheck(L_129); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_130; L_130 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_129, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_19 = L_130; } IL_02cb: try { // begin try (depth: 1) { goto IL_0399; } IL_02d0: { // foreach (GridBlock block in megaBlocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_131; L_131 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); V_23 = L_131; // if (centerCovered && rightCovered && leftCovered && aheadCovered) bool L_132 = V_7; bool L_133 = V_8; bool L_134 = V_9; bool L_135 = V_10; if (!((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_132&(int32_t)L_133))&(int32_t)L_134))&(int32_t)L_135))) { goto IL_02eb; } } IL_02e6: { // break; IL2CPP_LEAVE(0x3B5, FINALLY_03a7); } IL_02eb: { // int blockCol = Mathf.FloorToInt(block.blockObject.transform.position.x / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_136 = V_23; NullCheck(L_136); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_137 = L_136->get_blockObject_1(); NullCheck(L_137); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_138; L_138 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_137, /*hidden argument*/NULL); NullCheck(L_138); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_139; L_139 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_138, /*hidden argument*/NULL); float L_140 = L_139.get_x_2(); int32_t L_141; L_141 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_140/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_24 = L_141; // int blockRow = Mathf.FloorToInt(block.blockObject.transform.position.z / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_142 = V_23; NullCheck(L_142); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_143 = L_142->get_blockObject_1(); NullCheck(L_143); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_144; L_144 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_143, /*hidden argument*/NULL); NullCheck(L_144); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_145; L_145 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_144, /*hidden argument*/NULL); float L_146 = L_145.get_z_4(); int32_t L_147; L_147 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_146/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_25 = L_147; // if (posGridCol == blockCol && posGridRow == blockRow) int32_t L_148 = V_11; int32_t L_149 = V_24; if ((!(((uint32_t)L_148) == ((uint32_t)L_149)))) { goto IL_0354; } } IL_0343: { int32_t L_150 = V_12; int32_t L_151 = V_25; if ((!(((uint32_t)L_150) == ((uint32_t)L_151)))) { goto IL_0354; } } IL_0349: { // centerCovered = true; V_7 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_152 = V_23; NullCheck(L_152); L_152->set_flagForBuildingCheck_2((bool)1); } IL_0354: { // if (rightGridCol == blockCol && rightGridRow == blockRow) int32_t L_153 = V_13; int32_t L_154 = V_24; if ((!(((uint32_t)L_153) == ((uint32_t)L_154)))) { goto IL_036b; } } IL_035a: { int32_t L_155 = V_14; int32_t L_156 = V_25; if ((!(((uint32_t)L_155) == ((uint32_t)L_156)))) { goto IL_036b; } } IL_0360: { // rightCovered = true; V_8 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_157 = V_23; NullCheck(L_157); L_157->set_flagForBuildingCheck_2((bool)1); } IL_036b: { // if (leftGridCol == blockCol && leftGridRow == blockRow) int32_t L_158 = V_15; int32_t L_159 = V_24; if ((!(((uint32_t)L_158) == ((uint32_t)L_159)))) { goto IL_0382; } } IL_0371: { int32_t L_160 = V_16; int32_t L_161 = V_25; if ((!(((uint32_t)L_160) == ((uint32_t)L_161)))) { goto IL_0382; } } IL_0377: { // leftCovered = true; V_9 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_162 = V_23; NullCheck(L_162); L_162->set_flagForBuildingCheck_2((bool)1); } IL_0382: { // if (aheadGridCol == blockCol && aheadGridRow == blockRow) int32_t L_163 = V_17; int32_t L_164 = V_24; if ((!(((uint32_t)L_163) == ((uint32_t)L_164)))) { goto IL_0399; } } IL_0388: { int32_t L_165 = V_18; int32_t L_166 = V_25; if ((!(((uint32_t)L_165) == ((uint32_t)L_166)))) { goto IL_0399; } } IL_038e: { // aheadCovered = true; V_10 = (bool)1; // block.flagForBuildingCheck = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_167 = V_23; NullCheck(L_167); L_167->set_flagForBuildingCheck_2((bool)1); } IL_0399: { // foreach (GridBlock block in megaBlocks) bool L_168; L_168 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_168) { goto IL_02d0; } } IL_03a5: { IL2CPP_LEAVE(0x3B5, FINALLY_03a7); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_03a7; } FINALLY_03a7: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(935) } // end finally (depth: 1) IL2CPP_CLEANUP(935) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B5, IL_03b5) } IL_03b5: { // if (!centerCovered) bool L_169 = V_7; if (L_169) { goto IL_03e7; } } { // PlaceGridBlock(new Vector3((posGridCol + 0.5f) * GridBlock.GRID_BLOCK_SIZE, GROUND_LEVEL, (posGridRow + 0.5f) * GridBlock.GRID_BLOCK_SIZE)); int32_t L_170 = V_11; int32_t L_171 = V_12; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_172; memset((&L_172), 0, sizeof(L_172)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_172), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_170)), (float)(0.5f))), (float)(500.0f))), (-20.0f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_171)), (float)(0.5f))), (float)(500.0f))), /*hidden argument*/NULL); GridBlockPlacer_PlaceGridBlock_mD5988FCAAF1BB067A530728684870CB24C9D899B(__this, L_172, /*hidden argument*/NULL); } IL_03e7: { // if (!rightCovered) bool L_173 = V_8; if (L_173) { goto IL_0419; } } { // PlaceGridBlock(new Vector3((rightGridCol + 0.5f) * GridBlock.GRID_BLOCK_SIZE, GROUND_LEVEL, (rightGridRow + 0.5f) * GridBlock.GRID_BLOCK_SIZE)); int32_t L_174 = V_13; int32_t L_175 = V_14; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_176; memset((&L_176), 0, sizeof(L_176)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_176), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_174)), (float)(0.5f))), (float)(500.0f))), (-20.0f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_175)), (float)(0.5f))), (float)(500.0f))), /*hidden argument*/NULL); GridBlockPlacer_PlaceGridBlock_mD5988FCAAF1BB067A530728684870CB24C9D899B(__this, L_176, /*hidden argument*/NULL); } IL_0419: { // if (!leftCovered) bool L_177 = V_9; if (L_177) { goto IL_044b; } } { // PlaceGridBlock(new Vector3((leftGridCol + 0.5f) * GridBlock.GRID_BLOCK_SIZE, GROUND_LEVEL, (leftGridRow + 0.5f) * GridBlock.GRID_BLOCK_SIZE)); int32_t L_178 = V_15; int32_t L_179 = V_16; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_180; memset((&L_180), 0, sizeof(L_180)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_180), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_178)), (float)(0.5f))), (float)(500.0f))), (-20.0f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_179)), (float)(0.5f))), (float)(500.0f))), /*hidden argument*/NULL); GridBlockPlacer_PlaceGridBlock_mD5988FCAAF1BB067A530728684870CB24C9D899B(__this, L_180, /*hidden argument*/NULL); } IL_044b: { // if (Random.Range(0f, 1f) < megaStructureGridChance && !aheadCovered && initialChunk) float L_181; L_181 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (1.0f), /*hidden argument*/NULL); float L_182 = __this->get_megaStructureGridChance_10(); if ((!(((float)L_181) < ((float)L_182)))) { goto IL_0469; } } { bool L_183 = V_10; G_B61_0 = ((((int32_t)L_183) == ((int32_t)0))? 1 : 0); goto IL_046a; } IL_0469: { G_B61_0 = 0; } IL_046a: { bool L_184 = ___initialChunk1; if (!((int32_t)((int32_t)G_B61_0&(int32_t)L_184))) { goto IL_049d; } } { // placedMega = PlaceMegaGridBlock(new Vector3((aheadGridCol + 0.5f) * GridBlock.GRID_BLOCK_SIZE, GROUND_LEVEL, (aheadGridRow + 0.5f) * GridBlock.GRID_BLOCK_SIZE)); int32_t L_185 = V_17; int32_t L_186 = V_18; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_187; memset((&L_187), 0, sizeof(L_187)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_187), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_185)), (float)(0.5f))), (float)(500.0f))), (-20.0f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_186)), (float)(0.5f))), (float)(500.0f))), /*hidden argument*/NULL); bool L_188; L_188 = GridBlockPlacer_PlaceMegaGridBlock_m18CB24FC0D16762FD006C201F0392408C69BDB0E(__this, L_187, /*hidden argument*/NULL); } IL_049d: { // for (int i = chunk.firstPathIndex; i <= chunk.lastPathIndex; i++) int32_t L_189 = V_5; V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)1)); } IL_04a3: { // for (int i = chunk.firstPathIndex; i <= chunk.lastPathIndex; i++) int32_t L_190 = V_5; RoadMeshChunk_tECA51F548A4966972F5551EBB16A6CC419B92BFE * L_191 = ___chunk0; NullCheck(L_191); int32_t L_192 = L_191->get_lastPathIndex_7(); if ((((int32_t)L_190) <= ((int32_t)L_192))) { goto IL_000d; } } { // Physics.SyncTransforms(); Physics_SyncTransforms_m3FF00DAB8D8E79D9DEA225E8CA0C00E206EB8C74(/*hidden argument*/NULL); // if (initialChunk) bool L_193 = ___initialChunk1; if (!L_193) { goto IL_04cc; } } { // StartCoroutine(PerformBuildingCollisionChecks(10000)); RuntimeObject* L_194; L_194 = GridBlockPlacer_PerformBuildingCollisionChecks_mF2EEF3379883898816D8B2B9CF32C052C67AB1B8(__this, ((int32_t)10000), /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_195; L_195 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_194, /*hidden argument*/NULL); // } goto IL_04ff; } IL_04cc: { // if (buildingCollisionCheck != null) RuntimeObject* L_196 = __this->get_buildingCollisionCheck_23(); if (!L_196) { goto IL_04e0; } } { // StopCoroutine(buildingCollisionCheck); RuntimeObject* L_197 = __this->get_buildingCollisionCheck_23(); MonoBehaviour_StopCoroutine_m3AB89AE7770E06BDB33BF39104BE5C57DF90616B(__this, L_197, /*hidden argument*/NULL); } IL_04e0: { // buildingCollisionCheck = PerformBuildingCollisionChecks(collisionChecksPerFrame); int32_t L_198 = __this->get_collisionChecksPerFrame_8(); RuntimeObject* L_199; L_199 = GridBlockPlacer_PerformBuildingCollisionChecks_mF2EEF3379883898816D8B2B9CF32C052C67AB1B8(__this, L_198, /*hidden argument*/NULL); __this->set_buildingCollisionCheck_23(L_199); // StartCoroutine(buildingCollisionCheck); RuntimeObject* L_200 = __this->get_buildingCollisionCheck_23(); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_201; L_201 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_200, /*hidden argument*/NULL); } IL_04ff: { // foreach (GridBlock block in megaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_202 = __this->get_megaBlocks_17(); NullCheck(L_202); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_203; L_203 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_202, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_19 = L_203; } IL_050c: try { // begin try (depth: 1) { goto IL_0528; } IL_050e: { // foreach (GridBlock block in megaBlocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_204; L_204 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); // block.PerformBuildingPillarCollisionChecks(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_205 = L_204; NullCheck(L_205); GridBlock_PerformBuildingPillarCollisionChecks_m03AF447985A503997F243ECA22A6C12DC2384F4B(L_205, /*hidden argument*/NULL); // block.flagForBuildingCheck = false; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_206 = L_205; NullCheck(L_206); L_206->set_flagForBuildingCheck_2((bool)0); // block.justAdded = false; NullCheck(L_206); L_206->set_justAdded_3((bool)0); } IL_0528: { // foreach (GridBlock block in megaBlocks) bool L_207; L_207 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_207) { goto IL_050e; } } IL_0531: { IL2CPP_LEAVE(0x541, FINALLY_0533); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0533; } FINALLY_0533: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_19), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(1331) } // end finally (depth: 1) IL2CPP_CLEANUP(1331) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x541, IL_0541) } IL_0541: { // } return; } } // System.Void GridBlockPlacer::MegablockPlacementCheck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_MegablockPlacementCheck_mF2F273DA990DF0524E671BC934775B828D99AB32 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; float V_6 = 0.0f; bool V_7 = false; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; int32_t V_12 = 0; int32_t V_13 = 0; int32_t V_14 = 0; int32_t V_15 = 0; Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 V_16; memset((&V_16), 0, sizeof(V_16)); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * V_17 = NULL; int32_t V_18 = 0; int32_t V_19 = 0; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * V_20 = NULL; int32_t V_21 = 0; int32_t V_22 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); { // int pathIndex = creator.path.GetClosestIndexOnPath(Player.Follower.transform.position); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_0 = __this->get_creator_5(); NullCheck(L_0); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_1; L_1 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_2; L_2 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_2, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_3, /*hidden argument*/NULL); NullCheck(L_1); int32_t L_5; L_5 = VertexPath_GetClosestIndexOnPath_m911D618208B0EBE5A9C1511B7ECC3C4176A3B2FA(L_1, L_4, /*hidden argument*/NULL); V_5 = L_5; // vertPos = creator.path.GetPoint(pathIndex); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_6 = __this->get_creator_5(); NullCheck(L_6); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_7; L_7 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_6, /*hidden argument*/NULL); int32_t L_8 = V_5; NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = VertexPath_GetPoint_mC6D2F5E0E610826A6CCDDF8E76C473383C9BC07B(L_7, L_8, /*hidden argument*/NULL); // vertAhead = creator.path.GetTangent(pathIndex); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_10 = __this->get_creator_5(); NullCheck(L_10); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_11; L_11 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_10, /*hidden argument*/NULL); int32_t L_12 = V_5; NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = VertexPath_GetTangent_m780A757C8CE1EF5AEFE72060689F611A0AC5B58F(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; // vertRight = Vector3.Cross(creator.path.up, vertAhead); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_14 = __this->get_creator_5(); NullCheck(L_14); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_15; L_15 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_14, /*hidden argument*/NULL); NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = L_15->get_up_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_Cross_mF3F4CE6E7142432B36BF4F906A42103A474C0BCD(L_16, L_17, /*hidden argument*/NULL); V_1 = L_18; // posRight = vertPos + vertRight * maxRoadProximity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19 = L_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_1; float L_21 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_20, L_21, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; L_23 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_19, L_22, /*hidden argument*/NULL); V_2 = L_23; // posLeft = vertPos - vertRight * maxRoadProximity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = L_19; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_1; float L_26 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_25, L_26, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28; L_28 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_24, L_27, /*hidden argument*/NULL); V_3 = L_28; // farPosRight = vertPos + vertRight * (maxRoadProximity + GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = L_24; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = V_1; float L_31 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_30, ((float)il2cpp_codegen_add((float)L_31, (float)(500.0f))), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33; L_33 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_29, L_32, /*hidden argument*/NULL); // farPosLeft = vertPos - vertRight * (maxRoadProximity + GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34 = L_29; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_1; float L_36 = __this->get_maxRoadProximity_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37; L_37 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_35, ((float)il2cpp_codegen_add((float)L_36, (float)(500.0f))), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_34, L_37, /*hidden argument*/NULL); // float variation = 0f; V_6 = (0.0f); // if(placedMegaAhead) bool L_39 = __this->get_placedMegaAhead_21(); G_B1_0 = L_34; if (!L_39) { G_B2_0 = L_34; goto IL_00d8; } } { // variation = Random.Range(-megaStructureRightVariation, megaStructureRightVariation); float L_40 = __this->get_megaStructureRightVariation_13(); float L_41 = __this->get_megaStructureRightVariation_13(); float L_42; L_42 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_40)), L_41, /*hidden argument*/NULL); V_6 = L_42; G_B2_0 = G_B1_0; } IL_00d8: { // placedMegaAhead = true; __this->set_placedMegaAhead_21((bool)1); // megaPlacement = vertPos + (vertAhead + vertRight * variation) * megaStructurSpawnDistance; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43 = G_B2_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = V_1; float L_46 = V_6; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47; L_47 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_45, L_46, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_44, L_47, /*hidden argument*/NULL); float L_49 = __this->get_megaStructurSpawnDistance_12(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_48, L_49, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_43, L_50, /*hidden argument*/NULL); V_4 = L_51; // bool aheadCovered = false; V_7 = (bool)0; // int posGridCol = Mathf.FloorToInt(vertPos.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52 = L_43; float L_53 = L_52.get_x_2(); int32_t L_54; L_54 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_53/(float)(500.0f))), /*hidden argument*/NULL); V_8 = L_54; // int posGridRow = Mathf.FloorToInt(vertPos.z / GridBlock.GRID_BLOCK_SIZE); float L_55 = L_52.get_z_4(); int32_t L_56; L_56 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_55/(float)(500.0f))), /*hidden argument*/NULL); V_9 = L_56; // int rightGridCol = Mathf.FloorToInt(posRight.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_2; float L_58 = L_57.get_x_2(); int32_t L_59; L_59 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_58/(float)(500.0f))), /*hidden argument*/NULL); V_10 = L_59; // int rightGridRow = Mathf.FloorToInt(posRight.z / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_2; float L_61 = L_60.get_z_4(); int32_t L_62; L_62 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_61/(float)(500.0f))), /*hidden argument*/NULL); V_11 = L_62; // int leftGridCol = Mathf.FloorToInt(posLeft.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_63 = V_3; float L_64 = L_63.get_x_2(); int32_t L_65; L_65 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_64/(float)(500.0f))), /*hidden argument*/NULL); V_12 = L_65; // int leftGridRow = Mathf.FloorToInt(posLeft.z / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = V_3; float L_67 = L_66.get_z_4(); int32_t L_68; L_68 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_67/(float)(500.0f))), /*hidden argument*/NULL); V_13 = L_68; // int aheadGridCol = Mathf.FloorToInt(megaPlacement.x / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69 = V_4; float L_70 = L_69.get_x_2(); int32_t L_71; L_71 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_70/(float)(500.0f))), /*hidden argument*/NULL); V_14 = L_71; // int aheadGridRow = Mathf.FloorToInt(megaPlacement.z / GridBlock.GRID_BLOCK_SIZE); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_4; float L_73 = L_72.get_z_4(); int32_t L_74; L_74 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)((float)L_73/(float)(500.0f))), /*hidden argument*/NULL); V_15 = L_74; // if ((posGridCol == aheadGridCol && posGridRow == aheadGridRow) // || (aheadGridCol == rightGridCol && aheadGridRow == rightGridRow) // || (aheadGridCol == leftGridCol && aheadGridRow == leftGridRow)) int32_t L_75 = V_8; int32_t L_76 = V_14; if ((!(((uint32_t)L_75) == ((uint32_t)L_76)))) { goto IL_01a8; } } { int32_t L_77 = V_9; int32_t L_78 = V_15; if ((((int32_t)L_77) == ((int32_t)L_78))) { goto IL_01c0; } } IL_01a8: { int32_t L_79 = V_14; int32_t L_80 = V_10; if ((!(((uint32_t)L_79) == ((uint32_t)L_80)))) { goto IL_01b4; } } { int32_t L_81 = V_15; int32_t L_82 = V_11; if ((((int32_t)L_81) == ((int32_t)L_82))) { goto IL_01c0; } } IL_01b4: { int32_t L_83 = V_14; int32_t L_84 = V_12; if ((!(((uint32_t)L_83) == ((uint32_t)L_84)))) { goto IL_01c3; } } { int32_t L_85 = V_15; int32_t L_86 = V_13; if ((!(((uint32_t)L_85) == ((uint32_t)L_86)))) { goto IL_01c3; } } IL_01c0: { // aheadCovered = true; V_7 = (bool)1; } IL_01c3: { // foreach (GridBlock block in blocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_87 = __this->get_blocks_16(); NullCheck(L_87); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_88; L_88 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_87, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_16 = L_88; } IL_01d0: try { // begin try (depth: 1) { goto IL_0242; } IL_01d2: { // foreach (GridBlock block in blocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_89; L_89 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); V_17 = L_89; // if (aheadCovered) bool L_90 = V_7; if (!L_90) { goto IL_01e1; } } IL_01df: { // break; IL2CPP_LEAVE(0x25B, FINALLY_024d); } IL_01e1: { // int blockCol = Mathf.FloorToInt(block.blockObject.transform.position.x / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_91 = V_17; NullCheck(L_91); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_92 = L_91->get_blockObject_1(); NullCheck(L_92); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_93; L_93 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_92, /*hidden argument*/NULL); NullCheck(L_93); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_94; L_94 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_93, /*hidden argument*/NULL); float L_95 = L_94.get_x_2(); int32_t L_96; L_96 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_95/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_18 = L_96; // int blockRow = Mathf.FloorToInt(block.blockObject.transform.position.z / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_97 = V_17; NullCheck(L_97); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_98 = L_97->get_blockObject_1(); NullCheck(L_98); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_99; L_99 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_98, /*hidden argument*/NULL); NullCheck(L_99); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_100; L_100 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_99, /*hidden argument*/NULL); float L_101 = L_100.get_z_4(); int32_t L_102; L_102 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_101/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_19 = L_102; // if (aheadGridCol == blockCol && aheadGridRow == blockRow) int32_t L_103 = V_14; int32_t L_104 = V_18; if ((!(((uint32_t)L_103) == ((uint32_t)L_104)))) { goto IL_0242; } } IL_0239: { int32_t L_105 = V_15; int32_t L_106 = V_19; if ((!(((uint32_t)L_105) == ((uint32_t)L_106)))) { goto IL_0242; } } IL_023f: { // aheadCovered = true; V_7 = (bool)1; } IL_0242: { // foreach (GridBlock block in blocks) bool L_107; L_107 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_107) { goto IL_01d2; } } IL_024b: { IL2CPP_LEAVE(0x25B, FINALLY_024d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_024d; } FINALLY_024d: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(589) } // end finally (depth: 1) IL2CPP_CLEANUP(589) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x25B, IL_025b) } IL_025b: { // foreach (GridBlock block in megaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_108 = __this->get_megaBlocks_17(); NullCheck(L_108); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_109; L_109 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_108, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_16 = L_109; } IL_0268: try { // begin try (depth: 1) { goto IL_02da; } IL_026a: { // foreach (GridBlock block in megaBlocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_110; L_110 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); V_20 = L_110; // if (aheadCovered) bool L_111 = V_7; if (!L_111) { goto IL_0279; } } IL_0277: { // break; IL2CPP_LEAVE(0x2F3, FINALLY_02e5); } IL_0279: { // int blockCol = Mathf.FloorToInt(block.blockObject.transform.position.x / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_112 = V_20; NullCheck(L_112); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_113 = L_112->get_blockObject_1(); NullCheck(L_113); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_114; L_114 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_113, /*hidden argument*/NULL); NullCheck(L_114); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_115; L_115 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_114, /*hidden argument*/NULL); float L_116 = L_115.get_x_2(); int32_t L_117; L_117 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_116/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_21 = L_117; // int blockRow = Mathf.FloorToInt(block.blockObject.transform.position.z / GridBlock.GRID_BLOCK_SIZE - 0.5f); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_118 = V_20; NullCheck(L_118); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_119 = L_118->get_blockObject_1(); NullCheck(L_119); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_120; L_120 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_119, /*hidden argument*/NULL); NullCheck(L_120); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_121; L_121 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_120, /*hidden argument*/NULL); float L_122 = L_121.get_z_4(); int32_t L_123; L_123 = Mathf_FloorToInt_mBA99466CC77AEA46338D9DF836E629F8FE638793(((float)il2cpp_codegen_subtract((float)((float)((float)L_122/(float)(500.0f))), (float)(0.5f))), /*hidden argument*/NULL); V_22 = L_123; // if (aheadGridCol == blockCol && aheadGridRow == blockRow) int32_t L_124 = V_14; int32_t L_125 = V_21; if ((!(((uint32_t)L_124) == ((uint32_t)L_125)))) { goto IL_02da; } } IL_02d1: { int32_t L_126 = V_15; int32_t L_127 = V_22; if ((!(((uint32_t)L_126) == ((uint32_t)L_127)))) { goto IL_02da; } } IL_02d7: { // aheadCovered = true; V_7 = (bool)1; } IL_02da: { // foreach (GridBlock block in megaBlocks) bool L_128; L_128 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_128) { goto IL_026a; } } IL_02e3: { IL2CPP_LEAVE(0x2F3, FINALLY_02e5); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_02e5; } FINALLY_02e5: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(741) } // end finally (depth: 1) IL2CPP_CLEANUP(741) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x2F3, IL_02f3) } IL_02f3: { // if (!aheadCovered) bool L_129 = V_7; if (L_129) { goto IL_0326; } } { // PlaceMegaGridBlock(new Vector3((aheadGridCol + 0.5f) * GridBlock.GRID_BLOCK_SIZE, GROUND_LEVEL, (aheadGridRow + 0.5f) * GridBlock.GRID_BLOCK_SIZE)); int32_t L_130 = V_14; int32_t L_131 = V_15; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_132; memset((&L_132), 0, sizeof(L_132)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_132), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_130)), (float)(0.5f))), (float)(500.0f))), (-20.0f), ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_add((float)((float)((float)L_131)), (float)(0.5f))), (float)(500.0f))), /*hidden argument*/NULL); bool L_133; L_133 = GridBlockPlacer_PlaceMegaGridBlock_m18CB24FC0D16762FD006C201F0392408C69BDB0E(__this, L_132, /*hidden argument*/NULL); } IL_0326: { // Physics.SyncTransforms(); Physics_SyncTransforms_m3FF00DAB8D8E79D9DEA225E8CA0C00E206EB8C74(/*hidden argument*/NULL); // foreach (GridBlock block in megaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_134 = __this->get_megaBlocks_17(); NullCheck(L_134); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_135; L_135 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_134, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_16 = L_135; } IL_0338: try { // begin try (depth: 1) { goto IL_0354; } IL_033a: { // foreach (GridBlock block in megaBlocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_136; L_136 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); // block.PerformBuildingPillarCollisionChecks(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_137 = L_136; NullCheck(L_137); GridBlock_PerformBuildingPillarCollisionChecks_m03AF447985A503997F243ECA22A6C12DC2384F4B(L_137, /*hidden argument*/NULL); // block.flagForBuildingCheck = false; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_138 = L_137; NullCheck(L_138); L_138->set_flagForBuildingCheck_2((bool)0); // block.justAdded = false; NullCheck(L_138); L_138->set_justAdded_3((bool)0); } IL_0354: { // foreach (GridBlock block in megaBlocks) bool L_139; L_139 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_139) { goto IL_033a; } } IL_035d: { IL2CPP_LEAVE(0x36D, FINALLY_035f); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_035f; } FINALLY_035f: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_16), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(863) } // end finally (depth: 1) IL2CPP_CLEANUP(863) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x36D, IL_036d) } IL_036d: { // } return; } } // System.Void GridBlockPlacer::HideOverpasses() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_HideOverpasses_mB475D4E02D9F59B2394FA72514DA3276B7A92112 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_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_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E); s_Il2CppMethodInitialized = true; } Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_2 = NULL; RuntimeObject* V_3 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (GridBlock block in blocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_0 = __this->get_blocks_16(); NullCheck(L_0); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_1; L_1 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_0, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_006c; } IL_000e: { // foreach (GridBlock block in blocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_2; L_2 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); // foreach(Transform child in block.blockObject.transform) NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = L_2->get_blockObject_1(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_4, /*hidden argument*/NULL); V_1 = L_5; } IL_0025: try { // begin try (depth: 2) { goto IL_0051; } IL_0027: { // foreach(Transform child in block.blockObject.transform) RuntimeObject* L_6 = V_1; NullCheck(L_6); RuntimeObject * L_7; L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_6); V_2 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_7, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)); // if(child.tag.Contains("Overpass")) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = V_2; NullCheck(L_8); String_t* L_9; L_9 = Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E(L_8, /*hidden argument*/NULL); NullCheck(L_9); bool L_10; L_10 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_9, _stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E, /*hidden argument*/NULL); if (!L_10) { goto IL_0051; } } IL_0045: { // child.gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11 = V_2; NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_11, /*hidden argument*/NULL); NullCheck(L_12); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_12, (bool)0, /*hidden argument*/NULL); } IL_0051: { // foreach(Transform child in block.blockObject.transform) RuntimeObject* L_13 = V_1; NullCheck(L_13); bool L_14; L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_13); if (L_14) { goto IL_0027; } } IL_0059: { IL2CPP_LEAVE(0x6C, FINALLY_005b); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005b; } FINALLY_005b: { // begin finally (depth: 2) { RuntimeObject* L_15 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_16 = V_3; if (!L_16) { goto IL_006b; } } IL_0065: { RuntimeObject* L_17 = V_3; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_006b: { IL2CPP_END_FINALLY(91) } } // end finally (depth: 2) IL2CPP_CLEANUP(91) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6C, IL_006c) } IL_006c: { // foreach (GridBlock block in blocks) bool L_18; L_18 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_18) { goto IL_000e; } } IL_0075: { IL2CPP_LEAVE(0x85, FINALLY_0077); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0077; } FINALLY_0077: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(119) } // end finally (depth: 1) IL2CPP_CLEANUP(119) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x85, IL_0085) } IL_0085: { // foreach (GridBlock block in megaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_19 = __this->get_megaBlocks_17(); NullCheck(L_19); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_20; L_20 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_19, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_0 = L_20; } IL_0091: try { // begin try (depth: 1) { goto IL_00f4; } IL_0093: { // foreach (GridBlock block in megaBlocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_21; L_21 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); // foreach (Transform child in block.blockObject.transform) NullCheck(L_21); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22 = L_21->get_blockObject_1(); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_22, /*hidden argument*/NULL); NullCheck(L_23); RuntimeObject* L_24; L_24 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_23, /*hidden argument*/NULL); V_1 = L_24; } IL_00aa: try { // begin try (depth: 2) { goto IL_00d9; } IL_00ac: { // foreach (Transform child in block.blockObject.transform) RuntimeObject* L_25 = V_1; NullCheck(L_25); RuntimeObject * L_26; L_26 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_25); V_4 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_26, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)); // if (child.tag.Contains("Overpass")) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27 = V_4; NullCheck(L_27); String_t* L_28; L_28 = Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E(L_27, /*hidden argument*/NULL); NullCheck(L_28); bool L_29; L_29 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_28, _stringLiteral03AA6332DE277A0453A6CF923F6FF460314FC82E, /*hidden argument*/NULL); if (!L_29) { goto IL_00d9; } } IL_00cc: { // child.gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30 = V_4; NullCheck(L_30); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31; L_31 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_30, /*hidden argument*/NULL); NullCheck(L_31); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_31, (bool)0, /*hidden argument*/NULL); } IL_00d9: { // foreach (Transform child in block.blockObject.transform) RuntimeObject* L_32 = V_1; NullCheck(L_32); bool L_33; L_33 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_32); if (L_33) { goto IL_00ac; } } IL_00e1: { IL2CPP_LEAVE(0xF4, FINALLY_00e3); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e3; } FINALLY_00e3: { // begin finally (depth: 2) { RuntimeObject* L_34 = V_1; V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_34, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_35 = V_3; if (!L_35) { goto IL_00f3; } } IL_00ed: { RuntimeObject* L_36 = V_3; NullCheck(L_36); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_36); } IL_00f3: { IL2CPP_END_FINALLY(227) } } // end finally (depth: 2) IL2CPP_CLEANUP(227) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF4, IL_00f4) } IL_00f4: { // foreach (GridBlock block in megaBlocks) bool L_37; L_37 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_37) { goto IL_0093; } } IL_00fd: { IL2CPP_LEAVE(0x10D, FINALLY_00ff); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00ff; } FINALLY_00ff: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(255) } // end finally (depth: 1) IL2CPP_CLEANUP(255) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x10D, IL_010d) } IL_010d: { // } return; } } // System.Void GridBlockPlacer::HideMegastructures() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_HideMegastructures_m0DB23AA2B80B915236F98A84ABBC9A0FB6B3172A (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); 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_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 V_0; memset((&V_0), 0, sizeof(V_0)); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 V_1; memset((&V_1), 0, sizeof(V_1)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (GridBlock block in megaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_0 = __this->get_megaBlocks_17(); NullCheck(L_0); Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 L_1; L_1 = List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7(L_0, /*hidden argument*/List_1_GetEnumerator_m0408E9D74E4143A692216752F1C84CBF5EE14CF7_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_004d; } IL_000e: { // foreach (GridBlock block in megaBlocks) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_2; L_2 = Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_inline((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m1E12370EEF2484B37436FC64A1EFF807AD114658_RuntimeMethod_var); // foreach (Building building in block.buildingsOnGrid) NullCheck(L_2); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_3 = L_2->get_buildingsOnGrid_4(); NullCheck(L_3); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 L_4; L_4 = List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A(L_3, /*hidden argument*/List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); V_1 = L_4; } IL_0020: try { // begin try (depth: 2) { goto IL_0034; } IL_0022: { // foreach (Building building in block.buildingsOnGrid) Building_t13262F618069952568925A1556080D290B9264F0 * L_5; L_5 = Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_inline((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_1), /*hidden argument*/Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); // building.gameObject.SetActive(false); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)0, /*hidden argument*/NULL); } IL_0034: { // foreach (Building building in block.buildingsOnGrid) bool L_7; L_7 = Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); if (L_7) { goto IL_0022; } } IL_003d: { IL2CPP_LEAVE(0x4D, FINALLY_003f); } } // end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_003f; } FINALLY_003f: { // begin finally (depth: 2) Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_1), /*hidden argument*/Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); IL2CPP_END_FINALLY(63) } // end finally (depth: 2) IL2CPP_CLEANUP(63) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { // foreach (GridBlock block in megaBlocks) bool L_8; L_8 = Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m006A266813A902EDDF81A983CC81EC122371DE16_RuntimeMethod_var); if (L_8) { goto IL_000e; } } IL_0056: { IL2CPP_LEAVE(0x66, FINALLY_0058); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0058; } FINALLY_0058: { // begin finally (depth: 1) Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5((Enumerator_tAF00B55582AC0C4A5FAEFD64C4E041DA8C070157 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m6AAB786378ABD8842B82901857CA3A50AAFBA6F5_RuntimeMethod_var); IL2CPP_END_FINALLY(88) } // end finally (depth: 1) IL2CPP_CLEANUP(88) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x66, IL_0066) } IL_0066: { // } return; } } // System.Void GridBlockPlacer::PlaceGridBlock(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer_PlaceGridBlock_mD5988FCAAF1BB067A530728684870CB24C9D899B (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___placePos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentsInChildren_TisBuilding_t13262F618069952568925A1556080D290B9264F0_mA46502DBAEDFA77DAD265470DDC44924BECE3F9D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5_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_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m108A63658563292981903FDC1A26448BB70C3834_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m776A2FA26D0AA2185665AC714486953B3DBA5D9E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * V_0 = NULL; float V_1 = 0.0f; bool V_2 = false; Building_t13262F618069952568925A1556080D290B9264F0 * V_3 = NULL; Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 V_4; memset((&V_4), 0, sizeof(V_4)); int32_t V_5 = 0; BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* V_6 = NULL; int32_t V_7 = 0; Building_t13262F618069952568925A1556080D290B9264F0 * V_8 = NULL; BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* V_9 = NULL; BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * V_10 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // GridBlock blockToUse = null; V_0 = (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *)NULL; // if(blocks.Count >= gridBlockPrefabs.Length) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_0 = __this->get_blocks_16(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_inline(L_0, /*hidden argument*/List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_RuntimeMethod_var); TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_2 = __this->get_gridBlockPrefabs_9(); NullCheck(L_2); if ((((int32_t)L_1) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0077; } } { // blockToUse = blocks[0]; List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_3 = __this->get_blocks_16(); NullCheck(L_3); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_4; L_4 = List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_inline(L_3, 0, /*hidden argument*/List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_RuntimeMethod_var); V_0 = L_4; // blocks.RemoveAt(0); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_5 = __this->get_blocks_16(); NullCheck(L_5); List_1_RemoveAt_m108A63658563292981903FDC1A26448BB70C3834(L_5, 0, /*hidden argument*/List_1_RemoveAt_m108A63658563292981903FDC1A26448BB70C3834_RuntimeMethod_var); // foreach(Building building in blockToUse.buildingsOnGrid) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_6 = V_0; NullCheck(L_6); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_7 = L_6->get_buildingsOnGrid_4(); NullCheck(L_7); Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 L_8; L_8 = List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A(L_7, /*hidden argument*/List_1_GetEnumerator_mF3E24D462A4F88B3F322E36099CF0A15DF54FA2A_RuntimeMethod_var); V_4 = L_8; } IL_003d: try { // begin try (depth: 1) { goto IL_0051; } IL_003f: { // foreach(Building building in blockToUse.buildingsOnGrid) Building_t13262F618069952568925A1556080D290B9264F0 * L_9; L_9 = Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_inline((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_4), /*hidden argument*/Enumerator_get_Current_mC6C91AB57A74964987EC1A298FAD3D034B42E09E_RuntimeMethod_var); // building.gameObject.SetActive(false); NullCheck(L_9); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_9, /*hidden argument*/NULL); NullCheck(L_10); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_10, (bool)0, /*hidden argument*/NULL); } IL_0051: { // foreach(Building building in blockToUse.buildingsOnGrid) bool L_11; L_11 = Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m772174A7448EE166AC84E8373DD3FFB9FB83B2F1_RuntimeMethod_var); if (L_11) { goto IL_003f; } } IL_005a: { IL2CPP_LEAVE(0x6A, FINALLY_005c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005c; } FINALLY_005c: { // begin finally (depth: 1) Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9((Enumerator_t79159945DFA5AE5961CB886DBDADA10C73580110 *)(&V_4), /*hidden argument*/Enumerator_Dispose_m54E97D646778FEAB7B57D82E4B354E0B724C67A9_RuntimeMethod_var); IL2CPP_END_FINALLY(92) } // end finally (depth: 1) IL2CPP_CLEANUP(92) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6A, IL_006a) } IL_006a: { // blockToUse.buildingsOnGrid.Clear(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_12 = V_0; NullCheck(L_12); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_13 = L_12->get_buildingsOnGrid_4(); NullCheck(L_13); List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F(L_13, /*hidden argument*/List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F_RuntimeMethod_var); // } goto IL_00b5; } IL_0077: { // int choiceIndex = Random.Range(0, unusedBlockPrefabs.Count); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_14 = __this->get_unusedBlockPrefabs_15(); NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_inline(L_14, /*hidden argument*/List_1_get_Count_m82AF14687C6FA2B1572D859A551E3ADBCBADC3C0_RuntimeMethod_var); int32_t L_16; L_16 = Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213(0, L_15, /*hidden argument*/NULL); V_5 = L_16; // Transform newBlock = Instantiate(unusedBlockPrefabs[choiceIndex], transform); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_17 = __this->get_unusedBlockPrefabs_15(); int32_t L_18 = V_5; NullCheck(L_17); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_m8B222F262DF0C4B49E12B4E87AB2162202744499_RuntimeMethod_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF(L_19, L_20, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); // unusedBlockPrefabs.RemoveAt(choiceIndex); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_22 = __this->get_unusedBlockPrefabs_15(); int32_t L_23 = V_5; NullCheck(L_22); List_1_RemoveAt_m776A2FA26D0AA2185665AC714486953B3DBA5D9E(L_22, L_23, /*hidden argument*/List_1_RemoveAt_m776A2FA26D0AA2185665AC714486953B3DBA5D9E_RuntimeMethod_var); // blockToUse = new GridBlock(newBlock); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_24 = (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *)il2cpp_codegen_object_new(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431_il2cpp_TypeInfo_var); GridBlock__ctor_m88DF8D9E2FBF83F3FCBCB36259D79C30E7AAC6C9(L_24, L_21, /*hidden argument*/NULL); V_0 = L_24; } IL_00b5: { // blockToUse.blockObject.transform.position = placePos; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_25 = V_0; NullCheck(L_25); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26 = L_25->get_blockObject_1(); NullCheck(L_26); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_26, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = ___placePos0; NullCheck(L_27); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_27, L_28, /*hidden argument*/NULL); // float rotation = Random.Range(0, 4) * 90f; int32_t L_29; L_29 = Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213(0, 4, /*hidden argument*/NULL); V_1 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_29)), (float)(90.0f))); // blockToUse.blockObject.transform.eulerAngles = new Vector3(blockToUse.blockObject.transform.eulerAngles.x, rotation, blockToUse.blockObject.transform.eulerAngles.z); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_30 = V_0; NullCheck(L_30); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_31 = L_30->get_blockObject_1(); NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_31, /*hidden argument*/NULL); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_33 = V_0; NullCheck(L_33); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_34 = L_33->get_blockObject_1(); NullCheck(L_34); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35; L_35 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_34, /*hidden argument*/NULL); NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_35, /*hidden argument*/NULL); float L_37 = L_36.get_x_2(); float L_38 = V_1; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_39 = V_0; NullCheck(L_39); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40 = L_39->get_blockObject_1(); NullCheck(L_40); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_41; L_41 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_40, /*hidden argument*/NULL); NullCheck(L_41); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42; L_42 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_41, /*hidden argument*/NULL); float L_43 = L_42.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; memset((&L_44), 0, sizeof(L_44)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_44), L_37, L_38, L_43, /*hidden argument*/NULL); NullCheck(L_32); Transform_set_eulerAngles_mFDCBC6282E4B1196AA26BF01008B2AAA2DD2969E(L_32, L_44, /*hidden argument*/NULL); // blockToUse.justAdded = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_45 = V_0; NullCheck(L_45); L_45->set_justAdded_3((bool)1); // blocks.Add(blockToUse); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_46 = __this->get_blocks_16(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_47 = V_0; NullCheck(L_46); List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5(L_46, L_47, /*hidden argument*/List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5_RuntimeMethod_var); // prefabBuildings = blockToUse.blockObject.GetComponentsInChildren(true); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_48 = V_0; NullCheck(L_48); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_49 = L_48->get_blockObject_1(); NullCheck(L_49); BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* L_50; L_50 = GameObject_GetComponentsInChildren_TisBuilding_t13262F618069952568925A1556080D290B9264F0_mA46502DBAEDFA77DAD265470DDC44924BECE3F9D(L_49, (bool)1, /*hidden argument*/GameObject_GetComponentsInChildren_TisBuilding_t13262F618069952568925A1556080D290B9264F0_mA46502DBAEDFA77DAD265470DDC44924BECE3F9D_RuntimeMethod_var); __this->set_prefabBuildings_19(L_50); // foreach(Building prefabBuilding in prefabBuildings) BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* L_51 = __this->get_prefabBuildings_19(); V_6 = L_51; V_7 = 0; goto IL_0193; } IL_0147: { // foreach(Building prefabBuilding in prefabBuildings) BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* L_52 = V_6; int32_t L_53 = V_7; NullCheck(L_52); int32_t L_54 = L_53; Building_t13262F618069952568925A1556080D290B9264F0 * L_55 = (L_52)->GetAt(static_cast(L_54)); V_8 = L_55; // prefabBuilding.gameObject.SetActive(true); Building_t13262F618069952568925A1556080D290B9264F0 * L_56 = V_8; NullCheck(L_56); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_57; L_57 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_56, /*hidden argument*/NULL); NullCheck(L_57); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_57, (bool)1, /*hidden argument*/NULL); // if (prefabBuilding.CollidesWithRoad(ref roadChunkHit)) Building_t13262F618069952568925A1556080D290B9264F0 * L_58 = V_8; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 ** L_59 = __this->get_address_of_roadChunkHit_20(); NullCheck(L_58); bool L_60; L_60 = Building_CollidesWithRoad_mAC2C141C32AC883802312B52000D951C94D8601E(L_58, (Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 **)L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0179; } } { // prefabBuilding.gameObject.SetActive(false); Building_t13262F618069952568925A1556080D290B9264F0 * L_61 = V_8; NullCheck(L_61); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_62; L_62 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_61, /*hidden argument*/NULL); NullCheck(L_62); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_62, (bool)0, /*hidden argument*/NULL); // } goto IL_018d; } IL_0179: { // prefabBuilding.ApplyMaterialProperties(); Building_t13262F618069952568925A1556080D290B9264F0 * L_63 = V_8; NullCheck(L_63); Building_ApplyMaterialProperties_m8D37EBEEDC0269C36A496B0FA5434CC48017B80C(L_63, /*hidden argument*/NULL); // blockToUse.buildingsOnGrid.Add(prefabBuilding); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_64 = V_0; NullCheck(L_64); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_65 = L_64->get_buildingsOnGrid_4(); Building_t13262F618069952568925A1556080D290B9264F0 * L_66 = V_8; NullCheck(L_65); List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041(L_65, L_66, /*hidden argument*/List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var); } IL_018d: { int32_t L_67 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)1)); } IL_0193: { // foreach(Building prefabBuilding in prefabBuildings) int32_t L_68 = V_7; BuildingU5BU5D_tD3F18FF7E74520D3741CA81DD0EC8C366984C463* L_69 = V_6; NullCheck(L_69); if ((((int32_t)L_68) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))))) { goto IL_0147; } } { // bool allowReplacements = false; //becomes true if we need to fill in buildings for a building cluster that hit the road V_2 = (bool)0; // foreach (BuildingPlacer placer in blockToUse.placers) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_70 = V_0; NullCheck(L_70); BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_71 = L_70->get_placers_5(); V_9 = L_71; V_7 = 0; goto IL_0215; } IL_01aa: { // foreach (BuildingPlacer placer in blockToUse.placers) BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_72 = V_9; int32_t L_73 = V_7; NullCheck(L_72); int32_t L_74 = L_73; BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_75 = (L_72)->GetAt(static_cast(L_74)); V_10 = L_75; // if (placer.placementType != BuildingPlacerType.ClusterReplacement || allowReplacements) BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_76 = V_10; NullCheck(L_76); int32_t L_77 = L_76->get_placementType_4(); bool L_78 = V_2; if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_77) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_78))) { goto IL_020f; } } { // addedBldg = placer.PlaceBuilding(); BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_79 = V_10; NullCheck(L_79); Building_t13262F618069952568925A1556080D290B9264F0 * L_80; L_80 = BuildingPlacer_PlaceBuilding_m4B100900947B38E6A8C095C5D670D2C32758352E(L_79, (Building_t13262F618069952568925A1556080D290B9264F0 *)NULL, /*hidden argument*/NULL); V_3 = L_80; // if (addedBldg != null) Building_t13262F618069952568925A1556080D290B9264F0 * L_81 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_82; L_82 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_81, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_82) { goto IL_0203; } } { // if (addedBldg.gameObject.activeSelf) Building_t13262F618069952568925A1556080D290B9264F0 * L_83 = V_3; NullCheck(L_83); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_84; L_84 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_83, /*hidden argument*/NULL); NullCheck(L_84); bool L_85; L_85 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_84, /*hidden argument*/NULL); if (!L_85) { goto IL_01f5; } } { // addedBldg.ApplyMaterialProperties(); Building_t13262F618069952568925A1556080D290B9264F0 * L_86 = V_3; NullCheck(L_86); Building_ApplyMaterialProperties_m8D37EBEEDC0269C36A496B0FA5434CC48017B80C(L_86, /*hidden argument*/NULL); // blockToUse.buildingsOnGrid.Add(addedBldg); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_87 = V_0; NullCheck(L_87); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_88 = L_87->get_buildingsOnGrid_4(); Building_t13262F618069952568925A1556080D290B9264F0 * L_89 = V_3; NullCheck(L_88); List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041(L_88, L_89, /*hidden argument*/List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var); // } goto IL_020f; } IL_01f5: { // else if (placer.placementType == BuildingPlacerType.Cluster) BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_90 = V_10; NullCheck(L_90); int32_t L_91 = L_90->get_placementType_4(); if ((!(((uint32_t)L_91) == ((uint32_t)2)))) { goto IL_020f; } } { // allowReplacements = true; V_2 = (bool)1; // } goto IL_020f; } IL_0203: { // else if (placer.placementType == BuildingPlacerType.Cluster) BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_92 = V_10; NullCheck(L_92); int32_t L_93 = L_92->get_placementType_4(); if ((!(((uint32_t)L_93) == ((uint32_t)2)))) { goto IL_020f; } } { // allowReplacements = true; V_2 = (bool)1; } IL_020f: { int32_t L_94 = V_7; V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1)); } IL_0215: { // foreach (BuildingPlacer placer in blockToUse.placers) int32_t L_95 = V_7; BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_96 = V_9; NullCheck(L_96); if ((((int32_t)L_95) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_96)->max_length)))))) { goto IL_01aa; } } { // } return; } } // System.Boolean GridBlockPlacer::PlaceMegaGridBlock(UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GridBlockPlacer_PlaceMegaGridBlock_m18CB24FC0D16762FD006C201F0392408C69BDB0E (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___placePos0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5_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_Remove_m89E6B2AE7C7EB454705AAAE8CBF8CE19EC15D477_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m768DAC2A976697FD5766F6D4EA50F66F49843DBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF1960E2798AA124DD3258A699D3972E97A422D48_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * V_0 = NULL; Building_t13262F618069952568925A1556080D290B9264F0 * V_1 = NULL; int32_t V_2 = 0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; { // GridBlock blockToUse = null; V_0 = (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *)NULL; // Building buildingToUse = null; V_1 = (Building_t13262F618069952568925A1556080D290B9264F0 *)NULL; // if (megaBlocks.Count >= maxMegaBlocks) List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_0 = __this->get_megaBlocks_17(); NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_inline(L_0, /*hidden argument*/List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_RuntimeMethod_var); int32_t L_2 = __this->get_maxMegaBlocks_11(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_00d0; } } { // for (int i = 0; i < megaBlocks.Count; i++) V_2 = 0; goto IL_008a; } IL_001e: { // Vector3 dir = megaBlocks[i].blockObject.transform.position - playerArea.position; List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_3 = __this->get_megaBlocks_17(); int32_t L_4 = V_2; NullCheck(L_3); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_5; L_5 = List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_RuntimeMethod_var); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = L_5->get_blockObject_1(); NullCheck(L_6); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_6, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = __this->get_playerArea_6(); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_8, L_10, /*hidden argument*/NULL); V_3 = L_11; // float dot = Vector3.Dot(dir.normalized, playerArea.forward); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = __this->get_playerArea_6(); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_13, /*hidden argument*/NULL); float L_15; L_15 = Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline(L_12, L_14, /*hidden argument*/NULL); // if (dot < 0 && dir.magnitude > megaStructurSpawnDistance) if ((!(((float)L_15) < ((float)(0.0f))))) { goto IL_0086; } } { float L_16; L_16 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); float L_17 = __this->get_megaStructurSpawnDistance_12(); if ((!(((float)L_16) > ((float)L_17)))) { goto IL_0086; } } { // blockToUse = megaBlocks[i]; List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_18 = __this->get_megaBlocks_17(); int32_t L_19 = V_2; NullCheck(L_18); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_20; L_20 = List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_inline(L_18, L_19, /*hidden argument*/List_1_get_Item_m09711A38A8B17372B60422E067AD715C7BDE9B80_RuntimeMethod_var); V_0 = L_20; // break; goto IL_0098; } IL_0086: { // for (int i = 0; i < megaBlocks.Count; i++) int32_t L_21 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)); } IL_008a: { // for (int i = 0; i < megaBlocks.Count; i++) int32_t L_22 = V_2; List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_23 = __this->get_megaBlocks_17(); NullCheck(L_23); int32_t L_24; L_24 = List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_inline(L_23, /*hidden argument*/List_1_get_Count_mF043EB1DA304B11D8FA4DF4FFB92820354794BA1_RuntimeMethod_var); if ((((int32_t)L_22) < ((int32_t)L_24))) { goto IL_001e; } } IL_0098: { // if(blockToUse != null) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_25 = V_0; if (!L_25) { goto IL_00e7; } } { // if (blockToUse.buildingsOnGrid.Count > 0) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_26 = V_0; NullCheck(L_26); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_27 = L_26->get_buildingsOnGrid_4(); NullCheck(L_27); int32_t L_28; L_28 = List_1_get_Count_m768DAC2A976697FD5766F6D4EA50F66F49843DBC_inline(L_27, /*hidden argument*/List_1_get_Count_m768DAC2A976697FD5766F6D4EA50F66F49843DBC_RuntimeMethod_var); if ((((int32_t)L_28) <= ((int32_t)0))) { goto IL_00b6; } } { // buildingToUse = blockToUse.buildingsOnGrid[0]; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_29 = V_0; NullCheck(L_29); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_30 = L_29->get_buildingsOnGrid_4(); NullCheck(L_30); Building_t13262F618069952568925A1556080D290B9264F0 * L_31; L_31 = List_1_get_Item_mF1960E2798AA124DD3258A699D3972E97A422D48_inline(L_30, 0, /*hidden argument*/List_1_get_Item_mF1960E2798AA124DD3258A699D3972E97A422D48_RuntimeMethod_var); V_1 = L_31; } IL_00b6: { // megaBlocks.Remove(blockToUse); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_32 = __this->get_megaBlocks_17(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_33 = V_0; NullCheck(L_32); bool L_34; L_34 = List_1_Remove_m89E6B2AE7C7EB454705AAAE8CBF8CE19EC15D477(L_32, L_33, /*hidden argument*/List_1_Remove_m89E6B2AE7C7EB454705AAAE8CBF8CE19EC15D477_RuntimeMethod_var); // blockToUse.buildingsOnGrid.Clear(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_35 = V_0; NullCheck(L_35); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_36 = L_35->get_buildingsOnGrid_4(); NullCheck(L_36); List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F(L_36, /*hidden argument*/List_1_Clear_m3A5651F1B3DDD5F83BEC73F91C3DAEB776179F0F_RuntimeMethod_var); // } goto IL_00e7; } IL_00d0: { // Transform newBlock = Instantiate(megaStructureBlockPrefab, transform); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37 = __this->get_megaStructureBlockPrefab_14(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF(L_37, L_38, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); // blockToUse = new GridBlock(newBlock); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_40 = (GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 *)il2cpp_codegen_object_new(GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431_il2cpp_TypeInfo_var); GridBlock__ctor_m88DF8D9E2FBF83F3FCBCB36259D79C30E7AAC6C9(L_40, L_39, /*hidden argument*/NULL); V_0 = L_40; } IL_00e7: { // if (blockToUse != null) GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_41 = V_0; if (!L_41) { goto IL_01a1; } } { // blockToUse.blockObject.transform.position = placePos; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_42 = V_0; NullCheck(L_42); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_43 = L_42->get_blockObject_1(); NullCheck(L_43); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_43, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_45 = ___placePos0; NullCheck(L_44); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_44, L_45, /*hidden argument*/NULL); // float rotation = Random.Range(0, 4) * 90f; int32_t L_46; L_46 = Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213(0, 4, /*hidden argument*/NULL); V_4 = ((float)il2cpp_codegen_multiply((float)((float)((float)L_46)), (float)(90.0f))); // blockToUse.blockObject.transform.eulerAngles = new Vector3(blockToUse.blockObject.transform.eulerAngles.x, rotation, blockToUse.blockObject.transform.eulerAngles.z); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_47 = V_0; NullCheck(L_47); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_48 = L_47->get_blockObject_1(); NullCheck(L_48); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_49; L_49 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_48, /*hidden argument*/NULL); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_50 = V_0; NullCheck(L_50); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_51 = L_50->get_blockObject_1(); NullCheck(L_51); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_52; L_52 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_51, /*hidden argument*/NULL); NullCheck(L_52); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53; L_53 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_52, /*hidden argument*/NULL); float L_54 = L_53.get_x_2(); float L_55 = V_4; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_56 = V_0; NullCheck(L_56); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_57 = L_56->get_blockObject_1(); NullCheck(L_57); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_58; L_58 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_57, /*hidden argument*/NULL); NullCheck(L_58); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; L_59 = Transform_get_eulerAngles_mCF1E10C36ED1F03804A1D10A9BAB272E0EA8766F(L_58, /*hidden argument*/NULL); float L_60 = L_59.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; memset((&L_61), 0, sizeof(L_61)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_61), L_54, L_55, L_60, /*hidden argument*/NULL); NullCheck(L_49); Transform_set_eulerAngles_mFDCBC6282E4B1196AA26BF01008B2AAA2DD2969E(L_49, L_61, /*hidden argument*/NULL); // blockToUse.justAdded = true; GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_62 = V_0; NullCheck(L_62); L_62->set_justAdded_3((bool)1); // megaBlocks.Add(blockToUse); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_63 = __this->get_megaBlocks_17(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_64 = V_0; NullCheck(L_63); List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5(L_63, L_64, /*hidden argument*/List_1_Add_m64DAC863E185C2F24D86BCEB65EEF34E84D70AA5_RuntimeMethod_var); // buildingToUse = blockToUse.placers[0].PlaceBuilding(buildingToUse); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_65 = V_0; NullCheck(L_65); BuildingPlacerU5BU5D_tAE62A05D1381D5AA3E30E2ABE0EEF2D2FC7786BD* L_66 = L_65->get_placers_5(); NullCheck(L_66); int32_t L_67 = 0; BuildingPlacer_t7114FEA1322204423BE1D571EFF297AA65EEDFB7 * L_68 = (L_66)->GetAt(static_cast(L_67)); Building_t13262F618069952568925A1556080D290B9264F0 * L_69 = V_1; NullCheck(L_68); Building_t13262F618069952568925A1556080D290B9264F0 * L_70; L_70 = BuildingPlacer_PlaceBuilding_m4B100900947B38E6A8C095C5D670D2C32758352E(L_68, L_69, /*hidden argument*/NULL); V_1 = L_70; // if (buildingToUse != null && buildingToUse.gameObject.activeSelf) Building_t13262F618069952568925A1556080D290B9264F0 * L_71 = V_1; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_72; L_72 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_71, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_72) { goto IL_01a1; } } { Building_t13262F618069952568925A1556080D290B9264F0 * L_73 = V_1; NullCheck(L_73); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_74; L_74 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_73, /*hidden argument*/NULL); NullCheck(L_74); bool L_75; L_75 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_74, /*hidden argument*/NULL); if (!L_75) { goto IL_01a1; } } { // buildingToUse.ApplyMaterialProperties(); Building_t13262F618069952568925A1556080D290B9264F0 * L_76 = V_1; NullCheck(L_76); Building_ApplyMaterialProperties_m8D37EBEEDC0269C36A496B0FA5434CC48017B80C(L_76, /*hidden argument*/NULL); // blockToUse.buildingsOnGrid.Add(buildingToUse); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_77 = V_0; NullCheck(L_77); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_78 = L_77->get_buildingsOnGrid_4(); Building_t13262F618069952568925A1556080D290B9264F0 * L_79 = V_1; NullCheck(L_78); List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041(L_78, L_79, /*hidden argument*/List_1_Add_m8E464B6785C6C0DB6EB8C1705A0F364626929041_RuntimeMethod_var); // blockToUse.PerformBuildingPillarCollisionChecks(); GridBlock_tD66EFBE7B08D1B9B9279D73BC888C71CF1D16431 * L_80 = V_0; NullCheck(L_80); GridBlock_PerformBuildingPillarCollisionChecks_m03AF447985A503997F243ECA22A6C12DC2384F4B(L_80, /*hidden argument*/NULL); // return true; return (bool)1; } IL_01a1: { // return false; return (bool)0; } } // System.Collections.IEnumerator GridBlockPlacer::PerformBuildingCollisionChecks(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GridBlockPlacer_PerformBuildingCollisionChecks_mF2EEF3379883898816D8B2B9CF32C052C67AB1B8 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, int32_t ___checksPerFrame0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * L_0 = (U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 *)il2cpp_codegen_object_new(U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23_il2cpp_TypeInfo_var); U3CPerformBuildingCollisionChecksU3Ed__30__ctor_mB14CB3F4B9D8D311D0FCB1228B23DFCC3C5A4B38(L_0, 0, /*hidden argument*/NULL); U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); U3CPerformBuildingCollisionChecksU3Ed__30_t1B8058D555D79606F9987F090C0EA49EC3C34D23 * L_2 = L_1; int32_t L_3 = ___checksPerFrame0; NullCheck(L_2); L_2->set_checksPerFrame_3(L_3); return L_2; } } // System.Void GridBlockPlacer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GridBlockPlacer__ctor_m8CBE9D2543B34549E0C14F7A27B8BB2C0E5673E8 (GridBlockPlacer_tDAD087B46BCF957E5EB5CFF9967A972EC46D811B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public float maxRoadProximity = 200f; __this->set_maxRoadProximity_7((200.0f)); // public int collisionChecksPerFrame = 1; __this->set_collisionChecksPerFrame_8(1); // public float megaStructureGridChance = 0.05f; __this->set_megaStructureGridChance_10((0.0500000007f)); // public int maxMegaBlocks = 3; __this->set_maxMegaBlocks_11(3); // public float megaStructurSpawnDistance = 3000f; __this->set_megaStructurSpawnDistance_12((3000.0f)); // public float megaStructureRightVariation = 1f; __this->set_megaStructureRightVariation_13((1.0f)); // List unusedBlockPrefabs = new List(); List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 * L_0 = (List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0 *)il2cpp_codegen_object_new(List_1_t27D7842CA3FD659C9BE64845F118C2590EE2D2C0_il2cpp_TypeInfo_var); List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F(L_0, /*hidden argument*/List_1__ctor_mF1D464BA700E6389AEA8AF2F197270F387D9A41F_RuntimeMethod_var); __this->set_unusedBlockPrefabs_15(L_0); // List blocks = new List(); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_1 = (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *)il2cpp_codegen_object_new(List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9_il2cpp_TypeInfo_var); List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26(L_1, /*hidden argument*/List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26_RuntimeMethod_var); __this->set_blocks_16(L_1); // List megaBlocks = new List(); List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 * L_2 = (List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9 *)il2cpp_codegen_object_new(List_1_t5BB2C9F0F332615554FEC97DC4787B2B334F24A9_il2cpp_TypeInfo_var); List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26(L_2, /*hidden argument*/List_1__ctor_m748B658C4EA7564FA1D17B83FCFAF1FB8C9CAF26_RuntimeMethod_var); __this->set_megaBlocks_17(L_2); // List toBeChecked = new List(); List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 * L_3 = (List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44 *)il2cpp_codegen_object_new(List_1_t6C725B285DDCA0EF5B29589973B7EBED5EFE8E44_il2cpp_TypeInfo_var); List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0(L_3, /*hidden argument*/List_1__ctor_m2122785D1EF8C06617F517C56F5F5F463C8A60F0_RuntimeMethod_var); __this->set_toBeChecked_18(L_3); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HMDEvents::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_OnEnable_m5C861EDCD6289D91DA163E98C4A6355EB93DB72D (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_InputFocusGain_m3D9EB311D6C5314746E082A6E55ECE6FC83FA06A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_InputFocusLost_mF13F4123D7B43A2041B751DC315AA18F195B9F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_VrFocusGain_m178D4F988002E284DB8C6049EEBA4CFAE8EC63CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_VrFocusLost_m17D764E6D8B2724A91C063886C717C2E269ACD00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // OVRManager.InputFocusAcquired += InputFocusGain; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_0, __this, (intptr_t)((intptr_t)HMDEvents_InputFocusGain_m3D9EB311D6C5314746E082A6E55ECE6FC83FA06A_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_add_InputFocusAcquired_m3C95F705367E13B49A9E16FC8E7C1CBC87975404(L_0, /*hidden argument*/NULL); // OVRManager.InputFocusLost += InputFocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)HMDEvents_InputFocusLost_mF13F4123D7B43A2041B751DC315AA18F195B9F43_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_add_InputFocusLost_mCD789F0E8B73E49B8102AA065938AA826068C6A8(L_1, /*hidden argument*/NULL); // OVRManager.VrFocusAcquired += VrFocusGain; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_2, __this, (intptr_t)((intptr_t)HMDEvents_VrFocusGain_m178D4F988002E284DB8C6049EEBA4CFAE8EC63CD_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_add_VrFocusAcquired_mB139526909E2EF62513D1EE78FDF2C2B9F202666(L_2, /*hidden argument*/NULL); // OVRManager.VrFocusLost += VrFocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_3, __this, (intptr_t)((intptr_t)HMDEvents_VrFocusLost_m17D764E6D8B2724A91C063886C717C2E269ACD00_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_add_VrFocusLost_mD688AC65EAE5D60C5CFD9C094CE298E17C5ECB7A(L_3, /*hidden argument*/NULL); // } return; } } // System.Void HMDEvents::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_OnDisable_mA70A71B50F219AD06D5B3EE0B856BCE734DFAD5F (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_InputFocusGain_m3D9EB311D6C5314746E082A6E55ECE6FC83FA06A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_InputFocusLost_mF13F4123D7B43A2041B751DC315AA18F195B9F43_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_VrFocusGain_m178D4F988002E284DB8C6049EEBA4CFAE8EC63CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_VrFocusLost_m17D764E6D8B2724A91C063886C717C2E269ACD00_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // OVRManager.InputFocusAcquired -= InputFocusGain; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_0, __this, (intptr_t)((intptr_t)HMDEvents_InputFocusGain_m3D9EB311D6C5314746E082A6E55ECE6FC83FA06A_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_remove_InputFocusAcquired_m52B94FF1E8BDB06AC88C1ACE0766F774DCB0B360(L_0, /*hidden argument*/NULL); // OVRManager.InputFocusLost -= InputFocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)HMDEvents_InputFocusLost_mF13F4123D7B43A2041B751DC315AA18F195B9F43_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_remove_InputFocusLost_m6305B11B18FFA8F3B1EB693934BDC62BC03C94D4(L_1, /*hidden argument*/NULL); // OVRManager.VrFocusAcquired -= VrFocusGain; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_2 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_2, __this, (intptr_t)((intptr_t)HMDEvents_VrFocusGain_m178D4F988002E284DB8C6049EEBA4CFAE8EC63CD_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_remove_VrFocusAcquired_m97463990FA25ECBAE02971A04DA455FA0B2F082D(L_2, /*hidden argument*/NULL); // OVRManager.VrFocusLost -= VrFocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_3 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_3, __this, (intptr_t)((intptr_t)HMDEvents_VrFocusLost_m17D764E6D8B2724A91C063886C717C2E269ACD00_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_remove_VrFocusLost_mEAD2692CD0BEEFA3C73AA2742857F808104850F4(L_3, /*hidden argument*/NULL); // } return; } } // System.Boolean HMDEvents::get_HasVrFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HMDEvents_get_HasVrFocus_m963871647174C5435D1EA643CB86E2E6CD43EF9A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return OVRManager.hasVrFocus; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_hasVrFocus_m1F5F21BE46A4CE2E976188317E80F0AD41970F49(/*hidden argument*/NULL); return L_0; } } // System.Boolean HMDEvents::get_HasInputFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HMDEvents_get_HasInputFocus_m92C43BF21DD605845F0CCB1D0FFA150E678EC3CE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return OVRManager.hasInputFocus; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_hasInputFocus_m58E187FFE3CB1C8E8093BBBF1457DA09C2EB28C1(/*hidden argument*/NULL); return L_0; } } // System.Void HMDEvents::InputFocusGain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_InputFocusGain_m3D9EB311D6C5314746E082A6E55ECE6FC83FA06A (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { { // FocusGained(false); HMDEvents_FocusGained_m5161C5CFD8086E12978245F59C08733742B7BF23(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void HMDEvents::InputFocusLost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_InputFocusLost_mF13F4123D7B43A2041B751DC315AA18F195B9F43 (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { { // FocusLoss(false); HMDEvents_FocusLoss_m3CC73F5E915BD1E82E35198A8823E2DFD17A923D(__this, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void HMDEvents::VrFocusGain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_VrFocusGain_m178D4F988002E284DB8C6049EEBA4CFAE8EC63CD (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { { // FocusGained(true); HMDEvents_FocusGained_m5161C5CFD8086E12978245F59C08733742B7BF23(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void HMDEvents::VrFocusLost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_VrFocusLost_m17D764E6D8B2724A91C063886C717C2E269ACD00 (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { { // FocusLoss(true); HMDEvents_FocusLoss_m3CC73F5E915BD1E82E35198A8823E2DFD17A923D(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void HMDEvents::FocusLoss(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_FocusLoss_m3CC73F5E915BD1E82E35198A8823E2DFD17A923D (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, bool ___vrFocus0, 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*)&HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C66DA1AB32D1001E17B1D19259E983CD947CACF); s_Il2CppMethodInitialized = true; } FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * G_B8_0 = NULL; FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * G_B7_0 = NULL; { // if ((vrFocus && !HasInputFocus) || (!vrFocus && !HasVrFocus)) bool L_0 = ___vrFocus0; if (!L_0) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); bool L_1; L_1 = HMDEvents_get_HasInputFocus_m92C43BF21DD605845F0CCB1D0FFA150E678EC3CE(/*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } IL_000a: { bool L_2 = ___vrFocus0; if (L_2) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); bool L_3; L_3 = HMDEvents_get_HasVrFocus_m963871647174C5435D1EA643CB86E2E6CD43EF9A(/*hidden argument*/NULL); if (L_3) { goto IL_0015; } } IL_0014: { // return; return; } IL_0015: { // Debug.Log("HMDEvents Focus Lost. VR: " + vrFocus); String_t* L_4; L_4 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&___vrFocus0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteral3C66DA1AB32D1001E17B1D19259E983CD947CACF, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_5, /*hidden argument*/NULL); // preFocusLossTimescale = Time.timeScale; float L_6; L_6 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); ((HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_StaticFields*)il2cpp_codegen_static_fields_for(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var))->set_preFocusLossTimescale_4(L_6); // Time.timeScale = 0f; Time_set_timeScale_m7970134AA05A399001D2D3844EB16D60C5275013((0.0f), /*hidden argument*/NULL); // if(MasterAudioController.CanGetInstance()) IL2CPP_RUNTIME_CLASS_INIT(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); bool L_7; L_7 = MasterAudioController_CanGetInstance_m384ECF9D0C81ECC2BF6B994C67E67F8873316FA6(/*hidden argument*/NULL); if (!L_7) { goto IL_0056; } } { // MasterAudioController.FMODManager?.SetPaused(true); IL2CPP_RUNTIME_CLASS_INIT(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * L_8; L_8 = MasterAudioController_get_FMODManager_m44AD72517747AA454D51BA5C2A0CE5A5C09A3697(/*hidden argument*/NULL); FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * L_9 = L_8; G_B7_0 = L_9; if (L_9) { G_B8_0 = L_9; goto IL_0050; } } { return; } IL_0050: { NullCheck(G_B8_0); FMODMusicManager_SetPaused_mA2D9E1180121B65338FEBDFCF3A0918EF592C214(G_B8_0, (bool)1, /*hidden argument*/NULL); } IL_0056: { // } return; } } // System.Void HMDEvents::FocusGained(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents_FocusGained_m5161C5CFD8086E12978245F59C08733742B7BF23 (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, bool ___vrFocus0, 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*)&HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7DD9D887CDF500E73273783BB834C2B990A95D2); s_Il2CppMethodInitialized = true; } FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * G_B10_0 = NULL; FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * G_B9_0 = NULL; { // if ((vrFocus && !HasInputFocus) || (!vrFocus && !HasVrFocus)) bool L_0 = ___vrFocus0; if (!L_0) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); bool L_1; L_1 = HMDEvents_get_HasInputFocus_m92C43BF21DD605845F0CCB1D0FFA150E678EC3CE(/*hidden argument*/NULL); if (!L_1) { goto IL_0014; } } IL_000a: { bool L_2 = ___vrFocus0; if (L_2) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); bool L_3; L_3 = HMDEvents_get_HasVrFocus_m963871647174C5435D1EA643CB86E2E6CD43EF9A(/*hidden argument*/NULL); if (L_3) { goto IL_0015; } } IL_0014: { // return; return; } IL_0015: { // Debug.Log("HMDEvents Focus Gained. VR: " + vrFocus); String_t* L_4; L_4 = Boolean_ToString_m59BB8456DD05A874BBD756E57EA8AD983287015C((bool*)(&___vrFocus0), /*hidden argument*/NULL); String_t* L_5; L_5 = String_Concat_m10758B01687A2181C8727AD9FD9CCF5325C61C2A(_stringLiteralD7DD9D887CDF500E73273783BB834C2B990A95D2, L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_5, /*hidden argument*/NULL); // if (Time.timeScale == 0f) float L_6; L_6 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_6) == ((float)(0.0f))))) { goto IL_0064; } } { // Time.timeScale = preFocusLossTimescale; IL2CPP_RUNTIME_CLASS_INIT(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); float L_7 = ((HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_StaticFields*)il2cpp_codegen_static_fields_for(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var))->get_preFocusLossTimescale_4(); Time_set_timeScale_m7970134AA05A399001D2D3844EB16D60C5275013(L_7, /*hidden argument*/NULL); // if (preFocusLossTimescale > 0 && MasterAudioController.CanGetInstance()) float L_8 = ((HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_StaticFields*)il2cpp_codegen_static_fields_for(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var))->get_preFocusLossTimescale_4(); if ((!(((float)L_8) > ((float)(0.0f))))) { goto IL_0064; } } { IL2CPP_RUNTIME_CLASS_INIT(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); bool L_9; L_9 = MasterAudioController_CanGetInstance_m384ECF9D0C81ECC2BF6B994C67E67F8873316FA6(/*hidden argument*/NULL); if (!L_9) { goto IL_0064; } } { // MasterAudioController.FMODManager?.SetPaused(false); IL2CPP_RUNTIME_CLASS_INIT(MasterAudioController_t2647116F0B4B9333BA45E58373E93F7C4CA98288_il2cpp_TypeInfo_var); FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * L_10; L_10 = MasterAudioController_get_FMODManager_m44AD72517747AA454D51BA5C2A0CE5A5C09A3697(/*hidden argument*/NULL); FMODMusicManager_t572216B06C00B9E77159E7AE7C13F45E18B3618F * L_11 = L_10; G_B9_0 = L_11; if (L_11) { G_B10_0 = L_11; goto IL_005e; } } { return; } IL_005e: { NullCheck(G_B10_0); FMODMusicManager_SetPaused_mA2D9E1180121B65338FEBDFCF3A0918EF592C214(G_B10_0, (bool)0, /*hidden argument*/NULL); } IL_0064: { // } return; } } // System.Void HMDEvents::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents__ctor_m8E36A45A1E1D7F81651733C6B03B14BF97A0EFA7 (HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void HMDEvents::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HMDEvents__cctor_mA42F81C23885B28DA984B0C05EFE4532BD8BFDB5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static float preFocusLossTimescale = 1f; ((HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_StaticFields*)il2cpp_codegen_static_fields_for(HMDEvents_tBD2764688BF4869A0014EA7754E8FED397419FAA_il2cpp_TypeInfo_var))->set_preFocusLossTimescale_4((1.0f)); 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 HammerheadAnimationController::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadAnimationController_Awake_m9B5527AF1B591C9AC33E53EF925AA1824DE11DA6 (HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // anim = GetComponent(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0; L_0 = Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F(__this, /*hidden argument*/Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); __this->set_anim_6(L_0); // } return; } } // System.Void HammerheadAnimationController::StartBossSlomo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadAnimationController_StartBossSlomo_m03BC6A68C65DCAA18ADAE94D91180DA63721D152 (HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Slomo.State = SlowMotionState.SlowingBoss; IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); Slomo_set_State_m441544CC31D5CD13F6C0D0FD134C15A7C435F5FF(5, /*hidden argument*/NULL); // } return; } } // System.Void HammerheadAnimationController::StartPhase1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadAnimationController_StartPhase1_m34AFEF9581AE4BEF722DFF658419EE8E0C176751 (HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B * __this, const RuntimeMethod* method) { { // phaseController.AdvancePhase(1); BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_0 = __this->get_phaseController_4(); NullCheck(L_0); BossPhaseController_AdvancePhase_mC291D00006909C64F1AAA6574E341F663518A065(L_0, 1, /*hidden argument*/NULL); // } return; } } // System.Void HammerheadAnimationController::DeathDive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadAnimationController_DeathDive_m75CD95CABF1D2AFAC4B275B045B88FABCB5D91CB (HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B * __this, const RuntimeMethod* method) { { // mover.CurrentGoal = HammerheadMoveGoal.DeathDown; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * L_0 = __this->get_mover_5(); NullCheck(L_0); HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(L_0, 8, /*hidden argument*/NULL); // } return; } } // System.Void HammerheadAnimationController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadAnimationController__ctor_mBF2C0A31D52A9522209FF8072554AA320B45986D (HammerheadAnimationController_tFEB6C1F0B90AB9B868202858D07B8EDEDE4AFF9B * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HammerheadDestructionManager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadDestructionManager_Update_mFCC506781D4CE70EB3AD10C4ACCF826A7A3A9F84 (HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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); s_Il2CppMethodInitialized = true; } { // if(!brokeRightFin && !rightFin.gameObject.activeSelf) bool L_0 = __this->get_brokeRightFin_10(); if (L_0) { goto IL_0043; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_rightFin_4(); NullCheck(L_1); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_1, /*hidden argument*/NULL); NullCheck(L_2); bool L_3; L_3 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0043; } } { // brokeRightFin = true; __this->set_brokeRightFin_10((bool)1); // Instantiate(rightFinPrefab, rightFin.position, rightFin.rotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_rightFinPrefab_5(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_rightFin_4(); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_5, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_rightFin_4(); NullCheck(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_7, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_4, L_6, L_8, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); } IL_0043: { // if (!brokeLeftFin && !leftFin.gameObject.activeSelf) bool L_10 = __this->get_brokeLeftFin_11(); if (L_10) { goto IL_0086; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11 = __this->get_leftFin_6(); NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_11, /*hidden argument*/NULL); NullCheck(L_12); bool L_13; L_13 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0086; } } { // brokeLeftFin = true; __this->set_brokeLeftFin_11((bool)1); // Instantiate(leftFinPrefab, leftFin.position, leftFin.rotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14 = __this->get_leftFinPrefab_7(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = __this->get_leftFin_6(); NullCheck(L_15); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_15, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = __this->get_leftFin_6(); NullCheck(L_17); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_14, L_16, L_18, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); } IL_0086: { // if (!brokeHead && !hammerhead.gameObject.activeSelf) bool L_20 = __this->get_brokeHead_12(); if (L_20) { goto IL_00c9; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21 = __this->get_hammerhead_8(); NullCheck(L_21); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_21, /*hidden argument*/NULL); NullCheck(L_22); bool L_23; L_23 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_22, /*hidden argument*/NULL); if (L_23) { goto IL_00c9; } } { // brokeHead = true; __this->set_brokeHead_12((bool)1); // Instantiate(headPrefab, hammerhead.position, hammerhead.rotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24 = __this->get_headPrefab_9(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25 = __this->get_hammerhead_8(); NullCheck(L_25); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_26; L_26 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_25, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27 = __this->get_hammerhead_8(); NullCheck(L_27); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_28; L_28 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_27, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_24, L_26, L_28, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); } IL_00c9: { // } return; } } // System.Void HammerheadDestructionManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadDestructionManager__ctor_m661FE8D84FE68F8C9FC40506FEC5C6BCF352CFD3 (HammerheadDestructionManager_t5A37726B4AACD2CE11231B92480F5996391F7678 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HammerheadFireControl::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_Awake_mBD428FE08705EC2940A36D5710A68830CE9EBE11 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // anim = GetComponent(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0; L_0 = Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F(__this, /*hidden argument*/Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); __this->set_anim_22(L_0); // source = GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_1; L_1 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); __this->set_source_21(L_1); // } return; } } // System.Void HammerheadFireControl::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_Start_m4A3E81549C2F563CA9F5E463FB1979ADA22C8895 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // harpoonRightMax = IncrementalRoadMesh.Lanes * IncrementalRoadMesh.LaneWidth / 2; IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); int32_t L_0 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_Lanes_8(); float L_1 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_LaneWidth_9(); __this->set_harpoonRightMax_26(((float)((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)L_1))/(float)(2.0f)))); // } return; } } // System.Void HammerheadFireControl::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_Update_m7A307456370076C0BD63CDCBA1C6EDB716402D59 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m3DC1F9B254A79E194A8E89D3C09C885538A1D306_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C632BDF2F958D5FD19702C27BBECF4AED10652F); s_Il2CppMethodInitialized = true; } { // bossAnimator.SetBool("RollerDoorOpen", rollerFireable.rollers.Count > 0); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_bossAnimator_6(); RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * L_1 = __this->get_rollerFireable_19(); NullCheck(L_1); List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * L_2 = L_1->get_rollers_12(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_m3DC1F9B254A79E194A8E89D3C09C885538A1D306_inline(L_2, /*hidden argument*/List_1_get_Count_m3DC1F9B254A79E194A8E89D3C09C885538A1D306_RuntimeMethod_var); NullCheck(L_0); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_0, _stringLiteral4C632BDF2F958D5FD19702C27BBECF4AED10652F, (bool)((((int32_t)L_3) > ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // } return; } } // System.Void HammerheadFireControl::FireMissiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_FireMissiles_mADA2AE4269F2F5BD787E224BD8A8D843FC0C4279 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8649134279DB31723CDE50ED3062B7912F4F4F30); s_Il2CppMethodInitialized = true; } { // anim.SetTrigger("FireMissiles"); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_anim_22(); NullCheck(L_0); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_0, _stringLiteral8649134279DB31723CDE50ED3062B7912F4F4F30, /*hidden argument*/NULL); // } return; } } // System.Void HammerheadFireControl::FireMissile(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_FireMissile_m2437FAC7A1480970F02B44574D0F7E4FF008598B (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, int32_t ___missileNum0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(missileNum >= 0 && missileNum < missileFireables.Length && missileFireables[missileNum] != null && missileFireables[missileNum].gameObject.activeInHierarchy) int32_t L_0 = ___missileNum0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0051; } } { int32_t L_1 = ___missileNum0; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_2 = __this->get_missileFireables_4(); NullCheck(L_2); if ((((int32_t)L_1) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_0051; } } { FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_3 = __this->get_missileFireables_4(); int32_t L_4 = ___missileNum0; NullCheck(L_3); int32_t L_5 = L_4; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_6 = (L_3)->GetAt(static_cast(L_5)); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_6, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_7) { goto IL_0051; } } { FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_8 = __this->get_missileFireables_4(); int32_t L_9 = ___missileNum0; NullCheck(L_8); int32_t L_10 = L_9; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_11 = (L_8)->GetAt(static_cast(L_10)); NullCheck(L_11); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_11, /*hidden argument*/NULL); NullCheck(L_12); bool L_13; L_13 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0051; } } { // missileFireables[missileNum].Fire(source, mover.MovementForce); FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_14 = __this->get_missileFireables_4(); int32_t L_15 = ___missileNum0; NullCheck(L_14); int32_t L_16 = L_15; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_17 = (L_14)->GetAt(static_cast(L_16)); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_18 = __this->get_source_21(); EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_19 = __this->get_mover_5(); NullCheck(L_19); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = EnemyMovement_get_MovementForce_m8DA459F2D793AD9C44BD93B765871C96F7A27C74(L_19, /*hidden argument*/NULL); NullCheck(L_17); VirtActionInvoker2< AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(5 /* System.Void Fireable::Fire(UnityEngine.AudioSource,UnityEngine.Vector3) */, L_17, L_18, L_20); } IL_0051: { // } return; } } // System.Void HammerheadFireControl::SpawnRollers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_SpawnRollers_m658047E3D1B1E501E1CC484853489DB7DF99A857 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRoller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276_m92845914FA26DAA8AAE66F6B74A10DBABB0CB425_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mDAB03D25D4B05DE0D0EF6108960EAD8BB1ADABFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* V_0 = NULL; int32_t V_1 = 0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_2 = NULL; { // foreach (Transform ordPos in rollerPositions) TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_0 = __this->get_rollerPositions_20(); V_0 = L_0; V_1 = 0; goto IL_0055; } IL_000b: { // foreach (Transform ordPos in rollerPositions) TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; // createdOrdinance = Instantiate(rollerPrefab, ordPos); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_rollerPrefab_18(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF(L_5, L_6, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); __this->set_createdOrdinance_30(L_7); // rollerFireable.rollers.Add(createdOrdinance.gameObject.GetComponent()); RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * L_8 = __this->get_rollerFireable_19(); NullCheck(L_8); List_1_tECA26AB4B21D271531BD39E77C3A60E8BEE4DF18 * L_9 = L_8->get_rollers_12(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = __this->get_createdOrdinance_30(); NullCheck(L_10); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11; L_11 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_10, /*hidden argument*/NULL); NullCheck(L_11); Roller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276 * L_12; L_12 = GameObject_GetComponent_TisRoller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276_m92845914FA26DAA8AAE66F6B74A10DBABB0CB425(L_11, /*hidden argument*/GameObject_GetComponent_TisRoller_tA3AC7574FBCFD37D0A5D1B5CE69F3735D94BF276_m92845914FA26DAA8AAE66F6B74A10DBABB0CB425_RuntimeMethod_var); NullCheck(L_9); List_1_Add_mDAB03D25D4B05DE0D0EF6108960EAD8BB1ADABFC(L_9, L_12, /*hidden argument*/List_1_Add_mDAB03D25D4B05DE0D0EF6108960EAD8BB1ADABFC_RuntimeMethod_var); // rollerFireable.ResetNextFire(); RollerFireable_tC61ECDB4E62CD6F20A6314811D2C285614A21D0F * L_13 = __this->get_rollerFireable_19(); NullCheck(L_13); Fireable_ResetNextFire_m9F36F1F5F064124FE8CA1DCBC37C3F6BFF2802CC(L_13, (0.0f), /*hidden argument*/NULL); int32_t L_14 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1)); } IL_0055: { // foreach (Transform ordPos in rollerPositions) int32_t L_15 = V_1; TransformU5BU5D_t7821C0520CC567C0A069329C01AE9C058C7E3F1D* L_16 = V_0; NullCheck(L_16); if ((((int32_t)L_15) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))) { goto IL_000b; } } { // } return; } } // System.Void HammerheadFireControl::DropRollers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl_DropRollers_mD7D586081C7266B1AC42EDE7B8BFC33625D00A02 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { { // StartCoroutine(RollerDrop()); RuntimeObject* L_0; L_0 = HammerheadFireControl_RollerDrop_m20A0BA0A5BE2232630677DECE101AD0C52B1E366(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_1; L_1 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Boolean HammerheadFireControl::HarpoonLaunch(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HammerheadFireControl_HarpoonLaunch_mBF403ABA0BCC14933F800BE4A6519B764C102BDA (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, bool ___linkedHarpoons0, const RuntimeMethod* method) { float G_B3_0 = 0.0f; HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * G_B3_1 = NULL; float G_B2_0 = 0.0f; HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * G_B2_1 = NULL; float G_B4_0 = 0.0f; float G_B4_1 = 0.0f; HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * G_B4_2 = NULL; { // if (Time.time >= nextHarpoonFire) float L_0; L_0 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_1 = __this->get_nextHarpoonFire_23(); if ((!(((float)L_0) >= ((float)L_1)))) { goto IL_00d8; } } { // nextHarpoonFire = Time.time + Random.Range(-harpoonFireRateVariance, harpoonFireRateVariance) + (linkedHarpoons ? linkedHarpoonFireRate : harpoonFireRate); float L_2; L_2 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_3 = __this->get_harpoonFireRateVariance_11(); float L_4 = __this->get_harpoonFireRateVariance_11(); float L_5; L_5 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_3)), L_4, /*hidden argument*/NULL); bool L_6 = ___linkedHarpoons0; G_B2_0 = ((float)il2cpp_codegen_add((float)L_2, (float)L_5)); G_B2_1 = __this; if (L_6) { G_B3_0 = ((float)il2cpp_codegen_add((float)L_2, (float)L_5)); G_B3_1 = __this; goto IL_0034; } } { float L_7 = __this->get_harpoonFireRate_9(); G_B4_0 = L_7; G_B4_1 = G_B2_0; G_B4_2 = G_B2_1; goto IL_003a; } IL_0034: { float L_8 = __this->get_linkedHarpoonFireRate_10(); G_B4_0 = L_8; G_B4_1 = G_B3_0; G_B4_2 = G_B3_1; } IL_003a: { NullCheck(G_B4_2); G_B4_2->set_nextHarpoonFire_23(((float)il2cpp_codegen_add((float)G_B4_1, (float)G_B4_0))); // PlaceHarpoon(linkedHarpoons); bool L_9 = ___linkedHarpoons0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = HammerheadFireControl_PlaceHarpoon_mD71762300F98C4A8192BFDC4615944B18A424BFD(__this, L_9, /*hidden argument*/NULL); // harpoonsFiredThisVolley++; int32_t L_11 = __this->get_harpoonsFiredThisVolley_24(); __this->set_harpoonsFiredThisVolley_24(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1))); // harpoonsFiredThisSet++; int32_t L_12 = __this->get_harpoonsFiredThisSet_25(); __this->set_harpoonsFiredThisSet_25(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))); // if (harpoonsFiredThisSet >= harpoonsPerSet) int32_t L_13 = __this->get_harpoonsFiredThisSet_25(); int32_t L_14 = __this->get_harpoonsPerSet_14(); if ((((int32_t)L_13) < ((int32_t)L_14))) { goto IL_0090; } } { // harpoonsFiredThisVolley = 0; __this->set_harpoonsFiredThisVolley_24(0); // harpoonsFiredThisSet = 0; __this->set_harpoonsFiredThisSet_25(0); // lastTractor = null; __this->set_lastTractor_29((TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 *)NULL); // sameSideHarpoon = false; __this->set_sameSideHarpoon_28((bool)0); // return true; return (bool)1; } IL_0090: { // else if (harpoonsFiredThisVolley >= harpoonsPerVolley) int32_t L_15 = __this->get_harpoonsFiredThisVolley_24(); int32_t L_16 = __this->get_harpoonsPerVolley_12(); if ((((int32_t)L_15) < ((int32_t)L_16))) { goto IL_00d8; } } { // lastTractor = null; __this->set_lastTractor_29((TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 *)NULL); // sameSideHarpoon = true; __this->set_sameSideHarpoon_28((bool)1); // harpoonsFiredThisVolley = 0; __this->set_harpoonsFiredThisVolley_24(0); // nextHarpoonFire = Time.time + betweenVolleyTime + Random.Range(-harpoonFireRateVariance, harpoonFireRateVariance); float L_17; L_17 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_18 = __this->get_betweenVolleyTime_13(); float L_19 = __this->get_harpoonFireRateVariance_11(); float L_20 = __this->get_harpoonFireRateVariance_11(); float L_21; L_21 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_19)), L_20, /*hidden argument*/NULL); __this->set_nextHarpoonFire_23(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_17, (float)L_18)), (float)L_21))); } IL_00d8: { // return false; return (bool)0; } } // UnityEngine.Transform HammerheadFireControl::PlaceHarpoon(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * HammerheadFireControl_PlaceHarpoon_mD71762300F98C4A8192BFDC4615944B18A424BFD (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, bool ___linked0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2_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*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA894182D4A550B89396B3AC2B7CFB3A2D0E5F90A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF9A4D8AFE990DF8B44D9B23B10681DCE0CC3FF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE973CFFBB014AF775832B877C578D3F8EC4323B3); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_7 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_8 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_9; memset((&V_9), 0, sizeof(V_9)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_10 = NULL; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * V_11 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B15_0; memset((&G_B15_0), 0, sizeof(G_B15_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); float G_B5_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B20_0; memset((&G_B20_0), 0, sizeof(G_B20_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B11_0; memset((&G_B11_0), 0, sizeof(G_B11_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B7_0; memset((&G_B7_0), 0, sizeof(G_B7_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B8_0; memset((&G_B8_0), 0, sizeof(G_B8_0)); float G_B10_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B10_1; memset((&G_B10_1), 0, sizeof(G_B10_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B12_0; memset((&G_B12_0), 0, sizeof(G_B12_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B19_0; memset((&G_B19_0), 0, sizeof(G_B19_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B16_0; memset((&G_B16_0), 0, sizeof(G_B16_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B18_0; memset((&G_B18_0), 0, sizeof(G_B18_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B17_0; memset((&G_B17_0), 0, sizeof(G_B17_0)); { // float placeDistance = mover.forwardDistance + Player.DistanceOnPath; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_0 = __this->get_mover_5(); NullCheck(L_0); float L_1; L_1 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_2; L_2 = Player_get_DistanceOnPath_m83D3E4B7DE670FA1B1BE8B7B2253DB4876F16209(/*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_1, (float)L_2)); // placeDistance += Random.Range(aheadOffsetRange.x, aheadOffsetRange.y); float L_3 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_4 = __this->get_address_of_aheadOffsetRange_15(); float L_5 = L_4->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_6 = __this->get_address_of_aheadOffsetRange_15(); float L_7 = L_6->get_y_1(); float L_8; L_8 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_5, L_7, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_3, (float)L_8)); // Vector3 localRight = Player.PlayerPathCreator.path.GetNormalAtDistance(placeDistance); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_9; L_9 = Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C(/*hidden argument*/NULL); NullCheck(L_9); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_10; L_10 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_9, /*hidden argument*/NULL); float L_11 = V_0; NullCheck(L_10); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = VertexPath_GetNormalAtDistance_m0A06E8C3D63BAFF3864C4C1E9C19A7B21290C19D(L_10, L_11, 0, /*hidden argument*/NULL); V_1 = L_12; // Vector3 point = Player.PlayerPathCreator.path.GetPointAtDistance(placeDistance); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_13; L_13 = Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C(/*hidden argument*/NULL); NullCheck(L_13); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_14; L_14 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_13, /*hidden argument*/NULL); float L_15 = V_0; NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = VertexPath_GetPointAtDistance_mA36ED1FC59E5ADFB18AF58BB0ADD5DAE3A622BBE(L_14, L_15, 0, /*hidden argument*/NULL); // Vector3 eulerAngles = Player.PlayerPathCreator.path.GetRotationAtDistance(placeDistance).eulerAngles; PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_17; L_17 = Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C(/*hidden argument*/NULL); NullCheck(L_17); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_18; L_18 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_17, /*hidden argument*/NULL); float L_19 = V_0; NullCheck(L_18); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20; L_20 = VertexPath_GetRotationAtDistance_m373C57D0071F81C1266836D63571C88EB1386BE4(L_18, L_19, 0, /*hidden argument*/NULL); V_9 = L_20; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_9), /*hidden argument*/NULL); V_2 = L_21; // Quaternion rot = Quaternion.Euler(eulerAngles.x, Random.Range(0f,180f), eulerAngles.z + 90); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_2; float L_23 = L_22.get_x_2(); float L_24; L_24 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (180.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25 = V_2; float L_26 = L_25.get_z_4(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A(L_23, L_24, ((float)il2cpp_codegen_add((float)L_26, (float)(90.0f))), /*hidden argument*/NULL); V_3 = L_27; // float xRand = Random.Range(-harpoonRightMax, harpoonRightMax); float L_28 = __this->get_harpoonRightMax_26(); float L_29 = __this->get_harpoonRightMax_26(); float L_30; L_30 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_28)), L_29, /*hidden argument*/NULL); V_4 = L_30; // if (linked) bool L_31 = ___linked0; G_B1_0 = L_16; if (!L_31) { G_B15_0 = L_16; goto IL_0191; } } { // if (lastHarpoonX > HarpoonDeployer.CENTRAL_HARPOON_DIST) float L_32 = __this->get_lastHarpoonX_27(); G_B2_0 = G_B1_0; if ((!(((float)L_32) > ((float)(4.0f))))) { G_B6_0 = G_B1_0; goto IL_00fd; } } { // xRand = sameSideHarpoon ? Random.Range(HarpoonDeployer.CENTRAL_HARPOON_DIST, harpoonRightMax) : Random.Range(-harpoonRightMax, -HarpoonDeployer.CENTRAL_HARPOON_DIST); bool L_33 = __this->get_sameSideHarpoon_28(); G_B3_0 = G_B2_0; if (L_33) { G_B4_0 = G_B2_0; goto IL_00d7; } } { float L_34 = __this->get_harpoonRightMax_26(); float L_35; L_35 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_34)), (-4.0f), /*hidden argument*/NULL); G_B5_0 = L_35; G_B5_1 = G_B3_0; goto IL_00e7; } IL_00d7: { float L_36 = __this->get_harpoonRightMax_26(); float L_37; L_37 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((4.0f), L_36, /*hidden argument*/NULL); G_B5_0 = L_37; G_B5_1 = G_B4_0; } IL_00e7: { V_4 = G_B5_0; // sameSideHarpoon = !sameSideHarpoon; bool L_38 = __this->get_sameSideHarpoon_28(); __this->set_sameSideHarpoon_28((bool)((((int32_t)L_38) == ((int32_t)0))? 1 : 0)); // } G_B20_0 = G_B5_1; goto IL_0200; } IL_00fd: { // else if (lastHarpoonX < -HarpoonDeployer.CENTRAL_HARPOON_DIST) float L_39 = __this->get_lastHarpoonX_27(); G_B7_0 = G_B6_0; if ((!(((float)L_39) < ((float)(-4.0f))))) { G_B11_0 = G_B6_0; goto IL_014b; } } { // xRand = sameSideHarpoon ? Random.Range(-harpoonRightMax, -HarpoonDeployer.CENTRAL_HARPOON_DIST) : Random.Range(HarpoonDeployer.CENTRAL_HARPOON_DIST, harpoonRightMax); bool L_40 = __this->get_sameSideHarpoon_28(); G_B8_0 = G_B7_0; if (L_40) { G_B9_0 = G_B7_0; goto IL_0124; } } { float L_41 = __this->get_harpoonRightMax_26(); float L_42; L_42 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((4.0f), L_41, /*hidden argument*/NULL); G_B10_0 = L_42; G_B10_1 = G_B8_0; goto IL_0135; } IL_0124: { float L_43 = __this->get_harpoonRightMax_26(); float L_44; L_44 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_43)), (-4.0f), /*hidden argument*/NULL); G_B10_0 = L_44; G_B10_1 = G_B9_0; } IL_0135: { V_4 = G_B10_0; // sameSideHarpoon = !sameSideHarpoon; bool L_45 = __this->get_sameSideHarpoon_28(); __this->set_sameSideHarpoon_28((bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0)); // } G_B20_0 = G_B10_1; goto IL_0200; } IL_014b: { // if (Random.Range(0f, 1f) < 0.5f) float L_46; L_46 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (1.0f), /*hidden argument*/NULL); G_B12_0 = G_B11_0; if ((!(((float)L_46) < ((float)(0.5f))))) { G_B13_0 = G_B11_0; goto IL_0176; } } { // xRand = Random.Range(-harpoonRightMax, -HarpoonDeployer.CENTRAL_HARPOON_DIST); float L_47 = __this->get_harpoonRightMax_26(); float L_48; L_48 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_47)), (-4.0f), /*hidden argument*/NULL); V_4 = L_48; // } G_B14_0 = G_B12_0; goto IL_0188; } IL_0176: { // xRand = Random.Range(HarpoonDeployer.CENTRAL_HARPOON_DIST, harpoonRightMax); float L_49 = __this->get_harpoonRightMax_26(); float L_50; L_50 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((4.0f), L_49, /*hidden argument*/NULL); V_4 = L_50; G_B14_0 = G_B13_0; } IL_0188: { // sameSideHarpoon = false; __this->set_sameSideHarpoon_28((bool)0); // } G_B20_0 = G_B14_0; goto IL_0200; } IL_0191: { // if(Mathf.Abs(lastHarpoonX - Player.RoadCenterDistance) < nearPlayerHarpoonDistance) float L_51 = __this->get_lastHarpoonX_27(); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_52; L_52 = Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21(/*hidden argument*/NULL); float L_53; L_53 = fabsf(((float)il2cpp_codegen_subtract((float)L_51, (float)L_52))); float L_54 = __this->get_nearPlayerHarpoonDistance_17(); G_B16_0 = G_B15_0; if ((!(((float)L_53) < ((float)L_54)))) { G_B19_0 = G_B15_0; goto IL_01e0; } } { // if (lastHarpoonX < 0) float L_55 = __this->get_lastHarpoonX_27(); G_B17_0 = G_B16_0; if ((!(((float)L_55) < ((float)(0.0f))))) { G_B18_0 = G_B16_0; goto IL_01cb; } } { // xRand = Random.Range(0f, harpoonRightMax); float L_56 = __this->get_harpoonRightMax_26(); float L_57; L_57 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), L_56, /*hidden argument*/NULL); V_4 = L_57; // } G_B20_0 = G_B17_0; goto IL_0200; } IL_01cb: { // xRand = Random.Range(-harpoonRightMax, 0f); float L_58 = __this->get_harpoonRightMax_26(); float L_59; L_59 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_58)), (0.0f), /*hidden argument*/NULL); V_4 = L_59; // } G_B20_0 = G_B18_0; goto IL_0200; } IL_01e0: { // xRand = Player.RoadCenterDistance + Random.Range(-nearPlayerHarpoonDistance, nearPlayerHarpoonDistance) / 2; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_60; L_60 = Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21(/*hidden argument*/NULL); float L_61 = __this->get_nearPlayerHarpoonDistance_17(); float L_62 = __this->get_nearPlayerHarpoonDistance_17(); float L_63; L_63 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_61)), L_62, /*hidden argument*/NULL); V_4 = ((float)il2cpp_codegen_add((float)L_60, (float)((float)((float)L_63/(float)(2.0f))))); G_B20_0 = G_B19_0; } IL_0200: { // xRand = Mathf.Clamp(xRand, -harpoonRightMax, harpoonRightMax); float L_64 = V_4; float L_65 = __this->get_harpoonRightMax_26(); float L_66 = __this->get_harpoonRightMax_26(); float L_67; L_67 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(L_64, ((-L_65)), L_66, /*hidden argument*/NULL); V_4 = L_67; // Vector3 offsetPoint = point + (localRight * xRand); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68 = V_1; float L_69 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70; L_70 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_68, L_69, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_71; L_71 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(G_B20_0, L_70, /*hidden argument*/NULL); V_5 = L_71; // Vector3 splashOffset = new Vector3(offsetPoint.x, GridBlockPlacer.GROUND_LEVEL, offsetPoint.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_5; float L_73 = L_72.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74 = V_5; float L_75 = L_74.get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_6), L_73, (-20.0f), L_75, /*hidden argument*/NULL); // Transform harpoon = Instantiate(harpoonPrefab, offsetPoint, rot); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_76 = __this->get_harpoonPrefab_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_77 = V_5; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_78 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_79; L_79 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_76, L_77, L_78, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); V_7 = L_79; // Instantiate(harpoonSplash, splashOffset, rot); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_80 = __this->get_harpoonSplash_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_81 = V_6; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_82 = V_3; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_83; L_83 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_80, L_81, L_82, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); // Transform pole = harpoon.Find("harpoon"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_84 = V_7; NullCheck(L_84); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_85; L_85 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_84, _stringLiteralE973CFFBB014AF775832B877C578D3F8EC4323B3, /*hidden argument*/NULL); V_8 = L_85; // pole.localEulerAngles = new Vector3(pole.localEulerAngles.x + Random.Range(-angleVariation, angleVariation), pole.localEulerAngles.y, pole.localEulerAngles.z); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_86 = V_8; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_87 = V_8; NullCheck(L_87); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_88; L_88 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_87, /*hidden argument*/NULL); float L_89 = L_88.get_x_2(); float L_90 = __this->get_angleVariation_16(); float L_91 = __this->get_angleVariation_16(); float L_92; L_92 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_90)), L_91, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_93 = V_8; NullCheck(L_93); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_94; L_94 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_93, /*hidden argument*/NULL); float L_95 = L_94.get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_96 = V_8; NullCheck(L_96); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_97; L_97 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_96, /*hidden argument*/NULL); float L_98 = L_97.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_99; memset((&L_99), 0, sizeof(L_99)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_99), ((float)il2cpp_codegen_add((float)L_89, (float)L_92)), L_95, L_98, /*hidden argument*/NULL); NullCheck(L_86); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_86, L_99, /*hidden argument*/NULL); // Transform destroyedPole = harpoon.Find("harpoon_destroyed"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_100 = V_7; NullCheck(L_100); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_101; L_101 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_100, _stringLiteralCF9A4D8AFE990DF8B44D9B23B10681DCE0CC3FF6, /*hidden argument*/NULL); // destroyedPole.localEulerAngles = pole.localEulerAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_102 = V_8; NullCheck(L_102); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_103; L_103 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_102, /*hidden argument*/NULL); NullCheck(L_101); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_101, L_103, /*hidden argument*/NULL); // if(linked) bool L_104 = ___linked0; if (!L_104) { goto IL_0358; } } { // GameObject tractorObject = harpoon.Find("TractorBeam").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_105 = V_7; NullCheck(L_105); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_106; L_106 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_105, _stringLiteralA894182D4A550B89396B3AC2B7CFB3A2D0E5F90A, /*hidden argument*/NULL); NullCheck(L_106); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_107; L_107 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_106, /*hidden argument*/NULL); V_10 = L_107; // TractorBeam thisTractor = tractorObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_108 = V_10; NullCheck(L_108); TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_109; L_109 = GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2(L_108, /*hidden argument*/GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2_RuntimeMethod_var); V_11 = L_109; // if(lastTractor != null && lastTractor.sidearm == null && ((lastHarpoonX >= 0 && xRand < 0) || (lastHarpoonX < 0 && xRand >= 0))) TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_110 = __this->get_lastTractor_29(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_111; L_111 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_110, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_111) { goto IL_0350; } } { TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_112 = __this->get_lastTractor_29(); NullCheck(L_112); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_113 = L_112->get_sidearm_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_114; L_114 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_113, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_114) { goto IL_0350; } } { float L_115 = __this->get_lastHarpoonX_27(); if ((!(((float)L_115) >= ((float)(0.0f))))) { goto IL_0320; } } { float L_116 = V_4; if ((((float)L_116) < ((float)(0.0f)))) { goto IL_0336; } } IL_0320: { float L_117 = __this->get_lastHarpoonX_27(); if ((!(((float)L_117) < ((float)(0.0f))))) { goto IL_0350; } } { float L_118 = V_4; if ((!(((float)L_118) >= ((float)(0.0f))))) { goto IL_0350; } } IL_0336: { // thisTractor.sidearm = lastTractor.transform; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_119 = V_11; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_120 = __this->get_lastTractor_29(); NullCheck(L_120); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_121; L_121 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_120, /*hidden argument*/NULL); NullCheck(L_119); L_119->set_sidearm_4(L_121); // tractorObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_122 = V_10; NullCheck(L_122); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_122, (bool)1, /*hidden argument*/NULL); } IL_0350: { // lastTractor = thisTractor; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_123 = V_11; __this->set_lastTractor_29(L_123); } IL_0358: { // lastHarpoonX = xRand; float L_124 = V_4; __this->set_lastHarpoonX_27(L_124); // return harpoon; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_125 = V_7; return L_125; } } // System.Collections.IEnumerator HammerheadFireControl::RollerDrop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HammerheadFireControl_RollerDrop_m20A0BA0A5BE2232630677DECE101AD0C52B1E366 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * L_0 = (U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 *)il2cpp_codegen_object_new(U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021_il2cpp_TypeInfo_var); U3CRollerDropU3Ed__36__ctor_m8A12CDBAFE7528EB676C9C7D32F868A76933B8B6(L_0, 0, /*hidden argument*/NULL); U3CRollerDropU3Ed__36_t7F54A968AEA6EC43ACEFEB212538E75B49F18021 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void HammerheadFireControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadFireControl__ctor_m0D480FC8F67ED30C700664852E699E0CE4360003 (HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * __this, const RuntimeMethod* method) { { // public float harpoonFireRate = 0.4f; __this->set_harpoonFireRate_9((0.400000006f)); // public float linkedHarpoonFireRate = 0.6f; __this->set_linkedHarpoonFireRate_10((0.600000024f)); // public float harpoonFireRateVariance = 0.1f; __this->set_harpoonFireRateVariance_11((0.100000001f)); // public int harpoonsPerVolley = 4; __this->set_harpoonsPerVolley_12(4); // public float betweenVolleyTime = 1.5f; __this->set_betweenVolleyTime_13((1.5f)); // public int harpoonsPerSet = 16; __this->set_harpoonsPerSet_14(((int32_t)16)); // public float angleVariation = 15f; __this->set_angleVariation_16((15.0f)); // public float nearPlayerHarpoonDistance = 2f; __this->set_nearPlayerHarpoonDistance_17((2.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // HammerheadMoveGoal HammerheadMovement::get_CurrentGoal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // return currentGoal; int32_t L_0 = __this->get_currentGoal_61(); return L_0; } } // System.Void HammerheadMovement::set_CurrentGoal(HammerheadMoveGoal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, int32_t ___value0, const RuntimeMethod* method) { HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B5_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B4_0 = NULL; float G_B6_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B6_1 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B10_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B9_0 = NULL; float G_B11_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B11_1 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B15_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B14_0 = NULL; float G_B16_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B16_1 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B20_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B19_0 = NULL; float G_B21_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B21_1 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B27_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B26_0 = NULL; float G_B28_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B28_1 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B32_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B31_0 = NULL; float G_B33_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B33_1 = NULL; { // currentGoal = value; int32_t L_0 = ___value0; __this->set_currentGoal_61(L_0); // if (currentGoal == HammerheadMoveGoal.Under) int32_t L_1 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002d; } } { // relativeMoveTarget = new Vector3(0f, submergedHeight, submergedAhead); float L_2 = __this->get_submergedHeight_38(); float L_3 = __this->get_submergedAhead_39(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), (0.0f), L_2, L_3, /*hidden argument*/NULL); __this->set_relativeMoveTarget_54(L_4); // } return; } IL_002d: { // else if (currentGoal == HammerheadMoveGoal.Surface) int32_t L_5 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_5) == ((uint32_t)3)))) { goto IL_0065; } } { // relativeMoveTarget = new Vector3(moveRight ? sideOfRoadOffset : -sideOfRoadOffset, surfacedHeight, surfacedAhead); bool L_6 = __this->get_moveRight_55(); G_B4_0 = __this; if (L_6) { G_B5_0 = __this; goto IL_0048; } } { float L_7 = __this->get_sideOfRoadOffset_35(); G_B6_0 = ((-L_7)); G_B6_1 = G_B4_0; goto IL_004e; } IL_0048: { float L_8 = __this->get_sideOfRoadOffset_35(); G_B6_0 = L_8; G_B6_1 = G_B5_0; } IL_004e: { float L_9 = __this->get_surfacedHeight_36(); float L_10 = __this->get_surfacedAhead_37(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; memset((&L_11), 0, sizeof(L_11)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_11), G_B6_0, L_9, L_10, /*hidden argument*/NULL); NullCheck(G_B6_1); G_B6_1->set_relativeMoveTarget_54(L_11); // } return; } IL_0065: { // else if (currentGoal == HammerheadMoveGoal.Lower) int32_t L_12 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_12) == ((uint32_t)5)))) { goto IL_009d; } } { // relativeMoveTarget = new Vector3(moveRight ? sideOfRoadOffset : -sideOfRoadOffset, submergedHeight, submergedAhead); bool L_13 = __this->get_moveRight_55(); G_B9_0 = __this; if (L_13) { G_B10_0 = __this; goto IL_0080; } } { float L_14 = __this->get_sideOfRoadOffset_35(); G_B11_0 = ((-L_14)); G_B11_1 = G_B9_0; goto IL_0086; } IL_0080: { float L_15 = __this->get_sideOfRoadOffset_35(); G_B11_0 = L_15; G_B11_1 = G_B10_0; } IL_0086: { float L_16 = __this->get_submergedHeight_38(); float L_17 = __this->get_submergedAhead_39(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; memset((&L_18), 0, sizeof(L_18)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_18), G_B11_0, L_16, L_17, /*hidden argument*/NULL); NullCheck(G_B11_1); G_B11_1->set_relativeMoveTarget_54(L_18); // } return; } IL_009d: { // else if (currentGoal == HammerheadMoveGoal.Forward) int32_t L_19 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_19) == ((uint32_t)4)))) { goto IL_00d5; } } { // relativeMoveTarget = new Vector3(moveRight ? sideOfRoadOffset : -sideOfRoadOffset, surfacedHeight, submergedAhead); bool L_20 = __this->get_moveRight_55(); G_B14_0 = __this; if (L_20) { G_B15_0 = __this; goto IL_00b8; } } { float L_21 = __this->get_sideOfRoadOffset_35(); G_B16_0 = ((-L_21)); G_B16_1 = G_B14_0; goto IL_00be; } IL_00b8: { float L_22 = __this->get_sideOfRoadOffset_35(); G_B16_0 = L_22; G_B16_1 = G_B15_0; } IL_00be: { float L_23 = __this->get_surfacedHeight_36(); float L_24 = __this->get_submergedAhead_39(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_25; memset((&L_25), 0, sizeof(L_25)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_25), G_B16_0, L_23, L_24, /*hidden argument*/NULL); NullCheck(G_B16_1); G_B16_1->set_relativeMoveTarget_54(L_25); // } return; } IL_00d5: { // else if(currentGoal == HammerheadMoveGoal.Upper) int32_t L_26 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_26) == ((uint32_t)6)))) { goto IL_010d; } } { // relativeMoveTarget = new Vector3(moveRight ? sideOfRoadOffset : -sideOfRoadOffset, flyingHeight, flyingAhead); bool L_27 = __this->get_moveRight_55(); G_B19_0 = __this; if (L_27) { G_B20_0 = __this; goto IL_00f0; } } { float L_28 = __this->get_sideOfRoadOffset_35(); G_B21_0 = ((-L_28)); G_B21_1 = G_B19_0; goto IL_00f6; } IL_00f0: { float L_29 = __this->get_sideOfRoadOffset_35(); G_B21_0 = L_29; G_B21_1 = G_B20_0; } IL_00f6: { float L_30 = __this->get_flyingHeight_40(); float L_31 = __this->get_flyingAhead_41(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; memset((&L_32), 0, sizeof(L_32)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_32), G_B21_0, L_30, L_31, /*hidden argument*/NULL); NullCheck(G_B21_1); G_B21_1->set_relativeMoveTarget_54(L_32); // } return; } IL_010d: { // else if (currentGoal == HammerheadMoveGoal.Over) int32_t L_33 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_33) == ((uint32_t)2)))) { goto IL_0133; } } { // relativeMoveTarget = new Vector3(0f, flyingHeight, flyingAhead); float L_34 = __this->get_flyingHeight_40(); float L_35 = __this->get_flyingAhead_41(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; memset((&L_36), 0, sizeof(L_36)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_36), (0.0f), L_34, L_35, /*hidden argument*/NULL); __this->set_relativeMoveTarget_54(L_36); // } return; } IL_0133: { // else if(currentGoal == HammerheadMoveGoal.DeathUp) int32_t L_37 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_37) == ((uint32_t)7)))) { goto IL_016b; } } { // relativeMoveTarget = new Vector3(moveRight ? deathSideOffset : -deathSideOffset, deathHeight, submergedAhead); bool L_38 = __this->get_moveRight_55(); G_B26_0 = __this; if (L_38) { G_B27_0 = __this; goto IL_014e; } } { float L_39 = __this->get_deathSideOffset_48(); G_B28_0 = ((-L_39)); G_B28_1 = G_B26_0; goto IL_0154; } IL_014e: { float L_40 = __this->get_deathSideOffset_48(); G_B28_0 = L_40; G_B28_1 = G_B27_0; } IL_0154: { float L_41 = __this->get_deathHeight_49(); float L_42 = __this->get_submergedAhead_39(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; memset((&L_43), 0, sizeof(L_43)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_43), G_B28_0, L_41, L_42, /*hidden argument*/NULL); NullCheck(G_B28_1); G_B28_1->set_relativeMoveTarget_54(L_43); // } return; } IL_016b: { // else if (currentGoal == HammerheadMoveGoal.DeathDown) int32_t L_44 = __this->get_currentGoal_61(); if ((!(((uint32_t)L_44) == ((uint32_t)8)))) { goto IL_01c7; } } { // lateralForce = deathDiveLateralForce; float L_45 = __this->get_deathDiveLateralForce_51(); ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->set_lateralForce_9(L_45); // normalizedLateralForce = lateralForce / (Time.fixedUnscaledDeltaTime * Time.fixedUnscaledDeltaTime); float L_46 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_lateralForce_9(); float L_47; L_47 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); float L_48; L_48 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->set_normalizedLateralForce_27(((float)((float)L_46/(float)((float)il2cpp_codegen_multiply((float)L_47, (float)L_48))))); // relativeMoveTarget = new Vector3(moveRight ? deathSideOffset : -deathSideOffset, -deathHeight, submergedAhead); bool L_49 = __this->get_moveRight_55(); G_B31_0 = __this; if (L_49) { G_B32_0 = __this; goto IL_01aa; } } { float L_50 = __this->get_deathSideOffset_48(); G_B33_0 = ((-L_50)); G_B33_1 = G_B31_0; goto IL_01b0; } IL_01aa: { float L_51 = __this->get_deathSideOffset_48(); G_B33_0 = L_51; G_B33_1 = G_B32_0; } IL_01b0: { float L_52 = __this->get_deathHeight_49(); float L_53 = __this->get_submergedAhead_39(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54; memset((&L_54), 0, sizeof(L_54)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_54), G_B33_0, ((-L_52)), L_53, /*hidden argument*/NULL); NullCheck(G_B33_1); G_B33_1->set_relativeMoveTarget_54(L_54); } IL_01c7: { // } return; } } // System.Void HammerheadMovement::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Awake_m45E9E78A7A4A0507C787E5873C083B9D7875B079 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // sharkBot = bossAnimator.transform; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_bossAnimator_31(); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); __this->set_sharkBot_59(L_1); // } return; } } // System.Void HammerheadMovement::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Start_m49DCA9A2DC39771D2B378D873E9DD951420AE9AD (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B2_0 = NULL; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B1_0 = NULL; float G_B3_0 = 0.0f; HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * G_B3_1 = NULL; { // base.Start(); EnemyMovement_Start_m94784B4CCCFC527F201E228AF5F81D0B1AA81C99(__this, /*hidden argument*/NULL); // relativeMoveTarget = new Vector3(moveRight ? sideOfRoadOffset : -sideOfRoadOffset, 0f, introAhead); bool L_0 = __this->get_moveRight_55(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0018; } } { float L_1 = __this->get_sideOfRoadOffset_35(); G_B3_0 = ((-L_1)); G_B3_1 = G_B1_0; goto IL_001e; } IL_0018: { float L_2 = __this->get_sideOfRoadOffset_35(); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_001e: { float L_3 = __this->get_introAhead_33(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; memset((&L_4), 0, sizeof(L_4)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_4), G_B3_0, (0.0f), L_3, /*hidden argument*/NULL); NullCheck(G_B3_1); G_B3_1->set_relativeMoveTarget_54(L_4); // } return; } } // System.Void HammerheadMovement::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Update_m0C5567119FBCF368B8A3EA9C193737828CB6260A (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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*)&_stringLiteralB932BDA427265153CD334789B02F296176E1285F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA02883097CF8661248DB462AEF08ECAE699D958); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); { // base.Update(); EnemyMovement_Update_mDFD118039E40A0039E1928DCF217453DC9339FAC(__this, /*hidden argument*/NULL); // Vector3 currentRelativePosition = new Vector3(transform.localPosition.x, transform.localPosition.y, forwardDistance); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_0, /*hidden argument*/NULL); float L_2 = L_1.get_x_2(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_3, /*hidden argument*/NULL); float L_5 = L_4.get_y_3(); float L_6; L_6 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), L_2, L_5, L_6, /*hidden argument*/NULL); // Vector3 moveTargetMinusForward = new Vector3(relativeMoveTarget.x, relativeMoveTarget.y, 0f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_7 = __this->get_address_of_relativeMoveTarget_54(); float L_8 = L_7->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_9 = __this->get_address_of_relativeMoveTarget_54(); float L_10 = L_9->get_y_3(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), L_8, L_10, (0.0f), /*hidden argument*/NULL); // Vector3 currentMinusForward = new Vector3(currentRelativePosition.x, currentRelativePosition.y, 0f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = V_0; float L_12 = L_11.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; float L_14 = L_13.get_y_3(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), L_12, L_14, (0.0f), /*hidden argument*/NULL); // if (CurrentGoal == HammerheadMoveGoal.Forward) int32_t L_15; L_15 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_15) == ((uint32_t)4)))) { goto IL_00bd; } } { // if ((moveTargetMinusForward - currentMinusForward).magnitude < NEARNESS_THRESHOLD) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_16, L_17, /*hidden argument*/NULL); V_3 = L_18; float L_19; L_19 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); if ((!(((float)L_19) < ((float)(2.5f))))) { goto IL_039e; } } { // currentTimeTilDive += Time.deltaTime; float L_20 = __this->get_currentTimeTilDive_58(); float L_21; L_21 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_currentTimeTilDive_58(((float)il2cpp_codegen_add((float)L_20, (float)L_21))); // if (currentTimeTilDive >= timeTilDive) float L_22 = __this->get_currentTimeTilDive_58(); float L_23 = __this->get_timeTilDive_42(); if ((!(((float)L_22) >= ((float)L_23)))) { goto IL_039e; } } { // Dive(); HammerheadMovement_Dive_m0A004DBC5B6D73919035A67402F9589AF88C0D13(__this, /*hidden argument*/NULL); // } goto IL_039e; } IL_00bd: { // else if (CurrentGoal == HammerheadMoveGoal.Lower) int32_t L_24; L_24 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_24) == ((uint32_t)5)))) { goto IL_015f; } } { // if (phaseController.CurrentPhase > 0 && (moveTargetMinusForward - currentMinusForward).magnitude < NEARNESS_THRESHOLD) BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_25 = __this->get_phaseController_29(); NullCheck(L_25); int32_t L_26; L_26 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_25, /*hidden argument*/NULL); if ((((int32_t)L_26) <= ((int32_t)0))) { goto IL_0113; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_27, L_28, /*hidden argument*/NULL); V_3 = L_29; float L_30; L_30 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); if ((!(((float)L_30) < ((float)(2.5f))))) { goto IL_0113; } } { // if (crossedCenter) bool L_31 = __this->get_crossedCenter_56(); if (!L_31) { goto IL_00fd; } } { // Rise(); HammerheadMovement_Rise_mC4143F3E4A9B3077B8429AC33108ED1543C41B14(__this, /*hidden argument*/NULL); // } goto IL_0113; } IL_00fd: { // moveRight = !moveRight; bool L_32 = __this->get_moveRight_55(); __this->set_moveRight_55((bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0)); // CurrentGoal = HammerheadMoveGoal.Under; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 1, /*hidden argument*/NULL); } IL_0113: { // if (bossAnimator.GetBool("Diving") && Mathf.Abs(relativeMoveTarget.y - currentRelativePosition.y) < NEARNESS_THRESHOLD) Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_33 = __this->get_bossAnimator_31(); NullCheck(L_33); bool L_34; L_34 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_33, _stringLiteralEA02883097CF8661248DB462AEF08ECAE699D958, /*hidden argument*/NULL); if (!L_34) { goto IL_039e; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_35 = __this->get_address_of_relativeMoveTarget_54(); float L_36 = L_35->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = V_0; float L_38 = L_37.get_y_3(); float L_39; L_39 = fabsf(((float)il2cpp_codegen_subtract((float)L_36, (float)L_38))); if ((!(((float)L_39) < ((float)(2.5f))))) { goto IL_039e; } } { // bossAnimator.SetBool("Diving", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_40 = __this->get_bossAnimator_31(); NullCheck(L_40); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_40, _stringLiteralEA02883097CF8661248DB462AEF08ECAE699D958, (bool)0, /*hidden argument*/NULL); // } goto IL_039e; } IL_015f: { // else if (CurrentGoal == HammerheadMoveGoal.Under) int32_t L_41; L_41 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_41) == ((uint32_t)1)))) { goto IL_0202; } } { // if ((moveTargetMinusForward - currentMinusForward).magnitude < NEARNESS_THRESHOLD) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; L_44 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_42, L_43, /*hidden argument*/NULL); V_3 = L_44; float L_45; L_45 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); if ((!(((float)L_45) < ((float)(2.5f))))) { goto IL_039e; } } { // crossedCenter = true; __this->set_crossedCenter_56((bool)1); // if (phaseController.CurrentPhase > 1) BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_46 = __this->get_phaseController_29(); NullCheck(L_46); int32_t L_47; L_47 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_46, /*hidden argument*/NULL); if ((((int32_t)L_47) <= ((int32_t)1))) { goto IL_01f6; } } { // if (fireControl.HarpoonLaunch(phaseController.CurrentPhase > 2)) HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_48 = __this->get_fireControl_30(); BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_49 = __this->get_phaseController_29(); NullCheck(L_49); int32_t L_50; L_50 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_49, /*hidden argument*/NULL); NullCheck(L_48); bool L_51; L_51 = HammerheadFireControl_HarpoonLaunch_mBF403ABA0BCC14933F800BE4A6519B764C102BDA(L_48, (bool)((((int32_t)L_50) > ((int32_t)2))? 1 : 0), /*hidden argument*/NULL); if (!L_51) { goto IL_039e; } } { // if(phaseController.CurrentPhase > 2 && Random.Range(0f,1f) > 0.5f) BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_52 = __this->get_phaseController_29(); NullCheck(L_52); int32_t L_53; L_53 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_52, /*hidden argument*/NULL); if ((((int32_t)L_53) <= ((int32_t)2))) { goto IL_01ea; } } { float L_54; L_54 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (1.0f), /*hidden argument*/NULL); if ((!(((float)L_54) > ((float)(0.5f))))) { goto IL_01ea; } } { // moveRight = !moveRight; bool L_55 = __this->get_moveRight_55(); __this->set_moveRight_55((bool)((((int32_t)L_55) == ((int32_t)0))? 1 : 0)); } IL_01ea: { // CurrentGoal = HammerheadMoveGoal.Lower; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 5, /*hidden argument*/NULL); // } goto IL_039e; } IL_01f6: { // CurrentGoal = HammerheadMoveGoal.Lower; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 5, /*hidden argument*/NULL); // } goto IL_039e; } IL_0202: { // else if(CurrentGoal == HammerheadMoveGoal.Upper) int32_t L_56; L_56 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_56) == ((uint32_t)6)))) { goto IL_02a1; } } { // if ((moveTargetMinusForward - currentMinusForward).magnitude < NEARNESS_THRESHOLD) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; L_59 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_57, L_58, /*hidden argument*/NULL); V_3 = L_59; float L_60; L_60 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); if ((!(((float)L_60) < ((float)(2.5f))))) { goto IL_0255; } } { // if (crossedCenter) bool L_61 = __this->get_crossedCenter_56(); if (!L_61) { goto IL_0234; } } { // Dive(); HammerheadMovement_Dive_m0A004DBC5B6D73919035A67402F9589AF88C0D13(__this, /*hidden argument*/NULL); // } goto IL_0255; } IL_0234: { // fireControl.SpawnRollers(); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_62 = __this->get_fireControl_30(); NullCheck(L_62); HammerheadFireControl_SpawnRollers_m658047E3D1B1E501E1CC484853489DB7DF99A857(L_62, /*hidden argument*/NULL); // moveRight = !moveRight; bool L_63 = __this->get_moveRight_55(); __this->set_moveRight_55((bool)((((int32_t)L_63) == ((int32_t)0))? 1 : 0)); // CurrentGoal = HammerheadMoveGoal.Over; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 2, /*hidden argument*/NULL); } IL_0255: { // if(bossAnimator.GetBool("Rising") && Mathf.Abs(relativeMoveTarget.y - currentRelativePosition.y) < NEARNESS_THRESHOLD) Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_64 = __this->get_bossAnimator_31(); NullCheck(L_64); bool L_65; L_65 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_64, _stringLiteralB932BDA427265153CD334789B02F296176E1285F, /*hidden argument*/NULL); if (!L_65) { goto IL_039e; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_66 = __this->get_address_of_relativeMoveTarget_54(); float L_67 = L_66->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68 = V_0; float L_69 = L_68.get_y_3(); float L_70; L_70 = fabsf(((float)il2cpp_codegen_subtract((float)L_67, (float)L_69))); if ((!(((float)L_70) < ((float)(2.5f))))) { goto IL_039e; } } { // bossAnimator.SetBool("Rising", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_71 = __this->get_bossAnimator_31(); NullCheck(L_71); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_71, _stringLiteralB932BDA427265153CD334789B02F296176E1285F, (bool)0, /*hidden argument*/NULL); // } goto IL_039e; } IL_02a1: { // else if (CurrentGoal == HammerheadMoveGoal.Over) int32_t L_72; L_72 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_72) == ((uint32_t)2)))) { goto IL_02e1; } } { // if ((moveTargetMinusForward - currentMinusForward).magnitude < NEARNESS_THRESHOLD) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_73 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_74 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75; L_75 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_73, L_74, /*hidden argument*/NULL); V_3 = L_75; float L_76; L_76 = Vector3_get_magnitude_mDDD40612220D8104E77E993E18A101A69A944991((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), /*hidden argument*/NULL); if ((!(((float)L_76) < ((float)(2.5f))))) { goto IL_039e; } } { // crossedCenter = true; __this->set_crossedCenter_56((bool)1); // fireControl.DropRollers(); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_77 = __this->get_fireControl_30(); NullCheck(L_77); HammerheadFireControl_DropRollers_mD7D586081C7266B1AC42EDE7B8BFC33625D00A02(L_77, /*hidden argument*/NULL); // CurrentGoal = HammerheadMoveGoal.Upper; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 6, /*hidden argument*/NULL); // } goto IL_039e; } IL_02e1: { // else if(CurrentGoal == HammerheadMoveGoal.Surface) int32_t L_78; L_78 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_78) == ((uint32_t)3)))) { goto IL_0344; } } { // if (phaseController.CurrentPhase > 2) BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_79 = __this->get_phaseController_29(); NullCheck(L_79); int32_t L_80; L_80 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_79, /*hidden argument*/NULL); if ((((int32_t)L_80) <= ((int32_t)2))) { goto IL_02fe; } } { // Rise(); HammerheadMovement_Rise_mC4143F3E4A9B3077B8429AC33108ED1543C41B14(__this, /*hidden argument*/NULL); } IL_02fe: { // if (bossAnimator.GetBool("Rising") && Mathf.Abs(relativeMoveTarget.y - currentRelativePosition.y) < NEARNESS_THRESHOLD) Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_81 = __this->get_bossAnimator_31(); NullCheck(L_81); bool L_82; L_82 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_81, _stringLiteralB932BDA427265153CD334789B02F296176E1285F, /*hidden argument*/NULL); if (!L_82) { goto IL_039e; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_83 = __this->get_address_of_relativeMoveTarget_54(); float L_84 = L_83->get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_85 = V_0; float L_86 = L_85.get_y_3(); float L_87; L_87 = fabsf(((float)il2cpp_codegen_subtract((float)L_84, (float)L_86))); if ((!(((float)L_87) < ((float)(2.5f))))) { goto IL_039e; } } { // bossAnimator.SetBool("Rising", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_88 = __this->get_bossAnimator_31(); NullCheck(L_88); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_88, _stringLiteralB932BDA427265153CD334789B02F296176E1285F, (bool)0, /*hidden argument*/NULL); // } goto IL_039e; } IL_0344: { // else if (CurrentGoal == HammerheadMoveGoal.DeathDown && prevPosition.y >= GridBlockPlacer.GROUND_LEVEL && sharkBot.position.y < GridBlockPlacer.GROUND_LEVEL) int32_t L_89; L_89 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_89) == ((uint32_t)8)))) { goto IL_039e; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_90 = __this->get_address_of_prevPosition_60(); float L_91 = L_90->get_y_3(); if ((!(((float)L_91) >= ((float)(-20.0f))))) { goto IL_039e; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_92 = __this->get_sharkBot_59(); NullCheck(L_92); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_93; L_93 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_92, /*hidden argument*/NULL); float L_94 = L_93.get_y_3(); if ((!(((float)L_94) < ((float)(-20.0f))))) { goto IL_039e; } } { // Instantiate(deathSplash, sharkBot.position, Quaternion.identity); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_95 = __this->get_deathSplash_52(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_96 = __this->get_sharkBot_59(); NullCheck(L_96); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_97; L_97 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_96, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_98; L_98 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_99; L_99 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_95, L_97, L_98, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); // destructor.enabled = true; TimedObjectDestructor_t37851391EC992C23E7C3954DD42270393A9B1168 * L_100 = __this->get_destructor_53(); NullCheck(L_100); Behaviour_set_enabled_mDE415591B28853D1CD764C53CB499A2142247F32(L_100, (bool)1, /*hidden argument*/NULL); } IL_039e: { // if((prevPosition.y < GridBlockPlacer.GROUND_LEVEL && sharkBot.position.y >= GridBlockPlacer.GROUND_LEVEL) || (prevPosition.y >= GridBlockPlacer.GROUND_LEVEL && sharkBot.position.y < GridBlockPlacer.GROUND_LEVEL)) Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_101 = __this->get_address_of_prevPosition_60(); float L_102 = L_101->get_y_3(); if ((!(((float)L_102) < ((float)(-20.0f))))) { goto IL_03c7; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_103 = __this->get_sharkBot_59(); NullCheck(L_103); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_104; L_104 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_103, /*hidden argument*/NULL); float L_105 = L_104.get_y_3(); if ((((float)L_105) >= ((float)(-20.0f)))) { goto IL_03f0; } } IL_03c7: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_106 = __this->get_address_of_prevPosition_60(); float L_107 = L_106->get_y_3(); if ((!(((float)L_107) >= ((float)(-20.0f))))) { goto IL_0421; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_108 = __this->get_sharkBot_59(); NullCheck(L_108); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_109; L_109 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_108, /*hidden argument*/NULL); float L_110 = L_109.get_y_3(); if ((!(((float)L_110) < ((float)(-20.0f))))) { goto IL_0421; } } IL_03f0: { // Instantiate(splashPrefab, new Vector3(prevPosition.x, GridBlockPlacer.GROUND_LEVEL, prevPosition.z), Quaternion.identity); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_111 = __this->get_splashPrefab_32(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_112 = __this->get_address_of_prevPosition_60(); float L_113 = L_112->get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_114 = __this->get_address_of_prevPosition_60(); float L_115 = L_114->get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_116; memset((&L_116), 0, sizeof(L_116)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_116), L_113, (-20.0f), L_115, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_117; L_117 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_118; L_118 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_111, L_116, L_117, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); } IL_0421: { // prevPosition = sharkBot.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_119 = __this->get_sharkBot_59(); NullCheck(L_119); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_120; L_120 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_119, /*hidden argument*/NULL); __this->set_prevPosition_60(L_120); // follower.TargetSpeed = GetSpeedTarget(); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_121 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); float L_122; L_122 = HammerheadMovement_GetSpeedTarget_m0DC229EA137EDA90FBFE80CF8EF29DE8DF902777(__this, /*hidden argument*/NULL); NullCheck(L_121); Follower_set_TargetSpeed_m86582EB9E6E5A8C85787E3BBA28729F7567D0284(L_121, L_122, /*hidden argument*/NULL); // } return; } } // System.Void HammerheadMovement::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_FixedUpdate_m787FFE78E9774F78A9D782E67A592754E1F22D44 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // base.FixedUpdate(); EnemyMovement_FixedUpdate_mDA673321C9B1060802BBDD41752D1BFA7504877E(__this, /*hidden argument*/NULL); // rb.MovePosition(transform.position + GetLateralForceDirection() * Time.fixedDeltaTime); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rb_13(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = HammerheadMovement_GetLateralForceDirection_m857F1D5C2BF4D3647F955254250DBDB39F6B6BA2(__this, /*hidden argument*/NULL); float L_4; L_4 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_3, L_4, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_2, L_5, /*hidden argument*/NULL); NullCheck(L_0); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(L_0, L_6, /*hidden argument*/NULL); // } return; } } // System.Single HammerheadMovement::GetSpeedTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HammerheadMovement_GetSpeedTarget_m0DC229EA137EDA90FBFE80CF8EF29DE8DF902777 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(forwardDistance > relativeMoveTarget.z + 1) float L_0; L_0 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1 = __this->get_address_of_relativeMoveTarget_54(); float L_2 = L_1->get_z_4(); if ((!(((float)L_0) > ((float)((float)il2cpp_codegen_add((float)L_2, (float)(1.0f))))))) { goto IL_0020; } } { // return minSpeed; float L_3 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_minSpeed_8(); return L_3; } IL_0020: { // else if(forwardDistance < relativeMoveTarget.z - 1) float L_4; L_4 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of_relativeMoveTarget_54(); float L_6 = L_5->get_z_4(); if ((!(((float)L_4) < ((float)((float)il2cpp_codegen_subtract((float)L_6, (float)(1.0f))))))) { goto IL_0040; } } { // return maxSpeed; float L_7 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); return L_7; } IL_0040: { // return Player.Follower.speed - forwardDistance + relativeMoveTarget.z; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_8; L_8 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_8); float L_9 = ((Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 *)L_8)->get_speed_5(); float L_10; L_10 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_11 = __this->get_address_of_relativeMoveTarget_54(); float L_12 = L_11->get_z_4(); return ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_9, (float)L_10)), (float)L_12)); } } // UnityEngine.Vector3 HammerheadMovement::GetLateralForceDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HammerheadMovement_GetLateralForceDirection_m857F1D5C2BF4D3647F955254250DBDB39F6B6BA2 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; float G_B4_0 = 0.0f; float G_B8_0 = 0.0f; float G_B7_0 = 0.0f; float G_B9_0 = 0.0f; float G_B9_1 = 0.0f; float G_B12_0 = 0.0f; float G_B11_0 = 0.0f; float G_B13_0 = 0.0f; float G_B13_1 = 0.0f; float G_B18_0 = 0.0f; float G_B21_0 = 0.0f; float G_B20_0 = 0.0f; float G_B22_0 = 0.0f; float G_B22_1 = 0.0f; { // Vector3 forceDirection = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; L_0 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_0 = L_0; // float upDist = relativeMoveTarget.y - transform.localPosition.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_1 = __this->get_address_of_relativeMoveTarget_54(); float L_2 = L_1->get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_3, /*hidden argument*/NULL); float L_5 = L_4.get_y_3(); V_1 = ((float)il2cpp_codegen_subtract((float)L_2, (float)L_5)); // if(Mathf.Abs(upDist) > 1) float L_6 = V_1; float L_7; L_7 = fabsf(L_6); if ((!(((float)L_7) > ((float)(1.0f))))) { goto IL_0045; } } { // upDist = upDist > 0 ? 1f : -1f; float L_8 = V_1; if ((((float)L_8) > ((float)(0.0f)))) { goto IL_003f; } } { G_B4_0 = (-1.0f); goto IL_0044; } IL_003f: { G_B4_0 = (1.0f); } IL_0044: { V_1 = G_B4_0; } IL_0045: { // if(phaseController.CurrentPhase < 3) BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_9 = __this->get_phaseController_29(); NullCheck(L_9); int32_t L_10; L_10 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_9, /*hidden argument*/NULL); if ((((int32_t)L_10) >= ((int32_t)3))) { goto IL_006e; } } { // upDist *= (upDist > 0 ? riseForceMultiplier : diveForceMultiplier); float L_11 = V_1; float L_12 = V_1; G_B7_0 = L_11; if ((((float)L_12) > ((float)(0.0f)))) { G_B8_0 = L_11; goto IL_0064; } } { float L_13 = __this->get_diveForceMultiplier_43(); G_B9_0 = L_13; G_B9_1 = G_B7_0; goto IL_006a; } IL_0064: { float L_14 = __this->get_riseForceMultiplier_44(); G_B9_0 = L_14; G_B9_1 = G_B8_0; } IL_006a: { V_1 = ((float)il2cpp_codegen_multiply((float)G_B9_1, (float)G_B9_0)); // } goto IL_0087; } IL_006e: { // upDist *= (upDist > 0 ? phase3RiseForceMultiplier : phase3DiveForceMultiplier); float L_15 = V_1; float L_16 = V_1; G_B11_0 = L_15; if ((((float)L_16) > ((float)(0.0f)))) { G_B12_0 = L_15; goto IL_007f; } } { float L_17 = __this->get_phase3DiveForceMultiplier_46(); G_B13_0 = L_17; G_B13_1 = G_B11_0; goto IL_0085; } IL_007f: { float L_18 = __this->get_phase3RiseForceMultiplier_47(); G_B13_0 = L_18; G_B13_1 = G_B12_0; } IL_0085: { V_1 = ((float)il2cpp_codegen_multiply((float)G_B13_1, (float)G_B13_0)); } IL_0087: { // float rightDist = relativeMoveTarget.x - transform.localPosition.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_19 = __this->get_address_of_relativeMoveTarget_54(); float L_20 = L_19->get_x_2(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_21); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22; L_22 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_21, /*hidden argument*/NULL); float L_23 = L_22.get_x_2(); V_2 = ((float)il2cpp_codegen_subtract((float)L_20, (float)L_23)); // if (Mathf.Abs(rightDist) > 1) float L_24 = V_2; float L_25; L_25 = fabsf(L_24); if ((!(((float)L_25) > ((float)(1.0f))))) { goto IL_00c6; } } { // rightDist = rightDist > 0 ? 1f : -1f; float L_26 = V_2; if ((((float)L_26) > ((float)(0.0f)))) { goto IL_00c0; } } { G_B18_0 = (-1.0f); goto IL_00c5; } IL_00c0: { G_B18_0 = (1.0f); } IL_00c5: { V_2 = G_B18_0; } IL_00c6: { // rightDist *= CurrentGoal == HammerheadMoveGoal.Intro ? introForceMultiplier : 1f; float L_27 = V_2; int32_t L_28; L_28 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); G_B20_0 = L_27; if (!L_28) { G_B21_0 = L_27; goto IL_00d6; } } { G_B22_0 = (1.0f); G_B22_1 = G_B20_0; goto IL_00dc; } IL_00d6: { float L_29 = __this->get_introForceMultiplier_34(); G_B22_0 = L_29; G_B22_1 = G_B21_0; } IL_00dc: { V_2 = ((float)il2cpp_codegen_multiply((float)G_B22_1, (float)G_B22_0)); // forceDirection = follower.transform.right * rightDist; Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_30 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_30); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_30, /*hidden argument*/NULL); NullCheck(L_31); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_31, /*hidden argument*/NULL); float L_33 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_32, L_33, /*hidden argument*/NULL); V_0 = L_34; // forceDirection += follower.transform.up * upDist; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_0; Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_36 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_36); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_36, /*hidden argument*/NULL); NullCheck(L_37); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_37, /*hidden argument*/NULL); float L_39 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; L_40 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_38, L_39, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41; L_41 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_35, L_40, /*hidden argument*/NULL); V_0 = L_41; // forceDirection *= lateralForce; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_42 = V_0; float L_43 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_lateralForce_9(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; L_44 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_42, L_43, /*hidden argument*/NULL); V_0 = L_44; // if (transform.localPosition.z > 0) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_45); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_45, /*hidden argument*/NULL); float L_47 = L_46.get_z_4(); if ((!(((float)L_47) > ((float)(0.0f))))) { goto IL_014f; } } { // forceDirection -= follower.transform.forward; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48 = V_0; Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_49 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_49); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_50; L_50 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_49, /*hidden argument*/NULL); NullCheck(L_50); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_50, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_48, L_51, /*hidden argument*/NULL); V_0 = L_52; // } goto IL_0166; } IL_014f: { // forceDirection += follower.transform.forward; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53 = V_0; Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_54 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_54); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_55; L_55 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_54, /*hidden argument*/NULL); NullCheck(L_55); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_56; L_56 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_55, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57; L_57 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_53, L_56, /*hidden argument*/NULL); V_0 = L_57; } IL_0166: { // return forceDirection; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58 = V_0; return L_58; } } // System.Void HammerheadMovement::Startup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Startup_m5F795C89FE6DD5B4A366F2E36D7B39FCC180D166 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // CurrentGoal = HammerheadMoveGoal.Surface; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 3, /*hidden argument*/NULL); // } return; } } // System.Void HammerheadMovement::PrepareToDive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_PrepareToDive_m77E3164BF09706CB6F880A34FB06F381AB0E5B4F (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // if (CurrentGoal == HammerheadMoveGoal.Surface) int32_t L_0; L_0 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_004e; } } { // if (phaseController.CurrentPhase == 1 || (phaseController.CurrentPhase == 2 && lostTurret)) BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_1 = __this->get_phaseController_29(); NullCheck(L_1); int32_t L_2; L_2 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_1, /*hidden argument*/NULL); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_002d; } } { BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_3 = __this->get_phaseController_29(); NullCheck(L_3); int32_t L_4; L_4 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_3, /*hidden argument*/NULL); if ((!(((uint32_t)L_4) == ((uint32_t)2)))) { goto IL_0047; } } { bool L_5 = __this->get_lostTurret_57(); if (!L_5) { goto IL_0047; } } IL_002d: { // CurrentGoal = HammerheadMoveGoal.Forward; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 4, /*hidden argument*/NULL); // fireControl.FireMissiles(); HammerheadFireControl_t62D71C97D38587EF855BC5EFBB7FD6FD0A351882 * L_6 = __this->get_fireControl_30(); NullCheck(L_6); HammerheadFireControl_FireMissiles_mADA2AE4269F2F5BD787E224BD8A8D843FC0C4279(L_6, /*hidden argument*/NULL); // lostTurret = false; __this->set_lostTurret_57((bool)0); // } return; } IL_0047: { // lostTurret = true; __this->set_lostTurret_57((bool)1); } IL_004e: { // } return; } } // System.Void HammerheadMovement::Phase3() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Phase3_m38B5289F7F2A63EF665CBB6282077C59CB6C2289 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // lateralForce = phase3LateralSpeed; float L_0 = __this->get_phase3LateralSpeed_45(); ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->set_lateralForce_9(L_0); // normalizedLateralForce = lateralForce / (Time.fixedUnscaledDeltaTime * Time.fixedUnscaledDeltaTime); float L_1 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_lateralForce_9(); float L_2; L_2 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); float L_3; L_3 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->set_normalizedLateralForce_27(((float)((float)L_1/(float)((float)il2cpp_codegen_multiply((float)L_2, (float)L_3))))); // } return; } } // System.Void HammerheadMovement::BeginDeath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_BeginDeath_mF7988EA11E3598D2D7B26BAF2585B00CCABCD838 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54BCA388B1C4035019F447FBBE662C6BFC12F7E8); s_Il2CppMethodInitialized = true; } { // CurrentGoal = HammerheadMoveGoal.DeathUp; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 7, /*hidden argument*/NULL); // bossAnimator.SetTrigger("Death"); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_bossAnimator_31(); NullCheck(L_0); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_0, _stringLiteral54BCA388B1C4035019F447FBBE662C6BFC12F7E8, /*hidden argument*/NULL); // lateralForce = deathLateralForce; float L_1 = __this->get_deathLateralForce_50(); ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->set_lateralForce_9(L_1); // normalizedLateralForce = lateralForce / (Time.fixedUnscaledDeltaTime * Time.fixedUnscaledDeltaTime); float L_2 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_lateralForce_9(); float L_3; L_3 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); float L_4; L_4 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->set_normalizedLateralForce_27(((float)((float)L_2/(float)((float)il2cpp_codegen_multiply((float)L_3, (float)L_4))))); // } return; } } // System.Void HammerheadMovement::Dive() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Dive_m0A004DBC5B6D73919035A67402F9589AF88C0D13 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA02883097CF8661248DB462AEF08ECAE699D958); s_Il2CppMethodInitialized = true; } { // if(CurrentGoal == HammerheadMoveGoal.Forward || CurrentGoal == HammerheadMoveGoal.Upper) int32_t L_0; L_0 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((((int32_t)L_0) == ((int32_t)4))) { goto IL_0012; } } { int32_t L_1; L_1 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_1) == ((uint32_t)6)))) { goto IL_003c; } } IL_0012: { // currentTimeTilDive = 0f; __this->set_currentTimeTilDive_58((0.0f)); // CurrentGoal = HammerheadMoveGoal.Lower; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 5, /*hidden argument*/NULL); // bossAnimator.SetBool("Diving", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = __this->get_bossAnimator_31(); NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteralEA02883097CF8661248DB462AEF08ECAE699D958, (bool)1, /*hidden argument*/NULL); // crossedCenter = false; __this->set_crossedCenter_56((bool)0); } IL_003c: { // } return; } } // System.Void HammerheadMovement::Rise() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement_Rise_mC4143F3E4A9B3077B8429AC33108ED1543C41B14 (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB932BDA427265153CD334789B02F296176E1285F); s_Il2CppMethodInitialized = true; } { // if (CurrentGoal == HammerheadMoveGoal.Lower) int32_t L_0; L_0 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_0) == ((uint32_t)5)))) { goto IL_0029; } } { // CurrentGoal = HammerheadMoveGoal.Surface; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 3, /*hidden argument*/NULL); // bossAnimator.SetBool("Rising", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_1 = __this->get_bossAnimator_31(); NullCheck(L_1); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_1, _stringLiteralB932BDA427265153CD334789B02F296176E1285F, (bool)1, /*hidden argument*/NULL); // crossedCenter = false; __this->set_crossedCenter_56((bool)0); // } return; } IL_0029: { // else if (CurrentGoal == HammerheadMoveGoal.Surface && phaseController.CurrentPhase > 2) int32_t L_2; L_2 = HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline(__this, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_005f; } } { BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_3 = __this->get_phaseController_29(); NullCheck(L_3); int32_t L_4; L_4 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) <= ((int32_t)2))) { goto IL_005f; } } { // CurrentGoal = HammerheadMoveGoal.Upper; HammerheadMovement_set_CurrentGoal_m4E6AFD93ED2F166A24513413BE7FE0BA4328BF5E(__this, 6, /*hidden argument*/NULL); // bossAnimator.SetBool("Rising", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = __this->get_bossAnimator_31(); NullCheck(L_5); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_5, _stringLiteralB932BDA427265153CD334789B02F296176E1285F, (bool)1, /*hidden argument*/NULL); // crossedCenter = false; __this->set_crossedCenter_56((bool)0); } IL_005f: { // } return; } } // System.Void HammerheadMovement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadMovement__ctor_mA63239D5BAA026E380DB0F653859BEE80E10DF9C (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // public float introAhead = 50f; __this->set_introAhead_33((50.0f)); // public float introForceMultiplier = 1.5f; __this->set_introForceMultiplier_34((1.5f)); // public float sideOfRoadOffset = 40f; __this->set_sideOfRoadOffset_35((40.0f)); // public float surfacedHeight = 5f; __this->set_surfacedHeight_36((5.0f)); // public float surfacedAhead = 20f; __this->set_surfacedAhead_37((20.0f)); // public float submergedHeight = -20f; __this->set_submergedHeight_38((-20.0f)); // public float submergedAhead = 140f; __this->set_submergedAhead_39((140.0f)); // public float flyingHeight = 30f; __this->set_flyingHeight_40((30.0f)); // public float flyingAhead = 30f; __this->set_flyingAhead_41((30.0f)); // public float timeTilDive = 3f; __this->set_timeTilDive_42((3.0f)); // public float diveForceMultiplier = 4f; __this->set_diveForceMultiplier_43((4.0f)); // public float riseForceMultiplier = 2f; __this->set_riseForceMultiplier_44((2.0f)); // public float phase3LateralSpeed = 30f; __this->set_phase3LateralSpeed_45((30.0f)); // public float phase3DiveForceMultiplier = 8f; __this->set_phase3DiveForceMultiplier_46((8.0f)); // public float phase3RiseForceMultiplier = 4f; __this->set_phase3RiseForceMultiplier_47((4.0f)); // public float deathSideOffset = 200f; __this->set_deathSideOffset_48((200.0f)); // public float deathHeight = 75f; __this->set_deathHeight_49((75.0f)); // public float deathLateralForce = 200f; __this->set_deathLateralForce_50((200.0f)); // public float deathDiveLateralForce = 400f; __this->set_deathDiveLateralForce_51((400.0f)); EnemyMovement__ctor_m9C38EFB199A9FE920757F3005138D6C8E6260B90(__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 HammerheadPartManager::ConfigureByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadPartManager_ConfigureByName_m7B2BA52CA2C7BAB87FADBE766697154AD8AC608F (HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745 * __this, String_t* ___name0, bool ___awardsPoints1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponentsInChildren_TisTurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE_m5F273828DDFD1DDAFF1344E6699957224D9501D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m004CD1D34EA512ED5511DCDADE85A02AD73CE605_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* V_0 = NULL; int32_t V_1 = 0; TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* V_2 = NULL; int32_t V_3 = 0; TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * V_4 = NULL; { // base.ConfigureByName(name, awardsPoints); String_t* L_0 = ___name0; bool L_1 = ___awardsPoints1; EnemyPartManager_ConfigureByName_m12A0C54C62AB45288E8988C7503C539F0B7820F6(__this, L_0, L_1, /*hidden argument*/NULL); // foreach(TurretMountManager turret in gunTurrets) TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* L_2 = __this->get_gunTurrets_11(); V_0 = L_2; V_1 = 0; goto IL_0053; } IL_0013: { // foreach(TurretMountManager turret in gunTurrets) TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * L_6 = (L_3)->GetAt(static_cast(L_5)); // turret.AssignTurret(TurretWeapon.Gun); TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * L_7 = L_6; NullCheck(L_7); TurretMountManager_AssignTurret_m1D8690FCF644987D1C20D4CD12954C590193EC85(L_7, 1, /*hidden argument*/NULL); // swivels = turret.gameObject.GetComponentsInChildren(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); NullCheck(L_8); TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* L_9; L_9 = GameObject_GetComponentsInChildren_TisTurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE_m5F273828DDFD1DDAFF1344E6699957224D9501D7(L_8, /*hidden argument*/GameObject_GetComponentsInChildren_TisTurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE_m5F273828DDFD1DDAFF1344E6699957224D9501D7_RuntimeMethod_var); // foreach(TurretSwivel swivel in swivels) V_2 = L_9; V_3 = 0; goto IL_0049; } IL_002c: { // foreach(TurretSwivel swivel in swivels) TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* L_10 = V_2; int32_t L_11 = V_3; NullCheck(L_10); int32_t L_12 = L_11; TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * L_13 = (L_10)->GetAt(static_cast(L_12)); V_4 = L_13; // swivel.LockSwivel(); TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * L_14 = V_4; NullCheck(L_14); TurretSwivel_LockSwivel_mE0E2A4413D78434E627B2C0A9EC6EA4A9E287422(L_14, /*hidden argument*/NULL); // gunSwivels.Add(swivel); List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * L_15 = __this->get_gunSwivels_13(); TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * L_16 = V_4; NullCheck(L_15); List_1_Add_m004CD1D34EA512ED5511DCDADE85A02AD73CE605(L_15, L_16, /*hidden argument*/List_1_Add_m004CD1D34EA512ED5511DCDADE85A02AD73CE605_RuntimeMethod_var); int32_t L_17 = V_3; V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0049: { // foreach(TurretSwivel swivel in swivels) int32_t L_18 = V_3; TurretSwivelU5BU5D_t14BCE553759C5D0AB5FE2099A8600D72499D6B43* L_19 = V_2; NullCheck(L_19); if ((((int32_t)L_18) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))) { goto IL_002c; } } { int32_t L_20 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)); } IL_0053: { // foreach(TurretMountManager turret in gunTurrets) int32_t L_21 = V_1; TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* L_22 = V_0; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))) { goto IL_0013; } } { // foreach (TurretMountManager turret in missileTurrets) TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* L_23 = __this->get_missileTurrets_12(); V_0 = L_23; V_1 = 0; goto IL_0071; } IL_0064: { // foreach (TurretMountManager turret in missileTurrets) TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* L_24 = V_0; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * L_27 = (L_24)->GetAt(static_cast(L_26)); // turret.AssignTurret(TurretWeapon.Missile); NullCheck(L_27); TurretMountManager_AssignTurret_m1D8690FCF644987D1C20D4CD12954C590193EC85(L_27, 4, /*hidden argument*/NULL); int32_t L_28 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)1)); } IL_0071: { // foreach (TurretMountManager turret in missileTurrets) int32_t L_29 = V_1; TurretMountManagerU5BU5D_t251960F903694E6AB1E5B9A91614221F602DF5BB* L_30 = V_0; NullCheck(L_30); if ((((int32_t)L_29) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))) { goto IL_0064; } } { // } return; } } // System.Void HammerheadPartManager::UnlockTurrets() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadPartManager_UnlockTurrets_m7A22044B9210A9681B4C2781535173F0A6A8D534 (HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m73E48FA8E8D38A760B52069389F76BDFFB17B27E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA3830271B4316EBA53F983CA6A305DE0447DEB8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m28F3DD6618E94A730CB8FBFF26E04EEFAE6765A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7820477194115DF6D7AF9BC98B4A2D47945F441E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach(TurretSwivel swivel in gunSwivels) List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * L_0 = __this->get_gunSwivels_13(); NullCheck(L_0); Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 L_1; L_1 = List_1_GetEnumerator_m7820477194115DF6D7AF9BC98B4A2D47945F441E(L_0, /*hidden argument*/List_1_GetEnumerator_m7820477194115DF6D7AF9BC98B4A2D47945F441E_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_001a; } IL_000e: { // foreach(TurretSwivel swivel in gunSwivels) TurretSwivel_t4EDACCB194A0BD7A229C1B7FF1C0E65F2C48A3AE * L_2; L_2 = Enumerator_get_Current_m28F3DD6618E94A730CB8FBFF26E04EEFAE6765A6_inline((Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m28F3DD6618E94A730CB8FBFF26E04EEFAE6765A6_RuntimeMethod_var); // swivel.UnlockSwivel(); NullCheck(L_2); TurretSwivel_UnlockSwivel_mDDD0849AAA8E110BABADB0C67AAEE3CB01044ABE(L_2, /*hidden argument*/NULL); } IL_001a: { // foreach(TurretSwivel swivel in gunSwivels) bool L_3; L_3 = Enumerator_MoveNext_mA3830271B4316EBA53F983CA6A305DE0447DEB8B((Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mA3830271B4316EBA53F983CA6A305DE0447DEB8B_RuntimeMethod_var); if (L_3) { goto IL_000e; } } IL_0023: { IL2CPP_LEAVE(0x33, FINALLY_0025); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0025; } FINALLY_0025: { // begin finally (depth: 1) Enumerator_Dispose_m73E48FA8E8D38A760B52069389F76BDFFB17B27E((Enumerator_t349201C334D7D10BAB4481371E6F0F04B0B2DD43 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m73E48FA8E8D38A760B52069389F76BDFFB17B27E_RuntimeMethod_var); IL2CPP_END_FINALLY(37) } // end finally (depth: 1) IL2CPP_CLEANUP(37) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x33, IL_0033) } IL_0033: { // } return; } } // System.Void HammerheadPartManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadPartManager__ctor_m76F8743536DD839B3C67466D8E69BE9B9D73235D (HammerheadPartManager_tE66FC958948367BE1ABEDD8918FB4F59E3CBF745 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA13246F826F2275CD655D1292B3AD54247E3AA1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // List gunSwivels = new List(); List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 * L_0 = (List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082 *)il2cpp_codegen_object_new(List_1_t70C44E0DA3A95E2B3005F6713BF4122CBC779082_il2cpp_TypeInfo_var); List_1__ctor_mCA13246F826F2275CD655D1292B3AD54247E3AA1(L_0, /*hidden argument*/List_1__ctor_mCA13246F826F2275CD655D1292B3AD54247E3AA1_RuntimeMethod_var); __this->set_gunSwivels_13(L_0); EnemyPartManager__ctor_m5279A67DD054B7F814C9CFAE7DC27F7DC3D96A08(__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 HammerheadTurretTracker::LostATurret() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadTurretTracker_LostATurret_m4772E950901AE22B6F59D0BBFB848134385B4865 (HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE * __this, const RuntimeMethod* method) { { // currentTurretsLost++; int32_t L_0 = __this->get_currentTurretsLost_7(); __this->set_currentTurretsLost_7(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // if(currentTurretsLost >= turretLossForPhase2 && phaseController.CurrentPhase < 2) int32_t L_1 = __this->get_currentTurretsLost_7(); int32_t L_2 = __this->get_turretLossForPhase2_4(); if ((((int32_t)L_1) < ((int32_t)L_2))) { goto IL_0036; } } { BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_3 = __this->get_phaseController_6(); NullCheck(L_3); int32_t L_4; L_4 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_3, /*hidden argument*/NULL); if ((((int32_t)L_4) >= ((int32_t)2))) { goto IL_0036; } } { // phaseController.AdvancePhase(2); BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_5 = __this->get_phaseController_6(); NullCheck(L_5); BossPhaseController_AdvancePhase_mC291D00006909C64F1AAA6574E341F663518A065(L_5, 2, /*hidden argument*/NULL); } IL_0036: { // if(currentTurretsLost >= turretLossForPhase3 && phaseController.CurrentPhase < 3) int32_t L_6 = __this->get_currentTurretsLost_7(); int32_t L_7 = __this->get_turretLossForPhase3_5(); if ((((int32_t)L_6) < ((int32_t)L_7))) { goto IL_005e; } } { BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_8 = __this->get_phaseController_6(); NullCheck(L_8); int32_t L_9; L_9 = BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline(L_8, /*hidden argument*/NULL); if ((((int32_t)L_9) >= ((int32_t)3))) { goto IL_005e; } } { // phaseController.AdvancePhase(3); BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * L_10 = __this->get_phaseController_6(); NullCheck(L_10); BossPhaseController_AdvancePhase_mC291D00006909C64F1AAA6574E341F663518A065(L_10, 3, /*hidden argument*/NULL); } IL_005e: { // } return; } } // System.Void HammerheadTurretTracker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HammerheadTurretTracker__ctor_m219F55FCFE67690ED2C6EC2B941A8E71957D0C8E (HammerheadTurretTracker_t0E3CF1CF4AB8C86A5896972291D4EAE748F82DBE * __this, const RuntimeMethod* method) { { // public int turretLossForPhase2 = 3; __this->set_turretLossForPhase2_4(3); // public int turretLossForPhase3 = 8; __this->set_turretLossForPhase3_5(8); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Hand::get_PrimaryButtonPressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_PrimaryButtonPressed_m4946238FBD23EF7CC1966614657772887B294D5D (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool PrimaryButtonPressed { get; protected set; } bool L_0 = __this->get_U3CPrimaryButtonPressedU3Ek__BackingField_18(); return L_0; } } // System.Void Hand::set_PrimaryButtonPressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_PrimaryButtonPressed_mB914DE4F2637D59148B98A948F3CC3CDA5D8695C (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PrimaryButtonPressed { get; protected set; } bool L_0 = ___value0; __this->set_U3CPrimaryButtonPressedU3Ek__BackingField_18(L_0); return; } } // System.Boolean Hand::get_PrimaryButtonReleased() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_PrimaryButtonReleased_m684D33C22DFAE167CF1C96D64C5F2DEA02DDF11E (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool PrimaryButtonReleased { get; protected set; } bool L_0 = __this->get_U3CPrimaryButtonReleasedU3Ek__BackingField_19(); return L_0; } } // System.Void Hand::set_PrimaryButtonReleased(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_PrimaryButtonReleased_m2FF7CE9E53F721B25B59320B156826E3F3C94498 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PrimaryButtonReleased { get; protected set; } bool L_0 = ___value0; __this->set_U3CPrimaryButtonReleasedU3Ek__BackingField_19(L_0); return; } } // System.Boolean Hand::get_SecondaryButtonPressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_SecondaryButtonPressed_m82B0AE8C4467C807C11614FAFC70002380DD8DAF (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool SecondaryButtonPressed { get; protected set; } bool L_0 = __this->get_U3CSecondaryButtonPressedU3Ek__BackingField_20(); return L_0; } } // System.Void Hand::set_SecondaryButtonPressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_SecondaryButtonPressed_mB0F6AC29BCC38B5F9D7DFD0B05638FA2A04EF04E (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool SecondaryButtonPressed { get; protected set; } bool L_0 = ___value0; __this->set_U3CSecondaryButtonPressedU3Ek__BackingField_20(L_0); return; } } // System.Boolean Hand::get_SecondaryButtonReleased() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_SecondaryButtonReleased_m66E0B604306040718ECF6F2B2D861C445BB1E289 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool SecondaryButtonReleased { get; protected set; } bool L_0 = __this->get_U3CSecondaryButtonReleasedU3Ek__BackingField_21(); return L_0; } } // System.Void Hand::set_SecondaryButtonReleased(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_SecondaryButtonReleased_m5D5AA70CE5220AC89CE3CBD59DC3BFE0AFD643BF (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool SecondaryButtonReleased { get; protected set; } bool L_0 = ___value0; __this->set_U3CSecondaryButtonReleasedU3Ek__BackingField_21(L_0); return; } } // UnityEngine.Vector2 Hand::get_ThumbstickDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public Vector2 ThumbstickDirection { get; protected set; } = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_U3CThumbstickDirectionU3Ek__BackingField_22(); return L_0; } } // System.Void Hand::set_ThumbstickDirection(UnityEngine.Vector2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_ThumbstickDirection_mD577B8946AFABEBAF80D53C7BF9EFA7C98F7E4DB (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method) { { // public Vector2 ThumbstickDirection { get; protected set; } = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___value0; __this->set_U3CThumbstickDirectionU3Ek__BackingField_22(L_0); return; } } // System.Boolean Hand::get_ThumbstickPressed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_ThumbstickPressed_m928771C2D852E29693815C122E6023A22CECE555 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool ThumbstickPressed { get; protected set; } bool L_0 = __this->get_U3CThumbstickPressedU3Ek__BackingField_23(); return L_0; } } // System.Void Hand::set_ThumbstickPressed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_ThumbstickPressed_m992CEF78383DD4C5333FB8E4B3B09C5AB933B021 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool ThumbstickPressed { get; protected set; } bool L_0 = ___value0; __this->set_U3CThumbstickPressedU3Ek__BackingField_23(L_0); return; } } // System.Boolean Hand::get_ThumbstickReleased() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_ThumbstickReleased_m8CD029387F3D84B7EAB6F3F5C32CA5B0BBB6FC5B (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool ThumbstickReleased { get; protected set; } bool L_0 = __this->get_U3CThumbstickReleasedU3Ek__BackingField_24(); return L_0; } } // System.Void Hand::set_ThumbstickReleased(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_ThumbstickReleased_m4069EDC43BE88F6726095F07685A71B3A8C79C39 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool ThumbstickReleased { get; protected set; } bool L_0 = ___value0; __this->set_U3CThumbstickReleasedU3Ek__BackingField_24(L_0); return; } } // UnityEngine.GameObject Hand::get_AttachedTo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(trackingSpace == transform.parent) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_trackingSpace_32(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001a; } } { // return null; return (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL; } IL_001a: { // return transform.parent.gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_4, /*hidden argument*/NULL); NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); return L_6; } } // System.Boolean Hand::get_GripDown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_GripDown_m9EBED2823712F2586AC13EF1C1B3C6849493C08F (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // return gripInput > 0; float L_0 = __this->get_gripInput_30(); return (bool)((((float)L_0) > ((float)(0.0f)))? 1 : 0); } } // UnityEngine.GameObject Hand::get_ClosestTouched() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public GameObject ClosestTouched { get; protected set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_U3CClosestTouchedU3Ek__BackingField_54(); return L_0; } } // System.Void Hand::set_ClosestTouched(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_ClosestTouched_m16A7B697CEB357616B3EA9D7BAF89B0BF8A95BDD (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___value0, const RuntimeMethod* method) { { // public GameObject ClosestTouched { get; protected set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___value0; __this->set_U3CClosestTouchedU3Ek__BackingField_54(L_0); return; } } // System.Boolean Hand::get_HoldLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_HoldLock_mF5F8094BBC41B20B27AA38805D82989C2EED01B3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool HoldLock { get; set; } = false; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_U3CHoldLockU3Ek__BackingField_55(); return L_0; } } // System.Void Hand::set_HoldLock(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_HoldLock_mD8A1EB245E4D16BF27D554A16D659D1D61C9F3CF (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool HoldLock { get; set; } = false; bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_U3CHoldLockU3Ek__BackingField_55(L_0); return; } } // System.Boolean Hand::get_SwapLocked() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_get_SwapLocked_m4E02D804A249773CB872EC6BE7E214584F0F4F23 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool SwapLocked { get; set; } = false; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_U3CSwapLockedU3Ek__BackingField_56(); return L_0; } } // System.Void Hand::set_SwapLocked(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_set_SwapLocked_m4E6BFF002225BAFC951803E563F2CEC77D7227D4 (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool SwapLocked { get; set; } = false; bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_U3CSwapLockedU3Ek__BackingField_56(L_0); return; } } // System.Void Hand::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_Awake_m4B17BEE1E15BE8363CA81146E1368DFFD67D109E (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A_mCFE14AD0CEEC629A2BD7760C4012EC54E0A39969_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // sphereCol = GetComponent(); SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * L_0; L_0 = Component_GetComponent_TisSphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A_mCFE14AD0CEEC629A2BD7760C4012EC54E0A39969(__this, /*hidden argument*/Component_GetComponent_TisSphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A_mCFE14AD0CEEC629A2BD7760C4012EC54E0A39969_RuntimeMethod_var); __this->set_sphereCol_38(L_0); // tracking = GetComponent(); HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * L_1; L_1 = Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F(__this, /*hidden argument*/Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F_RuntimeMethod_var); __this->set_tracking_33(L_1); // SwapLocked = false; //locked by tutorial IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); Hand_set_SwapLocked_m4E6BFF002225BAFC951803E563F2CEC77D7227D4_inline((bool)0, /*hidden argument*/NULL); // } return; } } // System.Void Hand::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_Start_m4417B30C673E267C49C1555ADF222A023E449C9A (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __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*)&_stringLiteralADC4090D1EDC0994072CA94E9C12578F229E8E6F); s_Il2CppMethodInitialized = true; } Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE V_0; memset((&V_0), 0, sizeof(V_0)); { // trackingSpace = transform.parent; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_0, /*hidden argument*/NULL); __this->set_trackingSpace_32(L_1); // isEpilogue = SceneManager.GetActiveScene().name.ToLower().Contains("epilogue"); IL2CPP_RUNTIME_CLASS_INIT(SceneManager_tEC9D10ECC0377F8AE5AEEB5A789FFD24364440FA_il2cpp_TypeInfo_var); Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE L_2; L_2 = SceneManager_GetActiveScene_m3BA09EE5323C6A1910285EB37C155EC182AC773B(/*hidden argument*/NULL); V_0 = L_2; String_t* L_3; L_3 = Scene_get_name_m38F195D7CA6417FED310C23E4D8E86150C7835B8((Scene_t5495AD2FDC587DB2E94D9BDE2B85868BFB9A92EE *)(&V_0), /*hidden argument*/NULL); NullCheck(L_3); String_t* L_4; L_4 = String_ToLower_m7875A49FE166D0A68F3F6B6E70C0C056EBEFD31D(L_3, /*hidden argument*/NULL); NullCheck(L_4); bool L_5; L_5 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_4, _stringLiteralADC4090D1EDC0994072CA94E9C12578F229E8E6F, /*hidden argument*/NULL); __this->set_isEpilogue_53(L_5); // } return; } } // System.Void Hand::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_Update_mE247A9CBB35FF7224E6FC1379D62562E9A8E2599 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisGrenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD_mB836D589D32837EFB9C83CC370376188281C34A8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0AB14CFFC52B5B149812396D1F8F92C71032EE29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FCE2E17C9DBCFC06787C0B69420F6CB6EE7A38C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54DCE4C4A15440F85AF9EB62A871371430BE2FCF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral913AB5956D078918F002777CFE8B176BCAAF62C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9); s_Il2CppMethodInitialized = true; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_0 = NULL; bool V_1 = false; int32_t V_2 = 0; Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * G_B17_0 = NULL; Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * G_B16_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B20_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B19_0 = NULL; GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * G_B22_0 = NULL; GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * G_B21_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B25_0 = NULL; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * G_B24_0 = NULL; Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * G_B27_0 = NULL; Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * G_B26_0 = NULL; String_t* G_B34_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B34_1 = NULL; String_t* G_B33_0 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B33_1 = NULL; int32_t G_B35_0 = 0; String_t* G_B35_1 = NULL; Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * G_B35_2 = NULL; { // if (ClosestTouched != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0021; } } { // handAnimator.SetBool("MenuOpen", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = __this->get_handAnimator_13(); NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteral0AB14CFFC52B5B149812396D1F8F92C71032EE29, (bool)0, /*hidden argument*/NULL); // } goto IL_0036; } IL_0021: { // handAnimator.SetBool("MenuOpen", menuOpen); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_3 = __this->get_handAnimator_13(); IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_4 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_menuOpen_36(); NullCheck(L_3); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_3, _stringLiteral0AB14CFFC52B5B149812396D1F8F92C71032EE29, L_4, /*hidden argument*/NULL); } IL_0036: { // ProcessControllerInput(); VirtActionInvoker0::Invoke(4 /* System.Void Hand::ProcessControllerInput() */, __this); // handAnimator.SetBool("Grip", GripDown); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = __this->get_handAnimator_13(); bool L_6; L_6 = Hand_get_GripDown_m9EBED2823712F2586AC13EF1C1B3C6849493C08F(__this, /*hidden argument*/NULL); NullCheck(L_5); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_5, _stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9, L_6, /*hidden argument*/NULL); // handAnimator.SetBool("IndexDown", triggerInput > 0); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_7 = __this->get_handAnimator_13(); float L_8 = __this->get_triggerInput_29(); NullCheck(L_7); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_7, _stringLiteral54DCE4C4A15440F85AF9EB62A871371430BE2FCF, (bool)((((float)L_8) > ((float)(0.0f)))? 1 : 0), /*hidden argument*/NULL); // handAnimator.SetBool("ThumbDown", buttonOneDown); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_9 = __this->get_handAnimator_13(); bool L_10 = __this->get_buttonOneDown_25(); NullCheck(L_9); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_9, _stringLiteral913AB5956D078918F002777CFE8B176BCAAF62C1, L_10, /*hidden argument*/NULL); // if (menuOpen) IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_11 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_menuOpen_36(); if (!L_11) { goto IL_01ae; } } { // buttonOneHoldDuration = 0f; //to prevent weirdness if button is down when menu closes __this->set_buttonOneHoldDuration_34((0.0f)); // if (PrimaryButtonPressed) bool L_12; L_12 = Hand_get_PrimaryButtonPressed_m4946238FBD23EF7CC1966614657772887B294D5D_inline(__this, /*hidden argument*/NULL); if (!L_12) { goto IL_00c4; } } { // pressingButton = menuPointer.PressHighlighted(); MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * L_13 = __this->get_menuPointer_16(); NullCheck(L_13); BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_14; L_14 = MenuPointer_PressHighlighted_m77EF48BFCD6376C383370C261976FC6D687547C9(L_13, /*hidden argument*/NULL); __this->set_pressingButton_41(L_14); // pressUntil = Time.realtimeSinceStartup + 0.02f; float L_15; L_15 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); __this->set_pressUntil_40(((float)il2cpp_codegen_add((float)L_15, (float)(0.0199999996f)))); } IL_00c4: { // if (SecondaryButtonPressed) bool L_16; L_16 = Hand_get_SecondaryButtonPressed_m82B0AE8C4467C807C11614FAFC70002380DD8DAF_inline(__this, /*hidden argument*/NULL); if (!L_16) { goto IL_00d2; } } { // GameMenu.closeTriggered = true; ((GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF_StaticFields*)il2cpp_codegen_static_fields_for(GameMenu_tFE29D04D6B7259FC42096591467B58F6F7E89EAF_il2cpp_TypeInfo_var))->set_closeTriggered_12((bool)1); } IL_00d2: { // if (GripDown) bool L_17; L_17 = Hand_get_GripDown_m9EBED2823712F2586AC13EF1C1B3C6849493C08F(__this, /*hidden argument*/NULL); if (!L_17) { goto IL_012d; } } { // if (!grippedObject && Time.time >= nextInteract) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_18, /*hidden argument*/NULL); if (L_19) { goto IL_05ac; } } { float L_20; L_20 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_21 = __this->get_nextInteract_52(); if ((!(((float)L_20) >= ((float)L_21)))) { goto IL_05ac; } } { // if (AttachedTo == null && ClosestTouched != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_22; L_22 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_23; L_23 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_22, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_23) { goto IL_05ac; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24; L_24 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_25; L_25 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_24, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_25) { goto IL_05ac; } } { // CloseHand(ClosestTouched); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_26; L_26 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); Hand_CloseHand_m679F3663C18A3633662240E0A077D51ED200759E(__this, L_26, /*hidden argument*/NULL); // } goto IL_05ac; } IL_012d: { // else if (AttachedTo) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27; L_27 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_28; L_28 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_0193; } } { // AttachedTo.GetComponent()?.Detach(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_29); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_30; L_30 = GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D(L_29, /*hidden argument*/GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_31 = L_30; G_B16_0 = L_31; if (L_31) { G_B17_0 = L_31; goto IL_014b; } } { goto IL_0150; } IL_014b: { NullCheck(G_B17_0); Handlegun_Detach_m4B1948BC36F78C6D5F6C052BDFCC5B3D27016317(G_B17_0, /*hidden argument*/NULL); } IL_0150: { // AttachedTo?.GetComponent()?.Detach(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32; L_32 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33 = L_32; G_B19_0 = L_33; if (L_33) { G_B20_0 = L_33; goto IL_015c; } } { goto IL_016c; } IL_015c: { NullCheck(G_B20_0); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_34; L_34 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(G_B20_0, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_35 = L_34; G_B21_0 = L_35; if (L_35) { G_B22_0 = L_35; goto IL_0167; } } { goto IL_016c; } IL_0167: { NullCheck(G_B22_0); GrenadeDispenser_Detach_mC210F50A13943F34AF303775B20051B7FDC07985(G_B22_0, /*hidden argument*/NULL); } IL_016c: { // AttachedTo?.GetComponent()?.Deactivate(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_36; L_36 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37 = L_36; G_B24_0 = L_37; if (L_37) { G_B25_0 = L_37; goto IL_017b; } } { goto IL_05ac; } IL_017b: { NullCheck(G_B25_0); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_38; L_38 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(G_B25_0, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_39 = L_38; G_B26_0 = L_39; if (L_39) { G_B27_0 = L_39; goto IL_0189; } } { goto IL_05ac; } IL_0189: { NullCheck(G_B27_0); VirtActionInvoker0::Invoke(9 /* System.Void Interactable::Deactivate() */, G_B27_0); // } goto IL_05ac; } IL_0193: { // else if (grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_40 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_41; L_41 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_40, /*hidden argument*/NULL); if (!L_41) { goto IL_05ac; } } { // Release(); Hand_Release_m212C174D8DA17FFA6FAB0DEF72FF6B70185D9A95(__this, /*hidden argument*/NULL); // } goto IL_05ac; } IL_01ae: { // else if(isEpilogue) bool L_42 = __this->get_isEpilogue_53(); if (!L_42) { goto IL_01ee; } } { // if(!isRightHand) bool L_43 = __this->get_isRightHand_11(); if (L_43) { goto IL_05ac; } } { // handAnimator.SetBool("Crushing", GripDown || triggerInput > 0); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_44 = __this->get_handAnimator_13(); bool L_45; L_45 = Hand_get_GripDown_m9EBED2823712F2586AC13EF1C1B3C6849493C08F(__this, /*hidden argument*/NULL); G_B33_0 = _stringLiteral0FCE2E17C9DBCFC06787C0B69420F6CB6EE7A38C; G_B33_1 = L_44; if (L_45) { G_B34_0 = _stringLiteral0FCE2E17C9DBCFC06787C0B69420F6CB6EE7A38C; G_B34_1 = L_44; goto IL_01e3; } } { float L_46 = __this->get_triggerInput_29(); G_B35_0 = ((((float)L_46) > ((float)(0.0f)))? 1 : 0); G_B35_1 = G_B33_0; G_B35_2 = G_B33_1; goto IL_01e4; } IL_01e3: { G_B35_0 = 1; G_B35_1 = G_B34_0; G_B35_2 = G_B34_1; } IL_01e4: { NullCheck(G_B35_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(G_B35_2, G_B35_1, (bool)G_B35_0, /*hidden argument*/NULL); // } goto IL_05ac; } IL_01ee: { // if(!AttachedTo && !grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_47; L_47 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_48; L_48 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_47, /*hidden argument*/NULL); if (L_48) { goto IL_0214; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_49 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_50; L_50 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_49, /*hidden argument*/NULL); if (L_50) { goto IL_0214; } } { // defaultGun.Touch(this); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_51 = __this->get_defaultGun_15(); NullCheck(L_51); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(11 /* System.Void Interactable::Touch(Hand) */, L_51, __this); } IL_0214: { // if(PrimaryButtonPressed) bool L_52; L_52 = Hand_get_PrimaryButtonPressed_m4946238FBD23EF7CC1966614657772887B294D5D_inline(__this, /*hidden argument*/NULL); if (!L_52) { goto IL_024f; } } { // if(grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_53 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_54; L_54 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_53, /*hidden argument*/NULL); if (!L_54) { goto IL_024f; } } { // sidearm = grippedObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_55 = __this->get_grippedObject_31(); NullCheck(L_55); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_56; L_56 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_55, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_50(L_56); // if (sidearm != null) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_57 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_58; L_58 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_57, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_58) { goto IL_024f; } } { // pressedWhileHolding = true; __this->set_pressedWhileHolding_43((bool)1); } IL_024f: { // if(buttonOneDown && !grippedObject) bool L_59 = __this->get_buttonOneDown_25(); if (!L_59) { goto IL_02b5; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_60 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_61; L_61 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_60, /*hidden argument*/NULL); if (L_61) { goto IL_02b5; } } { // sidearm = defaultGun.GetComponent(); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_62 = __this->get_defaultGun_15(); NullCheck(L_62); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_63; L_63 = Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709(L_62, /*hidden argument*/Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709_RuntimeMethod_var); __this->set_sidearm_50(L_63); // if (sidearm != null && buttonOneHoldDuration >= SWORD_DRAW_HOLD_DURATION && !sidearm.Handlegun.PartnerBeingHeld) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_64 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_65; L_65 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_64, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_65) { goto IL_02b5; } } { float L_66 = __this->get_buttonOneHoldDuration_34(); if ((!(((float)L_66) >= ((float)(0.5f))))) { goto IL_02b5; } } { Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_67 = __this->get_sidearm_50(); NullCheck(L_67); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_68; L_68 = Sidearm_get_Handlegun_m28DC31DD9DAE75695EB6ABAC596BD89E6C3B27E1_inline(L_67, /*hidden argument*/NULL); NullCheck(L_68); bool L_69; L_69 = Handlegun_get_PartnerBeingHeld_m3F9110BE7BD3E45C8E778414437240DE2468A84A(L_68, /*hidden argument*/NULL); if (L_69) { goto IL_02b5; } } { // if (sidearm.AttemptSwordDraw()) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_70 = __this->get_sidearm_50(); NullCheck(L_70); bool L_71; L_71 = Sidearm_AttemptSwordDraw_mB961D5E635A0E3DE744D159D5C7D684B604C1E32(L_70, /*hidden argument*/NULL); if (!L_71) { goto IL_02b5; } } { // DrawSidearm(); Hand_DrawSidearm_m321A4782830FA4F0B9074E125F15CBBD6F33F842(__this, /*hidden argument*/NULL); } IL_02b5: { // if (PrimaryButtonReleased) bool L_72; L_72 = Hand_get_PrimaryButtonReleased_m684D33C22DFAE167CF1C96D64C5F2DEA02DDF11E_inline(__this, /*hidden argument*/NULL); if (!L_72) { goto IL_0349; } } { // if (grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_73 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_74; L_74 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_030c; } } { // sidearm = grippedObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_75 = __this->get_grippedObject_31(); NullCheck(L_75); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_76; L_76 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_75, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_50(L_76); // if (sidearm != null && pressedWhileHolding) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_77 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_78; L_78 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_77, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_78) { goto IL_033e; } } { bool L_79 = __this->get_pressedWhileHolding_43(); if (!L_79) { goto IL_033e; } } { // sidearm.Handlegun.defaultHolster.HolsterWeapon(true); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_80 = __this->get_sidearm_50(); NullCheck(L_80); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_81; L_81 = Sidearm_get_Handlegun_m28DC31DD9DAE75695EB6ABAC596BD89E6C3B27E1_inline(L_80, /*hidden argument*/NULL); NullCheck(L_81); Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * L_82 = L_81->get_defaultHolster_28(); NullCheck(L_82); Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25(L_82, (bool)1, /*hidden argument*/NULL); // } goto IL_033e; } IL_030c: { // sidearm = defaultGun.GetComponent(); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_83 = __this->get_defaultGun_15(); NullCheck(L_83); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_84; L_84 = Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709(L_83, /*hidden argument*/Component_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_mF24E56928D4F0D3FADC5776BE7B9056118EB9709_RuntimeMethod_var); __this->set_sidearm_50(L_84); // if (sidearm != null) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_85 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_86; L_86 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_85, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_86) { goto IL_033e; } } { // if (sidearm.AttemptSidearmDraw()) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_87 = __this->get_sidearm_50(); NullCheck(L_87); bool L_88; L_88 = Sidearm_AttemptSidearmDraw_m0029E2251DB4E356B76290103E8282F66F974E0F(L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_033e; } } { // DrawSidearm(); Hand_DrawSidearm_m321A4782830FA4F0B9074E125F15CBBD6F33F842(__this, /*hidden argument*/NULL); } IL_033e: { // buttonOneHoldDuration = 0f; __this->set_buttonOneHoldDuration_34((0.0f)); } IL_0349: { // if (SecondaryButtonPressed) bool L_89; L_89 = Hand_get_SecondaryButtonPressed_m82B0AE8C4467C807C11614FAFC70002380DD8DAF_inline(__this, /*hidden argument*/NULL); if (!L_89) { goto IL_0440; } } { // if (grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_90 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_91; L_91 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_0393; } } { // sidearm = grippedObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_92 = __this->get_grippedObject_31(); NullCheck(L_92); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_93; L_93 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_92, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_50(L_93); // if (sidearm != null) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_94 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_95; L_95 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_94, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_95) { goto IL_0440; } } { // sidearm.EnterMissileMode(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_96 = __this->get_sidearm_50(); NullCheck(L_96); Sidearm_EnterMissileMode_mBAAEE6DA88DD52F74CC29C7DA35BE1483D3DF1CA(L_96, /*hidden argument*/NULL); // } goto IL_0440; } IL_0393: { // else if (AttachedTo != null && Time.timeScale > 0) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_97; L_97 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_98; L_98 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_97, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_98) { goto IL_0440; } } { float L_99; L_99 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_99) > ((float)(0.0f))))) { goto IL_0440; } } { // sidearm = AttachedTo.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_100; L_100 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_100); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_101; L_101 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_100, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_50(L_101); // if(sidearm != null && grenadeDispenser.GrenadeCount > 0 && grenadeDispenser.Actor == null) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_102 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_103; L_103 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_102, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_103) { goto IL_0411; } } { GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_104 = __this->get_grenadeDispenser_17(); NullCheck(L_104); int32_t L_105; L_105 = GrenadeDispenser_get_GrenadeCount_m57138767FD51DC5CE68F2952234C4F5501905083(L_104, /*hidden argument*/NULL); if ((((int32_t)L_105) <= ((int32_t)0))) { goto IL_0411; } } { GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_106 = __this->get_grenadeDispenser_17(); NullCheck(L_106); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_107; L_107 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(L_106, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_108; L_108 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_107, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_108) { goto IL_0411; } } { // sidearm.Handlegun.SoftDetach(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_109 = __this->get_sidearm_50(); NullCheck(L_109); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_110; L_110 = Sidearm_get_Handlegun_m28DC31DD9DAE75695EB6ABAC596BD89E6C3B27E1_inline(L_109, /*hidden argument*/NULL); NullCheck(L_110); Handlegun_SoftDetach_m96B2F5F7B0C07F5BE765664627391E5E159FAFD3(L_110, /*hidden argument*/NULL); // grenadeDispenser.Touch(this); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_111 = __this->get_grenadeDispenser_17(); NullCheck(L_111); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(11 /* System.Void Interactable::Touch(Hand) */, L_111, __this); // } goto IL_0440; } IL_0411: { // if (AttachedTo.GetComponent() != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_112; L_112 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_112); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_113; L_113 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(L_112, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_114; L_114 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_113, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_114) { goto IL_0434; } } { // AttachedTo.GetComponent().SoftDetach(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_115; L_115 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_115); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_116; L_116 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(L_115, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); NullCheck(L_116); GrenadeDispenser_SoftDetach_m2A8CCA0C4BBEFC59244A694EAC60DB1C77C9EFB8(L_116, /*hidden argument*/NULL); } IL_0434: { // defaultGun.Touch(this); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_117 = __this->get_defaultGun_15(); NullCheck(L_117); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(11 /* System.Void Interactable::Touch(Hand) */, L_117, __this); } IL_0440: { // if (SecondaryButtonReleased) bool L_118; L_118 = Hand_get_SecondaryButtonReleased_m66E0B604306040718ECF6F2B2D861C445BB1E289_inline(__this, /*hidden argument*/NULL); if (!L_118) { goto IL_0480; } } { // if (grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_119 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_120; L_120 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_119, /*hidden argument*/NULL); if (!L_120) { goto IL_0480; } } { // sidearm = grippedObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_121 = __this->get_grippedObject_31(); NullCheck(L_121); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_122; L_122 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_121, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_50(L_122); // if (sidearm != null) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_123 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_124; L_124 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_123, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_124) { goto IL_0480; } } { // sidearm.ExitMissileMode(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_125 = __this->get_sidearm_50(); NullCheck(L_125); Sidearm_ExitMissileMode_m795A4BF715FD3C50B7059020E273745B161265B0(L_125, (bool)0, /*hidden argument*/NULL); } IL_0480: { // if(ThumbstickPressed) bool L_126; L_126 = Hand_get_ThumbstickPressed_m928771C2D852E29693815C122E6023A22CECE555_inline(__this, /*hidden argument*/NULL); if (!L_126) { goto IL_04c6; } } { // if (AttachedTo && !SwapLocked) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_127; L_127 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_128; L_128 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_127, /*hidden argument*/NULL); if (!L_128) { goto IL_04c6; } } { IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_129; L_129 = Hand_get_SwapLocked_m4E02D804A249773CB872EC6BE7E214584F0F4F23_inline(/*hidden argument*/NULL); if (L_129) { goto IL_04c6; } } { // sidearm = AttachedTo.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_130; L_130 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_130); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_131; L_131 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_130, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_50(L_131); // if (sidearm != null) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_132 = __this->get_sidearm_50(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_133; L_133 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_132, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_133) { goto IL_04c6; } } { // sidearm.CyclePowerUp(); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_134 = __this->get_sidearm_50(); NullCheck(L_134); Sidearm_CyclePowerUp_mB588FB71C273E9FBB8E6B6B0249A697A19741710(L_134, /*hidden argument*/NULL); } IL_04c6: { // if (GripDown) bool L_135; L_135 = Hand_get_GripDown_m9EBED2823712F2586AC13EF1C1B3C6849493C08F(__this, /*hidden argument*/NULL); if (!L_135) { goto IL_0553; } } { // if (AttachedTo != null && Time.timeScale > 0) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_136; L_136 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_137; L_137 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_136, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_137) { goto IL_051f; } } { float L_138; L_138 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_138) > ((float)(0.0f))))) { goto IL_051f; } } { // if (AttachedTo.GetComponent() != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_139; L_139 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_139); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_140; L_140 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(L_139, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_141; L_141 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_140, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_141) { goto IL_051f; } } { // GameObject grenade = AttachedTo.GetComponent().TakeGrenade(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_142; L_142 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_142); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_143; L_143 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(L_142, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); NullCheck(L_143); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_144; L_144 = GrenadeDispenser_TakeGrenade_m0E4165E2261243D9AF73C5D2A28966FBD4872A4A(L_143, /*hidden argument*/NULL); V_0 = L_144; // if (grenade != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_145 = V_0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_146; L_146 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_145, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_146) { goto IL_051f; } } { // CloseHand(grenade); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_147 = V_0; Hand_CloseHand_m679F3663C18A3633662240E0A077D51ED200759E(__this, L_147, /*hidden argument*/NULL); } IL_051f: { // if (grippedObject != null && grippedObject.GetComponent() != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_148 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_149; L_149 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_148, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_149) { goto IL_05ac; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_150 = __this->get_grippedObject_31(); NullCheck(L_150); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_151; L_151 = GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D(L_150, /*hidden argument*/GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_152; L_152 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_151, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_152) { goto IL_05ac; } } { // grippedObject.GetComponent().LaserPointerPower(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_153 = __this->get_grippedObject_31(); NullCheck(L_153); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_154; L_154 = GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D(L_153, /*hidden argument*/GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); NullCheck(L_154); Handlegun_LaserPointerPower_mEC02F486560372DE6673AC811F973516E84CD262(L_154, (bool)1, /*hidden argument*/NULL); // } goto IL_05ac; } IL_0553: { // else if (grippedObject != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_155 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_156; L_156 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_155, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_156) { goto IL_05ac; } } { // if (grippedObject.GetComponent() != null && Time.timeScale > 0) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_157 = __this->get_grippedObject_31(); NullCheck(L_157); Grenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD * L_158; L_158 = GameObject_GetComponent_TisGrenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD_mB836D589D32837EFB9C83CC370376188281C34A8(L_157, /*hidden argument*/GameObject_GetComponent_TisGrenade_t1E2668899B966795BFEDEA225213F5E2E4A25AAD_mB836D589D32837EFB9C83CC370376188281C34A8_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_159; L_159 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_158, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_159) { goto IL_0588; } } { float L_160; L_160 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_160) > ((float)(0.0f))))) { goto IL_0588; } } { // Release(); Hand_Release_m212C174D8DA17FFA6FAB0DEF72FF6B70185D9A95(__this, /*hidden argument*/NULL); // } goto IL_05ac; } IL_0588: { // else if(grippedObject.GetComponent() != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_161 = __this->get_grippedObject_31(); NullCheck(L_161); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_162; L_162 = GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D(L_161, /*hidden argument*/GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_163; L_163 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_162, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_163) { goto IL_05ac; } } { // grippedObject.GetComponent().LaserPointerPower(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_164 = __this->get_grippedObject_31(); NullCheck(L_164); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_165; L_165 = GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D(L_164, /*hidden argument*/GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); NullCheck(L_165); Handlegun_LaserPointerPower_mEC02F486560372DE6673AC811F973516E84CD262(L_165, (bool)0, /*hidden argument*/NULL); } IL_05ac: { // if (grippedObject != null && grippedObject.GetComponent().Actor != this) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_166 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_167; L_167 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_166, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_167) { goto IL_05d8; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_168 = __this->get_grippedObject_31(); NullCheck(L_168); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_169; L_169 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_168, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); NullCheck(L_169); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_170; L_170 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(L_169, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_171; L_171 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_170, __this, /*hidden argument*/NULL); if (!L_171) { goto IL_05d8; } } { // Release(); Hand_Release_m212C174D8DA17FFA6FAB0DEF72FF6B70185D9A95(__this, /*hidden argument*/NULL); } IL_05d8: { // TriggerStateEvents(); Hand_TriggerStateEvents_m1AB37B09FE3EAA13D647F06F08D3F2BB4FD90461(__this, /*hidden argument*/NULL); // if(pressingButton != null && Time.realtimeSinceStartup > pressUntil) BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_172 = __this->get_pressingButton_41(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_173; L_173 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_172, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_173) { goto IL_0632; } } { float L_174; L_174 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); float L_175 = __this->get_pressUntil_40(); if ((!(((float)L_174) > ((float)L_175)))) { goto IL_0632; } } { // startedPress = 0f; __this->set_startedPress_39((0.0f)); // pressUntil = 0f; __this->set_pressUntil_40((0.0f)); // pressingButton.UnpressButton(); BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_176 = __this->get_pressingButton_41(); NullCheck(L_176); BikeButton_UnpressButton_m0FBFAB2D25AE077E8F3D61055559DD0A24A9C268(L_176, /*hidden argument*/NULL); // pressingButton = null; __this->set_pressingButton_41((BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC *)NULL); // nextDashPress = Time.realtimeSinceStartup + AFTER_PRESS_REPEAT_INTERVAL; float L_177; L_177 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); __this->set_nextDashPress_37(((float)il2cpp_codegen_add((float)L_177, (float)(0.349999994f)))); } IL_0632: { // if(Time.timeScale == 0) float L_178; L_178 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_178) == ((float)(0.0f))))) { goto IL_06ac; } } { // hitCount = Physics.OverlapSphereNonAlloc(transform.position, 0.3f, hits, interactableLayer, QueryTriggerInteraction.Collide); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_179; L_179 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_179); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_180; L_180 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_179, /*hidden argument*/NULL); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_181 = __this->get_hits_44(); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_182 = __this->get_interactableLayer_46(); int32_t L_183; L_183 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_182, /*hidden argument*/NULL); int32_t L_184; L_184 = Physics_OverlapSphereNonAlloc_m581B60F800CD970C67BE48AFA30322B4EA2D8590(L_180, (0.300000012f), L_181, L_183, 2, /*hidden argument*/NULL); __this->set_hitCount_45(L_184); // bool nearInteractable = false; V_1 = (bool)0; // for (int i = 0; i < hitCount; i++) V_2 = 0; goto IL_0692; } IL_0671: { // if(hits[i].tag.Contains("DashButton")) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_185 = __this->get_hits_44(); int32_t L_186 = V_2; NullCheck(L_185); int32_t L_187 = L_186; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_188 = (L_185)->GetAt(static_cast(L_187)); NullCheck(L_188); String_t* L_189; L_189 = Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E(L_188, /*hidden argument*/NULL); NullCheck(L_189); bool L_190; L_190 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_189, _stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647, /*hidden argument*/NULL); if (!L_190) { goto IL_068e; } } { // nearInteractable = true; V_1 = (bool)1; // break; goto IL_069b; } IL_068e: { // for (int i = 0; i < hitCount; i++) int32_t L_191 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)1)); } IL_0692: { // for (int i = 0; i < hitCount; i++) int32_t L_192 = V_2; int32_t L_193 = __this->get_hitCount_45(); if ((((int32_t)L_192) < ((int32_t)L_193))) { goto IL_0671; } } IL_069b: { // handAnimator.SetBool("Point", nearInteractable); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_194 = __this->get_handAnimator_13(); bool L_195 = V_1; NullCheck(L_194); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_194, _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412, L_195, /*hidden argument*/NULL); } IL_06ac: { // } return; } } // System.Void Hand::ResetHandModel(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_ResetHandModel_m20447A3A541C8D54DA81A08E2BA58EBF61147D4C (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___releaseGrip0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2743213C43DCC544A41D6BA3621A5613D8AAD8A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral54DCE4C4A15440F85AF9EB62A871371430BE2FCF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral913AB5956D078918F002777CFE8B176BCAAF62C1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2); s_Il2CppMethodInitialized = true; } { // if (releaseGrip) bool L_0 = ___releaseGrip0; if (!L_0) { goto IL_000a; } } { // grippedObject = null; __this->set_grippedObject_31((GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL); } IL_000a: { // transform.SetParent(trackingSpace); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2 = __this->get_trackingSpace_32(); NullCheck(L_1); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_1, L_2, /*hidden argument*/NULL); // handAnimator.SetBool("Open", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_3 = __this->get_handAnimator_13(); NullCheck(L_3); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_3, _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("IndexDown", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = __this->get_handAnimator_13(); NullCheck(L_4); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_4, _stringLiteral54DCE4C4A15440F85AF9EB62A871371430BE2FCF, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("Drive", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_5 = __this->get_handAnimator_13(); NullCheck(L_5); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_5, _stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("Gun", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_6 = __this->get_handAnimator_13(); NullCheck(L_6); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_6, _stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("Grip", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_7 = __this->get_handAnimator_13(); NullCheck(L_7); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_7, _stringLiteralB4FE860573CD6E03F0D1A4378C1F330A3820D8C9, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("Grenade", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_8 = __this->get_handAnimator_13(); NullCheck(L_8); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_8, _stringLiteral2743213C43DCC544A41D6BA3621A5613D8AAD8A0, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("ThumbDown", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_9 = __this->get_handAnimator_13(); NullCheck(L_9); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_9, _stringLiteral913AB5956D078918F002777CFE8B176BCAAF62C1, (bool)0, /*hidden argument*/NULL); // handAnimator.SetBool("Point", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_10 = __this->get_handAnimator_13(); NullCheck(L_10); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_10, _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412, (bool)0, /*hidden argument*/NULL); // } return; } } // System.String Hand::get_GrippedObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Hand_get_GrippedObject_m54E3BA340C911B367C764C6D45E123FB685D7BDE (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __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*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0019; } } { // return grippedObject.name; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_grippedObject_31(); NullCheck(L_2); String_t* L_3; L_3 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_2, /*hidden argument*/NULL); return L_3; } IL_0019: { // return string.Empty; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_4; } } // System.Boolean Hand::CanPressDashButton(BikeButton) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Hand_CanPressDashButton_mE98E3C078DBE7B405E1DDC36929AB33C3029F4AA (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * ___button0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (pressingButton == null || pressingButton == button) BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_0 = __this->get_pressingButton_41(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (L_1) { goto IL_001c; } } { BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_2 = __this->get_pressingButton_41(); BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_3 = ___button0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_002d; } } IL_001c: { // return Time.realtimeSinceStartup >= nextDashPress; float L_5; L_5 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); float L_6 = __this->get_nextDashPress_37(); return (bool)((((int32_t)((!(((float)L_5) >= ((float)L_6)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_002d: { // return false; return (bool)0; } } // System.Void Hand::StartButtonPress(BikeButton) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_StartButtonPress_mA8B058F9264E5685A164C63D94E96887BBAAEC4E (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * ___button0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (pressingButton == null) BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_0 = __this->get_pressingButton_41(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0037; } } { // startedPress = Time.realtimeSinceStartup; float L_2; L_2 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); __this->set_startedPress_39(L_2); // pressUntil = Time.realtimeSinceStartup + Time.unscaledDeltaTime * 2f; float L_3; L_3 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); float L_4; L_4 = Time_get_unscaledDeltaTime_mAC1F2C20477335AD7D36AB7E6BE420C10C2B6419(/*hidden argument*/NULL); __this->set_pressUntil_40(((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)L_4, (float)(2.0f)))))); // pressingButton = button; BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_5 = ___button0; __this->set_pressingButton_41(L_5); } IL_0037: { // } return; } } // System.Void Hand::ContinueButtonPress() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_ContinueButtonPress_mA6F9AE8958213D3514696D1A97875DC11B0D2B54 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __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; } { // pressUntil += Time.unscaledDeltaTime; float L_0 = __this->get_pressUntil_40(); float L_1; L_1 = Time_get_unscaledDeltaTime_mAC1F2C20477335AD7D36AB7E6BE420C10C2B6419(/*hidden argument*/NULL); __this->set_pressUntil_40(((float)il2cpp_codegen_add((float)L_0, (float)L_1))); // if(pressingButton != null && (pressUntil - startedPress) >= TIME_FOR_BUTTON_PRESS) BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_2 = __this->get_pressingButton_41(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_003f; } } { float L_4 = __this->get_pressUntil_40(); float L_5 = __this->get_startedPress_39(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_4, (float)L_5))) >= ((float)(0.0399999991f))))) { goto IL_003f; } } { // pressingButton.PressButton(); BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_6 = __this->get_pressingButton_41(); NullCheck(L_6); BikeButton_PressButton_m8D41FDD8BC435E1707E56B7199DBE5B46AAC4344(L_6, /*hidden argument*/NULL); } IL_003f: { // } return; } } // System.Void Hand::TriggerStateEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_TriggerStateEvents_m1AB37B09FE3EAA13D647F06F08D3F2BB4FD90461 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(menuOpen && !triggerHeld && triggerInput > 0) IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_menuOpen_36(); if (!L_0) { goto IL_0047; } } { bool L_1 = __this->get_triggerHeld_42(); if (L_1) { goto IL_0047; } } { float L_2 = __this->get_triggerInput_29(); if ((!(((float)L_2) > ((float)(0.0f))))) { goto IL_0047; } } { // pressingButton = menuPointer.PressHighlighted(); MenuPointer_t81C035C74D9D62644F5C4430F4D3C03A45AE69C3 * L_3 = __this->get_menuPointer_16(); NullCheck(L_3); BikeButton_tC676F6A9EAF0615B7602647275AAC35290141DCC * L_4; L_4 = MenuPointer_PressHighlighted_m77EF48BFCD6376C383370C261976FC6D687547C9(L_3, /*hidden argument*/NULL); __this->set_pressingButton_41(L_4); // pressUntil = Time.realtimeSinceStartup + 0.02f; float L_5; L_5 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); __this->set_pressUntil_40(((float)il2cpp_codegen_add((float)L_5, (float)(0.0199999996f)))); // triggerHeld = true; __this->set_triggerHeld_42((bool)1); // } goto IL_0085; } IL_0047: { // else if (grippedObject) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_0067; } } { // possibleInteractable = grippedObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_grippedObject_31(); NullCheck(L_8); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_9; L_9 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_8, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); __this->set_possibleInteractable_48(L_9); // } goto IL_0085; } IL_0067: { // else if (AttachedTo) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10; L_10 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0085; } } { // possibleInteractable = AttachedTo.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_12; L_12 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_12); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_13; L_13 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_12, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); __this->set_possibleInteractable_48(L_13); } IL_0085: { // if (triggerInput > 0) float L_14 = __this->get_triggerInput_29(); if ((!(((float)L_14) > ((float)(0.0f))))) { goto IL_00b9; } } { // triggerHeld = true; __this->set_triggerHeld_42((bool)1); // if (possibleInteractable != null) Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_15 = __this->get_possibleInteractable_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_15, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_16) { goto IL_00ee; } } { // possibleInteractable.TriggerDown(triggerInput); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_17 = __this->get_possibleInteractable_48(); float L_18 = __this->get_triggerInput_29(); NullCheck(L_17); VirtActionInvoker1< float >::Invoke(4 /* System.Void Interactable::TriggerDown(System.Single) */, L_17, L_18); // } return; } IL_00b9: { // else if (triggerHeld && triggerInput <= 0) bool L_19 = __this->get_triggerHeld_42(); if (!L_19) { goto IL_00ee; } } { float L_20 = __this->get_triggerInput_29(); if ((!(((float)L_20) <= ((float)(0.0f))))) { goto IL_00ee; } } { // triggerHeld = false; __this->set_triggerHeld_42((bool)0); // if (possibleInteractable != null) Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_21 = __this->get_possibleInteractable_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_22; L_22 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_21, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_00ee; } } { // possibleInteractable.TriggerUp(); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_23 = __this->get_possibleInteractable_48(); NullCheck(L_23); VirtActionInvoker0::Invoke(5 /* System.Void Interactable::TriggerUp() */, L_23); } IL_00ee: { // } return; } } // System.Void Hand::CloseHand(UnityEngine.GameObject) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_CloseHand_m679F3663C18A3633662240E0A077D51ED200759E (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___target0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (target != null && !HoldLock && Time.timeScale > 0) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___target0; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0052; } } { IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_2; L_2 = Hand_get_HoldLock_mF5F8094BBC41B20B27AA38805D82989C2EED01B3_inline(/*hidden argument*/NULL); if (L_2) { goto IL_0052; } } { float L_3; L_3 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_3) > ((float)(0.0f))))) { goto IL_0052; } } { // TouchRumble(); VirtActionInvoker0::Invoke(5 /* System.Void Hand::TouchRumble() */, __this); // grippedObject = target; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ___target0; __this->set_grippedObject_31(L_4); // grippedObject.GetComponent().Activate(this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_grippedObject_31(); NullCheck(L_5); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_6; L_6 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_5, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); NullCheck(L_6); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(7 /* System.Void Interactable::Activate(Hand) */, L_6, __this); // nextDashPress = Time.time + AFTER_GRAB_DASH_PRESS_INTERVAL; float L_7; L_7 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); __this->set_nextDashPress_37(((float)il2cpp_codegen_add((float)L_7, (float)(1.0f)))); // pressedWhileHolding = false; __this->set_pressedWhileHolding_43((bool)0); } IL_0052: { // } return; } } // System.Void Hand::Release() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_Release_m212C174D8DA17FFA6FAB0DEF72FF6B70185D9A95 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(grippedObject != null && grippedObject.GetComponent().Actor == this) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0036; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_grippedObject_31(); NullCheck(L_2); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_3; L_3 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_2, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); NullCheck(L_3); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_4; L_4 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(L_3, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_4, __this, /*hidden argument*/NULL); if (!L_5) { goto IL_0036; } } { // grippedObject.GetComponent().Deactivate(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_grippedObject_31(); NullCheck(L_6); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_7; L_7 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_6, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); NullCheck(L_7); VirtActionInvoker0::Invoke(9 /* System.Void Interactable::Deactivate() */, L_7); } IL_0036: { // ResetHandModel(true); Hand_ResetHandModel_m20447A3A541C8D54DA81A08E2BA58EBF61147D4C(__this, (bool)1, /*hidden argument*/NULL); // justReleased = true; __this->set_justReleased_51((bool)1); // nextInteract = Time.realtimeSinceStartup + AFTER_RELEASE_INTERACT_COOLDOWN; float L_8; L_8 = Time_get_realtimeSinceStartup_mA52B7B2C92FF893E5EAB8264B017E7464792BB36(/*hidden argument*/NULL); __this->set_nextInteract_52(((float)il2cpp_codegen_add((float)L_8, (float)(0.349999994f)))); // } return; } } // System.Void Hand::OnTriggerStay(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_OnTriggerStay_m669967A239CDA0AB0EAED7D989824F7286DB8F10 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { { // if(Time.time >= nextInteract) float L_0; L_0 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_1 = __this->get_nextInteract_52(); if ((!(((float)L_0) >= ((float)L_1)))) { goto IL_001b; } } { // CheckForInteractableCollision(other); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_2 = ___other0; Hand_CheckForInteractableCollision_m7E8E7B470B9A92A1B55D89D9D72F1EFDD26AECE9(__this, L_2, /*hidden argument*/NULL); // justReleased = false; __this->set_justReleased_51((bool)0); } IL_001b: { // } return; } } // System.Void Hand::OnTriggerEnter(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_OnTriggerEnter_m2269FFF837663554A2871520463BC1C4F7CE28EE (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412); s_Il2CppMethodInitialized = true; } { // CheckForInteractableCollision(other); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = ___other0; Hand_CheckForInteractableCollision_m7E8E7B470B9A92A1B55D89D9D72F1EFDD26AECE9(__this, L_0, /*hidden argument*/NULL); // if(other.tag == "DashButton") Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_1 = ___other0; NullCheck(L_1); String_t* L_2; L_2 = Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E(L_1, /*hidden argument*/NULL); bool L_3; L_3 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_2, _stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647, /*hidden argument*/NULL); if (!L_3) { goto IL_002a; } } { // handAnimator.SetBool("Point", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = __this->get_handAnimator_13(); NullCheck(L_4); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_4, _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412, (bool)1, /*hidden argument*/NULL); } IL_002a: { // } return; } } // System.Void Hand::OnTriggerExit(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_OnTriggerExit_mD4A08D653593C36FA2DC753462B214E53074805B (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412); s_Il2CppMethodInitialized = true; } { // if (other.gameObject == ClosestTouched) Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = ___other0; NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_1, L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_003e; } } { // handAnimator.SetBool("Open", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = __this->get_handAnimator_13(); NullCheck(L_4); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_4, _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B, (bool)0, /*hidden argument*/NULL); // ClosestTouched.GetComponent().RetreatFrom(this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_6; L_6 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_5, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); NullCheck(L_6); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(15 /* System.Void Interactable::RetreatFrom(Hand) */, L_6, __this); // ClosestTouched = null; Hand_set_ClosestTouched_m16A7B697CEB357616B3EA9D7BAF89B0BF8A95BDD_inline(__this, (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL, /*hidden argument*/NULL); // } goto IL_00a3; } IL_003e: { // pti = other.gameObject.GetComponent(); Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_7 = ___other0; NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); NullCheck(L_8); PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_9; L_9 = GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01(L_8, /*hidden argument*/GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01_RuntimeMethod_var); __this->set_pti_49(L_9); // if (pti != null) PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_10 = __this->get_pti_49(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_00a3; } } { // if(pti.interactable.gameObject == ClosestTouched) PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_12 = __this->get_pti_49(); NullCheck(L_12); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_13 = L_12->get_interactable_4(); NullCheck(L_13); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14; L_14 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_13, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_15; L_15 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_16; L_16 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_14, L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_00a3; } } { // ClosestTouched = null; Hand_set_ClosestTouched_m16A7B697CEB357616B3EA9D7BAF89B0BF8A95BDD_inline(__this, (GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 *)NULL, /*hidden argument*/NULL); // handAnimator.SetBool("Open", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_17 = __this->get_handAnimator_13(); NullCheck(L_17); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_17, _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B, (bool)0, /*hidden argument*/NULL); // pti.interactable.RetreatFrom(this); PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_18 = __this->get_pti_49(); NullCheck(L_18); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_19 = L_18->get_interactable_4(); NullCheck(L_19); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(15 /* System.Void Interactable::RetreatFrom(Hand) */, L_19, __this); } IL_00a3: { // if (other.tag == "DashButton") Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_20 = ___other0; NullCheck(L_20); String_t* L_21; L_21 = Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E(L_20, /*hidden argument*/NULL); bool L_22; L_22 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_21, _stringLiteral159BE8A8D26CEE05509A992F14563FDCB950B647, /*hidden argument*/NULL); if (!L_22) { goto IL_00c6; } } { // handAnimator.SetBool("Point", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_23 = __this->get_handAnimator_13(); NullCheck(L_23); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_23, _stringLiteralAF76631C9924DA21CC9961B508E27EB5D8012412, (bool)0, /*hidden argument*/NULL); } IL_00c6: { // } return; } } // System.Void Hand::CheckForInteractableCollision(UnityEngine.Collider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_CheckForInteractableCollision_m7E8E7B470B9A92A1B55D89D9D72F1EFDD26AECE9 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_4; memset((&V_4), 0, sizeof(V_4)); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * G_B12_0 = NULL; Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * G_B11_0 = NULL; { // if (!grippedObject && AttachedTo == null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_grippedObject_31(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_019f; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_019f; } } { // possibleItem = other.gameObject; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_4 = ___other0; NullCheck(L_4); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_4, /*hidden argument*/NULL); __this->set_possibleItem_47(L_5); // possibleInteractable = possibleItem.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6 = __this->get_possibleItem_47(); NullCheck(L_6); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_7; L_7 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_6, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); __this->set_possibleInteractable_48(L_7); // if (possibleInteractable == null) Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_8 = __this->get_possibleInteractable_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_9; L_9 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_8, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_9) { goto IL_008d; } } { // pti = possibleItem.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_possibleItem_47(); NullCheck(L_10); PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_11; L_11 = GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01(L_10, /*hidden argument*/GameObject_GetComponent_TisPointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8_mD99EF53FD8C0588F6BC7FC9EE2D08AC6078DAB01_RuntimeMethod_var); __this->set_pti_49(L_11); // if (pti != null) PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_12 = __this->get_pti_49(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_13; L_13 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_12, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_13) { goto IL_008d; } } { // possibleInteractable = pti.interactable; PointsToInteractable_t46DCFADD1D4685356DBD20C8117DF0F05DE111C8 * L_14 = __this->get_pti_49(); NullCheck(L_14); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_15 = L_14->get_interactable_4(); __this->set_possibleInteractable_48(L_15); // possibleItem = possibleInteractable.gameObject; Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_16 = __this->get_possibleInteractable_48(); NullCheck(L_16); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17; L_17 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_16, /*hidden argument*/NULL); __this->set_possibleItem_47(L_17); } IL_008d: { // if (possibleInteractable != null) Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_18 = __this->get_possibleInteractable_48(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_19; L_19 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_18, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_19) { goto IL_019f; } } { // if (ClosestTouched == null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_20; L_20 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_21; L_21 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_20, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_21) { goto IL_00b9; } } { // SetClosest(possibleInteractable); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_22 = __this->get_possibleInteractable_48(); Hand_SetClosest_mF742A3F8E41A049CD1DAEC301BD6C749FFB2A96C(__this, L_22, /*hidden argument*/NULL); // } return; } IL_00b9: { // else if (possibleItem != ClosestTouched) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_23 = __this->get_possibleItem_47(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24; L_24 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_25; L_25 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_23, L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_019f; } } { // Vector3 localOffset = sphereCol.center; SphereCollider_t51A338502EEE6FA563248E3C0BF38D333077DC3A * L_26 = __this->get_sphereCol_38(); NullCheck(L_26); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_27; L_27 = SphereCollider_get_center_mBFAE4FFFC76B8FD8F1B2B2F12C52A30470443D3A(L_26, /*hidden argument*/NULL); V_0 = L_27; // Vector3 offset = transform.forward * localOffset.z + transform.up * localOffset.y + transform.right * localOffset.x; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_28); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29; L_29 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_28, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = V_0; float L_31 = L_30.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_29, L_31, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_33); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Transform_get_up_mAB753D250A30C78924D5D22B0821F1D254525C31(L_33, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35 = V_0; float L_36 = L_35.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37; L_37 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_34, L_36, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38; L_38 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_32, L_37, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_39; L_39 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_39); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; L_40 = Transform_get_right_mA8EB1882CCE8759766544448308C88D9200F06CE(L_39, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_41 = V_0; float L_42 = L_41.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_43; L_43 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_40, L_42, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_44; L_44 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_38, L_43, /*hidden argument*/NULL); V_1 = L_44; // Vector3 fingerPos = transform.position + offset; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_45); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_45, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47 = V_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_48; L_48 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_46, L_47, /*hidden argument*/NULL); V_2 = L_48; // float lastDist = (ClosestTouched.transform.position - fingerPos).sqrMagnitude; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_49; L_49 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); NullCheck(L_49); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_50; L_50 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_49, /*hidden argument*/NULL); NullCheck(L_50); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51; L_51 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_50, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53; L_53 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_51, L_52, /*hidden argument*/NULL); V_4 = L_53; float L_54; L_54 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), /*hidden argument*/NULL); V_3 = L_54; // float newDist = (possibleItem.transform.position - fingerPos).sqrMagnitude; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_55 = __this->get_possibleItem_47(); NullCheck(L_55); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_56; L_56 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_55, /*hidden argument*/NULL); NullCheck(L_56); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57; L_57 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_56, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_59; L_59 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_57, L_58, /*hidden argument*/NULL); V_4 = L_59; float L_60; L_60 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_4), /*hidden argument*/NULL); // if (newDist < lastDist) float L_61 = V_3; if ((!(((float)L_60) < ((float)L_61)))) { goto IL_019f; } } { // ClosestTouched.GetComponent()?.RetreatFrom(this); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_62; L_62 = Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline(__this, /*hidden argument*/NULL); NullCheck(L_62); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_63; L_63 = GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC(L_62, /*hidden argument*/GameObject_GetComponent_TisInteractable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4_m11D49F5571E0F362E7DB992023110FC64A4EEDBC_RuntimeMethod_var); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_64 = L_63; G_B11_0 = L_64; if (L_64) { G_B12_0 = L_64; goto IL_018d; } } { goto IL_0193; } IL_018d: { NullCheck(G_B12_0); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(15 /* System.Void Interactable::RetreatFrom(Hand) */, G_B12_0, __this); } IL_0193: { // SetClosest(possibleInteractable); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_65 = __this->get_possibleInteractable_48(); Hand_SetClosest_mF742A3F8E41A049CD1DAEC301BD6C749FFB2A96C(__this, L_65, /*hidden argument*/NULL); } IL_019f: { // } return; } } // System.Void Hand::SetClosest(Interactable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_SetClosest_mF742A3F8E41A049CD1DAEC301BD6C749FFB2A96C (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * ___closest0, 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*)&_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B); s_Il2CppMethodInitialized = true; } { // if (!closest.proximityInteract) Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_0 = ___closest0; NullCheck(L_0); bool L_1 = L_0->get_proximityInteract_8(); if (L_1) { goto IL_0009; } } { // return; return; } IL_0009: { // if (highlightSound != null) AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2 = __this->get_highlightSound_12(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0022; } } { // highlightSound.Play(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_4 = __this->get_highlightSound_12(); NullCheck(L_4); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_4, /*hidden argument*/NULL); } IL_0022: { // ClosestTouched = closest.gameObject; Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_5 = ___closest0; NullCheck(L_5); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_5, /*hidden argument*/NULL); Hand_set_ClosestTouched_m16A7B697CEB357616B3EA9D7BAF89B0BF8A95BDD_inline(__this, L_6, /*hidden argument*/NULL); // TouchRumble(); VirtActionInvoker0::Invoke(5 /* System.Void Hand::TouchRumble() */, __this); // handAnimator.SetBool("Open", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_7 = __this->get_handAnimator_13(); NullCheck(L_7); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_7, _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B, (bool)1, /*hidden argument*/NULL); // nextInteract = Time.time + AFTER_RELEASE_INTERACT_COOLDOWN; float L_8; L_8 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); __this->set_nextInteract_52(((float)il2cpp_codegen_add((float)L_8, (float)(0.349999994f)))); // closest.ApproachedBy(this); Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * L_9 = ___closest0; NullCheck(L_9); VirtActionInvoker1< Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * >::Invoke(13 /* System.Void Interactable::ApproachedBy(Hand) */, L_9, __this); // } return; } } // System.Void Hand::DrawSidearm() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand_DrawSidearm_m321A4782830FA4F0B9074E125F15CBBD6F33F842 (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (AttachedTo != null && AttachedTo.GetComponent() != null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_0031; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_2); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_3; L_3 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(L_2, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0031; } } { // AttachedTo.GetComponent().SoftDetach(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5; L_5 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(__this, /*hidden argument*/NULL); NullCheck(L_5); GrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63 * L_6; L_6 = GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20(L_5, /*hidden argument*/GameObject_GetComponent_TisGrenadeDispenser_tB8198C7FB38EEE1B97ED9E1A52AF0D5FA5476D63_m085E9297E9951F3E4705565E33F27D0BF7126D20_RuntimeMethod_var); NullCheck(L_6); GrenadeDispenser_SoftDetach_m2A8CCA0C4BBEFC59244A694EAC60DB1C77C9EFB8(L_6, /*hidden argument*/NULL); } IL_0031: { // CloseHand(sidearm.gameObject); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_7 = __this->get_sidearm_50(); NullCheck(L_7); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8; L_8 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_7, /*hidden argument*/NULL); Hand_CloseHand_m679F3663C18A3633662240E0A077D51ED200759E(__this, L_8, /*hidden argument*/NULL); // } return; } } // System.Void Hand::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand__ctor_mFE08906125476E537E93DE855583D9B8231F814F (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Vector2 ThumbstickDirection { get; protected set; } = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0; L_0 = Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D(/*hidden argument*/NULL); __this->set_U3CThumbstickDirectionU3Ek__BackingField_22(L_0); // Collider[] hits = new Collider[10]; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_1 = (ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486*)(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486*)SZArrayNew(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); __this->set_hits_44(L_1); // LayerMask interactableLayer = 1 << 23; LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_2; L_2 = LayerMask_op_Implicit_m04FD003A196C7FA5C824D854803493EA31AE58D2(((int32_t)8388608), /*hidden argument*/NULL); __this->set_interactableLayer_46(L_2); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } // System.Void Hand::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hand__cctor_m233B01DC1D92B6F16DD9E858642AB2DE48160185 (const RuntimeMethod* method) { { 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 HandOVR::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_OnEnable_m18F5E92275AAF40CEB4F7146121B798D7AFFA48F (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandOVR_FocusGained_mD8BAE1914C9D3C3E0014E87AFE7C0B3908E0BB2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandOVR_FocusLost_m0A52DE0272A274A632324779A28F8AEB06E0DDEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // OVRManager.InputFocusAcquired += FocusGained; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_0, __this, (intptr_t)((intptr_t)HandOVR_FocusGained_mD8BAE1914C9D3C3E0014E87AFE7C0B3908E0BB2E_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_add_InputFocusAcquired_m3C95F705367E13B49A9E16FC8E7C1CBC87975404(L_0, /*hidden argument*/NULL); // OVRManager.InputFocusLost += FocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)HandOVR_FocusLost_m0A52DE0272A274A632324779A28F8AEB06E0DDEF_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_add_InputFocusLost_mCD789F0E8B73E49B8102AA065938AA826068C6A8(L_1, /*hidden argument*/NULL); // } return; } } // System.Void HandOVR::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_OnDisable_m1805C8A44AE4198E6308FB21241E88771D7256CF (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandOVR_FocusGained_mD8BAE1914C9D3C3E0014E87AFE7C0B3908E0BB2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandOVR_FocusLost_m0A52DE0272A274A632324779A28F8AEB06E0DDEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // OVRManager.InputFocusAcquired -= FocusGained; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_0 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_0, __this, (intptr_t)((intptr_t)HandOVR_FocusGained_mD8BAE1914C9D3C3E0014E87AFE7C0B3908E0BB2E_RuntimeMethod_var), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); OVRManager_remove_InputFocusAcquired_m52B94FF1E8BDB06AC88C1ACE0766F774DCB0B360(L_0, /*hidden argument*/NULL); // OVRManager.InputFocusLost -= FocusLost; Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 * L_1 = (Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6 *)il2cpp_codegen_object_new(Action_tAF41423D285AE0862865348CF6CE51CD085ABBA6_il2cpp_TypeInfo_var); Action__ctor_m07BE5EE8A629FBBA52AE6356D57A0D371BE2574B(L_1, __this, (intptr_t)((intptr_t)HandOVR_FocusLost_m0A52DE0272A274A632324779A28F8AEB06E0DDEF_RuntimeMethod_var), /*hidden argument*/NULL); OVRManager_remove_InputFocusLost_m6305B11B18FFA8F3B1EB693934BDC62BC03C94D4(L_1, /*hidden argument*/NULL); // } return; } } // System.Void HandOVR::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_Start_m5ED141BAF3D8E56A6B5B33018E433E46E61BA4F0 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B2_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B1_0 = NULL; int32_t G_B3_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B3_1 = NULL; { // base.Start(); Hand_Start_m4417B30C673E267C49C1555ADF222A023E449C9A(__this, /*hidden argument*/NULL); // controller = (isRightHand) ? OVRInput.Controller.RTouch : OVRInput.Controller.LTouch; bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_isRightHand_11(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0012; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; goto IL_0013; } IL_0012: { G_B3_0 = 2; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->set_controller_58(G_B3_0); // } return; } } // System.Void HandOVR::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_FixedUpdate_mDFB0FDDEEFE94D1F3C51F83CF66573AEB90E4B98 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { { // prevVelocity = currentVelocity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_currentVelocity_61(); __this->set_prevVelocity_60(L_0); // currentVelocity = (transform.localPosition - prevPosition) / Time.fixedDeltaTime; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_1, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = __this->get_prevPosition_59(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_2, L_3, /*hidden argument*/NULL); float L_5; L_5 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_op_Division_mBA12D08F4D51A4BC2E9841D42591B6208FF4B12E_inline(L_4, L_5, /*hidden argument*/NULL); __this->set_currentVelocity_61(L_6); // prevPosition = transform.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_7, /*hidden argument*/NULL); __this->set_prevPosition_59(L_8); // } return; } } // System.Void HandOVR::ProcessControllerInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_ProcessControllerInput_m59278B5BE129B96ECFE3F88DE59FDE2BA084CD7B (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; bool V_1 = false; bool V_2 = false; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B2_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B1_0 = NULL; int32_t G_B3_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B3_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B5_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B4_0 = NULL; int32_t G_B6_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B6_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B10_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B9_0 = NULL; int32_t G_B11_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B11_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B13_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B12_0 = NULL; int32_t G_B14_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B14_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B16_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B15_0 = NULL; int32_t G_B17_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B17_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B19_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B18_0 = NULL; int32_t G_B20_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B20_1 = NULL; { // ThumbstickDirection = OVRInput.Get(OVRInput.Axis2D.PrimaryThumbstick, controller); int32_t L_0 = __this->get_controller_58(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = OVRInput_Get_m4597F63AAED66C9BF98F604D7837A4D9763D3B26(1, L_0, /*hidden argument*/NULL); Hand_set_ThumbstickDirection_mD577B8946AFABEBAF80D53C7BF9EFA7C98F7E4DB_inline(__this, L_1, /*hidden argument*/NULL); // triggerInput = OVRInput.Get(OVRInput.Axis1D.PrimaryIndexTrigger, controller); int32_t L_2 = __this->get_controller_58(); float L_3; L_3 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(1, L_2, /*hidden argument*/NULL); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_triggerInput_29(L_3); // gripInput = OVRInput.Get(OVRInput.Axis1D.PrimaryHandTrigger, controller); int32_t L_4 = __this->get_controller_58(); float L_5; L_5 = OVRInput_Get_mD0906DB101F1C7DDEEFF8144FE0A8ABBF31B752F(4, L_4, /*hidden argument*/NULL); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_gripInput_30(L_5); // bool buttonOneCurrent = OVRInput.Get(OVRInput.Button.One, controller); int32_t L_6 = __this->get_controller_58(); bool L_7; L_7 = OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91(1, L_6, /*hidden argument*/NULL); V_0 = L_7; // PrimaryButtonPressed = buttonOneCurrent && !buttonOneDown; bool L_8 = V_0; G_B1_0 = __this; if (!L_8) { G_B2_0 = __this; goto IL_0052; } } { bool L_9 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneDown_25(); G_B3_0 = ((((int32_t)L_9) == ((int32_t)0))? 1 : 0); G_B3_1 = G_B1_0; goto IL_0053; } IL_0052: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0053: { NullCheck(G_B3_1); Hand_set_PrimaryButtonPressed_mB914DE4F2637D59148B98A948F3CC3CDA5D8695C_inline(G_B3_1, (bool)G_B3_0, /*hidden argument*/NULL); // PrimaryButtonReleased = !buttonOneCurrent && buttonOneDown; bool L_10 = V_0; G_B4_0 = __this; if (L_10) { G_B5_0 = __this; goto IL_0064; } } { bool L_11 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneDown_25(); G_B6_0 = ((int32_t)(L_11)); G_B6_1 = G_B4_0; goto IL_0065; } IL_0064: { G_B6_0 = 0; G_B6_1 = G_B5_0; } IL_0065: { NullCheck(G_B6_1); Hand_set_PrimaryButtonReleased_m2FF7CE9E53F721B25B59320B156826E3F3C94498_inline(G_B6_1, (bool)G_B6_0, /*hidden argument*/NULL); // buttonOneDown = buttonOneCurrent; bool L_12 = V_0; ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_buttonOneDown_25(L_12); // if (buttonOneDown) bool L_13 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneDown_25(); if (!L_13) { goto IL_008b; } } { // buttonOneHoldDuration += Time.deltaTime; float L_14 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneHoldDuration_34(); float L_15; L_15 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_buttonOneHoldDuration_34(((float)il2cpp_codegen_add((float)L_14, (float)L_15))); } IL_008b: { // bool buttonTwoCurrent = OVRInput.Get(OVRInput.Button.Two, controller); int32_t L_16 = __this->get_controller_58(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_17; L_17 = OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91(2, L_16, /*hidden argument*/NULL); V_1 = L_17; // SecondaryButtonPressed = buttonTwoCurrent && !buttonTwoDown; bool L_18 = V_1; G_B9_0 = __this; if (!L_18) { G_B10_0 = __this; goto IL_00a7; } } { bool L_19 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonTwoDown_26(); G_B11_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0); G_B11_1 = G_B9_0; goto IL_00a8; } IL_00a7: { G_B11_0 = 0; G_B11_1 = G_B10_0; } IL_00a8: { NullCheck(G_B11_1); Hand_set_SecondaryButtonPressed_mB0F6AC29BCC38B5F9D7DFD0B05638FA2A04EF04E_inline(G_B11_1, (bool)G_B11_0, /*hidden argument*/NULL); // SecondaryButtonReleased = !buttonTwoCurrent && buttonTwoDown; bool L_20 = V_1; G_B12_0 = __this; if (L_20) { G_B13_0 = __this; goto IL_00b9; } } { bool L_21 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonTwoDown_26(); G_B14_0 = ((int32_t)(L_21)); G_B14_1 = G_B12_0; goto IL_00ba; } IL_00b9: { G_B14_0 = 0; G_B14_1 = G_B13_0; } IL_00ba: { NullCheck(G_B14_1); Hand_set_SecondaryButtonReleased_m5D5AA70CE5220AC89CE3CBD59DC3BFE0AFD643BF_inline(G_B14_1, (bool)G_B14_0, /*hidden argument*/NULL); // buttonTwoDown = buttonTwoCurrent; bool L_22 = V_1; ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_buttonTwoDown_26(L_22); // bool thumbstickCurrent = OVRInput.Get(OVRInput.Button.PrimaryThumbstick, controller); int32_t L_23 = __this->get_controller_58(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_24; L_24 = OVRInput_Get_m0C7655F5F5118ADD5F3B5BDE2E9741E654329E91(((int32_t)32768), L_23, /*hidden argument*/NULL); V_2 = L_24; // ThumbstickPressed = thumbstickCurrent && !thumbstickDown; bool L_25 = V_2; G_B15_0 = __this; if (!L_25) { G_B16_0 = __this; goto IL_00e6; } } { bool L_26 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_thumbstickDown_28(); G_B17_0 = ((((int32_t)L_26) == ((int32_t)0))? 1 : 0); G_B17_1 = G_B15_0; goto IL_00e7; } IL_00e6: { G_B17_0 = 0; G_B17_1 = G_B16_0; } IL_00e7: { NullCheck(G_B17_1); Hand_set_ThumbstickPressed_m992CEF78383DD4C5333FB8E4B3B09C5AB933B021_inline(G_B17_1, (bool)G_B17_0, /*hidden argument*/NULL); // ThumbstickReleased = !thumbstickCurrent && thumbstickDown; bool L_27 = V_2; G_B18_0 = __this; if (L_27) { G_B19_0 = __this; goto IL_00f8; } } { bool L_28 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_thumbstickDown_28(); G_B20_0 = ((int32_t)(L_28)); G_B20_1 = G_B18_0; goto IL_00f9; } IL_00f8: { G_B20_0 = 0; G_B20_1 = G_B19_0; } IL_00f9: { NullCheck(G_B20_1); Hand_set_ThumbstickReleased_m4069EDC43BE88F6726095F07685A71B3A8C79C39_inline(G_B20_1, (bool)G_B20_0, /*hidden argument*/NULL); // thumbstickDown = thumbstickCurrent; bool L_29 = V_2; ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_thumbstickDown_28(L_29); // if (isRightHand) bool L_30 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_isRightHand_11(); if (!L_30) { goto IL_0154; } } { // if (buttonTwoDown) bool L_31 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonTwoDown_26(); if (!L_31) { goto IL_0142; } } { // pauseHoldDuration += Time.deltaTime; float L_32 = __this->get_pauseHoldDuration_62(); float L_33; L_33 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_pauseHoldDuration_62(((float)il2cpp_codegen_add((float)L_32, (float)L_33))); // if (pauseHoldDuration >= HOLD_TIME_FOR_PAUSE) float L_34 = __this->get_pauseHoldDuration_62(); if ((!(((float)L_34) >= ((float)(0.0f))))) { goto IL_013b; } } { // pauseHoldPending = true; IL2CPP_RUNTIME_CLASS_INIT(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var); ((HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_StaticFields*)il2cpp_codegen_static_fields_for(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var))->set_pauseHoldPending_63((bool)1); // } return; } IL_013b: { // pauseHoldPending = false; IL2CPP_RUNTIME_CLASS_INIT(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var); ((HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_StaticFields*)il2cpp_codegen_static_fields_for(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var))->set_pauseHoldPending_63((bool)0); // } return; } IL_0142: { // pauseHoldDuration = 0f; __this->set_pauseHoldDuration_62((0.0f)); // pauseHoldPending = false; IL2CPP_RUNTIME_CLASS_INIT(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var); ((HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_StaticFields*)il2cpp_codegen_static_fields_for(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var))->set_pauseHoldPending_63((bool)0); // } return; } IL_0154: { // if (ThumbstickPressed && pauseHoldPending) bool L_35; L_35 = Hand_get_ThumbstickPressed_m928771C2D852E29693815C122E6023A22CECE555_inline(__this, /*hidden argument*/NULL); if (!L_35) { goto IL_0171; } } { IL2CPP_RUNTIME_CLASS_INIT(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var); bool L_36 = ((HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_StaticFields*)il2cpp_codegen_static_fields_for(HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE_il2cpp_TypeInfo_var))->get_pauseHoldPending_63(); if (!L_36) { goto IL_0171; } } { // pausePressed = true; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_pausePressed_35((bool)1); // ThumbstickPressed = false; Hand_set_ThumbstickPressed_m992CEF78383DD4C5333FB8E4B3B09C5AB933B021_inline(__this, (bool)0, /*hidden argument*/NULL); // } return; } IL_0171: { // pausePressed = false; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_pausePressed_35((bool)0); // } return; } } // System.Void HandOVR::FocusGained() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_FocusGained_mD8BAE1914C9D3C3E0014E87AFE7C0B3908E0BB2E (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { { // handRig.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_handRig_14(); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)1, /*hidden argument*/NULL); // tracking.ResetTracking(); HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * L_1 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_tracking_33(); NullCheck(L_1); HandToControllerTracking_ResetTracking_m1CE2A04CDCEABD2EE14AD256F7B32DEDA9D309C9(L_1, /*hidden argument*/NULL); // } return; } } // System.Void HandOVR::FocusLost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_FocusLost_m0A52DE0272A274A632324779A28F8AEB06E0DDEF (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { { // handRig.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_handRig_14(); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void HandOVR::TouchRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_TouchRumble_m16FE95313A8061895C70A25FCEB560B75435C1A8 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B2_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B2_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B1_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B1_1 = NULL; int32_t G_B3_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B3_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B3_2 = NULL; { // StartCoroutine(PerformTouchRumble((isRightHand) ? OVRInput.Controller.RTouch : OVRInput.Controller.LTouch)); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_isRightHand_11(); G_B1_0 = __this; G_B1_1 = __this; if (L_0) { G_B2_0 = __this; G_B2_1 = __this; goto IL_000d; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_000e; } IL_000d: { G_B3_0 = 2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_000e: { NullCheck(G_B3_1); RuntimeObject* L_1; L_1 = HandOVR_PerformTouchRumble_m1E23BA2F0F7A010B629B39CCF0CBD14DF8DE9359(G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_2; L_2 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(G_B3_2, L_1, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator HandOVR::PerformTouchRumble(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOVR_PerformTouchRumble_m1E23BA2F0F7A010B629B39CCF0CBD14DF8DE9359 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, int32_t ___controller0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * L_0 = (U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F *)il2cpp_codegen_object_new(U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F_il2cpp_TypeInfo_var); U3CPerformTouchRumbleU3Ed__15__ctor_m6BA39416B5287FFF4745087472F2C883410FA8A5(L_0, 0, /*hidden argument*/NULL); U3CPerformTouchRumbleU3Ed__15_t7A773D8E6598CC860B98313D8F92F39F1C7A848F * L_1 = L_0; int32_t L_2 = ___controller0; NullCheck(L_1); L_1->set_controller_2(L_2); return L_1; } } // System.Void HandOVR::WeaponFireRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR_WeaponFireRumble_m81D07BC6BA0FD84E83FD251407A9A57B420AFABD (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B2_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B2_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B1_0 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B1_1 = NULL; int32_t G_B3_0 = 0; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B3_1 = NULL; HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * G_B3_2 = NULL; { // StartCoroutine(PerformWeaponFireRumble((isRightHand) ? OVRInput.Controller.RTouch : OVRInput.Controller.LTouch)); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_isRightHand_11(); G_B1_0 = __this; G_B1_1 = __this; if (L_0) { G_B2_0 = __this; G_B2_1 = __this; goto IL_000d; } } { G_B3_0 = 1; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_000e; } IL_000d: { G_B3_0 = 2; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_000e: { NullCheck(G_B3_1); RuntimeObject* L_1; L_1 = HandOVR_PerformWeaponFireRumble_m97ED1A10C29E96DE8D49C085C5B62C1C635B5A80(G_B3_1, G_B3_0, /*hidden argument*/NULL); NullCheck(G_B3_2); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_2; L_2 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(G_B3_2, L_1, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator HandOVR::PerformWeaponFireRumble(OVRInput/Controller) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOVR_PerformWeaponFireRumble_m97ED1A10C29E96DE8D49C085C5B62C1C635B5A80 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, int32_t ___controller0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * L_0 = (U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B *)il2cpp_codegen_object_new(U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B_il2cpp_TypeInfo_var); U3CPerformWeaponFireRumbleU3Ed__17__ctor_mBF7A30D24CA8125D9F9126337B7AB4E4659857D6(L_0, 0, /*hidden argument*/NULL); U3CPerformWeaponFireRumbleU3Ed__17_tC852E2CA39250BDB11B3B1224226E1F56C04130B * L_1 = L_0; int32_t L_2 = ___controller0; NullCheck(L_1); L_1->set_controller_2(L_2); return L_1; } } // System.Boolean HandOVR::IsTracking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandOVR_IsTracking_mDA33265EE413FD34ACCEE989F4466F5046560CCC (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return OVRInput.GetControllerPositionTracked(controller); int32_t L_0 = __this->get_controller_58(); IL2CPP_RUNTIME_CLASS_INIT(OVRInput_t3C43263053F2510BDF75588657A71B87702767FB_il2cpp_TypeInfo_var); bool L_1; L_1 = OVRInput_GetControllerPositionTracked_m548A1395837E7A2CBA3BCF313F35F055A5A8F1FF(L_0, /*hidden argument*/NULL); return L_1; } } // UnityEngine.Vector3 HandOVR::ControllerLocalAcceleration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HandOVR_ControllerLocalAcceleration_mAA012CFE32F0DD67409BD0BDB690D7AA08C44226 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { { // return currentVelocity - prevVelocity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_currentVelocity_61(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = __this->get_prevVelocity_60(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // UnityEngine.Vector3 HandOVR::ControllerLocalVelocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HandOVR_ControllerLocalVelocity_m0AE18866CF292C80315D3AB556D5ED07E62FF491 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { { // return currentVelocity; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = __this->get_currentVelocity_61(); return L_0; } } // System.Boolean HandOVR::HasInputFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandOVR_HasInputFocus_m0EE10444F54396CB0717B2CA9BBAFE4E9D2A7C91 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return OVRManager.hasInputFocus; IL2CPP_RUNTIME_CLASS_INIT(OVRManager_t6088CD544814E5A64EEB830D130A6816E79D0036_il2cpp_TypeInfo_var); bool L_0; L_0 = OVRManager_get_hasInputFocus_m58E187FFE3CB1C8E8093BBBF1457DA09C2EB28C1(/*hidden argument*/NULL); return L_0; } } // System.Void HandOVR::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR__ctor_mBAABF4A730CFB5879488DD6A0B0D4ACD57CD6B48 (HandOVR_t61F1AFDD0E2E29CBE787D4F9C99356BEE781A6DE * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); Hand__ctor_mFE08906125476E537E93DE855583D9B8231F814F(__this, /*hidden argument*/NULL); return; } } // System.Void HandOVR::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOVR__cctor_m4760CCFDDFB4CFDEF7BB05A2B5E4CF36AA1CA826 (const RuntimeMethod* method) { { 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 HandOpenXR::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOpenXR_Start_m338D2FA9785D30CDEAC71A12AC3AAADFDFA4A8A2 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B2_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B1_0 = NULL; InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B3_1 = NULL; { // base.Start(); Hand_Start_m4417B30C673E267C49C1555ADF222A023E449C9A(__this, /*hidden argument*/NULL); // controller = isRightHand ? InputDevices.GetDeviceAtXRNode(XRNode.RightHand) : InputDevices.GetDeviceAtXRNode(XRNode.LeftHand); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_isRightHand_11(); G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0017; } } { InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E L_1; L_1 = InputDevices_GetDeviceAtXRNode_m87495BA0026D710C1F1975B90F7AAAD3A9AA089F(4, /*hidden argument*/NULL); G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_001d; } IL_0017: { InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E L_2; L_2 = InputDevices_GetDeviceAtXRNode_m87495BA0026D710C1F1975B90F7AAAD3A9AA089F(5, /*hidden argument*/NULL); G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_001d: { NullCheck(G_B3_1); G_B3_1->set_controller_57(G_B3_0); // controller.TryGetHapticCapabilities(out capabilities); InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_3 = __this->get_address_of_controller_57(); HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D * L_4 = __this->get_address_of_capabilities_58(); bool L_5; L_5 = InputDevice_TryGetHapticCapabilities_m1EEA0DE1FF4C11102D1D0DA53D53C0D6A1CB0A4B((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_3, (HapticCapabilities_t5F9251128925902FD152B6653ECF56816B41277D *)L_4, /*hidden argument*/NULL); // } return; } } // System.Void HandOpenXR::ProcessControllerInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOpenXR_ProcessControllerInput_mB534005F889A30B8E504D8CA51115FF89F8385F1 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B14_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B13_0 = NULL; int32_t G_B15_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B15_1 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B17_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B16_0 = NULL; int32_t G_B18_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B18_1 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B23_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B22_0 = NULL; int32_t G_B24_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B24_1 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B26_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B25_0 = NULL; int32_t G_B27_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B27_1 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B31_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B30_0 = NULL; int32_t G_B32_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B32_1 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B34_0 = NULL; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B33_0 = NULL; int32_t G_B35_0 = 0; HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * G_B35_1 = NULL; int32_t G_B41_0 = 0; { // if (controller.TryGetFeatureValue(CommonUsages.userPresence, out present)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_0 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 L_1 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_userPresence_12(); bool* L_2 = __this->get_address_of_present_65(); bool L_3; L_3 = InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_0, L_1, (bool*)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0050; } } { // handRig.SetActive(present); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_handRig_14(); bool L_5 = __this->get_present_65(); NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, L_5, /*hidden argument*/NULL); // if (present && !prevPresent) bool L_6 = __this->get_present_65(); if (!L_6) { goto IL_0044; } } { bool L_7 = __this->get_prevPresent_66(); if (L_7) { goto IL_0044; } } { // tracking.ResetTracking(); HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * L_8 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_tracking_33(); NullCheck(L_8); HandToControllerTracking_ResetTracking_m1CE2A04CDCEABD2EE14AD256F7B32DEDA9D309C9(L_8, /*hidden argument*/NULL); } IL_0044: { // prevPresent = present; bool L_9 = __this->get_present_65(); __this->set_prevPresent_66(L_9); } IL_0050: { // if (controller.TryGetFeatureValue(CommonUsages.primary2DAxis, out primary2D)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_10 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t8BAF53459FF79264F0E3F7F9716191756AFAC625 L_11 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_primary2DAxis_17(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_12 = __this->get_address_of_primary2D_60(); bool L_13; L_13 = InputDevice_TryGetFeatureValue_m18C3DB44FFE8E7ACFF29F2F83E54A2F057AFF1C5((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_10, L_11, (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 *)L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_0074; } } { // ThumbstickDirection = primary2D; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_14 = __this->get_primary2D_60(); Hand_set_ThumbstickDirection_mD577B8946AFABEBAF80D53C7BF9EFA7C98F7E4DB_inline(__this, L_14, /*hidden argument*/NULL); } IL_0074: { // if (controller.TryGetFeatureValue(CommonUsages.trigger, out triggerInput)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_15 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 L_16 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_trigger_15(); float* L_17 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_address_of_triggerInput_29(); bool L_18; L_18 = InputDevice_TryGetFeatureValue_m531D0670B4FBDA6CD5B8E899627B70F3DB840E69((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_15, L_16, (float*)L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_009c; } } { // Debug.Log(triggerInput); float L_19 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_triggerInput_29(); float L_20 = L_19; RuntimeObject * L_21 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_20); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_21, /*hidden argument*/NULL); } IL_009c: { // if (controller.TryGetFeatureValue(CommonUsages.grip, out gripInput)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_22 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t9525982C3C73085CB36503407750B9DE0E598BE1 L_23 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_grip_16(); float* L_24 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_address_of_gripInput_30(); bool L_25; L_25 = InputDevice_TryGetFeatureValue_m531D0670B4FBDA6CD5B8E899627B70F3DB840E69((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_22, L_23, (float*)L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_00c4; } } { // Debug.Log(gripInput); float L_26 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_gripInput_30(); float L_27 = L_26; RuntimeObject * L_28 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_27); IL2CPP_RUNTIME_CLASS_INIT(Debug_tEB68BCBEB8EFD60F8043C67146DC05E7F50F374B_il2cpp_TypeInfo_var); Debug_Log_mF2A2ACB1738BA264EF07744AAF260BC5DDD2A11A(L_28, /*hidden argument*/NULL); } IL_00c4: { // if (controller.TryGetFeatureValue(CommonUsages.primaryButton, out buttonOneCurrent)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_29 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 L_30 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_primaryButton_1(); bool* L_31 = __this->get_address_of_buttonOneCurrent_61(); bool L_32; L_32 = InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_29, L_30, (bool*)L_31, /*hidden argument*/NULL); if (!L_32) { goto IL_0133; } } { // PrimaryButtonPressed = buttonOneCurrent && !buttonOneDown; bool L_33 = __this->get_buttonOneCurrent_61(); G_B13_0 = __this; if (!L_33) { G_B14_0 = __this; goto IL_00f0; } } { bool L_34 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneDown_25(); G_B15_0 = ((((int32_t)L_34) == ((int32_t)0))? 1 : 0); G_B15_1 = G_B13_0; goto IL_00f1; } IL_00f0: { G_B15_0 = 0; G_B15_1 = G_B14_0; } IL_00f1: { NullCheck(G_B15_1); Hand_set_PrimaryButtonPressed_mB914DE4F2637D59148B98A948F3CC3CDA5D8695C_inline(G_B15_1, (bool)G_B15_0, /*hidden argument*/NULL); // PrimaryButtonReleased = !buttonOneCurrent && buttonOneDown; bool L_35 = __this->get_buttonOneCurrent_61(); G_B16_0 = __this; if (L_35) { G_B17_0 = __this; goto IL_0107; } } { bool L_36 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneDown_25(); G_B18_0 = ((int32_t)(L_36)); G_B18_1 = G_B16_0; goto IL_0108; } IL_0107: { G_B18_0 = 0; G_B18_1 = G_B17_0; } IL_0108: { NullCheck(G_B18_1); Hand_set_PrimaryButtonReleased_m2FF7CE9E53F721B25B59320B156826E3F3C94498_inline(G_B18_1, (bool)G_B18_0, /*hidden argument*/NULL); // buttonOneDown = buttonOneCurrent; bool L_37 = __this->get_buttonOneCurrent_61(); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_buttonOneDown_25(L_37); // if (buttonOneDown) bool L_38 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneDown_25(); if (!L_38) { goto IL_0133; } } { // buttonOneHoldDuration += Time.deltaTime; float L_39 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonOneHoldDuration_34(); float L_40; L_40 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_buttonOneHoldDuration_34(((float)il2cpp_codegen_add((float)L_39, (float)L_40))); } IL_0133: { // if(controller.TryGetFeatureValue(CommonUsages.secondaryButton, out buttonTwoCurrent)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_41 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 L_42 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_secondaryButton_3(); bool* L_43 = __this->get_address_of_buttonTwoCurrent_62(); bool L_44; L_44 = InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_41, L_42, (bool*)L_43, /*hidden argument*/NULL); if (!L_44) { goto IL_0188; } } { // SecondaryButtonPressed = buttonTwoCurrent && !buttonTwoDown; bool L_45 = __this->get_buttonTwoCurrent_62(); G_B22_0 = __this; if (!L_45) { G_B23_0 = __this; goto IL_015f; } } { bool L_46 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonTwoDown_26(); G_B24_0 = ((((int32_t)L_46) == ((int32_t)0))? 1 : 0); G_B24_1 = G_B22_0; goto IL_0160; } IL_015f: { G_B24_0 = 0; G_B24_1 = G_B23_0; } IL_0160: { NullCheck(G_B24_1); Hand_set_SecondaryButtonPressed_mB0F6AC29BCC38B5F9D7DFD0B05638FA2A04EF04E_inline(G_B24_1, (bool)G_B24_0, /*hidden argument*/NULL); // SecondaryButtonReleased = !buttonTwoCurrent && buttonTwoDown; bool L_47 = __this->get_buttonTwoCurrent_62(); G_B25_0 = __this; if (L_47) { G_B26_0 = __this; goto IL_0176; } } { bool L_48 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_buttonTwoDown_26(); G_B27_0 = ((int32_t)(L_48)); G_B27_1 = G_B25_0; goto IL_0177; } IL_0176: { G_B27_0 = 0; G_B27_1 = G_B26_0; } IL_0177: { NullCheck(G_B27_1); Hand_set_SecondaryButtonReleased_m5D5AA70CE5220AC89CE3CBD59DC3BFE0AFD643BF_inline(G_B27_1, (bool)G_B27_0, /*hidden argument*/NULL); // buttonTwoDown = buttonTwoCurrent; bool L_49 = __this->get_buttonTwoCurrent_62(); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_buttonTwoDown_26(L_49); } IL_0188: { // if (controller.TryGetFeatureValue(CommonUsages.primary2DAxisClick, out thumbstickCurrent)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_50 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 L_51 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_primary2DAxisClick_8(); bool* L_52 = __this->get_address_of_thumbstickCurrent_63(); bool L_53; L_53 = InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_50, L_51, (bool*)L_52, /*hidden argument*/NULL); if (!L_53) { goto IL_01dd; } } { // ThumbstickPressed = thumbstickCurrent && !thumbstickDown; bool L_54 = __this->get_thumbstickCurrent_63(); G_B30_0 = __this; if (!L_54) { G_B31_0 = __this; goto IL_01b4; } } { bool L_55 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_thumbstickDown_28(); G_B32_0 = ((((int32_t)L_55) == ((int32_t)0))? 1 : 0); G_B32_1 = G_B30_0; goto IL_01b5; } IL_01b4: { G_B32_0 = 0; G_B32_1 = G_B31_0; } IL_01b5: { NullCheck(G_B32_1); Hand_set_ThumbstickPressed_m992CEF78383DD4C5333FB8E4B3B09C5AB933B021_inline(G_B32_1, (bool)G_B32_0, /*hidden argument*/NULL); // ThumbstickReleased = !thumbstickCurrent && thumbstickDown; bool L_56 = __this->get_thumbstickCurrent_63(); G_B33_0 = __this; if (L_56) { G_B34_0 = __this; goto IL_01cb; } } { bool L_57 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_thumbstickDown_28(); G_B35_0 = ((int32_t)(L_57)); G_B35_1 = G_B33_0; goto IL_01cc; } IL_01cb: { G_B35_0 = 0; G_B35_1 = G_B34_0; } IL_01cc: { NullCheck(G_B35_1); Hand_set_ThumbstickReleased_m4069EDC43BE88F6726095F07685A71B3A8C79C39_inline(G_B35_1, (bool)G_B35_0, /*hidden argument*/NULL); // thumbstickDown = thumbstickCurrent; bool L_58 = __this->get_thumbstickCurrent_63(); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_thumbstickDown_28(L_58); } IL_01dd: { // if (!isRightHand && controller.TryGetFeatureValue(CommonUsages.menuButton, out pauseCurrent)) bool L_59 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_isRightHand_11(); if (L_59) { goto IL_0222; } } { InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_60 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 L_61 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_menuButton_7(); bool* L_62 = __this->get_address_of_pauseCurrent_64(); bool L_63; L_63 = InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_60, L_61, (bool*)L_62, /*hidden argument*/NULL); if (!L_63) { goto IL_0222; } } { // pausePressed = pauseCurrent && !pauseDown; bool L_64 = __this->get_pauseCurrent_64(); if (!L_64) { goto IL_0210; } } { bool L_65 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->get_pauseDown_27(); G_B41_0 = ((((int32_t)L_65) == ((int32_t)0))? 1 : 0); goto IL_0211; } IL_0210: { G_B41_0 = 0; } IL_0211: { IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_pausePressed_35((bool)G_B41_0); // pauseDown = pauseCurrent; bool L_66 = __this->get_pauseCurrent_64(); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)__this)->set_pauseDown_27(L_66); } IL_0222: { // } return; } } // System.Void HandOpenXR::TouchRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOpenXR_TouchRumble_m2745FAC4F1999056DAA7D168BBB99D34A3F93954 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { { // StartCoroutine(PerformTouchRumble()); RuntimeObject* L_0; L_0 = HandOpenXR_PerformTouchRumble_m728D22799557BA7DD058E6AECA823EB20235578B(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_1; L_1 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator HandOpenXR::PerformTouchRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOpenXR_PerformTouchRumble_m728D22799557BA7DD058E6AECA823EB20235578B (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * L_0 = (U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 *)il2cpp_codegen_object_new(U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638_il2cpp_TypeInfo_var); U3CPerformTouchRumbleU3Ed__13__ctor_m8FA482D0DB757C2D8A8AA008B030F84E20ABFFC0(L_0, 0, /*hidden argument*/NULL); U3CPerformTouchRumbleU3Ed__13_t877D9C36A9B1EA27A3ADAB43EA059F798D6DC638 * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void HandOpenXR::WeaponFireRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOpenXR_WeaponFireRumble_mB098B2156793A311F0B520F293D40E2BB57B5FDA (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { { // StartCoroutine(PerformWeaponFireRumble()); RuntimeObject* L_0; L_0 = HandOpenXR_PerformWeaponFireRumble_m15E77A0159BD86F05E0A6CE008AEDB25597B24AA(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_1; L_1 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator HandOpenXR::PerformWeaponFireRumble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HandOpenXR_PerformWeaponFireRumble_m15E77A0159BD86F05E0A6CE008AEDB25597B24AA (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * L_0 = (U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F *)il2cpp_codegen_object_new(U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F_il2cpp_TypeInfo_var); U3CPerformWeaponFireRumbleU3Ed__15__ctor_m7169253162D154D38CF2DD0A9D7B5F7412D38FAB(L_0, 0, /*hidden argument*/NULL); U3CPerformWeaponFireRumbleU3Ed__15_t86C8C3C47631A0285B962B254C7CD34FF787128F * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Boolean HandOpenXR::IsTracking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandOpenXR_IsTracking_m0952DF32A903D6C13F842AB5F5DED30D440AADBE (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; { // bool tracked = false; V_0 = (bool)0; // if (controller.TryGetFeatureValue(CommonUsages.isTracked, out tracked)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_0 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t28793BE3C4ACB9F1B34C0C392EAAFB16A5FA8E40 L_1 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_isTracked_0(); bool L_2; L_2 = InputDevice_TryGetFeatureValue_mF70AB4F4BC703E9242A757D0A6D84A4DA48BBBBE((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_0, L_1, (bool*)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0018; } } { // return tracked; bool L_3 = V_0; return L_3; } IL_0018: { // return false; return (bool)0; } } // UnityEngine.Vector3 HandOpenXR::ControllerLocalAcceleration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HandOpenXR_ControllerLocalAcceleration_mB7823305DF9310D5090ECFE4C4018B052BE04654 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (controller.TryGetFeatureValue(CommonUsages.deviceAcceleration, out velAcc)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_0 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 L_1 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_deviceAcceleration_34(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of_velAcc_59(); bool L_3; L_3 = InputDevice_TryGetFeatureValue_m9B40B8FAD5FED79E840DA7064A7A48FD9AA61C1A((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_0, L_1, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { // return velAcc; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = __this->get_velAcc_59(); return L_4; } IL_001f: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_5; } } // UnityEngine.Vector3 HandOpenXR::ControllerLocalVelocity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HandOpenXR_ControllerLocalVelocity_m2DB38AC5B29778C9F4C2CFF81AEAEAF95868DBC3 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (controller.TryGetFeatureValue(CommonUsages.deviceVelocity, out velAcc)) InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E * L_0 = __this->get_address_of_controller_57(); IL2CPP_RUNTIME_CLASS_INIT(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var); InputFeatureUsage_1_t2E7E3FD2C721D53BE7A1B809921F9476185C8709 L_1 = ((CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_StaticFields*)il2cpp_codegen_static_fields_for(CommonUsages_t7C87E4E093DD61D8467CC60E3CF211F4BEAB466A_il2cpp_TypeInfo_var))->get_deviceVelocity_24(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_2 = __this->get_address_of_velAcc_59(); bool L_3; L_3 = InputDevice_TryGetFeatureValue_m9B40B8FAD5FED79E840DA7064A7A48FD9AA61C1A((InputDevice_t69B790C68145C769BA3819DE33AA94155C77207E *)L_0, L_1, (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_001f; } } { // return velAcc; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = __this->get_velAcc_59(); return L_4; } IL_001f: { // return Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); return L_5; } } // System.Boolean HandOpenXR::HasInputFocus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HandOpenXR_HasInputFocus_m7075E8E2B3619D68304BD1F92C59949A43B68422 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { { // return Application.isFocused; bool L_0; L_0 = Application_get_isFocused_m88A0B2DCBCD89F750E13748AA10F13469EED3C63(/*hidden argument*/NULL); return L_0; } } // System.Void HandOpenXR::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandOpenXR__ctor_m4F42F68B080B9987756F08AFB308D79B73006F43 (HandOpenXR_t367AB44D923FE08F013061768C08B05A52D35904 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); Hand__ctor_mFE08906125476E537E93DE855583D9B8231F814F(__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 HandToControllerTracking::SetHandOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_SetHandOffset_mDC342F5D07E9D0AB80382F89682B091E706347AA (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B2_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B1_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B3_1 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B5_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B4_0 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * G_B6_1 = NULL; { // Vector3 lhOffset = new Vector3(DataManager.saveData.leftHandXOffset, DataManager.saveData.leftHandYOffset, DataManager.saveData.leftHandZOffset); IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_0 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_0); float L_1 = L_0->get_leftHandXOffset_28(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_2 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_2); float L_3 = L_2->get_leftHandYOffset_29(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_4 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_4); float L_5 = L_4->get_leftHandZOffset_30(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), L_1, L_3, L_5, /*hidden argument*/NULL); // Vector3 rhOffset = new Vector3(DataManager.saveData.rightHandXOffset, DataManager.saveData.rightHandYOffset, DataManager.saveData.rightHandZOffset); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_6 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_6); float L_7 = L_6->get_rightHandXOffset_31(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_8 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_8); float L_9 = L_8->get_rightHandYOffset_32(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_10 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_10); float L_11 = L_10->get_rightHandZOffset_33(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), L_7, L_9, L_11, /*hidden argument*/NULL); // handController.localPosition = hand.isRightHand ? rhOffset : lhOffset; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = __this->get_handController_9(); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_13 = __this->get_hand_21(); NullCheck(L_13); bool L_14 = L_13->get_isRightHand_11(); G_B1_0 = L_12; if (L_14) { G_B2_0 = L_12; goto IL_0060; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = V_0; G_B3_0 = L_15; G_B3_1 = G_B1_0; goto IL_0061; } IL_0060: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = V_1; G_B3_0 = L_16; G_B3_1 = G_B2_0; } IL_0061: { NullCheck(G_B3_1); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(G_B3_1, G_B3_0, /*hidden argument*/NULL); // Vector3 lhRotation = new Vector3(DataManager.saveData.leftHandXRotation, DataManager.saveData.leftHandYRotation, DataManager.saveData.leftHandZRotation); IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_17 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_17); int32_t L_18 = L_17->get_leftHandXRotation_22(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_19 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_19); int32_t L_20 = L_19->get_leftHandYRotation_23(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_21 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_21); int32_t L_22 = L_21->get_leftHandZRotation_24(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_2), ((float)((float)L_18)), ((float)((float)L_20)), ((float)((float)L_22)), /*hidden argument*/NULL); // Vector3 rhRotation = new Vector3(DataManager.saveData.rightHandXRotation, DataManager.saveData.rightHandYRotation, DataManager.saveData.rightHandZRotation); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_23 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_23); int32_t L_24 = L_23->get_rightHandXRotation_25(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_25 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_25); int32_t L_26 = L_25->get_rightHandYRotation_26(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_27 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_27); int32_t L_28 = L_27->get_rightHandZRotation_27(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_3), ((float)((float)L_24)), ((float)((float)L_26)), ((float)((float)L_28)), /*hidden argument*/NULL); // handController.localRotation = Quaternion.Euler(hand.isRightHand ? rhRotation : lhRotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29 = __this->get_handController_9(); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_30 = __this->get_hand_21(); NullCheck(L_30); bool L_31 = L_30->get_isRightHand_11(); G_B4_0 = L_29; if (L_31) { G_B5_0 = L_29; goto IL_00cc; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32 = V_2; G_B6_0 = L_32; G_B6_1 = G_B4_0; goto IL_00cd; } IL_00cc: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_33 = V_3; G_B6_0 = L_33; G_B6_1 = G_B5_0; } IL_00cd: { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_34; L_34 = Quaternion_Euler_m9241A59E4736837C447D3B4D27812289531967B6(G_B6_0, /*hidden argument*/NULL); NullCheck(G_B6_1); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(G_B6_1, L_34, /*hidden argument*/NULL); // } return; } } // System.Void HandToControllerTracking::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_Awake_m03F649651A400A3549A42EE5A72FE417EF1318A0 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m654193278BB56948AB820313E9D35E6D6A89798F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m0D682A42739E30A25411905C0A712C2BEE81F861_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisHand_t2FA8371777F29091509531FD8A7A800DCECCA921_m359D405A05C9CD573FDBA5987DFBAA0348310B75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // rb = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0; L_0 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); __this->set_rb_20(L_0); // boxCollider = GetComponent(); BoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5 * L_1; L_1 = Component_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m0D682A42739E30A25411905C0A712C2BEE81F861(__this, /*hidden argument*/Component_GetComponent_TisBoxCollider_tA530691AC1A3C9FE6428F68F98588FCB1BF9AAA5_m0D682A42739E30A25411905C0A712C2BEE81F861_RuntimeMethod_var); __this->set_boxCollider_18(L_1); // hand = GetComponent(); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_2; L_2 = Component_GetComponent_TisHand_t2FA8371777F29091509531FD8A7A800DCECCA921_m359D405A05C9CD573FDBA5987DFBAA0348310B75(__this, /*hidden argument*/Component_GetComponent_TisHand_t2FA8371777F29091509531FD8A7A800DCECCA921_m359D405A05C9CD573FDBA5987DFBAA0348310B75_RuntimeMethod_var); __this->set_hand_21(L_2); // handAnim = GetComponentInChildren(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_3; L_3 = Component_GetComponentInChildren_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m654193278BB56948AB820313E9D35E6D6A89798F(__this, /*hidden argument*/Component_GetComponentInChildren_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m654193278BB56948AB820313E9D35E6D6A89798F_RuntimeMethod_var); __this->set_handAnim_23(L_3); // SetHandOffset(); HandToControllerTracking_SetHandOffset_mDC342F5D07E9D0AB80382F89682B091E706347AA(__this, /*hidden argument*/NULL); // transform.position = handController.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_handController_9(); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_5, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_4, L_6, /*hidden argument*/NULL); // transform.rotation = handController.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = __this->get_handController_9(); NullCheck(L_8); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9; L_9 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_8, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_7, L_9, /*hidden argument*/NULL); // } return; } } // System.Void HandToControllerTracking::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_Update_mC9CBD078E623CF81219CCBF44115A39864DA2708 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __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*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // SetHandOffset(); HandToControllerTracking_SetHandOffset_mDC342F5D07E9D0AB80382F89682B091E706347AA(__this, /*hidden argument*/NULL); // if (hand.HasInputFocus()) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0 = __this->get_hand_21(); NullCheck(L_0); bool L_1; L_1 = VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean Hand::HasInputFocus() */, L_0); if (!L_1) { goto IL_0135; } } { // if (hand.AttachedTo && attachedOffset != null) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_2 = __this->get_hand_21(); NullCheck(L_2); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0062; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_attachedOffset_22(); 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_0062; } } { // transform.localPosition = attachedOffset.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = __this->get_attachedOffset_22(); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_8, /*hidden argument*/NULL); NullCheck(L_7); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_7, L_9, /*hidden argument*/NULL); // transform.localRotation = attachedOffset.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10; L_10 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11 = __this->get_attachedOffset_22(); NullCheck(L_11); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_12; L_12 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_11, /*hidden argument*/NULL); NullCheck(L_10); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_10, L_12, /*hidden argument*/NULL); } IL_0062: { // latestHandPosition = handController.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = __this->get_handController_9(); NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_13, /*hidden argument*/NULL); __this->set_latestHandPosition_24(L_14); // latestHandRotation = handController.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_15 = __this->get_handController_9(); NullCheck(L_15); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_16; L_16 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_15, /*hidden argument*/NULL); __this->set_latestHandRotation_25(L_16); // if (Slomo.State != SlowMotionState.Normal || fixedLocation) IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); int32_t L_17; L_17 = Slomo_get_State_mACC821D06165FA2D531DDFDC923B44F4051B96AA_inline(/*hidden argument*/NULL); if (L_17) { goto IL_0096; } } { bool L_18 = __this->get_fixedLocation_17(); if (!L_18) { goto IL_0135; } } IL_0096: { // if (!rb.isKinematic) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_19 = __this->get_rb_20(); NullCheck(L_19); bool L_20; L_20 = Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_00bc; } } { // rb.isKinematic = true; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_21 = __this->get_rb_20(); NullCheck(L_21); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_21, (bool)1, /*hidden argument*/NULL); // rb.constraints = RigidbodyConstraints.FreezeAll; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_22 = __this->get_rb_20(); NullCheck(L_22); Rigidbody_set_constraints_mA76F562D16D3BE8889E095D0309C8FE38DA914F1(L_22, ((int32_t)126), /*hidden argument*/NULL); } IL_00bc: { // if (hand.AttachedTo && attachedOffset != null) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_23 = __this->get_hand_21(); NullCheck(L_23); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24; L_24 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_25; L_25 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0109; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26 = __this->get_attachedOffset_22(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_27; L_27 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_26, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_0109; } } { // transform.localPosition = attachedOffset.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28; L_28 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29 = __this->get_attachedOffset_22(); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_29, /*hidden argument*/NULL); NullCheck(L_28); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_28, L_30, /*hidden argument*/NULL); // transform.localRotation = attachedOffset.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_31; L_31 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32 = __this->get_attachedOffset_22(); NullCheck(L_32); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_33; L_33 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_32, /*hidden argument*/NULL); NullCheck(L_31); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_31, L_33, /*hidden argument*/NULL); // } return; } IL_0109: { // transform.position = handController.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34; L_34 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35 = __this->get_handController_9(); NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_35, /*hidden argument*/NULL); NullCheck(L_34); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_34, L_36, /*hidden argument*/NULL); // transform.rotation = handController.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37; L_37 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38 = __this->get_handController_9(); NullCheck(L_38); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_39; L_39 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_38, /*hidden argument*/NULL); NullCheck(L_37); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_37, L_39, /*hidden argument*/NULL); } IL_0135: { // } return; } } // System.Void HandToControllerTracking::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_FixedUpdate_m8BE54F32666349A220E7FB1209E2FDCC7C873D64 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __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*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral216AB8A046C814B6E05108C1301C3D8EBD059047); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_3; memset((&V_3), 0, sizeof(V_3)); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B9_0 = NULL; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B8_0 = NULL; float G_B10_0 = 0.0f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * G_B10_1 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B21_0; memset((&G_B21_0), 0, sizeof(G_B21_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B25_0; memset((&G_B25_0), 0, sizeof(G_B25_0)); { // float dirSqMag = 0f; V_0 = (0.0f); // if (!hand.AttachedTo && Slomo.State == SlowMotionState.Normal && !fixedLocation) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0 = __this->get_hand_21(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_026d; } } { IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); int32_t L_3; L_3 = Slomo_get_State_mACC821D06165FA2D531DDFDC923B44F4051B96AA_inline(/*hidden argument*/NULL); if (L_3) { goto IL_026d; } } { bool L_4 = __this->get_fixedLocation_17(); if (L_4) { goto IL_026d; } } { // if (rb.isKinematic) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_5 = __this->get_rb_20(); NullCheck(L_5); bool L_6; L_6 = Rigidbody_get_isKinematic_m597B48C45021313B6C6C4B126E405EF566C5C80C(L_5, /*hidden argument*/NULL); if (!L_6) { goto IL_0061; } } { // boxCollider.enabled = true; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_7 = __this->get_boxCollider_18(); NullCheck(L_7); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_7, (bool)1, /*hidden argument*/NULL); // rb.isKinematic = false; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8 = __this->get_rb_20(); NullCheck(L_8); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_8, (bool)0, /*hidden argument*/NULL); // rb.constraints = RigidbodyConstraints.None; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_9 = __this->get_rb_20(); NullCheck(L_9); Rigidbody_set_constraints_mA76F562D16D3BE8889E095D0309C8FE38DA914F1(L_9, 0, /*hidden argument*/NULL); } IL_0061: { // Vector3 dir = latestHandPosition - transform.position; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = __this->get_latestHandPosition_24(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_11); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_11, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_10, L_12, /*hidden argument*/NULL); V_1 = L_13; // dirSqMag = dir.sqrMagnitude; float L_14; L_14 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); V_0 = L_14; // if (dirSqMag > NO_FRIC_SQ_DIST) float L_15 = V_0; if ((!(((float)L_15) > ((float)(0.0399999991f))))) { goto IL_00ac; } } { // rb.drag = 0; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_16 = __this->get_rb_20(); NullCheck(L_16); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_16, (0.0f), /*hidden argument*/NULL); // timeSinceNearController += Time.fixedDeltaTime; float L_17 = __this->get_timeSinceNearController_27(); float L_18; L_18 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); __this->set_timeSinceNearController_27(((float)il2cpp_codegen_add((float)L_17, (float)L_18))); // } goto IL_00e4; } IL_00ac: { // rb.drag = (colliding ? COLLIDING_DRAG_MULTIPLIER : DRAG_MULTIPLIER) * (NO_FRIC_SQ_DIST - dirSqMag) / NO_FRIC_SQ_DIST; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_19 = __this->get_rb_20(); bool L_20 = __this->get_colliding_26(); G_B8_0 = L_19; if (L_20) { G_B9_0 = L_19; goto IL_00c1; } } { G_B10_0 = (25.0f); G_B10_1 = G_B8_0; goto IL_00c6; } IL_00c1: { G_B10_0 = (25.0f); G_B10_1 = G_B9_0; } IL_00c6: { float L_21 = V_0; NullCheck(G_B10_1); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(G_B10_1, ((float)((float)((float)il2cpp_codegen_multiply((float)G_B10_0, (float)((float)il2cpp_codegen_subtract((float)(0.0399999991f), (float)L_21))))/(float)(0.0399999991f))), /*hidden argument*/NULL); // timeSinceNearController = 0f; __this->set_timeSinceNearController_27((0.0f)); } IL_00e4: { // if (timeSinceNearController > maxAwayFromControllerTime && hand.IsTracking()) float L_22 = __this->get_timeSinceNearController_27(); float L_23 = __this->get_maxAwayFromControllerTime_10(); if ((!(((float)L_22) > ((float)L_23)))) { goto IL_01df; } } { Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_24 = __this->get_hand_21(); NullCheck(L_24); bool L_25; L_25 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Hand::IsTracking() */, L_24); if (!L_25) { goto IL_01df; } } { // if (hand.GrippedObject.Contains("Sidearm")) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_26 = __this->get_hand_21(); NullCheck(L_26); String_t* L_27; L_27 = Hand_get_GrippedObject_m54E3BA340C911B367C764C6D45E123FB685D7BDE(L_26, /*hidden argument*/NULL); NullCheck(L_27); bool L_28; L_28 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_27, _stringLiteral216AB8A046C814B6E05108C1301C3D8EBD059047, /*hidden argument*/NULL); if (!L_28) { goto IL_014d; } } { // Physics.OverlapSphereNonAlloc(latestHandPosition + holdingGunClearSphereOffset, holdingGunClearSphereRadius, overlaps, collisionLayers, QueryTriggerInteraction.Ignore); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_29 = __this->get_latestHandPosition_24(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30 = __this->get_holdingGunClearSphereOffset_15(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_31; L_31 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_29, L_30, /*hidden argument*/NULL); float L_32 = __this->get_holdingGunClearSphereRadius_16(); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_33 = __this->get_overlaps_19(); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_34 = __this->get_collisionLayers_11(); int32_t L_35; L_35 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_34, /*hidden argument*/NULL); int32_t L_36; L_36 = Physics_OverlapSphereNonAlloc_m581B60F800CD970C67BE48AFA30322B4EA2D8590(L_31, L_32, L_33, L_35, 1, /*hidden argument*/NULL); // } goto IL_017c; } IL_014d: { // Physics.OverlapSphereNonAlloc(latestHandPosition + handClearSphereOffset, handClearSphereRadius, overlaps, collisionLayers, QueryTriggerInteraction.Ignore); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_37 = __this->get_latestHandPosition_24(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_38 = __this->get_handClearSphereOffset_13(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(L_37, L_38, /*hidden argument*/NULL); float L_40 = __this->get_handClearSphereRadius_14(); ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_41 = __this->get_overlaps_19(); LayerMask_t5FA647D8C300EA0621360CA4424717C3C73190A8 L_42 = __this->get_collisionLayers_11(); int32_t L_43; L_43 = LayerMask_op_Implicit_m6D9C2EC7EF30405BA7669BF0EC32F8339C93496F(L_42, /*hidden argument*/NULL); int32_t L_44; L_44 = Physics_OverlapSphereNonAlloc_m581B60F800CD970C67BE48AFA30322B4EA2D8590(L_39, L_40, L_41, L_43, 1, /*hidden argument*/NULL); } IL_017c: { // if (overlaps.Length == 0) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_45 = __this->get_overlaps_19(); NullCheck(L_45); if ((((RuntimeArray*)L_45)->max_length)) { goto IL_01b4; } } { // rb.MovePosition(latestHandPosition); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_46 = __this->get_rb_20(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_47 = __this->get_latestHandPosition_24(); NullCheck(L_46); Rigidbody_MovePosition_mB3CBBF21FD0ABB88BC6C004B993DED25673001C7(L_46, L_47, /*hidden argument*/NULL); // rb.MoveRotation(latestHandRotation); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_48 = __this->get_rb_20(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_49 = __this->get_latestHandRotation_25(); NullCheck(L_48); Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2(L_48, L_49, /*hidden argument*/NULL); // timeSinceNearController = 0f; __this->set_timeSinceNearController_27((0.0f)); // } goto IL_0208; } IL_01b4: { // Vector3 usedDir = dirSqMag > 1 ? dir.normalized : dir; float L_50 = V_0; if ((((float)L_50) > ((float)(1.0f)))) { goto IL_01bf; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_51 = V_1; G_B21_0 = L_51; goto IL_01c6; } IL_01bf: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_52; L_52 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); G_B21_0 = L_52; } IL_01c6: { V_2 = G_B21_0; // rb.velocity = usedDir * FOLLOW_SPEED; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_53 = __this->get_rb_20(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54 = V_2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_55; L_55 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_54, (150.0f), /*hidden argument*/NULL); NullCheck(L_53); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_53, L_55, /*hidden argument*/NULL); // } goto IL_0208; } IL_01df: { // Vector3 usedDir = dirSqMag > 1 ? dir.normalized : dir; float L_56 = V_0; if ((((float)L_56) > ((float)(1.0f)))) { goto IL_01ea; } } { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_57 = V_1; G_B25_0 = L_57; goto IL_01f1; } IL_01ea: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_58; L_58 = Vector3_get_normalized_m2FA6DF38F97BDA4CCBDAE12B9FE913A241DAC8D5((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); G_B25_0 = L_58; } IL_01f1: { V_3 = G_B25_0; // rb.velocity = usedDir * FOLLOW_SPEED; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_59 = __this->get_rb_20(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_60 = V_3; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_61; L_61 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_60, (150.0f), /*hidden argument*/NULL); NullCheck(L_59); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_59, L_61, /*hidden argument*/NULL); } IL_0208: { // if (!colliding) bool L_62 = __this->get_colliding_26(); if (L_62) { goto IL_022e; } } { // rb.freezeRotation = false; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_63 = __this->get_rb_20(); NullCheck(L_63); Rigidbody_set_freezeRotation_mE08A39E98D46F82D6DD86CC389D86D242C694D52(L_63, (bool)0, /*hidden argument*/NULL); // rb.MoveRotation(latestHandRotation); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_64 = __this->get_rb_20(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_65 = __this->get_latestHandRotation_25(); NullCheck(L_64); Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2(L_64, L_65, /*hidden argument*/NULL); // } return; } IL_022e: { // rb.freezeRotation = true; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_66 = __this->get_rb_20(); NullCheck(L_66); Rigidbody_set_freezeRotation_mE08A39E98D46F82D6DD86CC389D86D242C694D52(L_66, (bool)1, /*hidden argument*/NULL); // rb.MoveRotation(Quaternion.Lerp(transform.rotation, latestHandRotation, Time.fixedDeltaTime * COLLIDING_ROTATE_SPEED)); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_67 = __this->get_rb_20(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_68; L_68 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_68); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_69; L_69 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_68, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_70 = __this->get_latestHandRotation_25(); float L_71; L_71 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_72; L_72 = Quaternion_Lerp_m052D34B6A82F60FE65722D2B39594B8651E2C79B(L_69, L_70, ((float)il2cpp_codegen_multiply((float)L_71, (float)(10.0f))), /*hidden argument*/NULL); NullCheck(L_67); Rigidbody_MoveRotation_m08A1449DC0D514A70065CD80D067597765BDA5B2(L_67, L_72, /*hidden argument*/NULL); // colliding = false; __this->set_colliding_26((bool)0); } IL_026d: { // } return; } } // System.Void HandToControllerTracking::EnablePointerColliders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_EnablePointerColliders_m280A8451B9B215628BDDF769768CC127A9FD885B (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method) { ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_0 = NULL; int32_t V_1 = 0; { // boxCollider.enabled = false; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = __this->get_boxCollider_18(); NullCheck(L_0); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_0, (bool)0, /*hidden argument*/NULL); // foreach (Collider col in pointerColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_1 = __this->get_pointerColliders_12(); V_0 = L_1; V_1 = 0; goto IL_0024; } IL_0017: { // foreach (Collider col in pointerColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_5 = (L_2)->GetAt(static_cast(L_4)); // col.enabled = true; NullCheck(L_5); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_5, (bool)1, /*hidden argument*/NULL); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { // foreach (Collider col in pointerColliders) int32_t L_7 = V_1; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0017; } } { // } return; } } // System.Void HandToControllerTracking::DisablePointerColliders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_DisablePointerColliders_m72564B041054D548930B657D352F2FF145F867D1 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method) { ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_0 = NULL; int32_t V_1 = 0; { // boxCollider.enabled = true; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_0 = __this->get_boxCollider_18(); NullCheck(L_0); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_0, (bool)1, /*hidden argument*/NULL); // foreach (Collider col in pointerColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_1 = __this->get_pointerColliders_12(); V_0 = L_1; V_1 = 0; goto IL_0024; } IL_0017: { // foreach (Collider col in pointerColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_5 = (L_2)->GetAt(static_cast(L_4)); // col.enabled = false; NullCheck(L_5); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_5, (bool)0, /*hidden argument*/NULL); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_0024: { // foreach (Collider col in pointerColliders) int32_t L_7 = V_1; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_8 = V_0; NullCheck(L_8); if ((((int32_t)L_7) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0017; } } { // } return; } } // System.Void HandToControllerTracking::OnAttach(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_OnAttach_mEC47A91B0251904C9261E99F23749B31FCEA7502 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___offset0, 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; } { // attachedOffset = offset; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ___offset0; __this->set_attachedOffset_22(L_0); // boxCollider.enabled = false; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_1 = __this->get_boxCollider_18(); NullCheck(L_1); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_1, (bool)0, /*hidden argument*/NULL); // rb.isKinematic = true; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_2 = __this->get_rb_20(); NullCheck(L_2); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_2, (bool)1, /*hidden argument*/NULL); // rb.constraints = RigidbodyConstraints.FreezeAll; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3 = __this->get_rb_20(); NullCheck(L_3); Rigidbody_set_constraints_mA76F562D16D3BE8889E095D0309C8FE38DA914F1(L_3, ((int32_t)126), /*hidden argument*/NULL); // if (attachedOffset != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_attachedOffset_22(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_4, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_5) { goto IL_0066; } } { // transform.localPosition = attachedOffset.localPosition; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_attachedOffset_22(); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_7, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_6, L_8, /*hidden argument*/NULL); // transform.localRotation = attachedOffset.localRotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = __this->get_attachedOffset_22(); NullCheck(L_10); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_11; L_11 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_10, /*hidden argument*/NULL); NullCheck(L_9); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_9, L_11, /*hidden argument*/NULL); } IL_0066: { // } return; } } // System.Void HandToControllerTracking::ResetTracking() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_ResetTracking_m1CE2A04CDCEABD2EE14AD256F7B32DEDA9D309C9 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!hand.AttachedTo || attachedOffset == null) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0 = __this->get_hand_21(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Hand_get_AttachedTo_m904A1E51110F8B259958D32BBC208B5520B63936(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_attachedOffset_22(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_004c; } } IL_0020: { // transform.position = handController.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6 = __this->get_handController_9(); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); NullCheck(L_5); Transform_set_position_mB169E52D57EEAC1E3F22C5395968714E4F00AC91(L_5, L_7, /*hidden argument*/NULL); // transform.rotation = handController.rotation; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = __this->get_handController_9(); NullCheck(L_9); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_9, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_8, L_10, /*hidden argument*/NULL); } IL_004c: { // } return; } } // System.Void HandToControllerTracking::OnCollisionStay(UnityEngine.Collision) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking_OnCollisionStay_m55A74BD3484A1CC4E3A1453DC7C5400BFD2324C3 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, Collision_tDC11F9B3834FD25DEB8C7DD1C51B635D240BBBF0 * ___collision0, const RuntimeMethod* method) { { // colliding = true; __this->set_colliding_26((bool)1); // } return; } } // System.Void HandToControllerTracking::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandToControllerTracking__ctor_m751318ED2463EFFF43F05BFAF19C73A07B8FC2E6 (HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public float maxAwayFromControllerTime = 1f; __this->set_maxAwayFromControllerTime_10((1.0f)); // public Vector3 handClearSphereOffset = new Vector3(0, 0, -0.02f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0; memset((&L_0), 0, sizeof(L_0)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_0), (0.0f), (0.0f), (-0.0199999996f), /*hidden argument*/NULL); __this->set_handClearSphereOffset_13(L_0); // public float handClearSphereRadius = 0.12f; __this->set_handClearSphereRadius_14((0.119999997f)); // public Vector3 holdingGunClearSphereOffset = new Vector3(0, 0.01f, .16f); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; memset((&L_1), 0, sizeof(L_1)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_1), (0.0f), (0.00999999978f), (0.159999996f), /*hidden argument*/NULL); __this->set_holdingGunClearSphereOffset_15(L_1); // public float holdingGunClearSphereRadius = 0.28f; __this->set_holdingGunClearSphereRadius_16((0.280000001f)); // Collider[] overlaps = new Collider[1]; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_2 = (ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486*)(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486*)SZArrayNew(ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486_il2cpp_TypeInfo_var, (uint32_t)1); __this->set_overlaps_19(L_2); // Vector3 latestHandPosition = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); __this->set_latestHandPosition_24(L_3); // Quaternion latestHandRotation = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_4; L_4 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); __this->set_latestHandRotation_25(L_4); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Handlegun::get_FireLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_FireLock_mC9A6EE2BBB242F657B8A8567D4B50470736595E4 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { { // public bool FireLock { get; set; } bool L_0 = __this->get_U3CFireLockU3Ek__BackingField_42(); return L_0; } } // System.Void Handlegun::set_FireLock(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_set_FireLock_m071EAD9DE1197E2F2F96C3C83E5F906F980E22FE (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool FireLock { get; set; } bool L_0 = ___value0; __this->set_U3CFireLockU3Ek__BackingField_42(L_0); return; } } // System.Boolean Handlegun::get_TurnLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_TurnLock_mEE9BA22442ECB164446A5F58A8C049DCB8404AE4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool TurnLock { get; set; } IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_0 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_U3CTurnLockU3Ek__BackingField_43(); return L_0; } } // System.Void Handlegun::set_TurnLock(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_set_TurnLock_m38FE8A7B2FDC0FF70D74F4D841026BE884499E7C (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool TurnLock { get; set; } bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_U3CTurnLockU3Ek__BackingField_43(L_0); return; } } // System.Boolean Handlegun::get_BeingHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return isRight ? rightBeingHeld : leftBeingHeld; bool L_0 = __this->get_isRight_24(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_1 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_leftBeingHeld_35(); return L_1; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_2 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_rightBeingHeld_34(); return L_2; } } // System.Void Handlegun::set_BeingHeld(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_set_BeingHeld_m999BD230E6C2DBB4DC501BB0940CC005E61566FE (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(isRight) bool L_0 = __this->get_isRight_24(); if (!L_0) { goto IL_000f; } } { // rightBeingHeld = value; bool L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_rightBeingHeld_34(L_1); // } return; } IL_000f: { // leftBeingHeld = value; bool L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_leftBeingHeld_35(L_2); // } return; } } // System.Boolean Handlegun::get_PartnerBeingHeld() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_PartnerBeingHeld_m3F9110BE7BD3E45C8E778414437240DE2468A84A (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return isRight ? leftBeingHeld : rightBeingHeld; bool L_0 = __this->get_isRight_24(); if (L_0) { goto IL_000e; } } { IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_1 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_rightBeingHeld_34(); return L_1; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_2 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_leftBeingHeld_35(); return L_2; } } // System.Single Handlegun::get_Throttle() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Handlegun_get_Throttle_m1889D4968112FD21D10B010E6C6340A1248DEF72 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float throttle = rightThumbstick.y + leftThumbstick.y; IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); float L_0 = (((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_address_of_rightThumbstick_40())->get_y_1(); float L_1 = (((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_address_of_leftThumbstick_41())->get_y_1(); V_0 = ((float)il2cpp_codegen_add((float)L_0, (float)L_1)); // if(throttle > 1) float L_2 = V_0; if ((!(((float)L_2) > ((float)(1.0f))))) { goto IL_0024; } } { // return 1f; return (1.0f); } IL_0024: { // else if (throttle < -1) float L_3 = V_0; if ((!(((float)L_3) < ((float)(-1.0f))))) { goto IL_0032; } } { // return -1f; return (-1.0f); } IL_0032: { // return throttle; float L_4 = V_0; return L_4; } } // System.Single Handlegun::get_TurnStrength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Handlegun_get_TurnStrength_m0AD7B598E36DDBD353DF3B39F1E035869661161D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (TurnLock) IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_0; L_0 = Handlegun_get_TurnLock_mEE9BA22442ECB164446A5F58A8C049DCB8404AE4_inline(/*hidden argument*/NULL); if (!L_0) { goto IL_000d; } } { // return 0f; return (0.0f); } IL_000d: { // return Mathf.Clamp(rightThumbstick.x + leftThumbstick.x, -1f, 1f); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); float L_1 = (((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_address_of_rightThumbstick_40())->get_x_0(); float L_2 = (((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_address_of_leftThumbstick_41())->get_x_0(); float L_3; L_3 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(((float)il2cpp_codegen_add((float)L_1, (float)L_2)), (-1.0f), (1.0f), /*hidden argument*/NULL); return L_3; } } // System.Boolean Handlegun::get_Holstered() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Handlegun_get_Holstered_m49B5FBD34EDDF838D3CC4CF7B2B8DA6C2F561125 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __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*)&_stringLiteral2901C984F9D7F49CC8C8E0F8B68C06F42C7B2F7A); s_Il2CppMethodInitialized = true; } { // if (transform.parent != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002e; } } { // return transform.parent.tag == "Holster"; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_3, /*hidden argument*/NULL); NullCheck(L_4); String_t* L_5; L_5 = Component_get_tag_m77B4A7356E58F985216CC53966F7A9699454803E(L_4, /*hidden argument*/NULL); bool L_6; L_6 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_5, _stringLiteral2901C984F9D7F49CC8C8E0F8B68C06F42C7B2F7A, /*hidden argument*/NULL); return L_6; } IL_002e: { // return false; return (bool)0; } } // System.Void Handlegun::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Awake_mF906F2C80BC0577E6783F0C667A602D8A91380ED (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // TurnLock = false; IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); Handlegun_set_TurnLock_m38FE8A7B2FDC0FF70D74F4D841026BE884499E7C_inline((bool)0, /*hidden argument*/NULL); // fauxFront.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_fauxFront_29(); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void Handlegun::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Start_mF6D8C16489917A1C11546575F2AD33A4C5AA2AB4 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // base.Start(); Pickupable_Start_m9EE4F0372E2E2FF7EA2205E03EFEE840A6DA5518(__this, /*hidden argument*/NULL); // sidearmAnim = GetComponent(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0; L_0 = Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F(__this, /*hidden argument*/Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); __this->set_sidearmAnim_36(L_0); // Holster(); Handlegun_Holster_mEE06EA26057150D075FFA342F30737D8202D50A1(__this, /*hidden argument*/NULL); // } return; } } // System.Void Handlegun::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Update_mC4EE751999FCD30D76D683DE4B88B4E7C13A9275 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __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*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A); s_Il2CppMethodInitialized = true; } { // if (isRight) bool L_0 = __this->get_isRight_24(); if (!L_0) { goto IL_0014; } } { // rightThumbstick = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_1; L_1 = Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_rightThumbstick_40(L_1); // } goto IL_001e; } IL_0014: { // leftThumbstick = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_2; L_2 = Vector2_get_zero_mD28A0EC932762710AFA0BBB9CCC63716C3BD064D(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_leftThumbstick_41(L_2); } IL_001e: { // if (Actor != null) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_3; L_3 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_00d6; } } { // if(BeingHeld) bool L_5; L_5 = Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_00ac; } } { // if (DataManager.saveData.laserPointerAlwaysOn && !sidearmAnim.GetBool("SwordOut")) IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); 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_laserPointerAlwaysOn_20(); if (!L_7) { goto IL_0061; } } { Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_8 = __this->get_sidearmAnim_36(); NullCheck(L_8); bool L_9; L_9 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_8, _stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A, /*hidden argument*/NULL); if (L_9) { goto IL_0061; } } { // laserPointer.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_laserPointer_30(); NullCheck(L_10); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_10, (bool)1, /*hidden argument*/NULL); } IL_0061: { // if(DataManager.saveData.bikeType == BikeType.Cyborg) IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_11 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_11); int32_t L_12 = L_11->get_bikeType_1(); if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_00dd; } } { // if (isRight) bool L_13 = __this->get_isRight_24(); if (!L_13) { goto IL_0091; } } { // rightThumbstick = Actor.ThumbstickDirection * CYBORG_HELD_STEER_CONTROL; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_14; L_14 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_14); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_15; L_15 = Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37_inline(L_14, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_16; L_16 = Vector2_op_Multiply_m5598D6A258A2C8F873CDAB66756553112CD8073A_inline(L_15, (0.75f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_rightThumbstick_40(L_16); // } return; } IL_0091: { // leftThumbstick = Actor.ThumbstickDirection * CYBORG_HELD_STEER_CONTROL; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_17; L_17 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_17); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_18; L_18 = Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37_inline(L_17, /*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_19; L_19 = Vector2_op_Multiply_m5598D6A258A2C8F873CDAB66756553112CD8073A_inline(L_18, (0.75f), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_leftThumbstick_41(L_19); // } return; } IL_00ac: { // if (isRight) bool L_20 = __this->get_isRight_24(); if (!L_20) { goto IL_00c5; } } { // rightThumbstick = Actor.ThumbstickDirection; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_21; L_21 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_21); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_22; L_22 = Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37_inline(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_rightThumbstick_40(L_22); // } return; } IL_00c5: { // leftThumbstick = Actor.ThumbstickDirection; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_23; L_23 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_23); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_24; L_24 = Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37_inline(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_leftThumbstick_41(L_24); // } return; } IL_00d6: { // else if (Holstered) bool L_25; L_25 = Handlegun_get_Holstered_m49B5FBD34EDDF838D3CC4CF7B2B8DA6C2F561125(__this, /*hidden argument*/NULL); } IL_00dd: { // } return; } } // System.Void Handlegun::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_FixedUpdate_m2C30E362B6152F84192692A87B2542C4BCA370B9 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (BeingHeld) bool L_0; L_0 = Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0055; } } { // if (!Actor && dropped) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_1; L_1 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_004f; } } { bool L_3; L_3 = Pickupable_get_dropped_m3942F0291FF920739183F3DB7A7406C5905E9847_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_004f; } } { // dropped = false; Pickupable_set_dropped_m0AD0D1A2157197B70BA9AB65FFE051FCC5D5CB6D_inline(__this, (bool)0, /*hidden argument*/NULL); // BeingHeld = false; Handlegun_set_BeingHeld_m999BD230E6C2DBB4DC501BB0940CC005E61566FE(__this, (bool)0, /*hidden argument*/NULL); // transform.parent = null; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_4, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, /*hidden argument*/NULL); // StartCoroutine(TimedGripEnable(0.2f)); RuntimeObject* L_5; L_5 = Handlegun_TimedGripEnable_m106613BD236BCE2B8741053F3673E7BE629F95BC(__this, (0.200000003f), /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_6; L_6 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_5, /*hidden argument*/NULL); // Release(); Pickupable_Release_m4517E3527560BE2A49E6BFBB31488CEA2782E86A(__this, /*hidden argument*/NULL); } IL_004f: { // base.FixedUpdate(); Pickupable_FixedUpdate_m3CBEC92FE3A73C459D030AB2E95AA45DA1B8434B(__this, /*hidden argument*/NULL); } IL_0055: { // } return; } } // System.Void Handlegun::TriggerDown(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_TriggerDown_m832643770DEBC52A5C23D305882BA86DBEE25BE7 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, float ___triggerWeight0, const RuntimeMethod* method) { { // if (FireLock) bool L_0; L_0 = Handlegun_get_FireLock_mC9A6EE2BBB242F657B8A8567D4B50470736595E4_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // if(BeingHeld) bool L_1; L_1 = Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805(__this, /*hidden argument*/NULL); if (!L_1) { goto IL_0034; } } { // if (onTriggerDownHeld != null && !triggerDownAttached) UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_2 = __this->get_onTriggerDownHeld_32(); if (!L_2) { goto IL_0056; } } { bool L_3 = __this->get_triggerDownAttached_38(); if (L_3) { goto IL_0056; } } { // onTriggerDownHeld.Invoke(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_4 = __this->get_onTriggerDownHeld_32(); NullCheck(L_4); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_4, /*hidden argument*/NULL); // triggerDownHeld = true; __this->set_triggerDownHeld_37((bool)1); // } return; } IL_0034: { // if (onTriggerDownAttached != null && !triggerDownHeld) UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_5 = __this->get_onTriggerDownAttached_31(); if (!L_5) { goto IL_0056; } } { bool L_6 = __this->get_triggerDownHeld_37(); if (L_6) { goto IL_0056; } } { // onTriggerDownAttached.Invoke(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_7 = __this->get_onTriggerDownAttached_31(); NullCheck(L_7); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_7, /*hidden argument*/NULL); // triggerDownAttached = true; __this->set_triggerDownAttached_38((bool)1); } IL_0056: { // } return; } } // System.Void Handlegun::TriggerUp() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_TriggerUp_m470439A05B583486F5651C6BD00BED180568E1A5 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { { // triggerDownHeld = false; __this->set_triggerDownHeld_37((bool)0); // triggerDownAttached = false; __this->set_triggerDownAttached_38((bool)0); // if (onTriggerReleased != null) UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_0 = __this->get_onTriggerReleased_33(); if (!L_0) { goto IL_0021; } } { // onTriggerReleased.Invoke(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_1 = __this->get_onTriggerReleased_33(); NullCheck(L_1); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_1, /*hidden argument*/NULL); } IL_0021: { // } return; } } // System.Void Handlegun::LaserPointerPower(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_LaserPointerPower_mEC02F486560372DE6673AC811F973516E84CD262 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, bool ___powerOn0, 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*)&_stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A); s_Il2CppMethodInitialized = true; } { // if (!DataManager.saveData.laserPointerAlwaysOn && !sidearmAnim.GetBool("SwordOut")) IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_0 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_0); bool L_1 = L_0->get_laserPointerAlwaysOn_20(); if (L_1) { goto IL_002a; } } { Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = __this->get_sidearmAnim_36(); NullCheck(L_2); bool L_3; L_3 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_2, _stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A, /*hidden argument*/NULL); if (L_3) { goto IL_002a; } } { // laserPointer.SetActive(powerOn); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = __this->get_laserPointer_30(); bool L_5 = ___powerOn0; NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, L_5, /*hidden argument*/NULL); } IL_002a: { // } return; } } // System.Void Handlegun::OnTouched(Hand) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_OnTouched_mB8D057B2CBC236029D1BF1F08CEDE8752D0112FF (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___actor0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(Holstered && Actor == null && Time.time >= nextReAttach) bool L_0; L_0 = Handlegun_get_Holstered_m49B5FBD34EDDF838D3CC4CF7B2B8DA6C2F561125(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_002f; } } { Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_1; L_1 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_002f; } } { float L_3; L_3 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); float L_4 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_nextReAttach_39(); if ((!(((float)L_3) >= ((float)L_4)))) { goto IL_002f; } } { // Actor = actor; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_5 = ___actor0; Interactable_set_Actor_m824FD0B27772F7CDC175BC36EB32AC982DC3225A_inline(__this, L_5, /*hidden argument*/NULL); // Attach(); Handlegun_Attach_mA24449E8F9278EB5FB122ACA41C2188033FA1B8F(__this, /*hidden argument*/NULL); } IL_002f: { // } return; } } // System.Void Handlegun::OnApproachedBy(Hand) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_OnApproachedBy_mC4E11AC82870C049E0EF620E0C5A8708E0897C04 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___actor0, const RuntimeMethod* method) { { // } return; } } // System.Void Handlegun::OnRetreatFrom(Hand) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_OnRetreatFrom_m2998E2C1A70479198A7E7EEF90AFFDEA88320F6F (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___actor0, const RuntimeMethod* method) { { // } return; } } // System.Void Handlegun::OnActivate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_OnActivate_m3B9A9A64DA5A37DA4433D3CEE0E65D75E7A6D5D4 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D5D22B1D78B899C1C08EE80750419610AC2208); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3611F1EED9A5A4142162D9FBD785C34D50BCB61); s_Il2CppMethodInitialized = true; } ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_0 = NULL; int32_t V_1 = 0; { // BeingHeld = true; Handlegun_set_BeingHeld_m999BD230E6C2DBB4DC501BB0940CC005E61566FE(__this, (bool)1, /*hidden argument*/NULL); // if (sidearmAnim.GetBool("SwordMode")) Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_sidearmAnim_36(); NullCheck(L_0); bool L_1; L_1 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_0, _stringLiteral36D5D22B1D78B899C1C08EE80750419610AC2208, /*hidden argument*/NULL); if (!L_1) { goto IL_0038; } } { // sidearmAnim.SetBool("SwordOut", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_2 = __this->get_sidearmAnim_36(); NullCheck(L_2); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_2, _stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A, (bool)1, /*hidden argument*/NULL); // fauxFront.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_fauxFront_29(); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)1, /*hidden argument*/NULL); // } goto IL_0049; } IL_0038: { // sidearmAnim.SetBool("SightsOn", true); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = __this->get_sidearmAnim_36(); NullCheck(L_4); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_4, _stringLiteralF3611F1EED9A5A4142162D9FBD785C34D50BCB61, (bool)1, /*hidden argument*/NULL); } IL_0049: { // base.OnActivate(); Pickupable_OnActivate_mF44EEEE2FB79AEAC6591A3872B9740487C4CD9AE(__this, /*hidden argument*/NULL); // Actor.handAnimator.SetBool("Gun", true); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_5; L_5 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_6 = L_5->get_handAnimator_13(); NullCheck(L_6); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_6, _stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2, (bool)1, /*hidden argument*/NULL); // foreach (Collider other in otherColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_7 = __this->get_otherColliders_26(); V_0 = L_7; V_1 = 0; goto IL_007d; } IL_0070: { // foreach (Collider other in otherColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_8 = V_0; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_11 = (L_8)->GetAt(static_cast(L_10)); // other.enabled = true; NullCheck(L_11); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_11, (bool)1, /*hidden argument*/NULL); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_007d: { // foreach (Collider other in otherColliders) int32_t L_13 = V_1; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))) { goto IL_0070; } } { // } return; } } // System.Void Handlegun::OnDeactivate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_OnDeactivate_m9E18743EF092CB0EF0B1480FADBCA66A2DB1B52A (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2); s_Il2CppMethodInitialized = true; } { // if (BeingHeld) bool L_0; L_0 = Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0020; } } { // dropped = true; Pickupable_set_dropped_m0AD0D1A2157197B70BA9AB65FFE051FCC5D5CB6D_inline(__this, (bool)1, /*hidden argument*/NULL); // AddTrackInfo(Actor.IsTracking()); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_1; L_1 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean Hand::IsTracking() */, L_1); Pickupable_AddTrackInfo_m8F544040444CBA57903C751C6D0672C63E4EAF2D(__this, L_2, /*hidden argument*/NULL); } IL_0020: { // Actor.handAnimator.SetBool("Drive", false); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_3; L_3 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = L_3->get_handAnimator_13(); NullCheck(L_4); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_4, _stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21, (bool)0, /*hidden argument*/NULL); // Actor.handAnimator.SetBool("Gun", false); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_5; L_5 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_6 = L_5->get_handAnimator_13(); NullCheck(L_6); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_6, _stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void Handlegun::Attach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Attach_mA24449E8F9278EB5FB122ACA41C2188033FA1B8F (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2743213C43DCC544A41D6BA3621A5613D8AAD8A0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2); s_Il2CppMethodInitialized = true; } { // Actor.transform.SetParent(transform); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0; L_0 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_0, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_1, L_2, /*hidden argument*/NULL); // Actor.handAnimator.SetBool("Open", true); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_3; L_3 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_4 = L_3->get_handAnimator_13(); NullCheck(L_4); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_4, _stringLiteral48419E0AC7A3C471E758A3F53E24363D7898657B, (bool)1, /*hidden argument*/NULL); // Actor.handAnimator.SetBool("Drive", true); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_5; L_5 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_5); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_6 = L_5->get_handAnimator_13(); NullCheck(L_6); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_6, _stringLiteral1D7336827FF1AA1EE297E56CB402A3D357148E21, (bool)1, /*hidden argument*/NULL); // Actor.handAnimator.SetBool("Gun", false); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_7; L_7 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_7); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_8 = L_7->get_handAnimator_13(); NullCheck(L_8); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_8, _stringLiteralBDA965B372B3355FEDEC8D365FE940DD946ADBB2, (bool)0, /*hidden argument*/NULL); // Actor.handAnimator.SetBool("Grenade", false); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_9; L_9 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_10 = L_9->get_handAnimator_13(); NullCheck(L_10); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_10, _stringLiteral2743213C43DCC544A41D6BA3621A5613D8AAD8A0, (bool)0, /*hidden argument*/NULL); // if (Actor.isRightHand && rightHandOffset != null) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_11; L_11 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_11); bool L_12 = L_11->get_isRightHand_11(); if (!L_12) { goto IL_00d6; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_rightHandOffset_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_14; L_14 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_13, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_14) { goto IL_00d6; } } { // Actor.GetComponent().OnAttach(rightHandOffset); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_15; L_15 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_15); HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * L_16; L_16 = Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F(L_15, /*hidden argument*/Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F_RuntimeMethod_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_rightHandOffset_14(); NullCheck(L_16); HandToControllerTracking_OnAttach_mEC47A91B0251904C9261E99F23749B31FCEA7502(L_16, L_17, /*hidden argument*/NULL); // Actor.transform.localPosition = rightHandOffset.localPosition; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_18; L_18 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19; L_19 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_18, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_rightHandOffset_14(); NullCheck(L_20); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_21; L_21 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_20, /*hidden argument*/NULL); NullCheck(L_19); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_19, L_21, /*hidden argument*/NULL); // Actor.transform.localRotation = rightHandOffset.localRotation; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_22; L_22 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_22); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_23; L_23 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_22, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_24 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_rightHandOffset_14(); NullCheck(L_24); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_25; L_25 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_24, /*hidden argument*/NULL); NullCheck(L_23); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_23, L_25, /*hidden argument*/NULL); // } return; } IL_00d6: { // else if (leftHandOffset != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_leftHandOffset_15(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_27; L_27 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_26, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_27) { goto IL_0130; } } { // Actor.GetComponent().OnAttach(leftHandOffset); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_28; L_28 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_28); HandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77 * L_29; L_29 = Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F(L_28, /*hidden argument*/Component_GetComponent_TisHandToControllerTracking_tC1276FDD63B27FF567BAABBCF20170F690A97E77_m33836F335CD37C0D0FE2EAA050BF943D53E79B5F_RuntimeMethod_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_30 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_leftHandOffset_15(); NullCheck(L_29); HandToControllerTracking_OnAttach_mEC47A91B0251904C9261E99F23749B31FCEA7502(L_29, L_30, /*hidden argument*/NULL); // Actor.transform.localPosition = leftHandOffset.localPosition; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_31; L_31 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_31); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32; L_32 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_31, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_leftHandOffset_15(); NullCheck(L_33); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_34; L_34 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_33, /*hidden argument*/NULL); NullCheck(L_32); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_32, L_34, /*hidden argument*/NULL); // Actor.transform.localRotation = leftHandOffset.localRotation; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_35; L_35 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_35); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_36; L_36 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_35, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_37 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_leftHandOffset_15(); NullCheck(L_37); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_38; L_38 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_37, /*hidden argument*/NULL); NullCheck(L_36); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_36, L_38, /*hidden argument*/NULL); } IL_0130: { // } return; } } // System.Void Handlegun::ReAttach(UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_ReAttach_m840BEB22EED6B9E9B141CBDE7C60EA2C502A4002 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___holster0, 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; } { // BeingHeld = false; Handlegun_set_BeingHeld_m999BD230E6C2DBB4DC501BB0940CC005E61566FE(__this, (bool)0, /*hidden argument*/NULL); // transform.parent = holster; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0; L_0 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = ___holster0; NullCheck(L_0); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_0, L_1, /*hidden argument*/NULL); // if (Actor != null) Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_2; L_2 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_0033; } } { // Actor.ResetHandModel(true); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_4; L_4 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); Hand_ResetHandModel_m20447A3A541C8D54DA81A08E2BA58EBF61147D4C(L_4, (bool)1, /*hidden argument*/NULL); // Attach(); Handlegun_Attach_mA24449E8F9278EB5FB122ACA41C2188033FA1B8F(__this, /*hidden argument*/NULL); } IL_0033: { // } return; } } // System.Void Handlegun::Detach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Detach_m4B1948BC36F78C6D5F6C052BDFCC5B3D27016317 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Actor.ResetHandModel(true); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0; L_0 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); Hand_ResetHandModel_m20447A3A541C8D54DA81A08E2BA58EBF61147D4C(L_0, (bool)1, /*hidden argument*/NULL); // Actor.justReleased = true; Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_1; L_1 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); L_1->set_justReleased_51((bool)1); // Actor = null; Interactable_set_Actor_m824FD0B27772F7CDC175BC36EB32AC982DC3225A_inline(__this, (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)NULL, /*hidden argument*/NULL); // nextReAttach = Time.time + reAttachDelay; float L_2; L_2 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_3 = __this->get_reAttachDelay_27(); IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_nextReAttach_39(((float)il2cpp_codegen_add((float)L_2, (float)L_3))); // } return; } } // System.Void Handlegun::SoftDetach() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_SoftDetach_m96B2F5F7B0C07F5BE765664627391E5E159FAFD3 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { { // Actor.ResetHandModel(true); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0; L_0 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(__this, /*hidden argument*/NULL); NullCheck(L_0); Hand_ResetHandModel_m20447A3A541C8D54DA81A08E2BA58EBF61147D4C(L_0, (bool)1, /*hidden argument*/NULL); // Actor = null; Interactable_set_Actor_m824FD0B27772F7CDC175BC36EB32AC982DC3225A_inline(__this, (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 *)NULL, /*hidden argument*/NULL); // } return; } } // System.Void Handlegun::Holster() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun_Holster_mEE06EA26057150D075FFA342F30737D8202D50A1 (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __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*)&_stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A); s_Il2CppMethodInitialized = true; } ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* V_0 = NULL; int32_t V_1 = 0; { // BeingHeld = false; Handlegun_set_BeingHeld_m999BD230E6C2DBB4DC501BB0940CC005E61566FE(__this, (bool)0, /*hidden argument*/NULL); // dropped = false; Pickupable_set_dropped_m0AD0D1A2157197B70BA9AB65FFE051FCC5D5CB6D_inline(__this, (bool)0, /*hidden argument*/NULL); // sidearmAnim.SetBool("SwordOut", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_sidearmAnim_36(); NullCheck(L_0); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_0, _stringLiteralE58CEDB3E3E4D6AEC80404AAEA515C3B3C8A390A, (bool)0, /*hidden argument*/NULL); // fauxFront.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_fauxFront_29(); NullCheck(L_1); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_1, (bool)0, /*hidden argument*/NULL); // foreach (Collider other in otherColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_2 = __this->get_otherColliders_26(); V_0 = L_2; V_1 = 0; goto IL_0043; } IL_0036: { // foreach (Collider other in otherColliders) ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; Collider_t5E81E43C2ECA0209A7C4528E84A632712D192B02 * L_6 = (L_3)->GetAt(static_cast(L_5)); // other.enabled = false; NullCheck(L_6); Collider_set_enabled_m047B4D830755CD36671F7A60BFAA9C0D61F6C4A1(L_6, (bool)0, /*hidden argument*/NULL); int32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)); } IL_0043: { // foreach (Collider other in otherColliders) int32_t L_8 = V_1; ColliderU5BU5D_t5124940293343DB3D31DA41C593709905906E486* L_9 = V_0; NullCheck(L_9); if ((((int32_t)L_8) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))) { goto IL_0036; } } { // if(rb != null) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_10 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_rb_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0062; } } { // Destroy(rb); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_12 = ((Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 *)__this)->get_rb_16(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_12, /*hidden argument*/NULL); } IL_0062: { // } return; } } // System.Collections.IEnumerator Handlegun::TimedGripEnable(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Handlegun_TimedGripEnable_m106613BD236BCE2B8741053F3673E7BE629F95BC (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, float ___delay0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * L_0 = (U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E *)il2cpp_codegen_object_new(U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E_il2cpp_TypeInfo_var); U3CTimedGripEnableU3Ed__56__ctor_m3589424857175ADC6375693E4701EC664F93D393(L_0, 0, /*hidden argument*/NULL); U3CTimedGripEnableU3Ed__56_tCC902FCF484CED81F981ACE02EBB35C76F6BA92E * L_1 = L_0; float L_2 = ___delay0; NullCheck(L_1); L_1->set_delay_2(L_2); return L_1; } } // System.Void Handlegun::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun__ctor_m14073494C2714C50F1C6C2577BC7857AE0E4E16C (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public float reAttachDelay = 0.5f; __this->set_reAttachDelay_27((0.5f)); IL2CPP_RUNTIME_CLASS_INIT(Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0_il2cpp_TypeInfo_var); Pickupable__ctor_m0AA85D11BA386087CE29CF5D1FD95157B16A0F5B(__this, /*hidden argument*/NULL); return; } } // System.Void Handlegun::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Handlegun__cctor_mACC2431DF56BCDA6982A2E402B7D63804AB77517 (const RuntimeMethod* method) { { 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 HarasserAnimationController::BeginDestruction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserAnimationController_BeginDestruction_m35D31EC745A5FB63B9D714ECE83FC7162290160A (HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * __this, const RuntimeMethod* method) { { // StartCoroutine(DestructionCountdown()); RuntimeObject* L_0; L_0 = HarasserAnimationController_DestructionCountdown_m5617E901227203C69612BCB98904324971E8A8DF(__this, /*hidden argument*/NULL); Coroutine_t899D5232EF542CB8BA70AF9ECEECA494FAA9CCB7 * L_1; L_1 = MonoBehaviour_StartCoroutine_m3E33706D38B23CDD179E99BAD61E32303E9CC719(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Collections.IEnumerator HarasserAnimationController::DestructionCountdown() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HarasserAnimationController_DestructionCountdown_m5617E901227203C69612BCB98904324971E8A8DF (HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * L_0 = (U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C *)il2cpp_codegen_object_new(U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C_il2cpp_TypeInfo_var); U3CDestructionCountdownU3Ed__6__ctor_mD724775E9CD661A55D82CD05BFAA6CC847692237(L_0, 0, /*hidden argument*/NULL); U3CDestructionCountdownU3Ed__6_t176E7A34702724F31FCFD20BA0EA6CD089851E9C * L_1 = L_0; NullCheck(L_1); L_1->set_U3CU3E4__this_2(__this); return L_1; } } // System.Void HarasserAnimationController::Explode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserAnimationController_Explode_mE2E3E9599501B2278DC2B1B742296180B1293FB3 (HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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); s_Il2CppMethodInitialized = true; } { // if (!exploding) bool L_0 = __this->get_exploding_8(); if (L_0) { goto IL_0044; } } { // exploding = true; __this->set_exploding_8((bool)1); // Instantiate(destroyedObject, transform.position, transform.rotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_destroyedObject_6(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_4, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_1, L_3, L_5, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); // if (onExplode != null) UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_7 = __this->get_onExplode_7(); if (!L_7) { goto IL_0044; } } { // onExplode.Invoke(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_8 = __this->get_onExplode_7(); NullCheck(L_8); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_8, /*hidden argument*/NULL); } IL_0044: { // } return; } } // System.Void HarasserAnimationController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserAnimationController__ctor_m2505E61E6D911812A140BB01C2C155FB27838EF9 (HarasserAnimationController_t34BEE590D333CD65533727371E09E64E15EAA735 * __this, const RuntimeMethod* method) { { // public float minTimeTilExplode = 0.5f; __this->set_minTimeTilExplode_4((0.5f)); // public float maxTimeTilExplode = 1f; __this->set_maxTimeTilExplode_5((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HarasserBehavior::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior_Start_m6D7FE8E269A7AAAC9327E91DFEA27C2C05A75680 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_m75451DF800F3571A15A0F8823F9BCED5A6F9BEBB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // base.Start(); EnemyBehavior_Start_mD5A64ABCCD134B714CA3E06B8C0E86ACD537D6C9(__this, /*hidden argument*/NULL); // movers = GetComponents(); HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_0; L_0 = Component_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_m75451DF800F3571A15A0F8823F9BCED5A6F9BEBB(__this, /*hidden argument*/Component_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_m75451DF800F3571A15A0F8823F9BCED5A6F9BEBB_RuntimeMethod_var); __this->set_movers_12(L_0); // harasserFireControl.FireLocked = true; TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * L_1 = __this->get_harasserFireControl_10(); NullCheck(L_1); TurretFireControl_set_FireLocked_mE4B6A930B6D273E44C67C3DA4CDCDFBD7DCF99D7_inline(L_1, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void HarasserBehavior::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior_Update_m3B3E00A03646EBAE3DF308125E69B79BBECBCF56 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if ((follower.DistanceOnPath - Player.DistanceOnPath) <= unlockFireDistance) Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_0 = __this->get_follower_9(); NullCheck(L_0); float L_1; L_1 = Follower_get_DistanceOnPath_m72E8140E5683C7EF11657387350401E574826EAD(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_2; L_2 = Player_get_DistanceOnPath_m83D3E4B7DE670FA1B1BE8B7B2253DB4876F16209(/*hidden argument*/NULL); float L_3 = __this->get_unlockFireDistance_11(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_1, (float)L_2))) <= ((float)L_3)))) { goto IL_0025; } } { // harasserFireControl.FireLocked = false; TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * L_4 = __this->get_harasserFireControl_10(); NullCheck(L_4); TurretFireControl_set_FireLocked_mE4B6A930B6D273E44C67C3DA4CDCDFBD7DCF99D7_inline(L_4, (bool)0, /*hidden argument*/NULL); } IL_0025: { // } return; } } // System.Void HarasserBehavior::GotHit(HitData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior_GotHit_mAFCB6FF1C245B420DA366C519551C2AECCA921E4 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___hitData0, const RuntimeMethod* method) { { // base.GotHit(hitData); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_0 = ___hitData0; EnemyBehavior_GotHit_mAF50887C23285A2550C49D820C97126A62AAE35B(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void HarasserBehavior::TookDamage(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior_TookDamage_m230B73A85E42137CEE1AFD5EEA4C4497ABA74C16 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, float ___damage0, const RuntimeMethod* method) { { // base.TookDamage(damage); float L_0 = ___damage0; EnemyBehavior_TookDamage_m5FBEC0A11F64E3A37E86DC751EC711EF1E19B26F(__this, L_0, /*hidden argument*/NULL); // } return; } } // System.Void HarasserBehavior::GotDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior_GotDestroyed_mC58BD3D3EBFAAFCB2D9B0AE0F42905EAEE055A57 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, const RuntimeMethod* method) { { // base.GotDestroyed(); EnemyBehavior_GotDestroyed_mA174BBB96835DC49CA1131A0ACD417E02FAC7810(__this, /*hidden argument*/NULL); // } return; } } // System.Void HarasserBehavior::TreadDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior_TreadDestroyed_m81BEC93E879AF4EFF563AB92E9DD224F744C47E3 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, const RuntimeMethod* method) { HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* V_0 = NULL; int32_t V_1 = 0; { // foreach (HarasserMovement mover in movers) HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_0 = __this->get_movers_12(); V_0 = L_0; V_1 = 0; goto IL_0017; } IL_000b: { // foreach (HarasserMovement mover in movers) HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * L_4 = (L_1)->GetAt(static_cast(L_3)); // mover.TreadDestroyed(); NullCheck(L_4); HarasserMovement_TreadDestroyed_mD5FD7D8CA33D76B124E208271192F292CC17157A(L_4, /*hidden argument*/NULL); int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_0017: { // foreach (HarasserMovement mover in movers) int32_t L_6 = V_1; HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_7 = V_0; NullCheck(L_7); if ((((int32_t)L_6) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))) { goto IL_000b; } } { // } return; } } // System.Void HarasserBehavior::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserBehavior__ctor_mD75B4D23D67E795D197B6285DEC9ECD06788F331 (HarasserBehavior_tCA77A7D9854737FAA86CD046CA69DA4678016DA4 * __this, const RuntimeMethod* method) { { // public float unlockFireDistance = 300f; __this->set_unlockFireDistance_11((300.0f)); EnemyBehavior__ctor_m62BD87F8A680F9D53CF35AC58649D99BFC1902B3(__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 HarasserConfiguration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserConfiguration__ctor_m8F5C5C53068D3E04B71C4E07856286B64E701F31 (HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * __this, const RuntimeMethod* method) { { EnemyConfiguration__ctor_mA22B29324CAD43036544C00D3FEF0872C9A3A3C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single HarasserMovement::get_LaneOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HarasserMovement_get_LaneOffset_mCBBF8B7C9541913D5E3FF8944A4A07D2DC094FD5 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return (lane - ((IncrementalRoadMesh.Lanes + 1) / 2f)) * IncrementalRoadMesh.LaneWidth; int32_t L_0 = __this->get_lane_31(); IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); int32_t L_1 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_Lanes_8(); float L_2 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_LaneWidth_9(); return ((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)((float)((float)L_0)), (float)((float)((float)((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))))/(float)(2.0f))))), (float)L_2)); } } // System.Boolean HarasserMovement::get_IsMineLayer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HarasserMovement_get_IsMineLayer_mBA2BA1BAAF3A316AD8AA60FC73A2AE3574C726B8 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // return isMineLayer; bool L_0 = __this->get_isMineLayer_36(); return L_0; } } // System.Void HarasserMovement::set_IsMineLayer(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_set_IsMineLayer_mA23EAC0C6EFDCC74F4554103EDAD202B61829F93 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // isMineLayer = value; bool L_0 = ___value0; __this->set_isMineLayer_36(L_0); // if(isMineLayer && initialized) bool L_1 = __this->get_isMineLayer_36(); if (!L_1) { goto IL_0028; } } { bool L_2 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_initialized_26(); if (!L_2) { goto IL_0028; } } { // lane = Random.Range(2, IncrementalRoadMesh.Lanes); IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); int32_t L_3 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_Lanes_8(); int32_t L_4; L_4 = Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213(2, L_3, /*hidden argument*/NULL); __this->set_lane_31(L_4); } IL_0028: { // } return; } } // System.Void HarasserMovement::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_OnEnable_m79CC9B32DEB07DD00398FC790D198220722CADDE (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // base.OnEnable(); EnemyMovement_OnEnable_m840E160AEFC29716F0290C3F3D51A55B239F02B4(__this, /*hidden argument*/NULL); // } return; } } // System.Void HarasserMovement::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_Start_m07168D7894E442E830C1D029AEE19D935C845F39 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // base.Start(); EnemyMovement_Start_m94784B4CCCFC527F201E228AF5F81D0B1AA81C99(__this, /*hidden argument*/NULL); // trueMax = maxSpeed; float L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); __this->set_trueMax_34(L_0); // } return; } } // System.Void HarasserMovement::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_Initialize_mFBA7A7181F01B3D6236D12C3C24AFE72072053A4 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB_mB34D16636F482462FCD48D17988E664BFDCF39E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m846D7220E0786802A8C3C8AC1A472B36DC70B129_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (!initialized) bool L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_initialized_26(); if (L_0) { goto IL_003c; } } { // base.Initialize(); EnemyMovement_Initialize_m09C1B6C2C580549DAC93D4DAC820867E443B0740(__this, /*hidden argument*/NULL); // lane = Random.Range(2, IncrementalRoadMesh.Lanes); IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); int32_t L_1 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_Lanes_8(); int32_t L_2; L_2 = Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213(2, L_1, /*hidden argument*/NULL); __this->set_lane_31(L_2); // behavior = GetComponent(); EnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D * L_3; L_3 = Component_GetComponent_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m846D7220E0786802A8C3C8AC1A472B36DC70B129(__this, /*hidden argument*/Component_GetComponent_TisEnemyBehavior_t3C70D0F488598873CD1C7D82A603812075D1CB0D_m846D7220E0786802A8C3C8AC1A472B36DC70B129_RuntimeMethod_var); __this->set_behavior_30(L_3); // destroyEvent = follower.GetComponent(); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_4 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_4); DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * L_5; L_5 = Component_GetComponent_TisDestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB_mB34D16636F482462FCD48D17988E664BFDCF39E2(L_4, /*hidden argument*/Component_GetComponent_TisDestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB_mB34D16636F482462FCD48D17988E664BFDCF39E2_RuntimeMethod_var); __this->set_destroyEvent_29(L_5); } IL_003c: { // } return; } } // System.Void HarasserMovement::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_Update_mF5A8E4977221343781397EAFC2232FE686D7075D (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // base.Update(); EnemyMovement_Update_mDFD118039E40A0039E1928DCF217453DC9339FAC(__this, /*hidden argument*/NULL); // follower.TargetSpeed = GetSpeedTarget(); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); float L_1; L_1 = HarasserMovement_GetSpeedTarget_mAD376090F0D27F75FD3EA87B662400077B0EF7AB(__this, /*hidden argument*/NULL); NullCheck(L_0); Follower_set_TargetSpeed_m86582EB9E6E5A8C85787E3BBA28729F7567D0284(L_0, L_1, /*hidden argument*/NULL); // if(forwardDistance < (optimalRange * -3)) float L_2; L_2 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_3 = __this->get_optimalRange_28(); if ((!(((float)L_2) < ((float)((float)il2cpp_codegen_multiply((float)L_3, (float)(-3.0f))))))) { goto IL_0036; } } { // destroyEvent.DestroySelf(); DestroySelfEvent_tA674BA497A159930BD6CE5C6AEA91F1612EF54AB * L_4 = __this->get_destroyEvent_29(); NullCheck(L_4); DestroySelfEvent_DestroySelf_m8C0D588CAB9569E092E206270763AAE61BD4D976(L_4, /*hidden argument*/NULL); } IL_0036: { // } return; } } // System.Void HarasserMovement::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_FixedUpdate_mC0D96B0EACACD841D748E9BC4B7CC1E0EBAFAF3D (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // base.FixedUpdate(); EnemyMovement_FixedUpdate_mDA673321C9B1060802BBDD41752D1BFA7504877E(__this, /*hidden argument*/NULL); // rb.AddForce(GetLateralForceDirection()); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rb_13(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = HarasserMovement_GetLateralForceDirection_m3537458E89628118D74D071056A02707D7B67167(__this, /*hidden argument*/NULL); NullCheck(L_0); Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void HarasserMovement::TreadDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement_TreadDestroyed_mD5FD7D8CA33D76B124E208271192F292CC17157A (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // treadsDestroyed++; int32_t L_0 = __this->get_treadsDestroyed_33(); __this->set_treadsDestroyed_33(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1))); // if (treadsDestroyed == 1) int32_t L_1 = __this->get_treadsDestroyed_33(); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002a; } } { // trueMax = maxSpeed - 5f; float L_2 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); __this->set_trueMax_34(((float)il2cpp_codegen_subtract((float)L_2, (float)(5.0f)))); // } return; } IL_002a: { // else if (treadsDestroyed == 2) int32_t L_3 = __this->get_treadsDestroyed_33(); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_0046; } } { // trueMax = maxSpeed - 15f; float L_4 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); __this->set_trueMax_34(((float)il2cpp_codegen_subtract((float)L_4, (float)(15.0f)))); // } return; } IL_0046: { // else if (treadsDestroyed > 2) int32_t L_5 = __this->get_treadsDestroyed_33(); if ((((int32_t)L_5) <= ((int32_t)2))) { goto IL_0061; } } { // trueMax = maxSpeed - 25f; float L_6 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); __this->set_trueMax_34(((float)il2cpp_codegen_subtract((float)L_6, (float)(25.0f)))); } IL_0061: { // } return; } } // System.Single HarasserMovement::GetSpeedTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HarasserMovement_GetSpeedTarget_mAD376090F0D27F75FD3EA87B662400077B0EF7AB (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { // float speedTarget = Player.Follower.speed; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_0; L_0 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_0); float L_1 = ((Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 *)L_0)->get_speed_5(); V_0 = L_1; // if(forwardDistance > optimalRange) float L_2; L_2 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_3 = __this->get_optimalRange_28(); if ((!(((float)L_2) > ((float)L_3)))) { goto IL_0023; } } { // speedTarget -= 15f; float L_4 = V_0; V_0 = ((float)il2cpp_codegen_subtract((float)L_4, (float)(15.0f))); // } goto IL_0037; } IL_0023: { // else if(forwardDistance < 0) float L_5; L_5 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); if ((!(((float)L_5) < ((float)(0.0f))))) { goto IL_0037; } } { // speedTarget = trueMax; float L_6 = __this->get_trueMax_34(); V_0 = L_6; } IL_0037: { // if (speedTarget > trueMax) float L_7 = V_0; float L_8 = __this->get_trueMax_34(); if ((!(((float)L_7) > ((float)L_8)))) { goto IL_0049; } } { // speedTarget = trueMax; float L_9 = __this->get_trueMax_34(); V_0 = L_9; goto IL_0059; } IL_0049: { // else if (speedTarget < minSpeed) float L_10 = V_0; float L_11 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_minSpeed_8(); if ((!(((float)L_10) < ((float)L_11)))) { goto IL_0059; } } { // speedTarget = minSpeed; float L_12 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_minSpeed_8(); V_0 = L_12; } IL_0059: { // return speedTarget; float L_13 = V_0; return L_13; } } // UnityEngine.Vector3 HarasserMovement::GetLateralForceDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HarasserMovement_GetLateralForceDirection_m3537458E89628118D74D071056A02707D7B67167 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { float V_0 = 0.0f; HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * G_B4_0 = NULL; HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * G_B3_0 = NULL; int32_t G_B5_0 = 0; HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * G_B5_1 = NULL; { // float rightDist = LaneOffset - transform.localPosition.x; float L_0; L_0 = HarasserMovement_get_LaneOffset_mCBBF8B7C9541913D5E3FF8944A4A07D2DC094FD5(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2; L_2 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_1, /*hidden argument*/NULL); float L_3 = L_2.get_x_2(); V_0 = ((float)il2cpp_codegen_subtract((float)L_0, (float)L_3)); // if (Mathf.Abs(rightDist) < 1) float L_4 = V_0; float L_5; L_5 = fabsf(L_4); if ((!(((float)L_5) < ((float)(1.0f))))) { goto IL_002e; } } { // lateralMoveDirection = rightDist; float L_6 = V_0; __this->set_lateralMoveDirection_32(L_6); // } goto IL_0041; } IL_002e: { // lateralMoveDirection = rightDist > 0 ? 1 : -1; float L_7 = V_0; G_B3_0 = __this; if ((((float)L_7) > ((float)(0.0f)))) { G_B4_0 = __this; goto IL_003a; } } { G_B5_0 = (-1); G_B5_1 = G_B3_0; goto IL_003b; } IL_003a: { G_B5_0 = 1; G_B5_1 = G_B4_0; } IL_003b: { NullCheck(G_B5_1); G_B5_1->set_lateralMoveDirection_32(((float)((float)G_B5_0))); } IL_0041: { // return CalculateLateralForce(lateralMoveDirection); float L_8 = __this->get_lateralMoveDirection_32(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = EnemyMovement_CalculateLateralForce_m726787196D186FA59F96ED94F9D16AC22FF2DBA2(__this, L_8, (0.0f), /*hidden argument*/NULL); return L_9; } } // System.Void HarasserMovement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserMovement__ctor_m1C3114A4765D4EA550AA8931422E3626E8E300D3 (HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * __this, const RuntimeMethod* method) { { // public float optimalRange = 100f; __this->set_optimalRange_28((100.0f)); EnemyMovement__ctor_m9C38EFB199A9FE920757F3005138D6C8E6260B90(__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 HarasserPartManager::ConfigureByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserPartManager_ConfigureByName_m45114D3842F80ADCFE9185C154764099B769F20F (HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * __this, String_t* ___name0, bool ___awardsPoints1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisHarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006_m5486FE553E28F6B5AE5E796BBF29805EDF7C4D98_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2* V_0 = NULL; int32_t V_1 = 0; HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * V_2 = NULL; HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * G_B4_0 = NULL; HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * G_B3_0 = NULL; int32_t G_B5_0 = 0; HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * G_B5_1 = NULL; { // base.ConfigureByName(name, awardsPoints); String_t* L_0 = ___name0; bool L_1 = ___awardsPoints1; EnemyPartManager_ConfigureByName_m12A0C54C62AB45288E8988C7503C539F0B7820F6(__this, L_0, L_1, /*hidden argument*/NULL); // HarasserConfiguration[] configurations = GetComponents(); HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2* L_2; L_2 = Component_GetComponents_TisHarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006_m5486FE553E28F6B5AE5E796BBF29805EDF7C4D98(__this, /*hidden argument*/Component_GetComponents_TisHarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006_m5486FE553E28F6B5AE5E796BBF29805EDF7C4D98_RuntimeMethod_var); // foreach (HarasserConfiguration configuration in configurations) V_0 = L_2; V_1 = 0; goto IL_006a; } IL_0013: { // foreach (HarasserConfiguration configuration in configurations) HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_2 = L_6; // if (configuration.configName == name) HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * L_7 = V_2; NullCheck(L_7); String_t* L_8 = ((EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 *)L_7)->get_configName_4(); String_t* L_9 = ___name0; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0066; } } { // AssignWeapons(configuration.weapons); HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * L_11 = V_2; NullCheck(L_11); int32_t L_12 = L_11->get_weapons_6(); HarasserPartManager_AssignWeapons_mD6E2DEBE3D01243FF5037F22FD09A26F674157D7(__this, L_12, /*hidden argument*/NULL); // rightTurretMount.AssignTurret(configuration.rightTurret); TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * L_13 = __this->get_rightTurretMount_13(); HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * L_14 = V_2; NullCheck(L_14); int32_t L_15 = L_14->get_rightTurret_7(); NullCheck(L_13); TurretMountManager_AssignTurret_m1D8690FCF644987D1C20D4CD12954C590193EC85(L_13, L_15, /*hidden argument*/NULL); // leftTurretMount.AssignTurret(configuration.leftTurret); TurretMountManager_t8987E9F0BF71ED234CAC6FF87D88AE443EE9DDE0 * L_16 = __this->get_leftTurretMount_14(); HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * L_17 = V_2; NullCheck(L_17); int32_t L_18 = L_17->get_leftTurret_8(); NullCheck(L_16); TurretMountManager_AssignTurret_m1D8690FCF644987D1C20D4CD12954C590193EC85(L_16, L_18, /*hidden argument*/NULL); // pointValue = awardsPoints ? configuration.pointValue : 0; bool L_19 = ___awardsPoints1; G_B3_0 = __this; if (L_19) { G_B4_0 = __this; goto IL_005a; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; goto IL_0060; } IL_005a: { HarasserConfiguration_t6B73B3B9D94B3D2EC75BEB20195E42A2514B3006 * L_20 = V_2; NullCheck(L_20); int32_t L_21 = ((EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 *)L_20)->get_pointValue_5(); G_B5_0 = L_21; G_B5_1 = G_B4_0; } IL_0060: { NullCheck(G_B5_1); ((EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 *)G_B5_1)->set_pointValue_10(G_B5_0); // break; return; } IL_0066: { int32_t L_22 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1)); } IL_006a: { // foreach (HarasserConfiguration configuration in configurations) int32_t L_23 = V_1; HarasserConfigurationU5BU5D_t1176DE7B5BB386887A8921D64F575F03040D5CE2* L_24 = V_0; NullCheck(L_24); if ((((int32_t)L_23) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))) { goto IL_0013; } } { // } return; } } // System.Void HarasserPartManager::AssignWeapons(HarasserWeapons) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserPartManager_AssignWeapons_mD6E2DEBE3D01243FF5037F22FD09A26F674157D7 (HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * __this, int32_t ___weapons0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_mDD63DA647C198750A134CD8E881142BDD4D757FC_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*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA45385396EA56EBE26E7C4EFFC2CBB9A51535AA8); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; RuntimeObject* V_2 = NULL; HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* V_3 = NULL; int32_t V_4 = 0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach (Transform weapTransform in weaponMount) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_weaponMount_11(); NullCheck(L_0); RuntimeObject* L_1; L_1 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0042; } IL_000e: { // foreach (Transform weapTransform in weaponMount) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)); // if (weapTransform.gameObject.name == "missilelauncher") Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * 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); String_t* L_6; L_6 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_5, /*hidden argument*/NULL); bool L_7; L_7 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_6, _stringLiteralA45385396EA56EBE26E7C4EFFC2CBB9A51535AA8, /*hidden argument*/NULL); if (!L_7) { goto IL_0042; } } IL_0031: { // weapTransform.gameObject.SetActive((weapons & HarasserWeapons.Missile) != 0); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8 = V_1; NullCheck(L_8); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9; L_9 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_8, /*hidden argument*/NULL); int32_t L_10 = ___weapons0; NullCheck(L_9); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_9, (bool)((!(((uint32_t)((int32_t)((int32_t)L_10&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); } IL_0042: { // foreach (Transform weapTransform in weaponMount) RuntimeObject* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_000e; } } IL_004a: { IL2CPP_LEAVE(0x5D, FINALLY_004c); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_004c; } FINALLY_004c: { // begin finally (depth: 1) { RuntimeObject* L_13 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_14 = V_2; if (!L_14) { goto IL_005c; } } IL_0056: { RuntimeObject* L_15 = V_2; NullCheck(L_15); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_15); } IL_005c: { IL2CPP_END_FINALLY(76) } } // end finally (depth: 1) IL2CPP_CLEANUP(76) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x5D, IL_005d) } IL_005d: { // if ((weapons & HarasserWeapons.Mines) != 0) int32_t L_16 = ___weapons0; if (!((int32_t)((int32_t)L_16&(int32_t)2))) { goto IL_0097; } } { // mineLayer.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_17 = __this->get_mineLayer_12(); NullCheck(L_17); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_17, (bool)1, /*hidden argument*/NULL); // HarasserMovement[] movers = enemyObject.GetComponents(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_18 = __this->get_enemyObject_15(); NullCheck(L_18); HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_19; L_19 = GameObject_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_mDD63DA647C198750A134CD8E881142BDD4D757FC(L_18, /*hidden argument*/GameObject_GetComponents_TisHarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53_mDD63DA647C198750A134CD8E881142BDD4D757FC_RuntimeMethod_var); // foreach(HarasserMovement mover in movers) V_3 = L_19; V_4 = 0; goto IL_008f; } IL_007f: { // foreach(HarasserMovement mover in movers) HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_20 = V_3; int32_t L_21 = V_4; NullCheck(L_20); int32_t L_22 = L_21; HarasserMovement_t3D59BC09C1B3351AF759E379057ED368EA674B53 * L_23 = (L_20)->GetAt(static_cast(L_22)); // mover.IsMineLayer = true; NullCheck(L_23); HarasserMovement_set_IsMineLayer_mA23EAC0C6EFDCC74F4554103EDAD202B61829F93(L_23, (bool)1, /*hidden argument*/NULL); int32_t L_24 = V_4; V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)); } IL_008f: { // foreach(HarasserMovement mover in movers) int32_t L_25 = V_4; HarasserMovementU5BU5D_t68E54EF2D036CB3E4027AC6AFEA520C86E34EDFF* L_26 = V_3; NullCheck(L_26); if ((((int32_t)L_25) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))) { goto IL_007f; } } { // } return; } IL_0097: { // mineLayer.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_mineLayer_12(); NullCheck(L_27); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_27, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void HarasserPartManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarasserPartManager__ctor_m4BAC65EFBE8FB54AF620FC0CEAE6F6FDD1C18788 (HarasserPartManager_t3E6E351BBCA1C479D1CC53F493EC47EDBB72A3F9 * __this, const RuntimeMethod* method) { { EnemyPartManager__ctor_m5279A67DD054B7F814C9CFAE7DC27F7DC3D96A08(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HarpoonDeployer::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarpoonDeployer_Start_m33B619D6158F419E3C87BFFDE20AB241B4248577 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // harpoonRightMax = IncrementalRoadMesh.Lanes * IncrementalRoadMesh.LaneWidth / 2; IL2CPP_RUNTIME_CLASS_INIT(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var); int32_t L_0 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_Lanes_8(); float L_1 = ((IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_StaticFields*)il2cpp_codegen_static_fields_for(IncrementalRoadMesh_tA86C23AF65A235C1E72EC321543D5C026022D7E0_il2cpp_TypeInfo_var))->get_LaneWidth_9(); __this->set_harpoonRightMax_20(((float)((float)((float)il2cpp_codegen_multiply((float)((float)((float)L_0)), (float)L_1))/(float)(2.0f)))); // harpoonsFiredThisSet = harpoonsPerSet; int32_t L_2 = __this->get_harpoonsPerSet_12(); __this->set_harpoonsFiredThisSet_19(L_2); // } return; } } // System.Void HarpoonDeployer::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarpoonDeployer_Update_mE893C2DECA222B6642D4E88B50B22B2D3D459244 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method) { { // if(harpoonsFiredThisSet < harpoonsPerSet && Time.time >= nextHarpoonFire) int32_t L_0 = __this->get_harpoonsFiredThisSet_19(); int32_t L_1 = __this->get_harpoonsPerSet_12(); if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_0022; } } { float L_2; L_2 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_3 = __this->get_nextHarpoonFire_17(); if ((!(((float)L_2) >= ((float)L_3)))) { goto IL_0022; } } { // HarpoonLaunch(); bool L_4; L_4 = HarpoonDeployer_HarpoonLaunch_m91291784F01094DA7AF81206AFEBF5897177B979(__this, /*hidden argument*/NULL); } IL_0022: { // } return; } } // System.Void HarpoonDeployer::StartNewSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarpoonDeployer_StartNewSet_mCA4CB330B8791D7E17C5A6D692FC9C33A57D3BFB (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method) { { // harpoonsFiredThisVolley = 0; __this->set_harpoonsFiredThisVolley_18(0); // harpoonsFiredThisSet = 0; __this->set_harpoonsFiredThisSet_19(0); // } return; } } // System.Boolean HarpoonDeployer::HarpoonLaunch() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HarpoonDeployer_HarpoonLaunch_m91291784F01094DA7AF81206AFEBF5897177B979 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method) { float G_B2_0 = 0.0f; HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * G_B2_1 = NULL; float G_B1_0 = 0.0f; HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * G_B1_1 = NULL; float G_B3_0 = 0.0f; float G_B3_1 = 0.0f; HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * G_B3_2 = NULL; { // nextHarpoonFire = Time.time + Random.Range(-harpoonFireRateVariance, harpoonFireRateVariance) + (linkedHarpoons ? linkedHarpoonFireRate : harpoonFireRate); float L_0; L_0 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_1 = __this->get_harpoonFireRateVariance_9(); float L_2 = __this->get_harpoonFireRateVariance_9(); float L_3; L_3 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_1)), L_2, /*hidden argument*/NULL); bool L_4 = __this->get_linkedHarpoons_16(); G_B1_0 = ((float)il2cpp_codegen_add((float)L_0, (float)L_3)); G_B1_1 = __this; if (L_4) { G_B2_0 = ((float)il2cpp_codegen_add((float)L_0, (float)L_3)); G_B2_1 = __this; goto IL_0029; } } { float L_5 = __this->get_harpoonFireRate_7(); G_B3_0 = L_5; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_002f; } IL_0029: { float L_6 = __this->get_linkedHarpoonFireRate_8(); G_B3_0 = L_6; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_002f: { NullCheck(G_B3_2); G_B3_2->set_nextHarpoonFire_17(((float)il2cpp_codegen_add((float)G_B3_1, (float)G_B3_0))); // PlaceHarpoon(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = HarpoonDeployer_PlaceHarpoon_m1B1DB8C6F558D238249C572BE39CE06D5378EEC0(__this, /*hidden argument*/NULL); // harpoonsFiredThisVolley++; int32_t L_8 = __this->get_harpoonsFiredThisVolley_18(); __this->set_harpoonsFiredThisVolley_18(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))); // harpoonsFiredThisSet++; int32_t L_9 = __this->get_harpoonsFiredThisSet_19(); __this->set_harpoonsFiredThisSet_19(((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1))); // if (harpoonsFiredThisSet >= harpoonsPerSet) int32_t L_10 = __this->get_harpoonsFiredThisSet_19(); int32_t L_11 = __this->get_harpoonsPerSet_12(); if ((((int32_t)L_10) < ((int32_t)L_11))) { goto IL_0076; } } { // lastTractor = null; __this->set_lastTractor_23((TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 *)NULL); // sameSideHarpoon = false; __this->set_sameSideHarpoon_22((bool)0); // return true; return (bool)1; } IL_0076: { // else if (harpoonsFiredThisVolley >= harpoonsPerVolley) int32_t L_12 = __this->get_harpoonsFiredThisVolley_18(); int32_t L_13 = __this->get_harpoonsPerVolley_10(); if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_00be; } } { // lastTractor = null; __this->set_lastTractor_23((TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 *)NULL); // sameSideHarpoon = true; __this->set_sameSideHarpoon_22((bool)1); // harpoonsFiredThisVolley = 0; __this->set_harpoonsFiredThisVolley_18(0); // nextHarpoonFire = Time.time + betweenVolleyTime + Random.Range(-harpoonFireRateVariance, harpoonFireRateVariance); float L_14; L_14 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_15 = __this->get_betweenVolleyTime_11(); float L_16 = __this->get_harpoonFireRateVariance_9(); float L_17 = __this->get_harpoonFireRateVariance_9(); float L_18; L_18 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_16)), L_17, /*hidden argument*/NULL); __this->set_nextHarpoonFire_17(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_14, (float)L_15)), (float)L_18))); } IL_00be: { // return false; return (bool)0; } } // UnityEngine.Transform HarpoonDeployer::PlaceHarpoon() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * HarpoonDeployer_PlaceHarpoon_m1B1DB8C6F558D238249C572BE39CE06D5378EEC0 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2_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*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA894182D4A550B89396B3AC2B7CFB3A2D0E5F90A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF9A4D8AFE990DF8B44D9B23B10681DCE0CC3FF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE973CFFBB014AF775832B877C578D3F8EC4323B3); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_2; memset((&V_2), 0, sizeof(V_2)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_3; memset((&V_3), 0, sizeof(V_3)); float V_4 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_5; memset((&V_5), 0, sizeof(V_5)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_6; memset((&V_6), 0, sizeof(V_6)); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_7 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_8 = NULL; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_9; memset((&V_9), 0, sizeof(V_9)); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * V_10 = NULL; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * V_11 = NULL; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B15_0; memset((&G_B15_0), 0, sizeof(G_B15_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B1_0; memset((&G_B1_0), 0, sizeof(G_B1_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B6_0; memset((&G_B6_0), 0, sizeof(G_B6_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B2_0; memset((&G_B2_0), 0, sizeof(G_B2_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); float G_B5_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B20_0; memset((&G_B20_0), 0, sizeof(G_B20_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B11_0; memset((&G_B11_0), 0, sizeof(G_B11_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B7_0; memset((&G_B7_0), 0, sizeof(G_B7_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B8_0; memset((&G_B8_0), 0, sizeof(G_B8_0)); float G_B10_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B10_1; memset((&G_B10_1), 0, sizeof(G_B10_1)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B13_0; memset((&G_B13_0), 0, sizeof(G_B13_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B12_0; memset((&G_B12_0), 0, sizeof(G_B12_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B14_0; memset((&G_B14_0), 0, sizeof(G_B14_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B19_0; memset((&G_B19_0), 0, sizeof(G_B19_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B16_0; memset((&G_B16_0), 0, sizeof(G_B16_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B18_0; memset((&G_B18_0), 0, sizeof(G_B18_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B17_0; memset((&G_B17_0), 0, sizeof(G_B17_0)); { // float placeDistance = Player.DistanceOnPath; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_0; L_0 = Player_get_DistanceOnPath_m83D3E4B7DE670FA1B1BE8B7B2253DB4876F16209(/*hidden argument*/NULL); V_0 = L_0; // placeDistance += Random.Range(aheadOffsetRange.x, aheadOffsetRange.y); float L_1 = V_0; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_2 = __this->get_address_of_aheadOffsetRange_13(); float L_3 = L_2->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_4 = __this->get_address_of_aheadOffsetRange_13(); float L_5 = L_4->get_y_1(); float L_6; L_6 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_3, L_5, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_1, (float)L_6)); // Vector3 localRight = Player.PlayerPathCreator.path.GetNormalAtDistance(placeDistance); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_7; L_7 = Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C(/*hidden argument*/NULL); NullCheck(L_7); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_8; L_8 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_7, /*hidden argument*/NULL); float L_9 = V_0; NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = VertexPath_GetNormalAtDistance_m0A06E8C3D63BAFF3864C4C1E9C19A7B21290C19D(L_8, L_9, 0, /*hidden argument*/NULL); V_1 = L_10; // Vector3 point = Player.PlayerPathCreator.path.GetPointAtDistance(placeDistance); PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_11; L_11 = Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C(/*hidden argument*/NULL); NullCheck(L_11); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_12; L_12 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_11, /*hidden argument*/NULL); float L_13 = V_0; NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = VertexPath_GetPointAtDistance_mA36ED1FC59E5ADFB18AF58BB0ADD5DAE3A622BBE(L_12, L_13, 0, /*hidden argument*/NULL); // Vector3 eulerAngles = Player.PlayerPathCreator.path.GetRotationAtDistance(placeDistance).eulerAngles; PathCreator_tEAFF4162C74932B2FE5D882239E40D49A7F8B804 * L_15; L_15 = Player_get_PlayerPathCreator_m3C9788C267C9EF63128C02B847411BE1B664500C(/*hidden argument*/NULL); NullCheck(L_15); VertexPath_t3571FC3C58EB92AACEB88012F6ECBDD3FC787452 * L_16; L_16 = PathCreator_get_path_m1D2BA17B74B561BB4668D206119F238682423791(L_15, /*hidden argument*/NULL); float L_17 = V_0; NullCheck(L_16); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_18; L_18 = VertexPath_GetRotationAtDistance_m373C57D0071F81C1266836D63571C88EB1386BE4(L_16, L_17, 0, /*hidden argument*/NULL); V_9 = L_18; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_19; L_19 = Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_9), /*hidden argument*/NULL); V_2 = L_19; // Quaternion rot = Quaternion.Euler(eulerAngles.x, Random.Range(0f, 180f), eulerAngles.z + 90); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = V_2; float L_21 = L_20.get_x_2(); float L_22; L_22 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (180.0f), /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23 = V_2; float L_24 = L_23.get_z_4(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_25; L_25 = Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A(L_21, L_22, ((float)il2cpp_codegen_add((float)L_24, (float)(90.0f))), /*hidden argument*/NULL); V_3 = L_25; // float xRand = Random.Range(-harpoonRightMax, harpoonRightMax); float L_26 = __this->get_harpoonRightMax_20(); float L_27 = __this->get_harpoonRightMax_20(); float L_28; L_28 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_26)), L_27, /*hidden argument*/NULL); V_4 = L_28; // if (linkedHarpoons) bool L_29 = __this->get_linkedHarpoons_16(); G_B1_0 = L_14; if (!L_29) { G_B15_0 = L_14; goto IL_018a; } } { // if (lastHarpoonX > CENTRAL_HARPOON_DIST) float L_30 = __this->get_lastHarpoonX_21(); G_B2_0 = G_B1_0; if ((!(((float)L_30) > ((float)(4.0f))))) { G_B6_0 = G_B1_0; goto IL_00f6; } } { // xRand = sameSideHarpoon ? Random.Range(CENTRAL_HARPOON_DIST, harpoonRightMax) : Random.Range(-harpoonRightMax, -CENTRAL_HARPOON_DIST); bool L_31 = __this->get_sameSideHarpoon_22(); G_B3_0 = G_B2_0; if (L_31) { G_B4_0 = G_B2_0; goto IL_00d0; } } { float L_32 = __this->get_harpoonRightMax_20(); float L_33; L_33 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_32)), (-4.0f), /*hidden argument*/NULL); G_B5_0 = L_33; G_B5_1 = G_B3_0; goto IL_00e0; } IL_00d0: { float L_34 = __this->get_harpoonRightMax_20(); float L_35; L_35 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((4.0f), L_34, /*hidden argument*/NULL); G_B5_0 = L_35; G_B5_1 = G_B4_0; } IL_00e0: { V_4 = G_B5_0; // sameSideHarpoon = !sameSideHarpoon; bool L_36 = __this->get_sameSideHarpoon_22(); __this->set_sameSideHarpoon_22((bool)((((int32_t)L_36) == ((int32_t)0))? 1 : 0)); // } G_B20_0 = G_B5_1; goto IL_01f9; } IL_00f6: { // else if (lastHarpoonX < -CENTRAL_HARPOON_DIST) float L_37 = __this->get_lastHarpoonX_21(); G_B7_0 = G_B6_0; if ((!(((float)L_37) < ((float)(-4.0f))))) { G_B11_0 = G_B6_0; goto IL_0144; } } { // xRand = sameSideHarpoon ? Random.Range(-harpoonRightMax, -CENTRAL_HARPOON_DIST) : Random.Range(CENTRAL_HARPOON_DIST, harpoonRightMax); bool L_38 = __this->get_sameSideHarpoon_22(); G_B8_0 = G_B7_0; if (L_38) { G_B9_0 = G_B7_0; goto IL_011d; } } { float L_39 = __this->get_harpoonRightMax_20(); float L_40; L_40 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((4.0f), L_39, /*hidden argument*/NULL); G_B10_0 = L_40; G_B10_1 = G_B8_0; goto IL_012e; } IL_011d: { float L_41 = __this->get_harpoonRightMax_20(); float L_42; L_42 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_41)), (-4.0f), /*hidden argument*/NULL); G_B10_0 = L_42; G_B10_1 = G_B9_0; } IL_012e: { V_4 = G_B10_0; // sameSideHarpoon = !sameSideHarpoon; bool L_43 = __this->get_sameSideHarpoon_22(); __this->set_sameSideHarpoon_22((bool)((((int32_t)L_43) == ((int32_t)0))? 1 : 0)); // } G_B20_0 = G_B10_1; goto IL_01f9; } IL_0144: { // if (Random.Range(0f, 1f) < 0.5f) float L_44; L_44 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), (1.0f), /*hidden argument*/NULL); G_B12_0 = G_B11_0; if ((!(((float)L_44) < ((float)(0.5f))))) { G_B13_0 = G_B11_0; goto IL_016f; } } { // xRand = Random.Range(-harpoonRightMax, -CENTRAL_HARPOON_DIST); float L_45 = __this->get_harpoonRightMax_20(); float L_46; L_46 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_45)), (-4.0f), /*hidden argument*/NULL); V_4 = L_46; // } G_B14_0 = G_B12_0; goto IL_0181; } IL_016f: { // xRand = Random.Range(CENTRAL_HARPOON_DIST, harpoonRightMax); float L_47 = __this->get_harpoonRightMax_20(); float L_48; L_48 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((4.0f), L_47, /*hidden argument*/NULL); V_4 = L_48; G_B14_0 = G_B13_0; } IL_0181: { // sameSideHarpoon = false; __this->set_sameSideHarpoon_22((bool)0); // } G_B20_0 = G_B14_0; goto IL_01f9; } IL_018a: { // if (Mathf.Abs(lastHarpoonX - Player.RoadCenterDistance) < nearPlayerHarpoonDistance) float L_49 = __this->get_lastHarpoonX_21(); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_50; L_50 = Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21(/*hidden argument*/NULL); float L_51; L_51 = fabsf(((float)il2cpp_codegen_subtract((float)L_49, (float)L_50))); float L_52 = __this->get_nearPlayerHarpoonDistance_15(); G_B16_0 = G_B15_0; if ((!(((float)L_51) < ((float)L_52)))) { G_B19_0 = G_B15_0; goto IL_01d9; } } { // if (lastHarpoonX < 0) float L_53 = __this->get_lastHarpoonX_21(); G_B17_0 = G_B16_0; if ((!(((float)L_53) < ((float)(0.0f))))) { G_B18_0 = G_B16_0; goto IL_01c4; } } { // xRand = Random.Range(0f, harpoonRightMax); float L_54 = __this->get_harpoonRightMax_20(); float L_55; L_55 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((0.0f), L_54, /*hidden argument*/NULL); V_4 = L_55; // } G_B20_0 = G_B17_0; goto IL_01f9; } IL_01c4: { // xRand = Random.Range(-harpoonRightMax, 0f); float L_56 = __this->get_harpoonRightMax_20(); float L_57; L_57 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_56)), (0.0f), /*hidden argument*/NULL); V_4 = L_57; // } G_B20_0 = G_B18_0; goto IL_01f9; } IL_01d9: { // xRand = Player.RoadCenterDistance + Random.Range(-nearPlayerHarpoonDistance, nearPlayerHarpoonDistance) / 2; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_58; L_58 = Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21(/*hidden argument*/NULL); float L_59 = __this->get_nearPlayerHarpoonDistance_15(); float L_60 = __this->get_nearPlayerHarpoonDistance_15(); float L_61; L_61 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_59)), L_60, /*hidden argument*/NULL); V_4 = ((float)il2cpp_codegen_add((float)L_58, (float)((float)((float)L_61/(float)(2.0f))))); G_B20_0 = G_B19_0; } IL_01f9: { // xRand = Mathf.Clamp(xRand, -harpoonRightMax, harpoonRightMax); float L_62 = V_4; float L_63 = __this->get_harpoonRightMax_20(); float L_64 = __this->get_harpoonRightMax_20(); float L_65; L_65 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(L_62, ((-L_63)), L_64, /*hidden argument*/NULL); V_4 = L_65; // Vector3 offsetPoint = point + (localRight * xRand); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_66 = V_1; float L_67 = V_4; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_68; L_68 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_66, L_67, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_69; L_69 = Vector3_op_Addition_m2E3CBC2DA8F97FF21F4F845D857746EF6BC83A01_inline(G_B20_0, L_68, /*hidden argument*/NULL); V_5 = L_69; // Vector3 splashOffset = new Vector3(offsetPoint.x, GridBlockPlacer.GROUND_LEVEL, offsetPoint.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_70 = V_5; float L_71 = L_70.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_72 = V_5; float L_73 = L_72.get_z_4(); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_6), L_71, (-20.0f), L_73, /*hidden argument*/NULL); // Transform harpoon = Instantiate(harpoonPrefab, offsetPoint, rot); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_74 = __this->get_harpoonPrefab_5(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_75 = V_5; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_76 = V_3; IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_77; L_77 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_74, L_75, L_76, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); V_7 = L_77; // Instantiate(harpoonSplash, splashOffset, rot); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_78 = __this->get_harpoonSplash_6(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_79 = V_6; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_80 = V_3; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_81; L_81 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_78, L_79, L_80, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); // Transform pole = harpoon.Find("harpoon"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_82 = V_7; NullCheck(L_82); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_83; L_83 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_82, _stringLiteralE973CFFBB014AF775832B877C578D3F8EC4323B3, /*hidden argument*/NULL); V_8 = L_83; // pole.localEulerAngles = new Vector3(pole.localEulerAngles.x + Random.Range(-angleVariation, angleVariation), pole.localEulerAngles.y, pole.localEulerAngles.z); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_84 = V_8; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_85 = V_8; NullCheck(L_85); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_86; L_86 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_85, /*hidden argument*/NULL); float L_87 = L_86.get_x_2(); float L_88 = __this->get_angleVariation_14(); float L_89 = __this->get_angleVariation_14(); float L_90; L_90 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_88)), L_89, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_91 = V_8; NullCheck(L_91); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_92; L_92 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_91, /*hidden argument*/NULL); float L_93 = L_92.get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_94 = V_8; NullCheck(L_94); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_95; L_95 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_94, /*hidden argument*/NULL); float L_96 = L_95.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_97; memset((&L_97), 0, sizeof(L_97)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_97), ((float)il2cpp_codegen_add((float)L_87, (float)L_90)), L_93, L_96, /*hidden argument*/NULL); NullCheck(L_84); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_84, L_97, /*hidden argument*/NULL); // Transform destroyedPole = harpoon.Find("harpoon_destroyed"); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_98 = V_7; NullCheck(L_98); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_99; L_99 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_98, _stringLiteralCF9A4D8AFE990DF8B44D9B23B10681DCE0CC3FF6, /*hidden argument*/NULL); // destroyedPole.localEulerAngles = pole.localEulerAngles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_100 = V_8; NullCheck(L_100); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_101; L_101 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_100, /*hidden argument*/NULL); NullCheck(L_99); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_99, L_101, /*hidden argument*/NULL); // if (linkedHarpoons) bool L_102 = __this->get_linkedHarpoons_16(); if (!L_102) { goto IL_0356; } } { // GameObject tractorObject = harpoon.Find("TractorBeam").gameObject; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_103 = V_7; NullCheck(L_103); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_104; L_104 = Transform_Find_mB1687901A4FB0D562C44A93CC67CD35DCFCAABA1(L_103, _stringLiteralA894182D4A550B89396B3AC2B7CFB3A2D0E5F90A, /*hidden argument*/NULL); NullCheck(L_104); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_105; L_105 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_104, /*hidden argument*/NULL); V_10 = L_105; // TractorBeam thisTractor = tractorObject.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_106 = V_10; NullCheck(L_106); TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_107; L_107 = GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2(L_106, /*hidden argument*/GameObject_GetComponent_TisTractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381_m1CCB3983581F1BBEE20259EEF2EECCE09494EAA2_RuntimeMethod_var); V_11 = L_107; // if (lastTractor != null && lastTractor.sidearm == null && ((lastHarpoonX >= 0 && xRand < 0) || (lastHarpoonX < 0 && xRand >= 0))) TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_108 = __this->get_lastTractor_23(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_109; L_109 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_108, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_109) { goto IL_034e; } } { TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_110 = __this->get_lastTractor_23(); NullCheck(L_110); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_111 = L_110->get_sidearm_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_112; L_112 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_111, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_112) { goto IL_034e; } } { float L_113 = __this->get_lastHarpoonX_21(); if ((!(((float)L_113) >= ((float)(0.0f))))) { goto IL_031e; } } { float L_114 = V_4; if ((((float)L_114) < ((float)(0.0f)))) { goto IL_0334; } } IL_031e: { float L_115 = __this->get_lastHarpoonX_21(); if ((!(((float)L_115) < ((float)(0.0f))))) { goto IL_034e; } } { float L_116 = V_4; if ((!(((float)L_116) >= ((float)(0.0f))))) { goto IL_034e; } } IL_0334: { // thisTractor.sidearm = lastTractor.transform; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_117 = V_11; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_118 = __this->get_lastTractor_23(); NullCheck(L_118); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_119; L_119 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_118, /*hidden argument*/NULL); NullCheck(L_117); L_117->set_sidearm_4(L_119); // tractorObject.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_120 = V_10; NullCheck(L_120); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_120, (bool)1, /*hidden argument*/NULL); } IL_034e: { // lastTractor = thisTractor; TractorBeam_tB076200CDDB6CA4B717755AFEC2184254341C381 * L_121 = V_11; __this->set_lastTractor_23(L_121); } IL_0356: { // lastHarpoonX = xRand; float L_122 = V_4; __this->set_lastHarpoonX_21(L_122); // return harpoon; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_123 = V_7; return L_123; } } // System.Void HarpoonDeployer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HarpoonDeployer__ctor_m205781DEEAED7905456F7E6C8174D6C0F83545E5 (HarpoonDeployer_t74364D9DF8584F864A47040EBA64A9E2CF987365 * __this, const RuntimeMethod* method) { { // public float harpoonFireRate = 0.4f; __this->set_harpoonFireRate_7((0.400000006f)); // public float linkedHarpoonFireRate = 0.6f; __this->set_linkedHarpoonFireRate_8((0.600000024f)); // public float harpoonFireRateVariance = 0.1f; __this->set_harpoonFireRateVariance_9((0.100000001f)); // public int harpoonsPerVolley = 4; __this->set_harpoonsPerVolley_10(4); // public float betweenVolleyTime = 1.5f; __this->set_betweenVolleyTime_11((1.5f)); // public int harpoonsPerSet = 8; __this->set_harpoonsPerSet_12(8); // public float angleVariation = 15f; __this->set_angleVariation_14((15.0f)); // public float nearPlayerHarpoonDistance = 2f; __this->set_nearPlayerHarpoonDistance_15((2.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HideFollowerAtDistance::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideFollowerAtDistance_Start_m1F456E765F285AE16665F230AB0509BC0CF1A526 (HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // follower = GetComponent(); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_0; L_0 = Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586(__this, /*hidden argument*/Component_GetComponent_TisFollower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33_m352317A83F3C987A4DC4BCC481ADE15FC00F5586_RuntimeMethod_var); __this->set_follower_5(L_0); // } return; } } // System.Void HideFollowerAtDistance::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideFollowerAtDistance_Update_m425BF574ABABC84471BEA153662416610AC9492F (HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (gameObject.activeSelf && follower.DistanceOnPath - Player.DistanceOnPath < distance) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0; L_0 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_0); bool L_1; L_1 = GameObject_get_activeSelf_m4865097C24FB29F3C31F5C30619AF242297F23EE(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_0032; } } { Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_2 = __this->get_follower_5(); NullCheck(L_2); float L_3; L_3 = Follower_get_DistanceOnPath_m72E8140E5683C7EF11657387350401E574826EAD(L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_4; L_4 = Player_get_DistanceOnPath_m83D3E4B7DE670FA1B1BE8B7B2253DB4876F16209(/*hidden argument*/NULL); float L_5 = __this->get_distance_4(); if ((!(((float)((float)il2cpp_codegen_subtract((float)L_3, (float)L_4))) < ((float)L_5)))) { goto IL_0032; } } { // gameObject.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_6; L_6 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_6); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_6, (bool)0, /*hidden argument*/NULL); } IL_0032: { // } return; } } // System.Void HideFollowerAtDistance::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HideFollowerAtDistance__ctor_mE1A61FEFF0A88FB26A7ADBE459FC4AF195BA0CB4 (HideFollowerAtDistance_t4EC8E41AD4BC1AF001C88CD511870A46A44A931F * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HitData::.ctor(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.GameObject,UnityEngine.Transform) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitData__ctor_m0CA5177BCCA98CE4269A9038BA18962E4E577093 (HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * __this, float ___damage0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___location1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction2, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___source3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___particles4, const RuntimeMethod* method) { { // public HitData(float damage, Vector3 location, Vector3 direction, GameObject source, Transform particles) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // hitDamage = damage; float L_0 = ___damage0; __this->set_hitDamage_0(L_0); // hitLocation = location; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___location1; __this->set_hitLocation_1(L_1); // hitDirection = direction; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___direction2; __this->set_hitDirection_2(L_2); // hitSource = source; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = ___source3; __this->set_hitSource_3(L_3); // hitParticles = particles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = ___particles4; __this->set_hitParticles_4(L_4); // hitNormal = Vector3.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5; L_5 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); __this->set_hitNormal_5(L_5); // hitUp = Vector3.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); __this->set_hitUp_6(L_6); // } return; } } // System.Void HitData::.ctor(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.GameObject,UnityEngine.Transform,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitData__ctor_m75A2D4A60A22F32A8801868D603A563615F6B618 (HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * __this, float ___damage0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___location1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction2, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___source3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___particles4, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal5, const RuntimeMethod* method) { { // public HitData(float damage, Vector3 location, Vector3 direction, GameObject source, Transform particles, Vector3 normal) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // hitDamage = damage; float L_0 = ___damage0; __this->set_hitDamage_0(L_0); // hitLocation = location; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___location1; __this->set_hitLocation_1(L_1); // hitDirection = direction; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___direction2; __this->set_hitDirection_2(L_2); // hitSource = source; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = ___source3; __this->set_hitSource_3(L_3); // hitParticles = particles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = ___particles4; __this->set_hitParticles_4(L_4); // hitNormal = normal; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___normal5; __this->set_hitNormal_5(L_5); // hitUp = Vector3.up; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); __this->set_hitUp_6(L_6); // } return; } } // System.Void HitData::.ctor(System.Single,UnityEngine.Vector3,UnityEngine.Vector3,UnityEngine.GameObject,UnityEngine.Transform,UnityEngine.Vector3,UnityEngine.Vector3) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitData__ctor_mAF967B2065C9A6F7E7FE7F2F1901BDACC0C2FFB1 (HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * __this, float ___damage0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___location1, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___direction2, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___source3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * ___particles4, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___normal5, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___upDir6, const RuntimeMethod* method) { { // public HitData(float damage, Vector3 location, Vector3 direction, GameObject source, Transform particles, Vector3 normal, Vector3 upDir) Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); // hitDamage = damage; float L_0 = ___damage0; __this->set_hitDamage_0(L_0); // hitLocation = location; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1 = ___location1; __this->set_hitLocation_1(L_1); // hitDirection = direction; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___direction2; __this->set_hitDirection_2(L_2); // hitSource = source; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = ___source3; __this->set_hitSource_3(L_3); // hitParticles = particles; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = ___particles4; __this->set_hitParticles_4(L_4); // hitNormal = normal; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = ___normal5; __this->set_hitNormal_5(L_5); // hitUp = upDir; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___upDir6; __this->set_hitUp_6(L_6); // } 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 HitEffects::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitEffects_Start_m5C0E18CDD9B095C254986DB942EEA9F54A7BFD5E (HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * V_0 = NULL; { // source = GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0; L_0 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); __this->set_source_8(L_0); // if (pitchVariability > 0) float L_1 = __this->get_pitchVariability_6(); if ((!(((float)L_1) > ((float)(0.0f))))) { goto IL_004d; } } { // source.pitch = Random.Range(source.pitch - pitchVariability, source.pitch + pitchVariability); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_2 = __this->get_source_8(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_3 = __this->get_source_8(); NullCheck(L_3); float L_4; L_4 = AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D(L_3, /*hidden argument*/NULL); float L_5 = __this->get_pitchVariability_6(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_6 = __this->get_source_8(); NullCheck(L_6); float L_7; L_7 = AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D(L_6, /*hidden argument*/NULL); float L_8 = __this->get_pitchVariability_6(); float L_9; L_9 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((float)il2cpp_codegen_subtract((float)L_4, (float)L_5)), ((float)il2cpp_codegen_add((float)L_7, (float)L_8)), /*hidden argument*/NULL); NullCheck(L_2); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_2, L_9, /*hidden argument*/NULL); } IL_004d: { // if(useSlomoAdjustedPitch && Time.timeScale > 0 && Time.timeScale < 1) bool L_10 = __this->get_useSlomoAdjustedPitch_5(); if (!L_10) { goto IL_0084; } } { float L_11; L_11 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_11) > ((float)(0.0f))))) { goto IL_0084; } } { float L_12; L_12 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_12) < ((float)(1.0f))))) { goto IL_0084; } } { // source.pitch *= Slomo.ModifiedPitch; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_13 = __this->get_source_8(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_14 = L_13; NullCheck(L_14); float L_15; L_15 = AudioSource_get_pitch_mB0A139A0693803E201D08B797BFD122B94453C7D(L_14, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); float L_16; L_16 = Slomo_get_ModifiedPitch_mA069FD69B917957BB375290556B7426CF9D728C4_inline(/*hidden argument*/NULL); NullCheck(L_14); AudioSource_set_pitch_m9E9EEFADFAB44ADEC656573425CF34D0069A0CBC(L_14, ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)), /*hidden argument*/NULL); } IL_0084: { // AudioClip clip = hitClips[Random.Range(0, hitClips.Length)]; AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_17 = __this->get_hitClips_7(); AudioClipU5BU5D_t9BA3E7C4B62164BA2E054F3A82CD6CE6EB273CBE* L_18 = __this->get_hitClips_7(); NullCheck(L_18); int32_t L_19; L_19 = Random_Range_mCD7505433C26B6FA511AC1EA07E58AEF7ED1C213(0, ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length))), /*hidden argument*/NULL); NullCheck(L_17); int32_t L_20 = L_19; AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_21 = (L_17)->GetAt(static_cast(L_20)); V_0 = L_21; // destroyAt = Time.time + clip.length + 0.1f; float L_22; L_22 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_23 = V_0; NullCheck(L_23); float L_24; L_24 = AudioClip_get_length_m2223F2281D853F847BE0048620BA6F61F26440E4(L_23, /*hidden argument*/NULL); __this->set_destroyAt_9(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_22, (float)L_24)), (float)(0.100000001f)))); // source.PlayOneShot(clip); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_25 = __this->get_source_8(); AudioClip_t16D2E573E7CC1C5118D8EE0F0692D46866A1C0EE * L_26 = V_0; NullCheck(L_25); AudioSource_PlayOneShot_mA90B136041A61C30909301D45D0315088CA7D796(L_25, L_26, /*hidden argument*/NULL); // } return; } } // System.Void HitEffects::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitEffects_Update_mCD52DD3E72DDEE7E2B4B4C736D1CFF42E7252C22 (HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(destroyAfterAudioClip && Time.time > destroyAt) bool L_0 = __this->get_destroyAfterAudioClip_4(); if (!L_0) { goto IL_0020; } } { float L_1; L_1 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_2 = __this->get_destroyAt_9(); if ((!(((float)L_1) > ((float)L_2)))) { goto IL_0020; } } { // Destroy(gameObject); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3; L_3 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Object_Destroy_mBDC17991A372E11E2E485EFC5C72F58972CBEC0F(L_3, /*hidden argument*/NULL); } IL_0020: { // } return; } } // System.Void HitEffects::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitEffects__ctor_mAEA97C5CB31B919C06B122EA923BECD1510D0918 (HitEffects_t94E203893ABBF0DB2E5654814563017221373DF9 * __this, const RuntimeMethod* method) { { // public bool useSlomoAdjustedPitch = true; __this->set_useSlomoAdjustedPitch_5((bool)1); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HitEvent::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitEvent__ctor_m14A4858782490DE9E2F083323787DFD685DDD774 (HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1__ctor_mD9D1D6009302B27459DAD1A5FF0A19D1664C7F18_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { UnityEvent_1__ctor_mD9D1D6009302B27459DAD1A5FF0A19D1664C7F18(__this, /*hidden argument*/UnityEvent_1__ctor_mD9D1D6009302B27459DAD1A5FF0A19D1664C7F18_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void HitParticleDisplay::GotHit(HitData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitParticleDisplay_GotHit_m4D2023174A1E1CDF855D07925D38AD0EEFB11C64 (HitParticleDisplay_t22A871D73CA43B1D2CEA91F96DA296F51B9040AD * __this, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___hitData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); { // Quaternion usedRotation = useHitNormal ? Quaternion.FromToRotation(Vector3.up, hitData.hitNormal) : Quaternion.LookRotation(hitData.hitDirection, hitData.hitUp); bool L_0 = __this->get_useHitNormal_5(); if (L_0) { goto IL_001b; } } { HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_1 = ___hitData0; NullCheck(L_1); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = L_1->get_hitDirection_2(); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_3 = ___hitData0; NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = L_3->get_hitUp_6(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_5; L_5 = Quaternion_LookRotation_m57B6FBE5D29E0EA56C7537456F8E30F182134B39(L_2, L_4, /*hidden argument*/NULL); G_B3_0 = L_5; goto IL_002b; } IL_001b: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Vector3_get_up_mD84FDFCD32FC48C865A89FD4251232E2A9D7015A(/*hidden argument*/NULL); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_7 = ___hitData0; NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = L_7->get_hitNormal_5(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_9; L_9 = Quaternion_FromToRotation_m148C402FBE59E64FEEC9029185706B2A0DD39A03(L_6, L_8, /*hidden argument*/NULL); G_B3_0 = L_9; } IL_002b: { V_0 = G_B3_0; // if (overrideParticleEffct != null) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_10 = __this->get_overrideParticleEffct_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_11; L_11 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_10, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_11) { goto IL_0054; } } { // Instantiate(overrideParticleEffct, hitData.hitLocation, usedRotation, transform); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12 = __this->get_overrideParticleEffct_4(); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_13 = ___hitData0; NullCheck(L_13); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = L_13->get_hitLocation_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_15 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16; L_16 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14(L_12, L_14, L_15, L_16, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14_RuntimeMethod_var); // } return; } IL_0054: { // else if (hitData.hitParticles) HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_18 = ___hitData0; NullCheck(L_18); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_19 = L_18->get_hitParticles_4(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_20; L_20 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_19, /*hidden argument*/NULL); if (!L_20) { goto IL_007a; } } { // Instantiate(hitData.hitParticles, hitData.hitLocation, usedRotation, transform); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_21 = ___hitData0; NullCheck(L_21); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22 = L_21->get_hitParticles_4(); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_23 = ___hitData0; NullCheck(L_23); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = L_23->get_hitLocation_1(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_25 = V_0; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_26; L_26 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_27; L_27 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14(L_22, L_24, L_25, L_26, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m9EBF5BF2389933DE808AB78961708F01916D1D14_RuntimeMethod_var); } IL_007a: { // } return; } } // System.Void HitParticleDisplay::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitParticleDisplay__ctor_mECA402DBAA4F6AD3454D5E7170D133AA4732A003 (HitParticleDisplay_t22A871D73CA43B1D2CEA91F96DA296F51B9040AD * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HitPhysics::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitPhysics_Start_m40CD3A0FE47320C67DA518E276C0304C247C8125 (HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // rb = GetComponent(); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0; L_0 = Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE(__this, /*hidden argument*/Component_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m9DC24AA806B0B65E917751F7A3AFDB58861157CE_RuntimeMethod_var); __this->set_rb_7(L_0); // } return; } } // System.Void HitPhysics::GotHit(HitData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitPhysics_GotHit_mB89BB6AF7E2304039E5515C291BCE7DD7AF0D8D3 (HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333 * __this, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___hitData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B4_0; memset((&G_B4_0), 0, sizeof(G_B4_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B3_0; memset((&G_B3_0), 0, sizeof(G_B3_0)); float G_B5_0 = 0.0f; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E G_B5_1; memset((&G_B5_1), 0, sizeof(G_B5_1)); { // if(rb == null) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = __this->get_rb_7(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_008c; } } { // rb = gameObject.AddComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(__this, /*hidden argument*/NULL); NullCheck(L_2); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_3; L_3 = GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0(L_2, /*hidden argument*/GameObject_AddComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_m8A7C1E803E270C9EF2DA310339083AE5271AF9B0_RuntimeMethod_var); __this->set_rb_7(L_3); // rb.mass = createdRbMass; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_4 = __this->get_rb_7(); float L_5 = __this->get_createdRbMass_6(); NullCheck(L_4); Rigidbody_set_mass_m54FCACE073F5E7742DB1D7C0BA19CD0C0F3DDA3F(L_4, L_5, /*hidden argument*/NULL); // rb.drag = 0.1f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_6 = __this->get_rb_7(); NullCheck(L_6); Rigidbody_set_drag_m60E39BE31529DE5163116785A69FACC77C52DA98(L_6, (0.100000001f), /*hidden argument*/NULL); // rb.angularDrag = 0.01f; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_7 = __this->get_rb_7(); NullCheck(L_7); Rigidbody_set_angularDrag_m8BF3771789B32FB09FDD8066BAFA0A0B661372A4(L_7, (0.00999999978f), /*hidden argument*/NULL); // rb.constraints = RigidbodyConstraints.None; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_8 = __this->get_rb_7(); NullCheck(L_8); Rigidbody_set_constraints_mA76F562D16D3BE8889E095D0309C8FE38DA914F1(L_8, 0, /*hidden argument*/NULL); // rb.useGravity = true; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_9 = __this->get_rb_7(); NullCheck(L_9); Rigidbody_set_useGravity_m1057292FB3199E87664F40B8BCBA7A7E64D1A096(L_9, (bool)1, /*hidden argument*/NULL); // rb.isKinematic = false; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_10 = __this->get_rb_7(); NullCheck(L_10); Rigidbody_set_isKinematic_mCF74D680205544826F2DE2CAB929C9F25409A311(L_10, (bool)0, /*hidden argument*/NULL); // rb.interpolation = RigidbodyInterpolation.Interpolate; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_11 = __this->get_rb_7(); NullCheck(L_11); Rigidbody_set_interpolation_mEBAF9DF8DE317E2D58848735D26ED9E69CC425CE(L_11, 1, /*hidden argument*/NULL); // rb.collisionDetectionMode = CollisionDetectionMode.Continuous; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_12 = __this->get_rb_7(); NullCheck(L_12); Rigidbody_set_collisionDetectionMode_m4BC31A84B26540ACD15273774C47F31CDF5381C2(L_12, 1, /*hidden argument*/NULL); } IL_008c: { // Vector3 forceApplied = physicsForce * hitData.hitDirection * (multipliedByDamage ? hitData.hitDamage : 1f); float L_13 = __this->get_physicsForce_4(); HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_14 = ___hitData0; NullCheck(L_14); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15 = L_14->get_hitDirection_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16; L_16 = Vector3_op_Multiply_m92CBF5B97ECB34A9B802EDD5C4A8187463278560_inline(L_13, L_15, /*hidden argument*/NULL); bool L_17 = __this->get_multipliedByDamage_5(); G_B3_0 = L_16; if (L_17) { G_B4_0 = L_16; goto IL_00ac; } } { G_B5_0 = (1.0f); G_B5_1 = G_B3_0; goto IL_00b2; } IL_00ac: { HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_18 = ___hitData0; NullCheck(L_18); float L_19 = L_18->get_hitDamage_0(); G_B5_0 = L_19; G_B5_1 = G_B4_0; } IL_00b2: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20; L_20 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(G_B5_1, G_B5_0, /*hidden argument*/NULL); V_0 = L_20; // rb.AddForceAtPosition(forceApplied, hitData.hitLocation, ForceMode.Impulse); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_21 = __this->get_rb_7(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_22 = V_0; HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_23 = ___hitData0; NullCheck(L_23); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = L_23->get_hitLocation_1(); NullCheck(L_21); Rigidbody_AddForceAtPosition_mEE49C058A6D57C1D5A78207494BFED5906D80D0F(L_21, L_22, L_24, 1, /*hidden argument*/NULL); // } return; } } // System.Void HitPhysics::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitPhysics__ctor_m63AA8FD700328997C6D48EAEFA20775E15F0587F (HitPhysics_tF50F2B58BFDB9BB8866055DB67322FE1825FF333 * __this, const RuntimeMethod* method) { { // public float physicsForce = 1f; __this->set_physicsForce_4((1.0f)); // public float createdRbMass = 1f; __this->set_createdRbMass_6((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 Hitable::PassedHit(HitData) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hitable_PassedHit_m5A3A97E4BBEC6271586AA3C351582D31CB7EB77D (Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * __this, HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * ___hitData0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_Invoke_m09F4342EB0BEC4FD764FCC126580EABADCDEB5AC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * G_B2_0 = NULL; HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * G_B1_0 = NULL; { // onHit?.Invoke(hitData); HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * L_0 = __this->get_onHit_9(); HitEvent_tDAB88A0792AAEA1B4608DBF01D4D5E8618388717 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000b; } } { return; } IL_000b: { HitData_t1B5BBDE670EF76E6C8F7EB077927ABF2563ADECA * L_2 = ___hitData0; NullCheck(G_B2_0); UnityEvent_1_Invoke_m09F4342EB0BEC4FD764FCC126580EABADCDEB5AC(G_B2_0, L_2, /*hidden argument*/UnityEvent_1_Invoke_m09F4342EB0BEC4FD764FCC126580EABADCDEB5AC_RuntimeMethod_var); // } return; } } // System.Void Hitable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hitable__ctor_mFAB629CDB5DF32C82BE562F3E862F2401E44DC76 (Hitable_tC43B80E0FE34FC1F5CA2569225375932CEDCAA28 * __this, const RuntimeMethod* method) { { // public int priority = 1; __this->set_priority_4(1); // public float sidearmDamageMultiplier = 1f; __this->set_sidearmDamageMultiplier_5((1.0f)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HitscanLineRenderer::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitscanLineRenderer_Start_mA2A5A70201D2B1125114B4E555C1241A464FA21A (HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_mD5BC9EADE1AA529A5299A4D8B020FB49663DAC3A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF19A1795DC91FDD535A62F8F4BD54F684D4230B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral975A5F46FC6E6D8BC7943A3A38CEA489C122E4F1); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * V_1 = NULL; { // for(int i = 0; i < lineCount; i++) V_0 = 0; goto IL_0072; } IL_0004: { // Transform newLine = Instantiate(linePrefab, transform); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_linePrefab_4(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF(L_0, L_1, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_mB00346DB0D13AA6689F61BE8CF724F59AA87CCFF_RuntimeMethod_var); // LineRenderer lineRenderer = newLine.GetComponent(); NullCheck(L_2); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_3; L_3 = Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_mD5BC9EADE1AA529A5299A4D8B020FB49663DAC3A(L_2, /*hidden argument*/Component_GetComponent_TisLineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967_mD5BC9EADE1AA529A5299A4D8B020FB49663DAC3A_RuntimeMethod_var); V_1 = L_3; // lineRenderer.material = new Material(Shader.Find("Sprites/Default")); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_4 = V_1; Shader_tB2355DC4F3CAF20B2F1AB5AABBF37C3555FFBC39 * L_5; L_5 = Shader_Find_m01F8D68779D3B0EA219E624443A768392B68B1E0(_stringLiteral975A5F46FC6E6D8BC7943A3A38CEA489C122E4F1, /*hidden argument*/NULL); Material_t8927C00353A72755313F046D0CE85178AE8218EE * L_6 = (Material_t8927C00353A72755313F046D0CE85178AE8218EE *)il2cpp_codegen_object_new(Material_t8927C00353A72755313F046D0CE85178AE8218EE_il2cpp_TypeInfo_var); Material__ctor_mD2A3BCD3B4F17F5C6E95F3B34DAF4B497B67127E(L_6, L_5, /*hidden argument*/NULL); NullCheck(L_4); Renderer_set_material_m8DED7F4F7AF38755C3D7DAFDD613BBE1AAB941BA(L_4, L_6, /*hidden argument*/NULL); // lineRenderer.widthMultiplier = lineWidth; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_7 = V_1; float L_8 = __this->get_lineWidth_8(); NullCheck(L_7); LineRenderer_set_widthMultiplier_m12F16421678B7D3B62A533B111B5A7916F8D141B(L_7, L_8, /*hidden argument*/NULL); // lineRenderer.positionCount = 4; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_9 = V_1; NullCheck(L_9); LineRenderer_set_positionCount_mA8B73AC2B9151473E94F3713E1041AA34D758AE5(L_9, 4, /*hidden argument*/NULL); // lineRenderer.colorGradient = missGrad; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_10 = V_1; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_11 = __this->get_missGrad_6(); NullCheck(L_10); LineRenderer_set_colorGradient_m30781CB19F2CB00B4E29967E12965D6EBD383F1D(L_10, L_11, /*hidden argument*/NULL); // lineRenderer.shadowCastingMode = UnityEngine.Rendering.ShadowCastingMode.Off; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_12 = V_1; NullCheck(L_12); Renderer_set_shadowCastingMode_mDD2D9695A5F1B0D1FCACB8D87A3D1148C14D6F01(L_12, 0, /*hidden argument*/NULL); // lineRenderer.receiveShadows = false; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_13 = V_1; NullCheck(L_13); Renderer_set_receiveShadows_mA7D75C6A0E4C9F3BEB8F9BB27829A5B749AAD875(L_13, (bool)0, /*hidden argument*/NULL); // lines.Add(new TempLineRenderer(lineRenderer)); List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_14 = __this->get_lines_10(); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_15 = V_1; TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_16 = (TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 *)il2cpp_codegen_object_new(TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719_il2cpp_TypeInfo_var); TempLineRenderer__ctor_m9F8B4CA9DB4357A332129CE3AB09F8A71E39F784(L_16, L_15, /*hidden argument*/NULL); NullCheck(L_14); List_1_Add_mF19A1795DC91FDD535A62F8F4BD54F684D4230B0(L_14, L_16, /*hidden argument*/List_1_Add_mF19A1795DC91FDD535A62F8F4BD54F684D4230B0_RuntimeMethod_var); // for(int i = 0; i < lineCount; i++) int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1)); } IL_0072: { // for(int i = 0; i < lineCount; i++) int32_t L_18 = V_0; int32_t L_19 = __this->get_lineCount_7(); if ((((int32_t)L_18) < ((int32_t)L_19))) { goto IL_0004; } } { // } return; } } // System.Void HitscanLineRenderer::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitscanLineRenderer_Update_mA126ED246E7F66BF07F65C6FCABF1DA0C79468C3 (HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m99523CE65E45FD635E16C2A6FFDFB28E658D2D84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mAAFD93F211A86F6B638BF29FA6B0B9839F0CD576_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m887BE6ACD5159E3E0B6F57ED8BDC814846194DEA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m65BC4EBDC3CADC7C8B0C3EC1204574E337D4979B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA V_0; memset((&V_0), 0, sizeof(V_0)); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach(TempLineRenderer line in lines) List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_0 = __this->get_lines_10(); NullCheck(L_0); Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA L_1; L_1 = List_1_GetEnumerator_m65BC4EBDC3CADC7C8B0C3EC1204574E337D4979B(L_0, /*hidden argument*/List_1_GetEnumerator_m65BC4EBDC3CADC7C8B0C3EC1204574E337D4979B_RuntimeMethod_var); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_0052; } IL_000e: { // foreach(TempLineRenderer line in lines) TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_2; L_2 = Enumerator_get_Current_m887BE6ACD5159E3E0B6F57ED8BDC814846194DEA_inline((Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA *)(&V_0), /*hidden argument*/Enumerator_get_Current_m887BE6ACD5159E3E0B6F57ED8BDC814846194DEA_RuntimeMethod_var); V_1 = L_2; // if (line.lineRenderer.enabled && Time.time > line.hideAt) TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_3 = V_1; NullCheck(L_3); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_4 = L_3->get_lineRenderer_0(); NullCheck(L_4); bool L_5; L_5 = Renderer_get_enabled_mEFB6D3FD1D9D251EBB6E6286491592C4A6ABD6DE(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0052; } } IL_0023: { float L_6; L_6 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_7 = V_1; NullCheck(L_7); float L_8 = L_7->get_hideAt_1(); if ((!(((float)L_6) > ((float)L_8)))) { goto IL_0052; } } IL_0030: { // line.lineRenderer.enabled = false; TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_9 = V_1; NullCheck(L_9); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_10 = L_9->get_lineRenderer_0(); NullCheck(L_10); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_10, (bool)0, /*hidden argument*/NULL); // line.lineRenderer.transform.parent = transform; TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_11 = V_1; NullCheck(L_11); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_12 = L_11->get_lineRenderer_0(); NullCheck(L_12); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(L_12, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_14; L_14 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_13); Transform_set_parent_mEAE304E1A804E8B83054CEECB5BF1E517196EC13(L_13, L_14, /*hidden argument*/NULL); } IL_0052: { // foreach(TempLineRenderer line in lines) bool L_15; L_15 = Enumerator_MoveNext_mAAFD93F211A86F6B638BF29FA6B0B9839F0CD576((Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mAAFD93F211A86F6B638BF29FA6B0B9839F0CD576_RuntimeMethod_var); if (L_15) { goto IL_000e; } } IL_005b: { IL2CPP_LEAVE(0x6B, FINALLY_005d); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_005d; } FINALLY_005d: { // begin finally (depth: 1) Enumerator_Dispose_m99523CE65E45FD635E16C2A6FFDFB28E658D2D84((Enumerator_t8D1B1BB318A06DE20BF2731E1EBAF99CC2AE45DA *)(&V_0), /*hidden argument*/Enumerator_Dispose_m99523CE65E45FD635E16C2A6FFDFB28E658D2D84_RuntimeMethod_var); IL2CPP_END_FINALLY(93) } // end finally (depth: 1) IL2CPP_CLEANUP(93) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x6B, IL_006b) } IL_006b: { // } return; } } // System.Void HitscanLineRenderer::ShowLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitscanLineRenderer_ShowLine_m61F647DFF8BEC8A87FA178A4709D6010C594CECE (HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___from0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___to1, bool ___hit2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * G_B2_0 = NULL; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * G_B1_0 = NULL; Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * G_B3_0 = NULL; LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * G_B3_1 = NULL; { // lines[nextLineToRender].lineRenderer.enabled = true; List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_0 = __this->get_lines_10(); int32_t L_1 = __this->get_nextLineToRender_11(); NullCheck(L_0); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_2; L_2 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); NullCheck(L_2); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_3 = L_2->get_lineRenderer_0(); NullCheck(L_3); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_3, (bool)1, /*hidden argument*/NULL); // lines[nextLineToRender].lineRenderer.SetPositions( new Vector3[]{from, Vector3.Lerp(from, to, 0.55f), Vector3.Lerp(from, to, 0.75f), to}); List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_4 = __this->get_lines_10(); int32_t L_5 = __this->get_nextLineToRender_11(); NullCheck(L_4); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_6; L_6 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); NullCheck(L_6); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_7 = L_6->get_lineRenderer_0(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_8 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)4); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_9 = L_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___from0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_10); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = L_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___from0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___to1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_Lerp_m5E223DB365EAC8F6625C169E927527FFB8CC88DB_inline(L_12, L_13, (0.550000012f), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_14); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_15 = L_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___from0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = ___to1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_Lerp_m5E223DB365EAC8F6625C169E927527FFB8CC88DB_inline(L_16, L_17, (0.75f), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(2), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_18); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_19 = L_15; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___to1; NullCheck(L_19); (L_19)->SetAt(static_cast(3), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_20); NullCheck(L_7); LineRenderer_SetPositions_mD7F470FCD99805F1466E13B64C3F04825DFDBF91(L_7, L_19, /*hidden argument*/NULL); // lines[nextLineToRender].lineRenderer.colorGradient = hit ? hitGrad : missGrad; List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_21 = __this->get_lines_10(); int32_t L_22 = __this->get_nextLineToRender_11(); NullCheck(L_21); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_23; L_23 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_21, L_22, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); NullCheck(L_23); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_24 = L_23->get_lineRenderer_0(); bool L_25 = ___hit2; G_B1_0 = L_24; if (L_25) { G_B2_0 = L_24; goto IL_0094; } } { Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_26 = __this->get_missGrad_6(); G_B3_0 = L_26; G_B3_1 = G_B1_0; goto IL_009a; } IL_0094: { Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_27 = __this->get_hitGrad_5(); G_B3_0 = L_27; G_B3_1 = G_B2_0; } IL_009a: { NullCheck(G_B3_1); LineRenderer_set_colorGradient_m30781CB19F2CB00B4E29967E12965D6EBD383F1D(G_B3_1, G_B3_0, /*hidden argument*/NULL); // lines[nextLineToRender].hideAt = Time.time + duration; List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_28 = __this->get_lines_10(); int32_t L_29 = __this->get_nextLineToRender_11(); NullCheck(L_28); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_30; L_30 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_28, L_29, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); float L_31; L_31 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_32 = __this->get_duration_9(); NullCheck(L_30); L_30->set_hideAt_1(((float)il2cpp_codegen_add((float)L_31, (float)L_32))); // nextLineToRender++; int32_t L_33 = __this->get_nextLineToRender_11(); __this->set_nextLineToRender_11(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))); // if (nextLineToRender >= lines.Count) int32_t L_34 = __this->get_nextLineToRender_11(); List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_35 = __this->get_lines_10(); NullCheck(L_35); int32_t L_36; L_36 = List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_inline(L_35, /*hidden argument*/List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_RuntimeMethod_var); if ((((int32_t)L_34) < ((int32_t)L_36))) { goto IL_00e9; } } { // nextLineToRender = 0; __this->set_nextLineToRender_11(0); } IL_00e9: { // } return; } } // System.Void HitscanLineRenderer::ShowLine(UnityEngine.Vector3,UnityEngine.Vector3,System.Single,UnityEngine.Gradient) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitscanLineRenderer_ShowLine_m31066E040D6E6011CC5E76DA7B1F737F7F731A54 (HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * __this, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___from0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___to1, float ___lineDuration2, Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * ___gradient3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // lines[nextLineToRender].lineRenderer.enabled = true; List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_0 = __this->get_lines_10(); int32_t L_1 = __this->get_nextLineToRender_11(); NullCheck(L_0); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_2; L_2 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); NullCheck(L_2); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_3 = L_2->get_lineRenderer_0(); NullCheck(L_3); Renderer_set_enabled_mFFBA418C428C1B2B151C77B879DD10C393D9D95B(L_3, (bool)1, /*hidden argument*/NULL); // lines[nextLineToRender].lineRenderer.SetPositions(new Vector3[] { from, Vector3.Lerp(from, to, 0.55f), Vector3.Lerp(from, to, 0.75f), to }); List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_4 = __this->get_lines_10(); int32_t L_5 = __this->get_nextLineToRender_11(); NullCheck(L_4); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_6; L_6 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); NullCheck(L_6); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_7 = L_6->get_lineRenderer_0(); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_8 = (Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4*)SZArrayNew(Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4_il2cpp_TypeInfo_var, (uint32_t)4); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_9 = L_8; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___from0; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_10); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_11 = L_9; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12 = ___from0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___to1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Vector3_Lerp_m5E223DB365EAC8F6625C169E927527FFB8CC88DB_inline(L_12, L_13, (0.550000012f), /*hidden argument*/NULL); NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_14); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_15 = L_11; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___from0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_17 = ___to1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Vector3_Lerp_m5E223DB365EAC8F6625C169E927527FFB8CC88DB_inline(L_16, L_17, (0.75f), /*hidden argument*/NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(2), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_18); Vector3U5BU5D_t5FB88EAA33E46838BDC2ABDAEA3E8727491CB9E4* L_19 = L_15; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___to1; NullCheck(L_19); (L_19)->SetAt(static_cast(3), (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E )L_20); NullCheck(L_7); LineRenderer_SetPositions_mD7F470FCD99805F1466E13B64C3F04825DFDBF91(L_7, L_19, /*hidden argument*/NULL); // lines[nextLineToRender].lineRenderer.colorGradient = gradient; List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_21 = __this->get_lines_10(); int32_t L_22 = __this->get_nextLineToRender_11(); NullCheck(L_21); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_23; L_23 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_21, L_22, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); NullCheck(L_23); LineRenderer_t237E878F3E77C127A540DE7AC4681B3706727967 * L_24 = L_23->get_lineRenderer_0(); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_25 = ___gradient3; NullCheck(L_24); LineRenderer_set_colorGradient_m30781CB19F2CB00B4E29967E12965D6EBD383F1D(L_24, L_25, /*hidden argument*/NULL); // lines[nextLineToRender].hideAt = Time.time + lineDuration; List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_26 = __this->get_lines_10(); int32_t L_27 = __this->get_nextLineToRender_11(); NullCheck(L_26); TempLineRenderer_t0E4C3A91EAD27221D9BE18635D4F60EF38A7F719 * L_28; L_28 = List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_inline(L_26, L_27, /*hidden argument*/List_1_get_Item_mF17ED619AC97804ECA716169A4C9468D5362F69D_RuntimeMethod_var); float L_29; L_29 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_30 = ___lineDuration2; NullCheck(L_28); L_28->set_hideAt_1(((float)il2cpp_codegen_add((float)L_29, (float)L_30))); // nextLineToRender++; int32_t L_31 = __this->get_nextLineToRender_11(); __this->set_nextLineToRender_11(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1))); // if (nextLineToRender >= lines.Count) int32_t L_32 = __this->get_nextLineToRender_11(); List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_33 = __this->get_lines_10(); NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_inline(L_33, /*hidden argument*/List_1_get_Count_m5D4EF2509B64E8E222EC85AAAB4020B428B111BC_RuntimeMethod_var); if ((((int32_t)L_32) < ((int32_t)L_34))) { goto IL_00d5; } } { // nextLineToRender = 0; __this->set_nextLineToRender_11(0); } IL_00d5: { // } return; } } // System.Void HitscanLineRenderer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HitscanLineRenderer__ctor_m2A90C95BDF1AA1B2566B4583C8F9D45FAC592404 (HitscanLineRenderer_tDF7BEFF845E7E1403DCF2FFBA0F20DE980B17C61 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4413E566717941CC649DD60BA2F36E157F0FAD87_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Gradient hitGrad = new Gradient(); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_0 = (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 *)il2cpp_codegen_object_new(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_il2cpp_TypeInfo_var); Gradient__ctor_m4B95822B3C5187566CE4FA66E283600DCC916C5A(L_0, /*hidden argument*/NULL); __this->set_hitGrad_5(L_0); // public Gradient missGrad = new Gradient(); Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 * L_1 = (Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2 *)il2cpp_codegen_object_new(Gradient_t297BAC6722F67728862AE2FBE760A400DA8902F2_il2cpp_TypeInfo_var); Gradient__ctor_m4B95822B3C5187566CE4FA66E283600DCC916C5A(L_1, /*hidden argument*/NULL); __this->set_missGrad_6(L_1); // public float lineWidth = 0.05f; __this->set_lineWidth_8((0.0500000007f)); // public float duration = 0.05f; __this->set_duration_9((0.0500000007f)); // List lines = new List(); List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 * L_2 = (List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8 *)il2cpp_codegen_object_new(List_1_t611537D81FCFEFF98C5B95F09DED9A9F4E817EB8_il2cpp_TypeInfo_var); List_1__ctor_m4413E566717941CC649DD60BA2F36E157F0FAD87(L_2, /*hidden argument*/List_1__ctor_m4413E566717941CC649DD60BA2F36E157F0FAD87_RuntimeMethod_var); __this->set_lines_10(L_2); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 Holster::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_OnEnable_mE7E2F71B36FDF385F910D040CD7CAEE9042B3FA9 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holster_HolsterAfterSlowMotion_m92E41C6DAC3074361BB52DBA8271478918C61570_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Slomo.onStateChange += HolsterAfterSlowMotion; IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * L_0 = ((Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields*)il2cpp_codegen_static_fields_for(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var))->get_onStateChange_42(); OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * L_1 = (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 *)il2cpp_codegen_object_new(OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var); OnSlowMotionStateChange__ctor_mCAA028C545FFF70003A382D3CB6ECA5871D4683B(L_1, __this, (intptr_t)((intptr_t)Holster_HolsterAfterSlowMotion_m92E41C6DAC3074361BB52DBA8271478918C61570_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_2; L_2 = Delegate_Combine_mD9F4B83868AFAD9BF9F7DC4E3974B8C881092B31(L_0, L_1, /*hidden argument*/NULL); ((Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields*)il2cpp_codegen_static_fields_for(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var))->set_onStateChange_42(((OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 *)CastclassSealed((RuntimeObject*)L_2, OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var))); // } return; } } // System.Void Holster::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_OnDisable_mDDA75E201A4067C1FA127A98A3C5EFF16B141043 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holster_HolsterAfterSlowMotion_m92E41C6DAC3074361BB52DBA8271478918C61570_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Slomo.onStateChange -= HolsterAfterSlowMotion; IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * L_0 = ((Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields*)il2cpp_codegen_static_fields_for(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var))->get_onStateChange_42(); OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 * L_1 = (OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 *)il2cpp_codegen_object_new(OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var); OnSlowMotionStateChange__ctor_mCAA028C545FFF70003A382D3CB6ECA5871D4683B(L_1, __this, (intptr_t)((intptr_t)Holster_HolsterAfterSlowMotion_m92E41C6DAC3074361BB52DBA8271478918C61570_RuntimeMethod_var), /*hidden argument*/NULL); Delegate_t * L_2; L_2 = Delegate_Remove_mD84132DA8A72A81B1CDC5620B52E0E043D7FF0BF(L_0, L_1, /*hidden argument*/NULL); ((Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields*)il2cpp_codegen_static_fields_for(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var))->set_onStateChange_42(((OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443 *)CastclassSealed((RuntimeObject*)L_2, OnSlowMotionStateChange_tC7569A37694E303C961659F1C6A9407195C0B443_il2cpp_TypeInfo_var))); // } return; } } // System.Void Holster::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_Awake_m4BDA69520BB4AA212D58C9AF6FBFA086A009C720 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // sidearm = heldWeapon.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_heldWeapon_9(); NullCheck(L_0); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_1; L_1 = GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57(L_0, /*hidden argument*/GameObject_GetComponent_TisSidearm_t027F945EB9E4910D89E7578EA80370A20E425416_m37B468FEB03321CB6DA98C79CF70FD1251FB5E57_RuntimeMethod_var); __this->set_sidearm_16(L_1); // handlegun = heldWeapon.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_heldWeapon_9(); NullCheck(L_2); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_3; L_3 = GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D(L_2, /*hidden argument*/GameObject_GetComponent_TisHandlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_mDE4B66FECB7EB275178240464ACA5364DC9B7B2D_RuntimeMethod_var); __this->set_handlegun_18(L_3); // } return; } } // System.Void Holster::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_Start_mE51A12B30ED0515C12E43CC9FF304D866A4CF09C (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { { // tractorBeam.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_tractorBeam_11(); NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void Holster::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_Update_mD6356D53F05C6D58A43053C3CB70E09A1E9E8F9A (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); { // if(holstered) bool L_0 = __this->get_holstered_20(); if (!L_0) { goto IL_005a; } } { // heldWeapon.transform.localPosition = holsteredTransform.localPosition; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_heldWeapon_9(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_1, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3 = __this->get_holsteredTransform_10(); NullCheck(L_3); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4; L_4 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_3, /*hidden argument*/NULL); NullCheck(L_2); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_2, L_4, /*hidden argument*/NULL); // heldWeapon.transform.localRotation = holsteredTransform.localRotation; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_heldWeapon_9(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7 = __this->get_holsteredTransform_10(); NullCheck(L_7); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_8; L_8 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_7, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_6, L_8, /*hidden argument*/NULL); // if (handlegun.BeingHeld) Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_9 = __this->get_handlegun_18(); NullCheck(L_9); bool L_10; L_10 = Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805(L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_01ca; } } { // holstered = false; __this->set_holstered_20((bool)0); // } goto IL_01ca; } IL_005a: { // if(Time.timeScale == 0 && !handlegun.Actor && handlegun.BeingHeld && handlegun.dropped) float L_11; L_11 = Time_get_timeScale_mB50C8EA3A418FA8FF1FA36B9FF1EBB2E6581FC60(/*hidden argument*/NULL); if ((!(((float)L_11) == ((float)(0.0f))))) { goto IL_0099; } } { Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_12 = __this->get_handlegun_18(); NullCheck(L_12); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_13; L_13 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(L_12, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_14; L_14 = Object_op_Implicit_m3B780F50367611CB9A34F3BF2032585E05DA1BFD(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0099; } } { Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_15 = __this->get_handlegun_18(); NullCheck(L_15); bool L_16; L_16 = Handlegun_get_BeingHeld_m0E3CD6D3DF067B79188EF2280DB5EB16B25C2805(L_15, /*hidden argument*/NULL); if (!L_16) { goto IL_0099; } } { Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_17 = __this->get_handlegun_18(); NullCheck(L_17); bool L_18; L_18 = Pickupable_get_dropped_m3942F0291FF920739183F3DB7A7406C5905E9847_inline(L_17, /*hidden argument*/NULL); if (!L_18) { goto IL_0099; } } { // HolsterWeapon(); Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25(__this, (bool)0, /*hidden argument*/NULL); } IL_0099: { // if (heldWeapon.transform.parent == null) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_19 = __this->get_heldWeapon_9(); NullCheck(L_19); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_20; L_20 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_19, /*hidden argument*/NULL); NullCheck(L_20); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_22; L_22 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_21, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_22) { goto IL_0158; } } { // timeFree += Time.deltaTime; float L_23 = __this->get_timeFree_19(); float L_24; L_24 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_timeFree_19(((float)il2cpp_codegen_add((float)L_23, (float)L_24))); // if (sidearmRB == null) Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_25 = __this->get_sidearmRB_17(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_26; L_26 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_25, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_26) { goto IL_00e5; } } { // sidearmRB = heldWeapon.GetComponent(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_27 = __this->get_heldWeapon_9(); NullCheck(L_27); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_28; L_28 = GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354(L_27, /*hidden argument*/GameObject_GetComponent_TisRigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A_mA1779277BB07CE3D2CB8E340CEA85C40C6B52354_RuntimeMethod_var); __this->set_sidearmRB_17(L_28); } IL_00e5: { // if (timeFree > PULL_DELAY) float L_29 = __this->get_timeFree_19(); if ((!(((float)L_29) > ((float)(0.5f))))) { goto IL_0120; } } { // tractorBeam.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_30 = __this->get_tractorBeam_11(); NullCheck(L_30); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_30, (bool)1, /*hidden argument*/NULL); // sidearmRB.useGravity = false; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_31 = __this->get_sidearmRB_17(); NullCheck(L_31); Rigidbody_set_useGravity_m1057292FB3199E87664F40B8BCBA7A7E64D1A096(L_31, (bool)0, /*hidden argument*/NULL); // heldWeapon.transform.SetParent(playerMoveArea); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_32 = __this->get_heldWeapon_9(); NullCheck(L_32); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_32, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_34 = __this->get_playerMoveArea_14(); NullCheck(L_33); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_33, L_34, /*hidden argument*/NULL); } IL_0120: { // Vector3 dir = transform.position - heldWeapon.transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35; L_35 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_35); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_35, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_37 = __this->get_heldWeapon_9(); NullCheck(L_37); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_38; L_38 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_37, /*hidden argument*/NULL); NullCheck(L_38); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39; L_39 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_38, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_40; L_40 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_36, L_39, /*hidden argument*/NULL); V_0 = L_40; // float sqMag = dir.sqrMagnitude; float L_41; L_41 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); // if (sqMag < INITIAL_HOLSTERING_SQ_DIST) if ((!(((float)L_41) < ((float)(0.200000003f))))) { goto IL_01ca; } } { // HolsterWeapon(); Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25(__this, (bool)0, /*hidden argument*/NULL); // } goto IL_01ca; } IL_0158: { // else if (heldWeapon.transform.parent == playerMoveArea) GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_42 = __this->get_heldWeapon_9(); NullCheck(L_42); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_43; L_43 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_42, /*hidden argument*/NULL); NullCheck(L_43); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_44; L_44 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_43, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45 = __this->get_playerMoveArea_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_46; L_46 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_44, L_45, /*hidden argument*/NULL); if (!L_46) { goto IL_01ca; } } { // timeFree += Time.fixedDeltaTime; float L_47 = __this->get_timeFree_19(); float L_48; L_48 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); __this->set_timeFree_19(((float)il2cpp_codegen_add((float)L_47, (float)L_48))); // Vector3 dir = transform.position - heldWeapon.transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_49; L_49 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_49); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_50; L_50 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_49, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_51 = __this->get_heldWeapon_9(); NullCheck(L_51); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_52; L_52 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_51, /*hidden argument*/NULL); NullCheck(L_52); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_53; L_53 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_52, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_54; L_54 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_50, L_53, /*hidden argument*/NULL); V_1 = L_54; // float sqMag = dir.sqrMagnitude; float L_55; L_55 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_1), /*hidden argument*/NULL); // if (sqMag < HOLSTERING_SQ_DIST || timeFree > MAX_FREE_TIME) if ((((float)L_55) < ((float)(0.100000001f)))) { goto IL_01c3; } } { float L_56 = __this->get_timeFree_19(); if ((!(((float)L_56) > ((float)(2.5f))))) { goto IL_01ca; } } IL_01c3: { // HolsterWeapon(); Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25(__this, (bool)0, /*hidden argument*/NULL); } IL_01ca: { // if(sidearm.CurrentPowerUp != displayedPowerUp) Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_57 = __this->get_sidearm_16(); NullCheck(L_57); int32_t L_58; L_58 = Sidearm_get_CurrentPowerUp_m81D592A365C2FF55DF040C6BD013ABBB2474C156_inline(L_57, /*hidden argument*/NULL); int32_t L_59 = __this->get_displayedPowerUp_21(); if ((((int32_t)L_58) == ((int32_t)L_59))) { goto IL_01ff; } } { // displayedPowerUp = sidearm.CurrentPowerUp; Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_60 = __this->get_sidearm_16(); NullCheck(L_60); int32_t L_61; L_61 = Sidearm_get_CurrentPowerUp_m81D592A365C2FF55DF040C6BD013ABBB2474C156_inline(L_60, /*hidden argument*/NULL); __this->set_displayedPowerUp_21(L_61); // ChangePowerupDisplay(sidearm.PlayPowerupAudio); Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * L_62 = __this->get_sidearm_16(); NullCheck(L_62); bool L_63; L_63 = Sidearm_get_PlayPowerupAudio_m11D98EB4727855E7D8FDEE539E97F4D9676A4419_inline(L_62, /*hidden argument*/NULL); Holster_ChangePowerupDisplay_m8379F75BC42173DB3D06AA9B157470F0746A15A6(__this, L_63, /*hidden argument*/NULL); } IL_01ff: { // } return; } } // System.Void Holster::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_FixedUpdate_mA2D2A3442F1CB5872819A8BA381494B1C8B3EED3 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __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; } Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { // if(!holstered && heldWeapon.transform.parent == playerMoveArea) bool L_0 = __this->get_holstered_20(); if (L_0) { goto IL_0064; } } { GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1 = __this->get_heldWeapon_9(); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_1, /*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_playerMoveArea_14(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_5; L_5 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_3, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0064; } } { // Vector3 dir = transform.position - heldWeapon.transform.position; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_6); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_7; L_7 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_6, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_heldWeapon_9(); NullCheck(L_8); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9; L_9 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_8, /*hidden argument*/NULL); NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_9, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11; L_11 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_7, L_10, /*hidden argument*/NULL); V_0 = L_11; // float sqMag = dir.sqrMagnitude; float L_12; L_12 = Vector3_get_sqrMagnitude_mC567EE6DF411501A8FE1F23A0038862630B88249((Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E *)(&V_0), /*hidden argument*/NULL); // sidearmRB.velocity = dir * PULL_STRENGTH; Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_13 = __this->get_sidearmRB_17(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; L_15 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_14, (15.0f), /*hidden argument*/NULL); NullCheck(L_13); Rigidbody_set_velocity_m8DC0988916EB38DFD7D4584830B41D79140BF18D(L_13, L_15, /*hidden argument*/NULL); } IL_0064: { // } return; } } // System.Void Holster::HolsterAfterSlowMotion(SlowMotionState) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_HolsterAfterSlowMotion_m92E41C6DAC3074361BB52DBA8271478918C61570 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, int32_t ___newState0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(newState == SlowMotionState.Returning && handlegun.Actor != null) int32_t L_0 = ___newState0; if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_001e; } } { Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_1 = __this->get_handlegun_18(); NullCheck(L_1); Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_2; L_2 = Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline(L_1, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_3; L_3 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_2, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_3) { goto IL_001e; } } { // HolsterWeapon(true); Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25(__this, (bool)1, /*hidden argument*/NULL); } IL_001e: { // } return; } } // System.Void Holster::ToggleReloadMethod() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_ToggleReloadMethod_mF1EC63C09A925DCF7730AC2162CC19F7D35FA3E1 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // DataManager.saveData.reloadEmptyOnly = !DataManager.saveData.reloadEmptyOnly; IL2CPP_RUNTIME_CLASS_INIT(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_0 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); SaveData_t09365CD6AC4773BE86979E7824BFF9AA33922450 * L_1 = ((DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_StaticFields*)il2cpp_codegen_static_fields_for(DataManager_t8565B806CE31EA1879944AAB9EAE0446CE5CDA2F_il2cpp_TypeInfo_var))->get_saveData_0(); NullCheck(L_1); bool L_2 = L_1->get_reloadEmptyOnly_12(); NullCheck(L_0); L_0->set_reloadEmptyOnly_12((bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0)); // DataManager.Save(); DataManager_Save_mD06246AF9D9F9F851FCE3A94D47FADEF92A45717(/*hidden argument*/NULL); // } return; } } // System.Void Holster::HolsterWeapon(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_HolsterWeapon_mF7183FB03143EBB527BD9F44E4FA9525BF4F9C25 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, bool ___handStaysOn0, const RuntimeMethod* method) { { // if(handStaysOn) bool L_0 = ___handStaysOn0; if (!L_0) { goto IL_004c; } } { // handlegun.ReAttach(transform); Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_1 = __this->get_handlegun_18(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Handlegun_ReAttach_m840BEB22EED6B9E9B141CBDE7C60EA2C502A4002(L_1, L_2, /*hidden argument*/NULL); // heldWeapon.transform.localPosition = holsteredTransform.localPosition; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_heldWeapon_9(); NullCheck(L_3); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_3, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = __this->get_holsteredTransform_10(); NullCheck(L_5); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_5, /*hidden argument*/NULL); NullCheck(L_4); Transform_set_localPosition_m2A2B0033EF079077FAE7C65196078EAF5D041AFC(L_4, L_6, /*hidden argument*/NULL); // heldWeapon.transform.localRotation = holsteredTransform.localRotation; GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_heldWeapon_9(); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_7, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = __this->get_holsteredTransform_10(); NullCheck(L_9); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_9, /*hidden argument*/NULL); NullCheck(L_8); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_8, L_10, /*hidden argument*/NULL); // } goto IL_0062; } IL_004c: { // heldWeapon.transform.SetParent(transform); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_heldWeapon_9(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_11, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13; L_13 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_12); Transform_SetParent_m24E34EBEF76528C99AFA017F157EE8B3E3116B1E(L_12, L_13, /*hidden argument*/NULL); } IL_0062: { // tractorBeam.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_14 = __this->get_tractorBeam_11(); NullCheck(L_14); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_14, (bool)0, /*hidden argument*/NULL); // holstered = true; __this->set_holstered_20((bool)1); // timeFree = 0f; __this->set_timeFree_19((0.0f)); // if(onHolstered != null) UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_15 = __this->get_onHolstered_15(); if (!L_15) { goto IL_0093; } } { // onHolstered.Invoke(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_16 = __this->get_onHolstered_15(); NullCheck(L_16); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(L_16, /*hidden argument*/NULL); } IL_0093: { // } return; } } // System.Void Holster::ChangePowerupDisplay(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster_ChangePowerupDisplay_m8379F75BC42173DB3D06AA9B157470F0746A15A6 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, bool ___playAudio0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mAF312D503D6F1D34AF86F86AE5CD74920A901E53_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*)&Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BDC1CB888AE05C61D0AF5CE7E6BC76BBAF18C0F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2620038B8A71EF21A205CC921576171A3CA9B0F4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8362D8315B3D7158247EF42EBB2B946DAB72B52B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A534076FC6E7A33A9F7614A655D1B6230A14A43); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5AB6511DD9F1AD84038397B220A8195192ED8BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA1F705778A325489228AC526C58287EAE07A387); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * V_1 = NULL; RuntimeObject* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { // foreach(Transform child in powerupDisplay) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_powerupDisplay_12(); NullCheck(L_0); RuntimeObject* L_1; L_1 = Transform_GetEnumerator_mBA0E884A69F0AA05FCB69F4EE5F700177F75DD7E(L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000c: try { // begin try (depth: 1) { goto IL_00fc; } IL_0011: { // foreach(Transform child in powerupDisplay) RuntimeObject* L_2 = V_0; NullCheck(L_2); RuntimeObject * L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_2); V_1 = ((Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)CastclassClass((RuntimeObject*)L_3, Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_il2cpp_TypeInfo_var)); // if(displayedPowerUp == PowerUpType.None && child.name.Contains("Standard") // || displayedPowerUp == PowerUpType.SSpread && child.name.Contains("Spread") // || displayedPowerUp == PowerUpType.Flak && child.name.Contains("Flak") // || displayedPowerUp == PowerUpType.Handcannon && child.name.Contains("Charge") // || displayedPowerUp == PowerUpType.SLaser && child.name.Contains("Laser") // || displayedPowerUp == PowerUpType.Sword && child.name.Contains("Sword")) int32_t L_4 = __this->get_displayedPowerUp_21(); if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)12))))) { goto IL_003c; } } IL_0027: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5 = V_1; NullCheck(L_5); String_t* L_6; L_6 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_5, /*hidden argument*/NULL); NullCheck(L_6); bool L_7; L_7 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_6, _stringLiteral2620038B8A71EF21A205CC921576171A3CA9B0F4, /*hidden argument*/NULL); if (L_7) { goto IL_00c7; } } IL_003c: { int32_t L_8 = __this->get_displayedPowerUp_21(); if ((!(((uint32_t)L_8) == ((uint32_t)8)))) { goto IL_0057; } } IL_0045: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_9 = V_1; NullCheck(L_9); String_t* L_10; L_10 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_9, /*hidden argument*/NULL); NullCheck(L_10); bool L_11; L_11 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_10, _stringLiteralB5AB6511DD9F1AD84038397B220A8195192ED8BF, /*hidden argument*/NULL); if (L_11) { goto IL_00c7; } } IL_0057: { int32_t L_12 = __this->get_displayedPowerUp_21(); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)9))))) { goto IL_0073; } } IL_0061: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_13 = V_1; NullCheck(L_13); String_t* L_14; L_14 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_13, /*hidden argument*/NULL); NullCheck(L_14); bool L_15; L_15 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_14, _stringLiteral8362D8315B3D7158247EF42EBB2B946DAB72B52B, /*hidden argument*/NULL); if (L_15) { goto IL_00c7; } } IL_0073: { int32_t L_16 = __this->get_displayedPowerUp_21(); if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)10))))) { goto IL_008f; } } IL_007d: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17 = V_1; NullCheck(L_17); String_t* L_18; L_18 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_17, /*hidden argument*/NULL); NullCheck(L_18); bool L_19; L_19 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_18, _stringLiteral9A534076FC6E7A33A9F7614A655D1B6230A14A43, /*hidden argument*/NULL); if (L_19) { goto IL_00c7; } } IL_008f: { int32_t L_20 = __this->get_displayedPowerUp_21(); if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)11))))) { goto IL_00ab; } } IL_0099: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21 = V_1; NullCheck(L_21); String_t* L_22; L_22 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_21, /*hidden argument*/NULL); NullCheck(L_22); bool L_23; L_23 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_22, _stringLiteral0BDC1CB888AE05C61D0AF5CE7E6BC76BBAF18C0F, /*hidden argument*/NULL); if (L_23) { goto IL_00c7; } } IL_00ab: { int32_t L_24 = __this->get_displayedPowerUp_21(); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)16))))) { goto IL_00f0; } } IL_00b5: { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_25 = V_1; NullCheck(L_25); String_t* L_26; L_26 = Object_get_name_m0C7BC870ED2F0DC5A2FB09628136CD7D1CB82CFB(L_25, /*hidden argument*/NULL); NullCheck(L_26); bool L_27; L_27 = String_Contains_mA26BDCCE8F191E8965EB8EEFC18BB4D0F85A075A(L_26, _stringLiteralDA1F705778A325489228AC526C58287EAE07A387, /*hidden argument*/NULL); if (!L_27) { goto IL_00f0; } } IL_00c7: { // child.gameObject.SetActive(true); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_28 = V_1; NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_28, /*hidden argument*/NULL); NullCheck(L_29); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_29, (bool)1, /*hidden argument*/NULL); // if(playAudio && !powerupMuteAudioOverride) bool L_30 = ___playAudio0; if (!L_30) { goto IL_00fc; } } IL_00d6: { bool L_31 = __this->get_powerupMuteAudioOverride_13(); if (L_31) { goto IL_00fc; } } IL_00de: { // child.gameObject.GetComponent().Play(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_32 = V_1; NullCheck(L_32); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_33; L_33 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_32, /*hidden argument*/NULL); NullCheck(L_33); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_34; L_34 = GameObject_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mAF312D503D6F1D34AF86F86AE5CD74920A901E53(L_33, /*hidden argument*/GameObject_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mAF312D503D6F1D34AF86F86AE5CD74920A901E53_RuntimeMethod_var); NullCheck(L_34); AudioSource_Play_mED16664B8F8F3E4D68785C8C00FC96C4DF053AE1(L_34, /*hidden argument*/NULL); // } goto IL_00fc; } IL_00f0: { // child.gameObject.SetActive(false); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_35 = V_1; NullCheck(L_35); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_36; L_36 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_35, /*hidden argument*/NULL); NullCheck(L_36); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_36, (bool)0, /*hidden argument*/NULL); } IL_00fc: { // foreach(Transform child in powerupDisplay) RuntimeObject* L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_0011; } } IL_0107: { IL2CPP_LEAVE(0x11A, FINALLY_0109); } } // end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0109; } FINALLY_0109: { // begin finally (depth: 1) { RuntimeObject* L_39 = V_0; V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var)); RuntimeObject* L_40 = V_2; if (!L_40) { goto IL_0119; } } IL_0113: { RuntimeObject* L_41 = V_2; NullCheck(L_41); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_41); } IL_0119: { IL2CPP_END_FINALLY(265) } } // end finally (depth: 1) IL2CPP_CLEANUP(265) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x11A, IL_011a) } IL_011a: { // } return; } } // System.Void Holster::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holster__ctor_m62551A29B5DD43C537E1C35940177E36016980D1 (Holster_t227B8E9D0BCD99AD0E9B580B4946202692B4B4C7 * __this, const RuntimeMethod* method) { { // bool holstered = true; __this->set_holstered_20((bool)1); // PowerUpType displayedPowerUp = PowerUpType.None; __this->set_displayedPowerUp_21(((int32_t)12)); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HomingProjectile::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomingProjectile_Awake_mDB2DEF892FC6C515B1E922494A08C7BE916619C3 (HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if(playerFired) bool L_0 = ((Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *)__this)->get_playerFired_6(); if (!L_0) { goto IL_0014; } } { // homingTarget = Sidearm.LastAimTarget; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Sidearm_get_LastAimTarget_mC0713945F96F3223B7594F5D10F32BA973C7B767_inline(/*hidden argument*/NULL); __this->set_homingTarget_25(L_1); // } return; } IL_0014: { // homingTarget = Player.Bike.transform; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2; L_2 = Player_get_Bike_m30DF937F8D29BCDF39A6034C0414C9556FF158CA(/*hidden argument*/NULL); NullCheck(L_2); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_2, /*hidden argument*/NULL); __this->set_homingTarget_25(L_3); // } return; } } // System.Void HomingProjectile::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomingProjectile_Start_mEF846D5AE8B1537D82DCD1074243CC71CC31ADF3 (HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364 * __this, const RuntimeMethod* method) { { // base.Start(); Projectile_Start_m8C7B67C35B9877FE053F090B0D3655ED975EC57B(__this, /*hidden argument*/NULL); // normalizedForce = forwardForce / (Time.fixedUnscaledDeltaTime * Time.fixedUnscaledDeltaTime); float L_0 = __this->get_forwardForce_21(); float L_1; L_1 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); float L_2; L_2 = Time_get_fixedUnscaledDeltaTime_m04CF5EE9CF423962D6DB28DBB413D1DC77F2F7CE(/*hidden argument*/NULL); __this->set_normalizedForce_24(((float)((float)L_0/(float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_2))))); // } return; } } // System.Void HomingProjectile::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomingProjectile_Update_m621E3170D74768ACBF3596B3AA2588C3F6CAC761 (HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364 * __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; } { // base.Update(); Projectile_Update_mE989485DD5F2DC905C17C35AF7E551A7B63FF3AD(__this, /*hidden argument*/NULL); // if(playerFired && homingTarget == null && Sidearm.LastAimTarget != null) bool L_0 = ((Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *)__this)->get_playerFired_6(); if (!L_0) { goto IL_0034; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1 = __this->get_homingTarget_25(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Equality_m6D7EBC0E6D7E0CE1E9671D21DE14C9158AFB88B2(L_1, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_2) { goto IL_0034; } } { Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_3; L_3 = Sidearm_get_LastAimTarget_mC0713945F96F3223B7594F5D10F32BA973C7B767_inline(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_3, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_4) { goto IL_0034; } } { // homingTarget = Sidearm.LastAimTarget; Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Sidearm_get_LastAimTarget_mC0713945F96F3223B7594F5D10F32BA973C7B767_inline(/*hidden argument*/NULL); __this->set_homingTarget_25(L_5); } IL_0034: { // } return; } } // System.Void HomingProjectile::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomingProjectile_FixedUpdate_m9D73D1DAF112028AD3C99EAC8947A19C65DAE55A (HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364 * __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; } Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (homingTarget != null && !(registeredHit && stopHomingOnHit)) Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_homingTarget_25(); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Inequality_mDCB4E958808E725D0612CCABF340B284085F03D6(L_0, (Object_tF2F3778131EFF286AF62B7B013A170F95A91571A *)NULL, /*hidden argument*/NULL); if (!L_1) { goto IL_00b1; } } { bool L_2 = ((Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *)__this)->get_registeredHit_16(); if (!L_2) { goto IL_0024; } } { bool L_3 = __this->get_stopHomingOnHit_23(); if (L_3) { goto IL_00b1; } } IL_0024: { // Vector3 lookTarget = homingTarget.TransformPoint(lookOffset); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4 = __this->get_homingTarget_25(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_5 = __this->get_lookOffset_19(); NullCheck(L_4); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6; L_6 = Transform_TransformPoint_m68AF95765A9279192E601208A9C5170027A5F0D2(L_4, L_5, /*hidden argument*/NULL); // Quaternion lookRot = Quaternion.LookRotation(lookTarget - transform.position); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline(L_6, L_8, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_10; L_10 = Quaternion_LookRotation_mC34E8010B8BA97C05C913588237CF92AEB3419B5(L_9, /*hidden argument*/NULL); V_0 = L_10; // if (lockZ) bool L_11 = __this->get_lockZ_22(); if (!L_11) { goto IL_0089; } } { // lookRot = Quaternion.Euler(lookRot.eulerAngles.x, lookRot.eulerAngles.y, transform.rotation.eulerAngles.z); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; L_12 = Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_0), /*hidden argument*/NULL); float L_13 = L_12.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_14; L_14 = Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_0), /*hidden argument*/NULL); float L_15 = L_14.get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_16; L_16 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_16); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_17; L_17 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_16, /*hidden argument*/NULL); V_1 = L_17; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Quaternion_get_eulerAngles_m3DA616CAD670235A407E8A7A75925AA8E22338C3((Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 *)(&V_1), /*hidden argument*/NULL); float L_19 = L_18.get_z_4(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_20; L_20 = Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A(L_13, L_15, L_19, /*hidden argument*/NULL); V_0 = L_20; } IL_0089: { // transform.rotation = Quaternion.Lerp(transform.rotation, lookRot, Time.fixedDeltaTime * aimSpeed); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_21; L_21 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_22; L_22 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_22); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_23; L_23 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_22, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_24 = V_0; float L_25; L_25 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_26 = __this->get_aimSpeed_20(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_27; L_27 = Quaternion_Lerp_m052D34B6A82F60FE65722D2B39594B8651E2C79B(L_23, L_24, ((float)il2cpp_codegen_multiply((float)L_25, (float)L_26)), /*hidden argument*/NULL); NullCheck(L_21); Transform_set_rotation_m1B5F3D4CE984AB31254615C9C71B0E54978583B4(L_21, L_27, /*hidden argument*/NULL); } IL_00b1: { // rb.AddForce(transform.forward * normalizedForce); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_28 = ((Projectile_t0CE22BF7CFF2DFECEE255B1DC43B82C9942B4B4A *)__this)->get_rb_18(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_29; L_29 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_29); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_30; L_30 = Transform_get_forward_mD850B9ECF892009E3485408DC0D375165B7BF053(L_29, /*hidden argument*/NULL); float L_31 = __this->get_normalizedForce_24(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_32; L_32 = Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline(L_30, L_31, /*hidden argument*/NULL); NullCheck(L_28); Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D(L_28, L_32, /*hidden argument*/NULL); // } return; } } // System.Void HomingProjectile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HomingProjectile__ctor_m4B1F8E3E07E1835F2A0F7B5A05C3BC41EB2FF49D (HomingProjectile_t662ADCE0F0895C0FC2EAFEFC57E65ED9719FC364 * __this, const RuntimeMethod* method) { { Projectile__ctor_mB04E8F6760B20BA3817BC828DF6EE9EC856B306D(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean HoverBikeAnimationController::get_IsStrafing() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HoverBikeAnimationController_get_IsStrafing_m04F4A9937CCA8371375FEE0C0C168A90C093EFBB (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { { // public bool IsStrafing { get; private set; } bool L_0 = __this->get_U3CIsStrafingU3Ek__BackingField_10(); return L_0; } } // System.Void HoverBikeAnimationController::set_IsStrafing(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_set_IsStrafing_m3DF94BB254AF941102C1D0F64B02C9CA02CE951C (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsStrafing { get; private set; } bool L_0 = ___value0; __this->set_U3CIsStrafingU3Ek__BackingField_10(L_0); return; } } // System.Boolean HoverBikeAnimationController::get_Grounded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC058A6DF3543F6F3B3C2E9DFB96D251F1A70BBED); s_Il2CppMethodInitialized = true; } { // return !anim.GetBool("InAir"); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_anim_11(); NullCheck(L_0); bool L_1; L_1 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_0, _stringLiteralC058A6DF3543F6F3B3C2E9DFB96D251F1A70BBED, /*hidden argument*/NULL); return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0); } } // System.Void HoverBikeAnimationController::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_Awake_m6565E312343DFDBE94F39AC001AAA0A90F19832D (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // anim = GetComponent(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0; L_0 = Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F(__this, /*hidden argument*/Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); __this->set_anim_11(L_0); // } return; } } // System.Void HoverBikeAnimationController::Turning(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_Turning_m1FED9638241080D8A4C8A75916B2E1EAE91E349D (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, float ___turnDir0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB2651671F710BC0FB9D9E796CBA45E3E140DC95); s_Il2CppMethodInitialized = true; } { // if(riderAnim.gameObject.activeInHierarchy) Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_riderAnim_4(); NullCheck(L_0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_1; L_1 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_0, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_1, /*hidden argument*/NULL); if (!L_2) { goto IL_0023; } } { // riderAnim.SetFloat("LookDirection", turnDir); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_3 = __this->get_riderAnim_4(); float L_4 = ___turnDir0; NullCheck(L_3); Animator_SetFloat_mD731F47ED44C2D629F8E1C6DB15629C3E1B992A0(L_3, _stringLiteralAB2651671F710BC0FB9D9E796CBA45E3E140DC95, L_4, /*hidden argument*/NULL); } IL_0023: { // } return; } } // System.Void HoverBikeAnimationController::FireFireable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_FireFireable_m41B1BF723EE9F96B32D3D7934AAC806C748D3B92 (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, String_t* ___fireableName0, const RuntimeMethod* method) { { // fireControl.FireFireable(fireableName); HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * L_0 = __this->get_fireControl_5(); String_t* L_1 = ___fireableName0; NullCheck(L_0); HoverBikeFireControl_FireFireable_m2CF38651A587CA7BCAF65B69D9D89F241A44AA8E(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeAnimationController::StartStrafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_StartStrafe_m662023E581440AC84D7938D87359D5001DB98ECE (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5700E835FD1416E273EDCBA5798BCB2FB196E71A); s_Il2CppMethodInitialized = true; } { // anim.SetTrigger("Strafe"); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_anim_11(); NullCheck(L_0); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_0, _stringLiteral5700E835FD1416E273EDCBA5798BCB2FB196E71A, /*hidden argument*/NULL); // IsStrafing = true; HoverBikeAnimationController_set_IsStrafing_m3DF94BB254AF941102C1D0F64B02C9CA02CE951C_inline(__this, (bool)1, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeAnimationController::EndStrafe() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_EndStrafe_m6BD3368EB6EA191B7F741DF102FBDAA3E5CD09F6 (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2CC04CEB148FE021097F9DA193133FCD5A65D56); s_Il2CppMethodInitialized = true; } { // IsStrafing = false; HoverBikeAnimationController_set_IsStrafing_m3DF94BB254AF941102C1D0F64B02C9CA02CE951C_inline(__this, (bool)0, /*hidden argument*/NULL); // anim.SetBool("TurnsRight", !anim.GetBool("TurnsRight")); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_anim_11(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_1 = __this->get_anim_11(); NullCheck(L_1); bool L_2; L_2 = Animator_GetBool_m69AFEA8176E7FB312C264773784D6D6B08A80C0A(L_1, _stringLiteralC2CC04CEB148FE021097F9DA193133FCD5A65D56, /*hidden argument*/NULL); NullCheck(L_0); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_0, _stringLiteralC2CC04CEB148FE021097F9DA193133FCD5A65D56, (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeAnimationController::Ground() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_Ground_m8B5D1BAAF5B00E3F3B8720E63D8CA1F975F124DB (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC058A6DF3543F6F3B3C2E9DFB96D251F1A70BBED); s_Il2CppMethodInitialized = true; } { // anim.SetBool("InAir", false); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_anim_11(); NullCheck(L_0); Animator_SetBool_m34E2E9785A47A3AE94E804004425C333C36CCD43(L_0, _stringLiteralC058A6DF3543F6F3B3C2E9DFB96D251F1A70BBED, (bool)0, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeAnimationController::BeginDeath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_BeginDeath_m651529A6F7283F39A14F24997AE1D0BF39BD9E6B (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral644F03D4E6165A1470BC23DF3524AAF8E77B27C8); s_Il2CppMethodInitialized = true; } { // anim.SetTrigger("Dying"); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_0 = __this->get_anim_11(); NullCheck(L_0); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_0, _stringLiteral644F03D4E6165A1470BC23DF3524AAF8E77B27C8, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeAnimationController::Explode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController_Explode_mBD86A892741D2826A73613C10B6E6CD63962FBB5 (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { 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); s_Il2CppMethodInitialized = true; } UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B2_0 = NULL; UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * G_B1_0 = NULL; { // Instantiate(explodePrefab, transform.parent.position, transform.parent.rotation); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = __this->get_explodePrefab_8(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_1; L_1 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_1); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_1, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_position_m40A8A9895568D56FFC687B57F30E8D53CB5EA341(L_2, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_4; L_4 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_4); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_5; L_5 = Transform_get_parent_m7D06005D9CB55F90F39D42F6A2AF9C7BC80745C9(L_4, /*hidden argument*/NULL); NullCheck(L_5); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_6; L_6 = Transform_get_rotation_m4AA3858C00DF4C9614B80352558C4C37D08D2200(L_5, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Object_tF2F3778131EFF286AF62B7B013A170F95A91571A_il2cpp_TypeInfo_var); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910(L_0, L_3, L_6, /*hidden argument*/Object_Instantiate_TisTransform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1_m43C03B8E186578BD83E8C82D7C3C59B83737E910_RuntimeMethod_var); // riderSeated.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_8 = __this->get_riderSeated_6(); NullCheck(L_8); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_8, (bool)0, /*hidden argument*/NULL); // riderRagdoll.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_9 = __this->get_riderRagdoll_7(); NullCheck(L_9); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_9, (bool)1, /*hidden argument*/NULL); // riderRagdoll.transform.SetParent(null, true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_10 = __this->get_riderRagdoll_7(); NullCheck(L_10); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_11; L_11 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_10, /*hidden argument*/NULL); NullCheck(L_11); Transform_SetParent_mA6A651EDE81F139E1D6C7BA894834AD71D07227A(L_11, (Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 *)NULL, (bool)1, /*hidden argument*/NULL); // onExplode?.Invoke(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_12 = __this->get_onExplode_9(); UnityEvent_tA0EA9BC49FD7D5185E7A238EF2E0E6F5D0EE27F4 * L_13 = L_12; G_B1_0 = L_13; if (L_13) { G_B2_0 = L_13; goto IL_0061; } } { return; } IL_0061: { NullCheck(G_B2_0); UnityEvent_Invoke_mDA46AA9786AD4C34211C6C6ADFB0963DFF430AF5(G_B2_0, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeAnimationController::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeAnimationController__ctor_m04837442444BBDE0EDBA803EBE4CB2C19B57EC5E (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { { MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__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 HoverBikeConfiguration::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeConfiguration__ctor_m42E2E66C846B84014E53B05A4341BAF12F52E8D3 (HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * __this, const RuntimeMethod* method) { { EnemyConfiguration__ctor_mA22B29324CAD43036544C00D3FEF0872C9A3A3C0(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean HoverBikeFireControl::get_GotDestroyed() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HoverBikeFireControl_get_GotDestroyed_mD96B9546AA92A58F8178295B6F1DB72D9A4903A9 (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, const RuntimeMethod* method) { { // public bool GotDestroyed { get; set; } bool L_0 = __this->get_U3CGotDestroyedU3Ek__BackingField_11(); return L_0; } } // System.Void HoverBikeFireControl::set_GotDestroyed(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeFireControl_set_GotDestroyed_m5CBE7A3954ABF37B3E6BA76AC9C4F51ECE6870D2 (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool GotDestroyed { get; set; } bool L_0 = ___value0; __this->set_U3CGotDestroyedU3Ek__BackingField_11(L_0); return; } } // System.Void HoverBikeFireControl::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeFireControl_Start_mF1003B7C42D3515E7405B7867EA0210597EC1E04 (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponents_TisEnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673_mEAAF6BA5BE5C7AACE762769DD196D78B632F4657_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* V_0 = NULL; int32_t V_1 = 0; { // source = GetComponent(); AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_0; L_0 = Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F(__this, /*hidden argument*/Component_GetComponent_TisAudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B_mCC3B7A679ECE504BFAF8C70C4EF527511F46902F_RuntimeMethod_var); __this->set_source_8(L_0); // fireAnim = GetComponent(); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_1; L_1 = Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F(__this, /*hidden argument*/Component_GetComponent_TisAnimator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149_m56C584BE9A3B866D54FAEE0529E28C8D1E57989F_RuntimeMethod_var); __this->set_fireAnim_7(L_1); // movers = moveModeContainer.GetComponents(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_2 = __this->get_moveModeContainer_4(); NullCheck(L_2); EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_3; L_3 = GameObject_GetComponents_TisEnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673_mEAAF6BA5BE5C7AACE762769DD196D78B632F4657(L_2, /*hidden argument*/GameObject_GetComponents_TisEnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673_mEAAF6BA5BE5C7AACE762769DD196D78B632F4657_RuntimeMethod_var); __this->set_movers_6(L_3); // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_4 = __this->get_controlledFireables_5(); V_0 = L_4; V_1 = 0; goto IL_0045; } IL_0034: { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_8 = (L_5)->GetAt(static_cast(L_7)); // fireable.Init(0); NullCheck(L_8); Fireable_Init_m0C1F5F2F861A91812295FC938367E26A93AD29EC(L_8, (0.0f), /*hidden argument*/NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1)); } IL_0045: { // foreach (Fireable fireable in controlledFireables) int32_t L_10 = V_1; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))) { goto IL_0034; } } { // } return; } } // System.Void HoverBikeFireControl::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeFireControl_Update_m4E4761B288675D52CC46679B34781F71E57F27AD (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, const RuntimeMethod* method) { EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* V_0 = NULL; int32_t V_1 = 0; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * V_2 = NULL; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* V_3 = NULL; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * V_4 = NULL; { // if (!gotAhead) bool L_0 = __this->get_gotAhead_9(); if (L_0) { goto IL_006f; } } { // foreach (EnemyMovement mover in movers) EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_1 = __this->get_movers_6(); V_0 = L_1; V_1 = 0; goto IL_0031; } IL_0013: { // foreach (EnemyMovement mover in movers) EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); int32_t L_4 = L_3; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_5 = (L_2)->GetAt(static_cast(L_4)); V_2 = L_5; // if (mover.isActiveAndEnabled) EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_6 = V_2; NullCheck(L_6); bool L_7; L_7 = Behaviour_get_isActiveAndEnabled_mDD843C0271D492C1E08E0F8DEE8B6F1CFA951BFA(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_002d; } } { // forwardDist = mover.forwardDistance; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_8 = V_2; NullCheck(L_8); float L_9; L_9 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(L_8, /*hidden argument*/NULL); __this->set_forwardDist_10(L_9); // break; goto IL_0037; } IL_002d: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_0031: { // foreach (EnemyMovement mover in movers) int32_t L_11 = V_1; EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_12 = V_0; NullCheck(L_12); if ((((int32_t)L_11) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))) { goto IL_0013; } } IL_0037: { // if (forwardDist > 0) float L_13 = __this->get_forwardDist_10(); if ((!(((float)L_13) > ((float)(0.0f))))) { goto IL_004c; } } { // gotAhead = true; __this->set_gotAhead_9((bool)1); // } return; } IL_004c: { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_14 = __this->get_controlledFireables_5(); V_3 = L_14; V_1 = 0; goto IL_0068; } IL_0057: { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_15 = V_3; int32_t L_16 = V_1; NullCheck(L_15); int32_t L_17 = L_16; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_18 = (L_15)->GetAt(static_cast(L_17)); // fireable.ResetNextFire(); NullCheck(L_18); Fireable_ResetNextFire_m9F36F1F5F064124FE8CA1DCBC37C3F6BFF2802CC(L_18, (0.0f), /*hidden argument*/NULL); int32_t L_19 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)); } IL_0068: { // foreach (Fireable fireable in controlledFireables) int32_t L_20 = V_1; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_21 = V_3; NullCheck(L_21); if ((((int32_t)L_20) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))) { goto IL_0057; } } { // } return; } IL_006f: { // else if (!GotDestroyed) bool L_22; L_22 = HoverBikeFireControl_get_GotDestroyed_mD96B9546AA92A58F8178295B6F1DB72D9A4903A9_inline(__this, /*hidden argument*/NULL); if (L_22) { goto IL_00ba; } } { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_23 = __this->get_controlledFireables_5(); V_3 = L_23; V_1 = 0; goto IL_00b4; } IL_0082: { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_24 = V_3; int32_t L_25 = V_1; NullCheck(L_24); int32_t L_26 = L_25; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_27 = (L_24)->GetAt(static_cast(L_26)); V_4 = L_27; // if (fireable.gameObject.activeInHierarchy && fireable.ReadyToFire()) Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_28 = V_4; NullCheck(L_28); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_29; L_29 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_28, /*hidden argument*/NULL); NullCheck(L_29); bool L_30; L_30 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_29, /*hidden argument*/NULL); if (!L_30) { goto IL_00b0; } } { Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_31 = V_4; NullCheck(L_31); bool L_32; L_32 = VirtFuncInvoker0< bool >::Invoke(4 /* System.Boolean Fireable::ReadyToFire() */, L_31); if (!L_32) { goto IL_00b0; } } { // fireAnim.SetTrigger(fireable.animationTrigger); Animator_t9DD1D43680A61D65A3C98C6EFF559709DC9CE149 * L_33 = __this->get_fireAnim_7(); Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_34 = V_4; NullCheck(L_34); String_t* L_35 = L_34->get_animationTrigger_7(); NullCheck(L_33); Animator_SetTrigger_m2D79D155CABD81B1CC75EFC35D90508B58D7211C(L_33, L_35, /*hidden argument*/NULL); } IL_00b0: { int32_t L_36 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1)); } IL_00b4: { // foreach (Fireable fireable in controlledFireables) int32_t L_37 = V_1; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_38 = V_3; NullCheck(L_38); if ((((int32_t)L_37) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))) { goto IL_0082; } } IL_00ba: { // } return; } } // System.Void HoverBikeFireControl::FireFireable(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeFireControl_FireFireable_m2CF38651A587CA7BCAF65B69D9D89F241A44AA8E (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, String_t* ___fireableName0, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* V_1 = NULL; int32_t V_2 = 0; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * V_3 = NULL; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* V_4 = NULL; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * V_5 = NULL; { // if (GotDestroyed) bool L_0; L_0 = HoverBikeFireControl_get_GotDestroyed_mD96B9546AA92A58F8178295B6F1DB72D9A4903A9_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // Vector3 movementVel = Vector3.zero; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = Vector3_get_zero_m92B6E46FC9A637D20B3A4C1FFAEABFCE095DD4C6(/*hidden argument*/NULL); V_0 = L_1; // foreach (EnemyMovement mover in movers) EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_2 = __this->get_movers_6(); V_1 = L_2; V_2 = 0; goto IL_0033; } IL_001a: { // foreach (EnemyMovement mover in movers) EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_3 = V_1; int32_t L_4 = V_2; NullCheck(L_3); int32_t L_5 = L_4; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_6 = (L_3)->GetAt(static_cast(L_5)); V_3 = L_6; // if (mover.isActiveAndEnabled) EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_7 = V_3; NullCheck(L_7); bool L_8; L_8 = Behaviour_get_isActiveAndEnabled_mDD843C0271D492C1E08E0F8DEE8B6F1CFA951BFA(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_002f; } } { // movementVel = mover.MovementForce; EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * L_9 = V_3; NullCheck(L_9); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10; L_10 = EnemyMovement_get_MovementForce_m8DA459F2D793AD9C44BD93B765871C96F7A27C74(L_9, /*hidden argument*/NULL); V_0 = L_10; // break; goto IL_0039; } IL_002f: { int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0033: { // foreach (EnemyMovement mover in movers) int32_t L_12 = V_2; EnemyMovementU5BU5D_tF8DF1397D35D3BFD1E16312DA0D2D0BE101EACFD* L_13 = V_1; NullCheck(L_13); if ((((int32_t)L_12) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))) { goto IL_001a; } } IL_0039: { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_14 = __this->get_controlledFireables_5(); V_4 = L_14; V_2 = 0; goto IL_007a; } IL_0045: { // foreach (Fireable fireable in controlledFireables) FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_15 = V_4; int32_t L_16 = V_2; NullCheck(L_15); int32_t L_17 = L_16; Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_18 = (L_15)->GetAt(static_cast(L_17)); V_5 = L_18; // if (fireable.fireableName == fireableName && fireable.gameObject.activeInHierarchy) Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_19 = V_5; NullCheck(L_19); String_t* L_20 = L_19->get_fireableName_4(); String_t* L_21 = ___fireableName0; bool L_22; L_22 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_20, L_21, /*hidden argument*/NULL); if (!L_22) { goto IL_0076; } } { Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_23 = V_5; NullCheck(L_23); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_24; L_24 = Component_get_gameObject_m55DC35B149AFB9157582755383BA954655FE0C5B(L_23, /*hidden argument*/NULL); NullCheck(L_24); bool L_25; L_25 = GameObject_get_activeInHierarchy_mA3990AC5F61BB35283188E925C2BE7F7BF67734B(L_24, /*hidden argument*/NULL); if (!L_25) { goto IL_0076; } } { // fireable.Fire(source, movementVel); Fireable_tC954799FE43EA8C2F6E5F387E0D7C2EB854E1354 * L_26 = V_5; AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B * L_27 = __this->get_source_8(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_28 = V_0; NullCheck(L_26); VirtActionInvoker2< AudioSource_tC4BF65AF8CDCAA63724BB3CA59A7A29249269E6B *, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E >::Invoke(5 /* System.Void Fireable::Fire(UnityEngine.AudioSource,UnityEngine.Vector3) */, L_26, L_27, L_28); } IL_0076: { int32_t L_29 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1)); } IL_007a: { // foreach (Fireable fireable in controlledFireables) int32_t L_30 = V_2; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_31 = V_4; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))) { goto IL_0045; } } { // } return; } } // System.Void HoverBikeFireControl::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeFireControl__ctor_m6F1AE96770E8E57171D78BAE77E7D356EC5D7907 (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public Fireable[] controlledFireables = new Fireable[] { }; FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E* L_0 = (FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E*)(FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E*)SZArrayNew(FireableU5BU5D_t6CAC4EE1ACBA628A5256D3A85A1976D48348BB4E_il2cpp_TypeInfo_var, (uint32_t)0); __this->set_controlledFireables_5(L_0); MonoBehaviour__ctor_mC0995D847F6A95B1A553652636C38A2AA8B13BED(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean HoverBikeMovement::get_Dying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HoverBikeMovement_get_Dying_m8FB5709172F05C1E92818ADBC028B7311E1CB5D0 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { { // public bool Dying { get; set; } bool L_0 = __this->get_U3CDyingU3Ek__BackingField_58(); return L_0; } } // System.Void HoverBikeMovement::set_Dying(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_set_Dying_mE2C0D86B6258D42CDF61B038DB3441AE268EA2B3 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, bool ___value0, const RuntimeMethod* method) { { // public bool Dying { get; set; } bool L_0 = ___value0; __this->set_U3CDyingU3Ek__BackingField_58(L_0); return; } } // System.Void HoverBikeMovement::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_OnEnable_m6BDF0A58C3CD20FDCB9C76E1A0306827E475C820 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { { // base.OnEnable(); EnemyMovement_OnEnable_m840E160AEFC29716F0290C3F3D51A55B239F02B4(__this, /*hidden argument*/NULL); // nextStrafe = Time.time + Random.Range(flyingStrafeIntervalRange.x, flyingStrafeIntervalRange.y) - 9f; float L_0; L_0 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_1 = __this->get_address_of_flyingStrafeIntervalRange_42(); float L_2 = L_1->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_3 = __this->get_address_of_flyingStrafeIntervalRange_42(); float L_4 = L_3->get_y_1(); float L_5; L_5 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_2, L_4, /*hidden argument*/NULL); __this->set_nextStrafe_57(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)L_0, (float)L_5)), (float)(9.0f)))); // } return; } } // System.Void HoverBikeMovement::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_Start_mEC6EC9BCF4F387B28E6E474774699A494D75A8EE (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponentInChildren_TisHoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127_m14E13F6E408A6B51178916A789326F537E706F5F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // base.Start(); EnemyMovement_Start_m94784B4CCCFC527F201E228AF5F81D0B1AA81C99(__this, /*hidden argument*/NULL); // animController = GetComponentInChildren(); HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_0; L_0 = Component_GetComponentInChildren_TisHoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127_m14E13F6E408A6B51178916A789326F537E706F5F(__this, /*hidden argument*/Component_GetComponentInChildren_TisHoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127_m14E13F6E408A6B51178916A789326F537E706F5F_RuntimeMethod_var); __this->set_animController_29(L_0); // SetNewMoveTarget(); HoverBikeMovement_SetNewMoveTarget_m221C9FA59663E549B9436226026A4AE687F643A2(__this, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeMovement::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_Update_m076C440C0828B9C9AA0F245F1CB2538D05FEA34E (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 V_0; memset((&V_0), 0, sizeof(V_0)); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_1; memset((&V_1), 0, sizeof(V_1)); float V_2 = 0.0f; float G_B12_0 = 0.0f; HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * G_B12_1 = NULL; float G_B11_0 = 0.0f; HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * G_B11_1 = NULL; float G_B13_0 = 0.0f; float G_B13_1 = 0.0f; HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * G_B13_2 = NULL; { // base.Update(); EnemyMovement_Update_mDFD118039E40A0039E1928DCF217453DC9339FAC(__this, /*hidden argument*/NULL); // if (BeingAimedAt && !animController.Grounded && !animController.IsStrafing) bool L_0; L_0 = EnemyMovement_get_BeingAimedAt_m5BE852E45034CF825FF079AA9E7AA650D28F145C_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_006d; } } { HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_1 = __this->get_animController_29(); NullCheck(L_1); bool L_2; L_2 = HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_006d; } } { HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_3 = __this->get_animController_29(); NullCheck(L_3); bool L_4; L_4 = HoverBikeAnimationController_get_IsStrafing_m04F4A9937CCA8371375FEE0C0C168A90C093EFBB_inline(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_006d; } } { // currentAimedAtTime += Time.deltaTime; float L_5 = __this->get_currentAimedAtTime_54(); float L_6; L_6 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_currentAimedAtTime_54(((float)il2cpp_codegen_add((float)L_5, (float)L_6))); // currentAimedAwayTime = 0f; __this->set_currentAimedAwayTime_55((0.0f)); // if (currentAimedAtTime >= aimReactTime) float L_7 = __this->get_currentAimedAtTime_54(); float L_8 = __this->get_aimReactTime_39(); if ((!(((float)L_7) >= ((float)L_8)))) { goto IL_0064; } } { // currentAimedAtTime = 0f; __this->set_currentAimedAtTime_54((0.0f)); // SetNewMoveTarget(); HoverBikeMovement_SetNewMoveTarget_m221C9FA59663E549B9436226026A4AE687F643A2(__this, /*hidden argument*/NULL); } IL_0064: { // BeingAimedAt = false; EnemyMovement_set_BeingAimedAt_mA2C99CCE576FF204C68B5130AAD995AB62E55A81_inline(__this, (bool)0, /*hidden argument*/NULL); // } goto IL_00b0; } IL_006d: { // else if (currentAimedAtTime > 0) float L_9 = __this->get_currentAimedAtTime_54(); if ((!(((float)L_9) > ((float)(0.0f))))) { goto IL_00b0; } } { // currentAimedAwayTime += Time.deltaTime; float L_10 = __this->get_currentAimedAwayTime_55(); float L_11; L_11 = Time_get_deltaTime_mF558623BBB4EE65C8810243B05ED204A9E8D6FD1(/*hidden argument*/NULL); __this->set_currentAimedAwayTime_55(((float)il2cpp_codegen_add((float)L_10, (float)L_11))); // if (currentAimedAwayTime >= aimResetTime) float L_12 = __this->get_currentAimedAwayTime_55(); float L_13 = __this->get_aimResetTime_40(); if ((!(((float)L_12) >= ((float)L_13)))) { goto IL_00b0; } } { // currentAimedAtTime = 0f; __this->set_currentAimedAtTime_54((0.0f)); // currentAimedAwayTime = 0f; __this->set_currentAimedAwayTime_55((0.0f)); } IL_00b0: { // if(Time.time >= nextStrafe) float L_14; L_14 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); float L_15 = __this->get_nextStrafe_57(); if ((!(((float)L_14) >= ((float)L_15)))) { goto IL_0119; } } { // animController.StartStrafe(); HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_16 = __this->get_animController_29(); NullCheck(L_16); HoverBikeAnimationController_StartStrafe_m662023E581440AC84D7938D87359D5001DB98ECE(L_16, /*hidden argument*/NULL); // nextStrafe = Time.time + (animController.Grounded ? Random.Range(groundedStrafeIntervalRange.x, groundedStrafeIntervalRange.y) : Random.Range(flyingStrafeIntervalRange.x, flyingStrafeIntervalRange.y)); float L_17; L_17 = Time_get_time_m52C9390086344FA8787001ED5911550D850CE515(/*hidden argument*/NULL); HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_18 = __this->get_animController_29(); NullCheck(L_18); bool L_19; L_19 = HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C(L_18, /*hidden argument*/NULL); G_B11_0 = L_17; G_B11_1 = __this; if (L_19) { G_B12_0 = L_17; G_B12_1 = __this; goto IL_00f8; } } { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_20 = __this->get_address_of_flyingStrafeIntervalRange_42(); float L_21 = L_20->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_22 = __this->get_address_of_flyingStrafeIntervalRange_42(); float L_23 = L_22->get_y_1(); float L_24; L_24 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_21, L_23, /*hidden argument*/NULL); G_B13_0 = L_24; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_0113; } IL_00f8: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_25 = __this->get_address_of_groundedStrafeIntervalRange_53(); float L_26 = L_25->get_x_0(); Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * L_27 = __this->get_address_of_groundedStrafeIntervalRange_53(); float L_28 = L_27->get_y_1(); float L_29; L_29 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_26, L_28, /*hidden argument*/NULL); G_B13_0 = L_29; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_0113: { NullCheck(G_B13_2); G_B13_2->set_nextStrafe_57(((float)il2cpp_codegen_add((float)G_B13_1, (float)G_B13_0))); } IL_0119: { // follower.TargetSpeed = GetSpeedTarget(); Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_30 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); float L_31; L_31 = HoverBikeMovement_GetSpeedTarget_m1037B4BA9AFC0B7343A9D7A34EB8BEB9AE8C84FD(__this, /*hidden argument*/NULL); NullCheck(L_30); Follower_set_TargetSpeed_m86582EB9E6E5A8C85787E3BBA28729F7567D0284(L_30, L_31, /*hidden argument*/NULL); // Quaternion targetRotation = Quaternion.identity; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_32; L_32 = Quaternion_get_identity_mB872ACF032ACC4D32EE3472D98A9694205AE2C8D(/*hidden argument*/NULL); V_0 = L_32; // Vector3 localVel = transform.InverseTransformDirection(rb.velocity); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_33; L_33 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_34 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rb_13(); NullCheck(L_34); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_35; L_35 = Rigidbody_get_velocity_mCFB033F3BD14C2BA68E797DFA4950F9307EC8E2C(L_34, /*hidden argument*/NULL); NullCheck(L_33); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_36; L_36 = Transform_InverseTransformDirection_m9EB6F7A2598FD8D6B52F0A6EBA96A3BAAF68D696(L_33, L_35, /*hidden argument*/NULL); V_1 = L_36; // float rotationAngle = follower.Rotation - localVel.x * lateralLeanIntensity; Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_37 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_37); float L_38; L_38 = Follower_get_Rotation_m53E70D1B9C33EC8E1B036CA015EED90ECC7034EF(L_37, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_39 = V_1; float L_40 = L_39.get_x_2(); float L_41 = __this->get_lateralLeanIntensity_33(); V_2 = ((float)il2cpp_codegen_subtract((float)L_38, (float)((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)))); // if (Mathf.Abs(rotationAngle) >= minLeanThreshold) float L_42 = V_2; float L_43; L_43 = fabsf(L_42); float L_44 = __this->get_minLeanThreshold_31(); if ((!(((float)L_43) >= ((float)L_44)))) { goto IL_01a6; } } { // if (rotationAngle > maximumLean) float L_45 = V_2; float L_46 = __this->get_maximumLean_30(); if ((!(((float)L_45) > ((float)L_46)))) { goto IL_0181; } } { // rotationAngle = maximumLean; float L_47 = __this->get_maximumLean_30(); V_2 = L_47; goto IL_0193; } IL_0181: { // else if (rotationAngle < -maximumLean) float L_48 = V_2; float L_49 = __this->get_maximumLean_30(); if ((!(((float)L_48) < ((float)((-L_49)))))) { goto IL_0193; } } { // rotationAngle = -maximumLean; float L_50 = __this->get_maximumLean_30(); V_2 = ((-L_50)); } IL_0193: { // targetRotation = Quaternion.Euler(0, 0, rotationAngle); float L_51 = V_2; Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_52; L_52 = Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A((0.0f), (0.0f), L_51, /*hidden argument*/NULL); V_0 = L_52; // } goto IL_01bb; } IL_01a6: { // targetRotation = Quaternion.Euler(0, 0, 0); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_53; L_53 = Quaternion_Euler_mD694BA6F38A792C3D728A8BBAFF13000F5F3B64A((0.0f), (0.0f), (0.0f), /*hidden argument*/NULL); V_0 = L_53; } IL_01bb: { // transform.localRotation = Quaternion.Lerp(transform.localRotation, targetRotation, Time.fixedDeltaTime * leanSpeed); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_54; L_54 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_55; L_55 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_55); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_56; L_56 = Transform_get_localRotation_mA6472AE7509D762965275D79B645A14A9CCF5BE5(L_55, /*hidden argument*/NULL); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_57 = V_0; float L_58; L_58 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_59 = __this->get_leanSpeed_32(); Quaternion_t6D28618CF65156D4A0AD747370DDFD0C514A31B4 L_60; L_60 = Quaternion_Lerp_m052D34B6A82F60FE65722D2B39594B8651E2C79B(L_56, L_57, ((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)), /*hidden argument*/NULL); NullCheck(L_54); Transform_set_localRotation_m1A9101457EC4653AFC93FCC4065A29F2C78FA62C(L_54, L_60, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeMovement::FixedUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_FixedUpdate_mEAE4715CBFA5820826E5B7CDDD666F28B05E78B1 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { { // base.FixedUpdate(); EnemyMovement_FixedUpdate_mDA673321C9B1060802BBDD41752D1BFA7504877E(__this, /*hidden argument*/NULL); // rb.AddForce(GetLateralForceDirection()); Rigidbody_t101F2E2F9F16E765A77429B2DE4527D2047A887A * L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rb_13(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_1; L_1 = HoverBikeMovement_GetLateralForceDirection_m4A9422D606398A607B3C245675A83B5AB4C0C374(__this, /*hidden argument*/NULL); NullCheck(L_0); Rigidbody_AddForce_mDFB0D57C25682B826999B0074F5C0FD399C6401D(L_0, L_1, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikeMovement::AimedAtCheck(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_AimedAtCheck_m35DDA5B9C8378AD7FD795A23C04536FF90B2EBDC (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, bool ___aimedAt0, const RuntimeMethod* method) { { // if (aimedAt) bool L_0 = ___aimedAt0; if (!L_0) { goto IL_000a; } } { // BeingAimedAt = aimedAt; bool L_1 = ___aimedAt0; EnemyMovement_set_BeingAimedAt_mA2C99CCE576FF204C68B5130AAD995AB62E55A81_inline(__this, L_1, /*hidden argument*/NULL); } IL_000a: { // } return; } } // System.Single HoverBikeMovement::GetSpeedTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float HoverBikeMovement_GetSpeedTarget_m1037B4BA9AFC0B7343A9D7A34EB8BEB9AE8C84FD (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; bool V_2 = false; { // float targetSpeed = follower.speed; Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 * L_0 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_follower_14(); NullCheck(L_0); float L_1 = L_0->get_speed_5(); V_0 = L_1; // if (Dying) bool L_2; L_2 = HoverBikeMovement_get_Dying_m8FB5709172F05C1E92818ADBC028B7311E1CB5D0_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_001b; } } { // return maxSpeed; float L_3 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); return L_3; } IL_001b: { // if (!animController.Grounded) HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_4 = __this->get_animController_29(); NullCheck(L_4); bool L_5; L_5 = HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0054; } } { // float targetForward = forwardDistance - relativeMoveTarget.z; float L_6; L_6 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_7 = __this->get_address_of_relativeMoveTarget_56(); float L_8 = L_7->get_z_4(); V_1 = ((float)il2cpp_codegen_subtract((float)L_6, (float)L_8)); // targetSpeed = Player.Follower.speed - targetForward * reactSpeed; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_9; L_9 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_9); float L_10 = ((Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 *)L_9)->get_speed_5(); float L_11 = V_1; float L_12 = __this->get_reactSpeed_41(); V_0 = ((float)il2cpp_codegen_subtract((float)L_10, (float)((float)il2cpp_codegen_multiply((float)L_11, (float)L_12)))); // } goto IL_00f8; } IL_0054: { // bool isClear = Mathf.Abs(rightDistance) >= sideClearance; float L_13 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); float L_14; L_14 = fabsf(L_13); float L_15 = __this->get_sideClearance_45(); V_2 = (bool)((((int32_t)((!(((float)L_14) >= ((float)L_15)))? 1 : 0)) == ((int32_t)0))? 1 : 0); // if (forwardDistance > leadDistance) float L_16; L_16 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_17 = __this->get_leadDistance_47(); if ((!(((float)L_16) > ((float)L_17)))) { goto IL_009b; } } { // targetSpeed = Player.Follower.speed - (forwardDistance - leadDistance) / nearTargetEasing; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_18; L_18 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_18); float L_19 = ((Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 *)L_18)->get_speed_5(); float L_20; L_20 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_21 = __this->get_leadDistance_47(); float L_22 = __this->get_nearTargetEasing_49(); V_0 = ((float)il2cpp_codegen_subtract((float)L_19, (float)((float)((float)((float)il2cpp_codegen_subtract((float)L_20, (float)L_21))/(float)L_22)))); // } goto IL_00f8; } IL_009b: { // else if (forwardDistance > 0 || isClear) float L_23; L_23 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); bool L_24 = V_2; if (!((int32_t)((int32_t)((((float)L_23) > ((float)(0.0f)))? 1 : 0)|(int32_t)L_24))) { goto IL_00b5; } } { // targetSpeed = maxSpeed; float L_25 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); V_0 = L_25; // } goto IL_00f8; } IL_00b5: { // if (forwardDistance > -tailgateDistance) float L_26; L_26 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_27 = __this->get_tailgateDistance_48(); if ((!(((float)L_26) > ((float)((-L_27)))))) { goto IL_00d8; } } { // targetSpeed = Player.Follower.speed + forwardDistance; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_28; L_28 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_28); float L_29 = ((Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 *)L_28)->get_speed_5(); float L_30; L_30 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); V_0 = ((float)il2cpp_codegen_add((float)L_29, (float)L_30)); // } goto IL_00f8; } IL_00d8: { // targetSpeed = Player.Follower.speed - (forwardDistance + tailgateDistance) / nearTargetEasing; IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); PlayerFollower_t91D6B76C915C91145F67516C78862FDC63689006 * L_31; L_31 = Player_get_Follower_mAE69E02FF37B3EBA4A3C9E3A94E51D297AE6B04F(/*hidden argument*/NULL); NullCheck(L_31); float L_32 = ((Follower_tBD5D325DCE8BA2003BA19E036BB1DFD946B0BC33 *)L_31)->get_speed_5(); float L_33; L_33 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_34 = __this->get_tailgateDistance_48(); float L_35 = __this->get_nearTargetEasing_49(); V_0 = ((float)il2cpp_codegen_subtract((float)L_32, (float)((float)((float)((float)il2cpp_codegen_add((float)L_33, (float)L_34))/(float)L_35)))); } IL_00f8: { // if (targetSpeed > maxSpeed) float L_36 = V_0; float L_37 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); if ((!(((float)L_36) > ((float)L_37)))) { goto IL_010a; } } { // targetSpeed = maxSpeed; float L_38 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_maxSpeed_7(); V_0 = L_38; // } goto IL_011a; } IL_010a: { // else if (targetSpeed < minSpeed) float L_39 = V_0; float L_40 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_minSpeed_8(); if ((!(((float)L_39) < ((float)L_40)))) { goto IL_011a; } } { // targetSpeed = minSpeed; float L_41 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_minSpeed_8(); V_0 = L_41; } IL_011a: { // return targetSpeed; float L_42 = V_0; return L_42; } } // UnityEngine.Vector3 HoverBikeMovement::GetLateralForceDirection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E HoverBikeMovement_GetLateralForceDirection_m4A9422D606398A607B3C245675A83B5AB4C0C374 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; float G_B19_0 = 0.0f; float G_B18_0 = 0.0f; float G_B20_0 = 0.0f; float G_B20_1 = 0.0f; float G_B24_0 = 0.0f; float G_B23_0 = 0.0f; float G_B25_0 = 0.0f; float G_B25_1 = 0.0f; { // float upDist = relativeMoveTarget.y - transform.localPosition.y; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_0 = __this->get_address_of_relativeMoveTarget_56(); float L_1 = L_0->get_y_3(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_2; L_2 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_2); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3; L_3 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_2, /*hidden argument*/NULL); float L_4 = L_3.get_y_3(); V_0 = ((float)il2cpp_codegen_subtract((float)L_1, (float)L_4)); // float rightDist = relativeMoveTarget.x - transform.localPosition.x; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E * L_5 = __this->get_address_of_relativeMoveTarget_56(); float L_6 = L_5->get_x_2(); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_7; L_7 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_7); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8; L_8 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_7, /*hidden argument*/NULL); float L_9 = L_8.get_x_2(); V_1 = ((float)il2cpp_codegen_subtract((float)L_6, (float)L_9)); // if(animController.IsStrafing) HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_10 = __this->get_animController_29(); NullCheck(L_10); bool L_11; L_11 = HoverBikeAnimationController_get_IsStrafing_m04F4A9937CCA8371375FEE0C0C168A90C093EFBB_inline(L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_00a9; } } { // if (!animController.Grounded) HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_12 = __this->get_animController_29(); NullCheck(L_12); bool L_13; L_13 = HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_007d; } } { // rightDist = Mathf.Clamp( -rightDistance + AERIAL_FIRE_X_OFFSET, -1f, 1f) * aerialStrafeLateralDampening; float L_14 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); float L_15; L_15 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(((float)il2cpp_codegen_add((float)((-L_14)), (float)(-0.5f))), (-1.0f), (1.0f), /*hidden argument*/NULL); float L_16 = __this->get_aerialStrafeLateralDampening_43(); V_1 = ((float)il2cpp_codegen_multiply((float)L_15, (float)L_16)); // } goto IL_03a6; } IL_007d: { // rightDist = 0f; V_1 = (0.0f); // upDist = Mathf.Clamp(-transform.localPosition.y, -1f, 1f); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_17; L_17 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_17); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18; L_18 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_17, /*hidden argument*/NULL); float L_19 = L_18.get_y_3(); float L_20; L_20 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(((-L_19)), (-1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_20; // } goto IL_03a6; } IL_00a9: { // else if (!animController.Grounded) HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_21 = __this->get_animController_29(); NullCheck(L_21); bool L_22; L_22 = HoverBikeAnimationController_get_Grounded_m9F4601F9576463FC0FD465E0786716B22F2CA94C(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_00dd; } } { // rightDist = Mathf.Clamp(rightDist, -1f, 1f); float L_23 = V_1; float L_24; L_24 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(L_23, (-1.0f), (1.0f), /*hidden argument*/NULL); V_1 = L_24; // upDist = Mathf.Clamp(upDist, -1f, 1f); float L_25 = V_0; float L_26; L_26 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(L_25, (-1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_26; // } goto IL_03a6; } IL_00dd: { // else if (RoadCenterDistance > (Player.MaxSideDistance - edgeAvoidDistance)) float L_27; L_27 = EnemyMovement_get_RoadCenterDistance_mDCF2FB4A96EFBE7D03A6911AFB7A986C87F77494_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_28; L_28 = Player_get_MaxSideDistance_m8C1AB504AAAC6159510EBC2CF51AF11BF96B0B73(/*hidden argument*/NULL); float L_29 = __this->get_edgeAvoidDistance_52(); if ((!(((float)L_27) > ((float)((float)il2cpp_codegen_subtract((float)L_28, (float)L_29)))))) { goto IL_011f; } } { // rightDist = Mathf.Lerp(rightDist, -1f, Time.fixedDeltaTime * reactSpeed); float L_30 = V_1; float L_31; L_31 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_32 = __this->get_reactSpeed_41(); float L_33; L_33 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_30, (-1.0f), ((float)il2cpp_codegen_multiply((float)L_31, (float)L_32)), /*hidden argument*/NULL); V_1 = L_33; // upDist = Mathf.Clamp(upDist, -1f, 1f); float L_34 = V_0; float L_35; L_35 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(L_34, (-1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_35; // } goto IL_03a6; } IL_011f: { // else if (RoadCenterDistance < -(Player.MaxSideDistance - edgeAvoidDistance)) float L_36; L_36 = EnemyMovement_get_RoadCenterDistance_mDCF2FB4A96EFBE7D03A6911AFB7A986C87F77494_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_37; L_37 = Player_get_MaxSideDistance_m8C1AB504AAAC6159510EBC2CF51AF11BF96B0B73(/*hidden argument*/NULL); float L_38 = __this->get_edgeAvoidDistance_52(); if ((!(((float)L_36) < ((float)((-((float)il2cpp_codegen_subtract((float)L_37, (float)L_38)))))))) { goto IL_0162; } } { // rightDist = Mathf.Lerp(rightDist, 1f, Time.fixedDeltaTime * reactSpeed); float L_39 = V_1; float L_40; L_40 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_41 = __this->get_reactSpeed_41(); float L_42; L_42 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_39, (1.0f), ((float)il2cpp_codegen_multiply((float)L_40, (float)L_41)), /*hidden argument*/NULL); V_1 = L_42; // upDist = Mathf.Clamp(upDist, -1f, 1f); float L_43 = V_0; float L_44; L_44 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(L_43, (-1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_44; // } goto IL_03a6; } IL_0162: { // upDist = Mathf.Clamp(-transform.localPosition.y, -1f, 1f); //move to ground Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_45; L_45 = Component_get_transform_mE8496EBC45BEB1BADB5F314960F1DF1C952FA11F(__this, /*hidden argument*/NULL); NullCheck(L_45); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_46; L_46 = Transform_get_localPosition_m527B8B5B625DA9A61E551E0FBCD3BE8CA4539FC2(L_45, /*hidden argument*/NULL); float L_47 = L_46.get_y_3(); float L_48; L_48 = Mathf_Clamp_m5EA831B060853D4246B8394A30599A0021F80AFF(((-L_47)), (-1.0f), (1.0f), /*hidden argument*/NULL); V_0 = L_48; // if (Mathf.Abs(forwardDistance - aheadOffset) > maxAlongsidedness) float L_49; L_49 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); float L_50 = __this->get_aheadOffset_46(); float L_51; L_51 = fabsf(((float)il2cpp_codegen_subtract((float)L_49, (float)L_50))); float L_52 = __this->get_maxAlongsidedness_44(); if ((!(((float)L_51) > ((float)L_52)))) { goto IL_038e; } } { // if (forwardDistance > 0) float L_53; L_53 = EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline(__this, /*hidden argument*/NULL); if ((!(((float)L_53) > ((float)(0.0f))))) { goto IL_02b8; } } { // if (RoadCenterDistance > (Player.MaxSideDistance - edgeAvoidDistance)) float L_54; L_54 = EnemyMovement_get_RoadCenterDistance_mDCF2FB4A96EFBE7D03A6911AFB7A986C87F77494_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_55; L_55 = Player_get_MaxSideDistance_m8C1AB504AAAC6159510EBC2CF51AF11BF96B0B73(/*hidden argument*/NULL); float L_56 = __this->get_edgeAvoidDistance_52(); if ((!(((float)L_54) > ((float)((float)il2cpp_codegen_subtract((float)L_55, (float)L_56)))))) { goto IL_01e1; } } { // rightDist = Mathf.Lerp(rightDist, -1f, Time.fixedDeltaTime * reactSpeed); float L_57 = V_1; float L_58; L_58 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_59 = __this->get_reactSpeed_41(); float L_60; L_60 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_57, (-1.0f), ((float)il2cpp_codegen_multiply((float)L_58, (float)L_59)), /*hidden argument*/NULL); V_1 = L_60; // } goto IL_03a6; } IL_01e1: { // else if (RoadCenterDistance < -(Player.MaxSideDistance - edgeAvoidDistance)) float L_61; L_61 = EnemyMovement_get_RoadCenterDistance_mDCF2FB4A96EFBE7D03A6911AFB7A986C87F77494_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_62; L_62 = Player_get_MaxSideDistance_m8C1AB504AAAC6159510EBC2CF51AF11BF96B0B73(/*hidden argument*/NULL); float L_63 = __this->get_edgeAvoidDistance_52(); if ((!(((float)L_61) < ((float)((-((float)il2cpp_codegen_subtract((float)L_62, (float)L_63)))))))) { goto IL_0213; } } { // rightDist = Mathf.Lerp(rightDist, 1f, Time.fixedDeltaTime * reactSpeed); float L_64 = V_1; float L_65; L_65 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_66 = __this->get_reactSpeed_41(); float L_67; L_67 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_64, (1.0f), ((float)il2cpp_codegen_multiply((float)L_65, (float)L_66)), /*hidden argument*/NULL); V_1 = L_67; // } goto IL_03a6; } IL_0213: { // if (Mathf.Abs(rightDistance) < lateralAvoidMin) float L_68 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); float L_69; L_69 = fabsf(L_68); float L_70 = __this->get_lateralAvoidMin_50(); if ((!(((float)L_69) < ((float)L_70)))) { goto IL_0257; } } { // rightDist = Mathf.Lerp(rightDist, rightDistance > 0 ? 1f : -1f, Time.fixedDeltaTime * reactSpeed); float L_71 = V_1; float L_72 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); G_B18_0 = L_71; if ((((float)L_72) > ((float)(0.0f)))) { G_B19_0 = L_71; goto IL_023b; } } { G_B20_0 = (-1.0f); G_B20_1 = G_B18_0; goto IL_0240; } IL_023b: { G_B20_0 = (1.0f); G_B20_1 = G_B19_0; } IL_0240: { float L_73; L_73 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_74 = __this->get_reactSpeed_41(); float L_75; L_75 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(G_B20_1, G_B20_0, ((float)il2cpp_codegen_multiply((float)L_73, (float)L_74)), /*hidden argument*/NULL); V_1 = L_75; // } goto IL_03a6; } IL_0257: { // else if (Mathf.Abs(rightDistance) > lateralAvoidMax) float L_76 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); float L_77; L_77 = fabsf(L_76); float L_78 = __this->get_lateralAvoidMax_51(); if ((!(((float)L_77) > ((float)L_78)))) { goto IL_029b; } } { // rightDist = Mathf.Lerp(rightDist, rightDistance > 0 ? -1f : 1f, Time.fixedDeltaTime * reactSpeed); float L_79 = V_1; float L_80 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); G_B23_0 = L_79; if ((((float)L_80) > ((float)(0.0f)))) { G_B24_0 = L_79; goto IL_027f; } } { G_B25_0 = (1.0f); G_B25_1 = G_B23_0; goto IL_0284; } IL_027f: { G_B25_0 = (-1.0f); G_B25_1 = G_B24_0; } IL_0284: { float L_81; L_81 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_82 = __this->get_reactSpeed_41(); float L_83; L_83 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(G_B25_1, G_B25_0, ((float)il2cpp_codegen_multiply((float)L_81, (float)L_82)), /*hidden argument*/NULL); V_1 = L_83; // } goto IL_03a6; } IL_029b: { // rightDist = Mathf.Lerp(rightDist, 0f, Time.fixedDeltaTime * reactSpeed); float L_84 = V_1; float L_85; L_85 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_86 = __this->get_reactSpeed_41(); float L_87; L_87 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_84, (0.0f), ((float)il2cpp_codegen_multiply((float)L_85, (float)L_86)), /*hidden argument*/NULL); V_1 = L_87; // } goto IL_03a6; } IL_02b8: { // if (Mathf.Abs(rightDistance) >= sideClearance) float L_88 = ((EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 *)__this)->get_rightDistance_16(); float L_89; L_89 = fabsf(L_88); float L_90 = __this->get_sideClearance_45(); if ((!(((float)L_89) >= ((float)L_90)))) { goto IL_02e8; } } { // rightDist = Mathf.Lerp(rightDist, 0f, Time.fixedDeltaTime * reactSpeed); float L_91 = V_1; float L_92; L_92 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_93 = __this->get_reactSpeed_41(); float L_94; L_94 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_91, (0.0f), ((float)il2cpp_codegen_multiply((float)L_92, (float)L_93)), /*hidden argument*/NULL); V_1 = L_94; // } goto IL_03a6; } IL_02e8: { // else if (Mathf.Abs(Player.RoadCenterDistance) > CENTRAL_PASSING_DEADZONE) IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_95; L_95 = Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21(/*hidden argument*/NULL); float L_96; L_96 = fabsf(L_95); if ((!(((float)L_96) > ((float)(3.0f))))) { goto IL_033c; } } { // if (Player.RoadCenterDistance < 0) IL2CPP_RUNTIME_CLASS_INIT(Player_t8467CBEA452A53248E86815C9D60CD495A3F3D40_il2cpp_TypeInfo_var); float L_97; L_97 = Player_get_RoadCenterDistance_mBC08C86A1C4753AAF5559F2CF2AB5E63390FDF21(/*hidden argument*/NULL); if ((!(((float)L_97) < ((float)(0.0f))))) { goto IL_0322; } } { // rightDist = Mathf.Lerp(rightDist, 1f, Time.fixedDeltaTime * reactSpeed); float L_98 = V_1; float L_99; L_99 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_100 = __this->get_reactSpeed_41(); float L_101; L_101 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_98, (1.0f), ((float)il2cpp_codegen_multiply((float)L_99, (float)L_100)), /*hidden argument*/NULL); V_1 = L_101; // } goto IL_03a6; } IL_0322: { // rightDist = Mathf.Lerp(rightDist, -1f, Time.fixedDeltaTime * reactSpeed); float L_102 = V_1; float L_103; L_103 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_104 = __this->get_reactSpeed_41(); float L_105; L_105 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_102, (-1.0f), ((float)il2cpp_codegen_multiply((float)L_103, (float)L_104)), /*hidden argument*/NULL); V_1 = L_105; // } goto IL_03a6; } IL_033c: { // if (rightDist == 0) float L_106 = V_1; if ((!(((float)L_106) == ((float)(0.0f))))) { goto IL_03a6; } } { // if (Random.Range(-1f, 1f) < 0) float L_107; L_107 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5((-1.0f), (1.0f), /*hidden argument*/NULL); if ((!(((float)L_107) < ((float)(0.0f))))) { goto IL_0374; } } { // rightDist = Mathf.Lerp(rightDist, -1f, Time.fixedDeltaTime * reactSpeed); float L_108 = V_1; float L_109; L_109 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_110 = __this->get_reactSpeed_41(); float L_111; L_111 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_108, (-1.0f), ((float)il2cpp_codegen_multiply((float)L_109, (float)L_110)), /*hidden argument*/NULL); V_1 = L_111; // } goto IL_03a6; } IL_0374: { // rightDist = Mathf.Lerp(rightDist, 1f, Time.fixedDeltaTime * reactSpeed); float L_112 = V_1; float L_113; L_113 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_114 = __this->get_reactSpeed_41(); float L_115; L_115 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_112, (1.0f), ((float)il2cpp_codegen_multiply((float)L_113, (float)L_114)), /*hidden argument*/NULL); V_1 = L_115; // } goto IL_03a6; } IL_038e: { // rightDist = Mathf.Lerp(rightDist, 0f, Time.fixedDeltaTime * reactSpeed); float L_116 = V_1; float L_117; L_117 = Time_get_fixedDeltaTime_m4F02C3AE3A27A629B120B28139C1875CD5978688(/*hidden argument*/NULL); float L_118 = __this->get_reactSpeed_41(); float L_119; L_119 = Mathf_Lerp_m04D5C368C4E4F1AB78230C6809A6651951A52C86(L_116, (0.0f), ((float)il2cpp_codegen_multiply((float)L_117, (float)L_118)), /*hidden argument*/NULL); V_1 = L_119; } IL_03a6: { // animController.Turning(rightDist); HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * L_120 = __this->get_animController_29(); float L_121 = V_1; NullCheck(L_120); HoverBikeAnimationController_Turning_m1FED9638241080D8A4C8A75916B2E1EAE91E349D(L_120, L_121, /*hidden argument*/NULL); // return CalculateLateralForce(rightDist, upDist); float L_122 = V_1; float L_123 = V_0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_124; L_124 = EnemyMovement_CalculateLateralForce_m726787196D186FA59F96ED94F9D16AC22FF2DBA2(__this, L_122, L_123, /*hidden argument*/NULL); return L_124; } } // System.Void HoverBikeMovement::SetNewMoveTarget() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement_SetNewMoveTarget_m221C9FA59663E549B9436226026A4AE687F643A2 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { { // relativeMoveTarget = new Vector3(Random.Range(-furthestOutside, furthestOutside), Random.Range(minHeight, maxHeight), Random.Range(closestIn, farthestOut)); float L_0 = __this->get_furthestOutside_36(); float L_1 = __this->get_furthestOutside_36(); float L_2; L_2 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(((-L_0)), L_1, /*hidden argument*/NULL); float L_3 = __this->get_minHeight_34(); float L_4 = __this->get_maxHeight_35(); float L_5; L_5 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_3, L_4, /*hidden argument*/NULL); float L_6 = __this->get_closestIn_37(); float L_7 = __this->get_farthestOut_38(); float L_8; L_8 = Random_Range_mA944A98B82AFE4D46D05EF533ED0068148EFAEA5(L_6, L_7, /*hidden argument*/NULL); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), L_2, L_5, L_8, /*hidden argument*/NULL); __this->set_relativeMoveTarget_56(L_9); // } return; } } // System.Void HoverBikeMovement::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikeMovement__ctor_m7555513A0C2C7B5C3D230EC209B9D5DA153BCD97 (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { { // public float maximumLean = 14f; __this->set_maximumLean_30((14.0f)); // public float minLeanThreshold = 5f; __this->set_minLeanThreshold_31((5.0f)); // public float leanSpeed = 2.5f; __this->set_leanSpeed_32((2.5f)); // public float lateralLeanIntensity = 3f; __this->set_lateralLeanIntensity_33((3.0f)); // public float minHeight = 15f; __this->set_minHeight_34((15.0f)); // public float maxHeight = 20f; __this->set_maxHeight_35((20.0f)); // public float furthestOutside = 10f; __this->set_furthestOutside_36((10.0f)); // public float closestIn = 30f; __this->set_closestIn_37((30.0f)); // public float farthestOut = 40f; __this->set_farthestOut_38((40.0f)); // public float aimReactTime = 0.25f; __this->set_aimReactTime_39((0.25f)); // public float aimResetTime = 0.25f; __this->set_aimResetTime_40((0.25f)); // public float reactSpeed = 1f; __this->set_reactSpeed_41((1.0f)); // public float aerialStrafeLateralDampening = 0.5f; __this->set_aerialStrafeLateralDampening_43((0.5f)); // public float maxAlongsidedness = 2f; __this->set_maxAlongsidedness_44((2.0f)); // public float sideClearance = 2f; __this->set_sideClearance_45((2.0f)); // public float aheadOffset = 2.5f; __this->set_aheadOffset_46((2.5f)); // public float leadDistance = 20f; __this->set_leadDistance_47((20.0f)); // public float tailgateDistance = 8f; __this->set_tailgateDistance_48((8.0f)); // public float nearTargetEasing = 5f; __this->set_nearTargetEasing_49((5.0f)); // public float lateralAvoidMin = 2f; __this->set_lateralAvoidMin_50((2.0f)); // public float lateralAvoidMax = 4f; __this->set_lateralAvoidMax_51((4.0f)); // public float edgeAvoidDistance = 2.5f; __this->set_edgeAvoidDistance_52((2.5f)); EnemyMovement__ctor_m9C38EFB199A9FE920757F3005138D6C8E6260B90(__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 HoverBikePartManager::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikePartManager_Awake_m96693E429F52DFD26B381B51AA0EB2E3E122DB65 (HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponents_TisHoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B_m35E530258D1BF6DF1F71997D87B49CD256E8DFD5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // movers = moveModeContainer.GetComponents(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_moveModeContainer_11(); NullCheck(L_0); HoverBikeMovementU5BU5D_tF83BFCE5DB5490509DDF6AD0E65E84C8D8D04381* L_1; L_1 = GameObject_GetComponents_TisHoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B_m35E530258D1BF6DF1F71997D87B49CD256E8DFD5(L_0, /*hidden argument*/GameObject_GetComponents_TisHoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B_m35E530258D1BF6DF1F71997D87B49CD256E8DFD5_RuntimeMethod_var); __this->set_movers_15(L_1); // } return; } } // System.Void HoverBikePartManager::ConfigureByName(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikePartManager_ConfigureByName_m7F2A5F845C16C83521D9877245FDF9D427CF44D5 (HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * __this, String_t* ___name0, bool ___awardsPoints1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponents_TisHoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A_m2269277DC3C06B4C10176CF82AE2022550D9474C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F* V_0 = NULL; int32_t V_1 = 0; HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * V_2 = NULL; HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * G_B4_0 = NULL; HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * G_B3_0 = NULL; int32_t G_B5_0 = 0; HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * G_B5_1 = NULL; { // base.ConfigureByName(name, awardsPoints); String_t* L_0 = ___name0; bool L_1 = ___awardsPoints1; EnemyPartManager_ConfigureByName_m12A0C54C62AB45288E8988C7503C539F0B7820F6(__this, L_0, L_1, /*hidden argument*/NULL); // HoverBikeConfiguration[] configurations = GetComponents(); HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F* L_2; L_2 = Component_GetComponents_TisHoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A_m2269277DC3C06B4C10176CF82AE2022550D9474C(__this, /*hidden argument*/Component_GetComponents_TisHoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A_m2269277DC3C06B4C10176CF82AE2022550D9474C_RuntimeMethod_var); // foreach (HoverBikeConfiguration configuration in configurations) V_0 = L_2; V_1 = 0; goto IL_0048; } IL_0013: { // foreach (HoverBikeConfiguration configuration in configurations) HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F* L_3 = V_0; int32_t L_4 = V_1; NullCheck(L_3); int32_t L_5 = L_4; HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * L_6 = (L_3)->GetAt(static_cast(L_5)); V_2 = L_6; // if (configuration.configName == name) HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * L_7 = V_2; NullCheck(L_7); String_t* L_8 = ((EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 *)L_7)->get_configName_4(); String_t* L_9 = ___name0; bool L_10; L_10 = String_op_Equality_m50B3548E4AC232558190B0052877B290AA1D436A(L_8, L_9, /*hidden argument*/NULL); if (!L_10) { goto IL_0044; } } { // AssignWeapons(configuration.weapons); HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * L_11 = V_2; NullCheck(L_11); int32_t L_12 = L_11->get_weapons_6(); HoverBikePartManager_AssignWeapons_m845ED8FC1E3724EFF282C6BFD0665F54F4FDC656(__this, L_12, /*hidden argument*/NULL); // pointValue = awardsPoints ? configuration.pointValue : 0; bool L_13 = ___awardsPoints1; G_B3_0 = __this; if (L_13) { G_B4_0 = __this; goto IL_0038; } } { G_B5_0 = 0; G_B5_1 = G_B3_0; goto IL_003e; } IL_0038: { HoverBikeConfiguration_t208E58BB666E10EEAFEC9B55FE3AB0663A19FB6A * L_14 = V_2; NullCheck(L_14); int32_t L_15 = ((EnemyConfiguration_t91159ED23F85D2C3AE26D00F2DDF7A15D5B15986 *)L_14)->get_pointValue_5(); G_B5_0 = L_15; G_B5_1 = G_B4_0; } IL_003e: { NullCheck(G_B5_1); ((EnemyPartManager_t3E52E3841B708FD76D41E27DC62073B59E8E5116 *)G_B5_1)->set_pointValue_10(G_B5_0); // break; return; } IL_0044: { int32_t L_16 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)); } IL_0048: { // foreach (HoverBikeConfiguration configuration in configurations) int32_t L_17 = V_1; HoverBikeConfigurationU5BU5D_t9A1A4F93562332FA2D0C097D4D41CEAA8F7C749F* L_18 = V_0; NullCheck(L_18); if ((((int32_t)L_17) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))) { goto IL_0013; } } { // } return; } } // System.Void HoverBikePartManager::AssignWeapons(HoverBikeWeapons) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikePartManager_AssignWeapons_m845ED8FC1E3724EFF282C6BFD0665F54F4FDC656 (HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * __this, int32_t ___weapons0, const RuntimeMethod* method) { { // rollers.SetActive((weapons & HoverBikeWeapons.Roller) != 0); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_rollers_14(); int32_t L_1 = ___weapons0; NullCheck(L_0); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_0, (bool)((!(((uint32_t)((int32_t)((int32_t)L_1&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0), /*hidden argument*/NULL); // if ((weapons & HoverBikeWeapons.Mines) != 0) int32_t L_2 = ___weapons0; if (!((int32_t)((int32_t)L_2&(int32_t)1))) { goto IL_0023; } } { // mineLayer.SetActive(true); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_3 = __this->get_mineLayer_12(); NullCheck(L_3); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_3, (bool)1, /*hidden argument*/NULL); // } return; } IL_0023: { // mineLayer.SetActive(false); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_4 = __this->get_mineLayer_12(); NullCheck(L_4); GameObject_SetActive_mCF1EEF2A314F3AE85DA581FF52EB06ACEF2FFF86(L_4, (bool)0, /*hidden argument*/NULL); // mineCap.transform.localEulerAngles = new Vector3(mineCap.transform.localEulerAngles.x, 180f, mineCap.transform.localEulerAngles.z); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_5 = __this->get_mineCap_13(); NullCheck(L_5); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_6; L_6 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_5, /*hidden argument*/NULL); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_7 = __this->get_mineCap_13(); NullCheck(L_7); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_8; L_8 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_7, /*hidden argument*/NULL); NullCheck(L_8); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; L_9 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_8, /*hidden argument*/NULL); float L_10 = L_9.get_x_2(); GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_11 = __this->get_mineCap_13(); NullCheck(L_11); Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_12; L_12 = GameObject_get_transform_m16A80BB92B6C8C5AB696E447014D45EDF1E4DE34(L_11, /*hidden argument*/NULL); NullCheck(L_12); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13; L_13 = Transform_get_localEulerAngles_m4C442107F523737ADAB54855FDC1777A9B71D545(L_12, /*hidden argument*/NULL); float L_14 = L_13.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_15; memset((&L_15), 0, sizeof(L_15)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_15), L_10, (180.0f), L_14, /*hidden argument*/NULL); NullCheck(L_6); Transform_set_localEulerAngles_mB63076996124DC76E6902A81677A6E3C814C693B(L_6, L_15, /*hidden argument*/NULL); // } return; } } // System.Void HoverBikePartManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HoverBikePartManager__ctor_m17AB0FF14768A5E571F4346918881509991F597A (HoverBikePartManager_tB25DC84DBDE66D48399108D0442005EF6D075E13 * __this, const RuntimeMethod* method) { { EnemyPartManager__ctor_m5279A67DD054B7F814C9CFAE7DC27F7DC3D96A08(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 * __this, float ___x0, float ___y1, const RuntimeMethod* method) { { float L_0 = ___x0; __this->set_x_0(L_0); float L_1 = ___y1; __this->set_y_1(L_1); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m06DD6079C6317F9A4D889EE4D22C4AED1E438E3B_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_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 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Subtraction_mF24598FCCA1D06E65CA6DAFF4F0F6E1667336722_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___b1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___a0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___b1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___a0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___b1; float L_11 = L_10.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_12; memset((&L_12), 0, sizeof(L_12)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_12), ((float)il2cpp_codegen_subtract((float)L_1, (float)L_3)), ((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), ((float)il2cpp_codegen_subtract((float)L_9, (float)L_11)), /*hidden argument*/NULL); V_0 = L_12; goto IL_0030; } IL_0030: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = V_0; return L_13; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Division_mBA12D08F4D51A4BC2E9841D42591B6208FF4B12E_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, float ___d1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a0; float L_1 = L_0.get_x_2(); float L_2 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a0; float L_4 = L_3.get_y_3(); float L_5 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_z_4(); float L_8 = ___d1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)((float)L_1/(float)L_2)), ((float)((float)L_4/(float)L_5)), ((float)((float)L_7/(float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_m81A33FB5E8269E1A21554ECCB1639019C708A1CF_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___lhs0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___rhs1, const RuntimeMethod* method) { float V_0 = 0.0f; { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___lhs0; float L_1 = L_0.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___rhs1; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___lhs0; float L_5 = L_4.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___rhs1; float L_7 = L_6.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_8 = ___lhs0; float L_9 = L_8.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = ___rhs1; float L_11 = L_10.get_z_4(); V_0 = ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_1, (float)L_3)), (float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_7)))), (float)((float)il2cpp_codegen_multiply((float)L_9, (float)L_11)))); goto IL_002d; } IL_002d: { float L_12 = V_0; return L_12; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float EnemyMovement_get_forwardDistance_m33610B135099A47B0B7BC0729C3E2148219DC654_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method) { { // public float forwardDistance { get; set; } //positive = enemy in front, negative = enemy behind float L_0 = __this->get_U3CforwardDistanceU3Ek__BackingField_12(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HammerheadMovement_get_CurrentGoal_m919961177B48B65E8C52099AE5AAABC7EC090476_inline (HammerheadMovement_tE52B66C23611B5E96A598E18272BE532AEAEC59B * __this, const RuntimeMethod* method) { { // return currentGoal; int32_t L_0 = __this->get_currentGoal_61(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BossPhaseController_get_CurrentPhase_mD5E6FC4262A6C930CE437318456B422C2CF58186_inline (BossPhaseController_t3A0EC96C61A3B6F29482D8EF9D81C948B600BF53 * __this, const RuntimeMethod* method) { { // public int CurrentPhase { get; private set; } = 0; int32_t L_0 = __this->get_U3CCurrentPhaseU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_SwapLocked_m4E6BFF002225BAFC951803E563F2CEC77D7227D4_inline (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool SwapLocked { get; set; } = false; bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->set_U3CSwapLockedU3Ek__BackingField_56(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * Hand_get_ClosestTouched_m973A039BFEC355283BDB7F8344BA93D96B2C86C1_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public GameObject ClosestTouched { get; protected set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = __this->get_U3CClosestTouchedU3Ek__BackingField_54(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_PrimaryButtonPressed_m4946238FBD23EF7CC1966614657772887B294D5D_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool PrimaryButtonPressed { get; protected set; } bool L_0 = __this->get_U3CPrimaryButtonPressedU3Ek__BackingField_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_SecondaryButtonPressed_m82B0AE8C4467C807C11614FAFC70002380DD8DAF_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool SecondaryButtonPressed { get; protected set; } bool L_0 = __this->get_U3CSecondaryButtonPressedU3Ek__BackingField_20(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * Sidearm_get_Handlegun_m28DC31DD9DAE75695EB6ABAC596BD89E6C3B27E1_inline (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method) { { // public Handlegun Handlegun { get; private set; } Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * L_0 = __this->get_U3CHandlegunU3Ek__BackingField_95(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_PrimaryButtonReleased_m684D33C22DFAE167CF1C96D64C5F2DEA02DDF11E_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool PrimaryButtonReleased { get; protected set; } bool L_0 = __this->get_U3CPrimaryButtonReleasedU3Ek__BackingField_19(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * Interactable_get_Actor_mBCB3F4225E88B153999058C78E90C17C03199434_inline (Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * __this, const RuntimeMethod* method) { { // public Hand Actor { get; set; } Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0 = __this->get_U3CActorU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_SecondaryButtonReleased_m66E0B604306040718ECF6F2B2D861C445BB1E289_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool SecondaryButtonReleased { get; protected set; } bool L_0 = __this->get_U3CSecondaryButtonReleasedU3Ek__BackingField_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_ThumbstickPressed_m928771C2D852E29693815C122E6023A22CECE555_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public bool ThumbstickPressed { get; protected set; } bool L_0 = __this->get_U3CThumbstickPressedU3Ek__BackingField_23(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_SwapLocked_m4E02D804A249773CB872EC6BE7E214584F0F4F23_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool SwapLocked { get; set; } = false; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_U3CSwapLockedU3Ek__BackingField_56(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Hand_get_HoldLock_mF5F8094BBC41B20B27AA38805D82989C2EED01B3_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool HoldLock { get; set; } = false; IL2CPP_RUNTIME_CLASS_INIT(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var); bool L_0 = ((Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_StaticFields*)il2cpp_codegen_static_fields_for(Hand_t2FA8371777F29091509531FD8A7A800DCECCA921_il2cpp_TypeInfo_var))->get_U3CHoldLockU3Ek__BackingField_55(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ClosestTouched_m16A7B697CEB357616B3EA9D7BAF89B0BF8A95BDD_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * ___value0, const RuntimeMethod* method) { { // public GameObject ClosestTouched { get; protected set; } GameObject_tC000A2E1A7CF1E10FD7BA08863287C072207C319 * L_0 = ___value0; __this->set_U3CClosestTouchedU3Ek__BackingField_54(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ThumbstickDirection_mD577B8946AFABEBAF80D53C7BF9EFA7C98F7E4DB_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___value0, const RuntimeMethod* method) { { // public Vector2 ThumbstickDirection { get; protected set; } = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___value0; __this->set_U3CThumbstickDirectionU3Ek__BackingField_22(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_PrimaryButtonPressed_mB914DE4F2637D59148B98A948F3CC3CDA5D8695C_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PrimaryButtonPressed { get; protected set; } bool L_0 = ___value0; __this->set_U3CPrimaryButtonPressedU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_PrimaryButtonReleased_m2FF7CE9E53F721B25B59320B156826E3F3C94498_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool PrimaryButtonReleased { get; protected set; } bool L_0 = ___value0; __this->set_U3CPrimaryButtonReleasedU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_SecondaryButtonPressed_mB0F6AC29BCC38B5F9D7DFD0B05638FA2A04EF04E_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool SecondaryButtonPressed { get; protected set; } bool L_0 = ___value0; __this->set_U3CSecondaryButtonPressedU3Ek__BackingField_20(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_SecondaryButtonReleased_m5D5AA70CE5220AC89CE3CBD59DC3BFE0AFD643BF_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool SecondaryButtonReleased { get; protected set; } bool L_0 = ___value0; __this->set_U3CSecondaryButtonReleasedU3Ek__BackingField_21(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ThumbstickPressed_m992CEF78383DD4C5333FB8E4B3B09C5AB933B021_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool ThumbstickPressed { get; protected set; } bool L_0 = ___value0; __this->set_U3CThumbstickPressedU3Ek__BackingField_23(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Hand_set_ThumbstickReleased_m4069EDC43BE88F6726095F07685A71B3A8C79C39_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool ThumbstickReleased { get; protected set; } bool L_0 = ___value0; __this->set_U3CThumbstickReleasedU3Ek__BackingField_24(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Slomo_get_State_mACC821D06165FA2D531DDFDC923B44F4051B96AA_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return slomoState; IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); int32_t L_0 = ((Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields*)il2cpp_codegen_static_fields_for(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var))->get_slomoState_43(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Handlegun_get_TurnLock_mEE9BA22442ECB164446A5F58A8C049DCB8404AE4_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool TurnLock { get; set; } IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); bool L_0 = ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->get_U3CTurnLockU3Ek__BackingField_43(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Handlegun_set_TurnLock_m38FE8A7B2FDC0FF70D74F4D841026BE884499E7C_inline (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static bool TurnLock { get; set; } bool L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var); ((Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_StaticFields*)il2cpp_codegen_static_fields_for(Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375_il2cpp_TypeInfo_var))->set_U3CTurnLockU3Ek__BackingField_43(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Hand_get_ThumbstickDirection_m37F6ED49DF129EEDE7E72E2115787E9A891A3F37_inline (Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * __this, const RuntimeMethod* method) { { // public Vector2 ThumbstickDirection { get; protected set; } = Vector2.zero; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = __this->get_U3CThumbstickDirectionU3Ek__BackingField_22(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 Vector2_op_Multiply_m5598D6A258A2C8F873CDAB66756553112CD8073A_inline (Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 ___a0, float ___d1, const RuntimeMethod* method) { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 V_0; memset((&V_0), 0, sizeof(V_0)); { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_0 = ___a0; float L_1 = L_0.get_x_0(); float L_2 = ___d1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_3 = ___a0; float L_4 = L_3.get_y_1(); float L_5 = ___d1; Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_6; memset((&L_6), 0, sizeof(L_6)); Vector2__ctor_m9F1F2D5EB5D1FF7091BB527AC8A72CBB309D115E_inline((&L_6), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), /*hidden argument*/NULL); V_0 = L_6; goto IL_0019; } IL_0019: { Vector2_tBB32F2736AEC229A7BFBCE18197EC0F6AC7EC2D9 L_7 = V_0; return L_7; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Pickupable_get_dropped_m3942F0291FF920739183F3DB7A7406C5905E9847_inline (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, const RuntimeMethod* method) { { // public bool dropped { get; protected set; } bool L_0 = __this->get_U3CdroppedU3Ek__BackingField_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Pickupable_set_dropped_m0AD0D1A2157197B70BA9AB65FFE051FCC5D5CB6D_inline (Pickupable_t2909C18FDDA2560321032FFBFF2B150AAF8DB2E0 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool dropped { get; protected set; } bool L_0 = ___value0; __this->set_U3CdroppedU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Handlegun_get_FireLock_mC9A6EE2BBB242F657B8A8567D4B50470736595E4_inline (Handlegun_t2F4F51C561D2B4F338CD15B2083F15718D6E3375 * __this, const RuntimeMethod* method) { { // public bool FireLock { get; set; } bool L_0 = __this->get_U3CFireLockU3Ek__BackingField_42(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Interactable_set_Actor_m824FD0B27772F7CDC175BC36EB32AC982DC3225A_inline (Interactable_t7B3D96CA2D290BC385CEF539DC81227F05ABF5F4 * __this, Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * ___value0, const RuntimeMethod* method) { { // public Hand Actor { get; set; } Hand_t2FA8371777F29091509531FD8A7A800DCECCA921 * L_0 = ___value0; __this->set_U3CActorU3Ek__BackingField_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TurretFireControl_set_FireLocked_mE4B6A930B6D273E44C67C3DA4CDCDFBD7DCF99D7_inline (TurretFireControl_t31AE2F5BB7BB4C5956166D3ECB5D5339517C0C3D * __this, bool ___value0, const RuntimeMethod* method) { { // public bool FireLocked { get; set; } = false; bool L_0 = ___value0; __this->set_U3CFireLockedU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Slomo_get_ModifiedPitch_mA069FD69B917957BB375290556B7426CF9D728C4_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static float ModifiedPitch { get; private set; } = 1f; IL2CPP_RUNTIME_CLASS_INIT(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var); float L_0 = ((Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_StaticFields*)il2cpp_codegen_static_fields_for(Slomo_tE79A389CC590B0626A78B17608EE45F624938CD8_il2cpp_TypeInfo_var))->get_U3CModifiedPitchU3Ek__BackingField_45(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_op_Multiply_m92CBF5B97ECB34A9B802EDD5C4A8187463278560_inline (float ___d0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a1, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_0 = ___a1; float L_1 = L_0.get_x_2(); float L_2 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_3 = ___a1; float L_4 = L_3.get_y_3(); float L_5 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a1; float L_7 = L_6.get_z_4(); float L_8 = ___d0; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9; memset((&L_9), 0, sizeof(L_9)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_9), ((float)il2cpp_codegen_multiply((float)L_1, (float)L_2)), ((float)il2cpp_codegen_multiply((float)L_4, (float)L_5)), ((float)il2cpp_codegen_multiply((float)L_7, (float)L_8)), /*hidden argument*/NULL); V_0 = L_9; goto IL_0021; } IL_0021: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_10 = V_0; return L_10; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E Vector3_Lerp_m5E223DB365EAC8F6625C169E927527FFB8CC88DB_inline (Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___a0, Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E ___b1, float ___t2, const RuntimeMethod* method) { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E V_0; memset((&V_0), 0, sizeof(V_0)); { float L_0 = ___t2; float L_1; L_1 = Mathf_Clamp01_m831CBA1D198C3CDE660E8172A67A4E41BD0D0171(L_0, /*hidden argument*/NULL); ___t2 = L_1; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_2 = ___a0; float L_3 = L_2.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_4 = ___b1; float L_5 = L_4.get_x_2(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_6 = ___a0; float L_7 = L_6.get_x_2(); float L_8 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_9 = ___a0; float L_10 = L_9.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_11 = ___b1; float L_12 = L_11.get_y_3(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_13 = ___a0; float L_14 = L_13.get_y_3(); float L_15 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_16 = ___a0; float L_17 = L_16.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_18 = ___b1; float L_19 = L_18.get_z_4(); Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_20 = ___a0; float L_21 = L_20.get_z_4(); float L_22 = ___t2; Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_23; memset((&L_23), 0, sizeof(L_23)); Vector3__ctor_m57495F692C6CE1CEF278CAD9A98221165D37E636_inline((&L_23), ((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_5, (float)L_7)), (float)L_8)))), ((float)il2cpp_codegen_add((float)L_10, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_12, (float)L_14)), (float)L_15)))), ((float)il2cpp_codegen_add((float)L_17, (float)((float)il2cpp_codegen_multiply((float)((float)il2cpp_codegen_subtract((float)L_19, (float)L_21)), (float)L_22)))), /*hidden argument*/NULL); V_0 = L_23; goto IL_0053; } IL_0053: { Vector3_t65B972D6A585A0A5B63153CF1177A90D3C90D65E L_24 = V_0; return L_24; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Sidearm_get_CurrentPowerUp_m81D592A365C2FF55DF040C6BD013ABBB2474C156_inline (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method) { { // return currentPU; int32_t L_0 = __this->get_currentPU_99(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Sidearm_get_PlayPowerupAudio_m11D98EB4727855E7D8FDEE539E97F4D9676A4419_inline (Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416 * __this, const RuntimeMethod* method) { { // public bool PlayPowerupAudio { get; private set; } bool L_0 = __this->get_U3CPlayPowerupAudioU3Ek__BackingField_100(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * Sidearm_get_LastAimTarget_mC0713945F96F3223B7594F5D10F32BA973C7B767_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public static Transform LastAimTarget { get; protected set; } Transform_tA8193BB29D4D2C7EC04918F3ED1816345186C3F1 * L_0 = ((Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416_StaticFields*)il2cpp_codegen_static_fields_for(Sidearm_t027F945EB9E4910D89E7578EA80370A20E425416_il2cpp_TypeInfo_var))->get_U3CLastAimTargetU3Ek__BackingField_97(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HoverBikeAnimationController_set_IsStrafing_m3DF94BB254AF941102C1D0F64B02C9CA02CE951C_inline (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool IsStrafing { get; private set; } bool L_0 = ___value0; __this->set_U3CIsStrafingU3Ek__BackingField_10(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HoverBikeFireControl_get_GotDestroyed_mD96B9546AA92A58F8178295B6F1DB72D9A4903A9_inline (HoverBikeFireControl_t91D25FC9B5C04B5124C1398FF50268171B5D38B6 * __this, const RuntimeMethod* method) { { // public bool GotDestroyed { get; set; } bool L_0 = __this->get_U3CGotDestroyedU3Ek__BackingField_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EnemyMovement_get_BeingAimedAt_m5BE852E45034CF825FF079AA9E7AA650D28F145C_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method) { { // public bool BeingAimedAt { get; set; } bool L_0 = __this->get_U3CBeingAimedAtU3Ek__BackingField_24(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HoverBikeAnimationController_get_IsStrafing_m04F4A9937CCA8371375FEE0C0C168A90C093EFBB_inline (HoverBikeAnimationController_t0B7694A8CEF28629BEB87430FA8994484E20D127 * __this, const RuntimeMethod* method) { { // public bool IsStrafing { get; private set; } bool L_0 = __this->get_U3CIsStrafingU3Ek__BackingField_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnemyMovement_set_BeingAimedAt_mA2C99CCE576FF204C68B5130AAD995AB62E55A81_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, bool ___value0, const RuntimeMethod* method) { { // public bool BeingAimedAt { get; set; } bool L_0 = ___value0; __this->set_U3CBeingAimedAtU3Ek__BackingField_24(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HoverBikeMovement_get_Dying_m8FB5709172F05C1E92818ADBC028B7311E1CB5D0_inline (HoverBikeMovement_t9DB60F442C93F73C7877A5DA796579176CFE974B * __this, const RuntimeMethod* method) { { // public bool Dying { get; set; } bool L_0 = __this->get_U3CDyingU3Ek__BackingField_58(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float EnemyMovement_get_RoadCenterDistance_mDCF2FB4A96EFBE7D03A6911AFB7A986C87F77494_inline (EnemyMovement_t6F164E5799D6FCDFCE2C2D23EA606508F290F673 * __this, const RuntimeMethod* method) { { // public float RoadCenterDistance { get; set; } float L_0 = __this->get_U3CRoadCenterDistanceU3Ek__BackingField_23(); 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 int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * 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; } }