This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,149 @@
using System;
using UnityEngine;
namespace Valve.VR.InteractionSystem
{
// Token: 0x020005F1 RID: 1521
public class ExplosionWobble : MonoBehaviour
{
// Token: 0x0600F2D7 RID: 62167 RVA: 0x004971CC File Offset: 0x004953CC
public void CINAELIPLLB(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(866f, IBNGBCMCJEK, 1642f);
}
}
// Token: 0x0600F2D8 RID: 62168 RVA: 0x004971FC File Offset: 0x004953FC
public void GCLBJOFCOJD(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(67f, IBNGBCMCJEK, 1314f);
}
}
// Token: 0x0600F2D9 RID: 62169 RVA: 0x0049722C File Offset: 0x0049542C
public void PMBEMNMDNFL(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(969f, IBNGBCMCJEK, 1279f);
}
}
// Token: 0x0600F2DA RID: 62170 RVA: 0x0049725C File Offset: 0x0049545C
public void DBCJHMPFDKE(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(595f, IBNGBCMCJEK, 1594f);
}
}
// Token: 0x0600F2DB RID: 62171 RVA: 0x0049728C File Offset: 0x0049548C
public void ExplosionEvent(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(2000f, IBNGBCMCJEK, 10f);
}
}
// Token: 0x0600F2DC RID: 62172 RVA: 0x004972BC File Offset: 0x004954BC
public void IKMAAOHMDAI(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1473f, IBNGBCMCJEK, 1943f);
}
}
// Token: 0x0600F2DD RID: 62173 RVA: 0x004972EC File Offset: 0x004954EC
public void KEOINALGOEJ(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1220f, IBNGBCMCJEK, 16f);
}
}
// Token: 0x0600F2DE RID: 62174 RVA: 0x0049731C File Offset: 0x0049551C
public void ALOFIAHPLGF(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(110f, IBNGBCMCJEK, 1489f);
}
}
// Token: 0x0600F2DF RID: 62175 RVA: 0x0049734C File Offset: 0x0049554C
public void ADHPGKEBHFH(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1572f, IBNGBCMCJEK, 701f);
}
}
// Token: 0x0600F2E0 RID: 62176 RVA: 0x0049737C File Offset: 0x0049557C
public void EMCEPHGLMDK(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(535f, IBNGBCMCJEK, 1542f);
}
}
// Token: 0x0600F2E1 RID: 62177 RVA: 0x004973AC File Offset: 0x004955AC
public void FMAKCABFOHF(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1528f, IBNGBCMCJEK, 504f);
}
}
// Token: 0x0600F2E2 RID: 62178 RVA: 0x004973DC File Offset: 0x004955DC
public void FAIPOFHEIAB(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1646f, IBNGBCMCJEK, 1179f);
}
}
// Token: 0x0600F2E3 RID: 62179 RVA: 0x0049740C File Offset: 0x0049560C
public void AECMFNAODEF(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1972f, IBNGBCMCJEK, 1630f);
}
}
// Token: 0x0600F2E4 RID: 62180 RVA: 0x0049743C File Offset: 0x0049563C
public void CENPIHBPEGH(Vector3 IBNGBCMCJEK)
{
Rigidbody component = base.GetComponent<Rigidbody>();
if (component)
{
component.AddExplosionForce(1230f, IBNGBCMCJEK, 1508f);
}
}
}
}