Files
NobetaSource/Cpp2IL/Assembly-CSharp/PlayerSound_BossRush.cs
2023-09-06 22:19:13 +02:00

674 lines
22 KiB
C#

using System;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x0200035A RID: 858
[Token(Token = "0x200035A")]
public class PlayerSound_BossRush : PlayerSound
{
// Token: 0x060020FC RID: 8444 RVA: 0x0004FA48 File Offset: 0x0004DC48
[Token(Token = "0x60020FC")]
[Address(RVA = "0xEB1320", Offset = "0xEB0320", VA = "0x180EB1320", Slot = "4")]
public override void InitData(CharacterBaseData CBD)
{
base.InitData(CBD);
Transform soundParent = Game.sceneManager.GetSoundParent();
SoundEffect soundEffectOfPrefabs = Common.GetSoundEffectOfPrefabs(this.VoiceAttack01Nobeta, soundParent);
this.g_VoiceAttack01Nobeta = soundEffectOfPrefabs;
SoundEffect soundEffectOfPrefabs2 = Common.GetSoundEffectOfPrefabs(this.VoiceAttack02Nobeta, soundParent);
this.g_VoiceAttack02Nobeta = soundEffectOfPrefabs2;
SoundEffect soundEffectOfPrefabs3 = Common.GetSoundEffectOfPrefabs(this.VoiceAttack03Nobeta, soundParent);
this.g_VoiceAttack03Nobeta = soundEffectOfPrefabs3;
SoundEffect soundEffectOfPrefabs4 = Common.GetSoundEffectOfPrefabs(this.VoiceAttack04Nobeta, soundParent);
this.g_VoiceAttack04Nobeta = soundEffectOfPrefabs4;
SoundEffect soundEffectOfPrefabs5 = Common.GetSoundEffectOfPrefabs(this.VoiceDashAttack01Nobeta, soundParent);
this.g_VoiceDashAttack01Nobeta = soundEffectOfPrefabs5;
SoundEffect soundEffectOfPrefabs6 = Common.GetSoundEffectOfPrefabs(this.VoiceDashAttack02Nobeta, soundParent);
this.g_VoiceDashAttack02Nobeta = soundEffectOfPrefabs6;
SoundEffect soundEffectOfPrefabs7 = Common.GetSoundEffectOfPrefabs(this.VoiceSkyAttack01Nobeta, soundParent);
this.g_VoiceSkyAttack01Nobeta = soundEffectOfPrefabs7;
SoundEffect soundEffectOfPrefabs8 = Common.GetSoundEffectOfPrefabs(this.VoiceSkyAttack02Nobeta, soundParent);
this.g_VoiceSkyAttack02Nobeta = soundEffectOfPrefabs8;
SoundEffect soundEffectOfPrefabs9 = Common.GetSoundEffectOfPrefabs(this.VoiceJump01Nobeta, soundParent);
this.g_VoiceJump01Nobeta = soundEffectOfPrefabs9;
SoundEffect soundEffectOfPrefabs10 = Common.GetSoundEffectOfPrefabs(this.VoiceJump02Nobeta, soundParent);
this.g_VoiceJump02Nobeta = soundEffectOfPrefabs10;
SoundEffect soundEffectOfPrefabs11 = Common.GetSoundEffectOfPrefabs(this.VoiceDodgeNobeta, soundParent);
this.g_VoiceDodgeNobeta = soundEffectOfPrefabs11;
SoundEffect soundEffectOfPrefabs12 = Common.GetSoundEffectOfPrefabs(this.VoiceDamagedNobeta, soundParent);
this.g_VoiceDamagedNobeta = soundEffectOfPrefabs12;
SoundEffect soundEffectOfPrefabs13 = Common.GetSoundEffectOfPrefabs(this.VoiceDamagedFlyNobeta, soundParent);
this.g_VoiceDamagedFlyNobeta = soundEffectOfPrefabs13;
SoundEffect soundEffectOfPrefabs14 = Common.GetSoundEffectOfPrefabs(this.VoiceChargeNobeta, soundParent);
this.g_VoiceChargeNobeta = soundEffectOfPrefabs14;
Game.BindStageTimeScale(this.g_VoiceChargeNobeta);
SoundEffect soundEffectOfPrefabs15 = Common.GetSoundEffectOfPrefabs(this.VoiceChargeShotNobeta, soundParent);
this.g_VoiceChargeShotNobeta = soundEffectOfPrefabs15;
SoundEffect soundEffectOfPrefabs16 = Common.GetSoundEffectOfPrefabs(this.VoiceItemUseNobeta, soundParent);
this.g_VoiceItemUseNobeta = soundEffectOfPrefabs16;
SoundEffect soundEffectOfPrefabs17 = Common.GetSoundEffectOfPrefabs(this.VoiceSlipNobeta, soundParent);
this.g_VoiceSlipNobeta = soundEffectOfPrefabs17;
SoundEffect soundEffectOfPrefabs18 = Common.GetSoundEffectOfPrefabs(this.VoiceDeadNobeta, soundParent);
this.g_VoiceDeadNobeta = soundEffectOfPrefabs18;
SoundEffect soundEffectOfPrefabs19 = Common.GetSoundEffectOfPrefabs(this.VoiceFallDeadNobeta, soundParent);
this.g_VoiceFallDeadNobeta = soundEffectOfPrefabs19;
throw new NullReferenceException();
}
// Token: 0x060020FD RID: 8445 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60020FD")]
[Address(RVA = "0xEB2A90", Offset = "0xEB1A90", VA = "0x180EB2A90", Slot = "5")]
protected override void Update()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060020FE RID: 8446 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60020FE")]
[Address(RVA = "0xEB1920", Offset = "0xEB0920", VA = "0x180EB1920", Slot = "6")]
public override void PlayCharge(PlayerEffectPlay.Magic Type)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060020FF RID: 8447 RVA: 0x0004FC14 File Offset: 0x0004DE14
[Token(Token = "0x60020FF")]
[Address(RVA = "0xEB1760", Offset = "0xEB0760", VA = "0x180EB1760", Slot = "7")]
public override void PlayChargeCancel()
{
this.g_ChargeCancel.gameObject.SetActive(true);
this.g_ChargeCancel.PlayRandom(1f, 1f);
if (this.g_WGM.isNobeta)
{
this.g_VoiceChargeNobeta.Stop();
}
this.g_VoiceCharge.Stop();
GameObject gameObject = this.g_VoiceCharge.gameObject;
int num = 0;
gameObject.SetActive(num != 0);
this.g_bVoiceCharge = false;
}
// Token: 0x06002100 RID: 8448 RVA: 0x0004FC90 File Offset: 0x0004DE90
[Token(Token = "0x6002100")]
[Address(RVA = "0xEB1840", Offset = "0xEB0840", VA = "0x180EB1840", Slot = "8")]
public override void PlayChargeComplete()
{
this.g_ChargeComplete.gameObject.SetActive(true);
SoundEffect g_ChargeComplete = this.g_ChargeComplete;
int num = 0;
g_ChargeComplete.Play(num, 1f, 1f);
if (this.g_WGM.isNobeta)
{
this.g_VoiceChargeNobeta.Stop();
}
this.g_VoiceCharge.Stop();
GameObject gameObject = this.g_VoiceCharge.gameObject;
int num2 = 0;
gameObject.SetActive(num2 != 0);
this.g_bVoiceCharge = false;
}
// Token: 0x06002101 RID: 8449 RVA: 0x0004FD10 File Offset: 0x0004DF10
[Token(Token = "0x6002101")]
[Address(RVA = "0xEB16C0", Offset = "0xEB06C0", VA = "0x180EB16C0", Slot = "9")]
public override void PauseVoiceCharge()
{
if ((!this.g_WGM.isNobeta || this.g_VoiceChargeNobeta.gameObject.activeSelf) && this.g_VoiceCharge.gameObject.activeSelf)
{
this.g_VoiceCharge.Pause();
}
this.g_bVoiceChargePause = true;
}
// Token: 0x06002102 RID: 8450 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x6002102")]
[Address(RVA = "0xEB1270", Offset = "0xEB0270", VA = "0x180EB1270", Slot = "10")]
public override void ContinueVoiceCharge()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x06002103 RID: 8451 RVA: 0x0004FD6C File Offset: 0x0004DF6C
[Token(Token = "0x6002103")]
[Address(RVA = "0xEB2A00", Offset = "0xEB1A00", VA = "0x180EB2A00", Slot = "11")]
public override void StopeVoiceCharge()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceChargeNobeta.Stop();
}
this.g_VoiceCharge.Stop();
GameObject gameObject = this.g_VoiceCharge.gameObject;
int num = 0;
gameObject.SetActive(num != 0);
this.g_bVoiceCharge = false;
}
// Token: 0x06002104 RID: 8452 RVA: 0x0004FDC0 File Offset: 0x0004DFC0
[Token(Token = "0x6002104")]
[Address(RVA = "0xEB1CF0", Offset = "0xEB0CF0", VA = "0x180EB1CF0", Slot = "12")]
public override void PlayVoiceAttack01()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceAttack01Nobeta.gameObject.SetActive(true);
this.g_VoiceAttack01Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceAttack01.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002105 RID: 8453 RVA: 0x0004FE18 File Offset: 0x0004E018
[Token(Token = "0x6002105")]
[Address(RVA = "0xEB1D90", Offset = "0xEB0D90", VA = "0x180EB1D90", Slot = "13")]
public override void PlayVoiceAttack02()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceAttack02Nobeta.gameObject.SetActive(true);
this.g_VoiceAttack02Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceAttack02.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002106 RID: 8454 RVA: 0x0004FE70 File Offset: 0x0004E070
[Token(Token = "0x6002106")]
[Address(RVA = "0xEB1E30", Offset = "0xEB0E30", VA = "0x180EB1E30", Slot = "14")]
public override void PlayVoiceAttack03()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceAttack03Nobeta.gameObject.SetActive(true);
this.g_VoiceAttack03Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceAttack03.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002107 RID: 8455 RVA: 0x0004FEC8 File Offset: 0x0004E0C8
[Token(Token = "0x6002107")]
[Address(RVA = "0xEB1ED0", Offset = "0xEB0ED0", VA = "0x180EB1ED0", Slot = "15")]
public override void PlayVoiceAttack04()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceAttack04Nobeta.gameObject.SetActive(true);
this.g_VoiceAttack04Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceAttack04.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002108 RID: 8456 RVA: 0x0004FF20 File Offset: 0x0004E120
[Token(Token = "0x6002108")]
[Address(RVA = "0xEB2320", Offset = "0xEB1320", VA = "0x180EB2320", Slot = "16")]
public override void PlayVoiceDashAttack01()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceDashAttack01Nobeta.gameObject.SetActive(true);
this.g_VoiceDashAttack01Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceDashAttack01.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002109 RID: 8457 RVA: 0x0004FF78 File Offset: 0x0004E178
[Token(Token = "0x6002109")]
[Address(RVA = "0xEB23C0", Offset = "0xEB13C0", VA = "0x180EB23C0", Slot = "17")]
public override void PlayVoiceDashAttack02()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceDashAttack02Nobeta.gameObject.SetActive(true);
this.g_VoiceDashAttack02Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceDashAttack02.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x0600210A RID: 8458 RVA: 0x0004FFD0 File Offset: 0x0004E1D0
[Token(Token = "0x600210A")]
[Address(RVA = "0xEB2820", Offset = "0xEB1820", VA = "0x180EB2820", Slot = "18")]
public override void PlayVoiceSkyAttack01()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceSkyAttack01Nobeta.gameObject.SetActive(true);
this.g_VoiceSkyAttack01Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceSkyAttack01.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x0600210B RID: 8459 RVA: 0x00050028 File Offset: 0x0004E228
[Token(Token = "0x600210B")]
[Address(RVA = "0xEB28C0", Offset = "0xEB18C0", VA = "0x180EB28C0", Slot = "19")]
public override void PlayVoiceSkyAttack02()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceSkyAttack02Nobeta.gameObject.SetActive(true);
this.g_VoiceSkyAttack02Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceSkyAttack02.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x0600210C RID: 8460 RVA: 0x00050080 File Offset: 0x0004E280
[Token(Token = "0x600210C")]
[Address(RVA = "0xEB26E0", Offset = "0xEB16E0", VA = "0x180EB26E0", Slot = "20")]
public override void PlayVoiceJump01()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceJump01Nobeta.gameObject.SetActive(true);
this.g_VoiceJump01Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceJump01.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x0600210D RID: 8461 RVA: 0x000500D8 File Offset: 0x0004E2D8
[Token(Token = "0x600210D")]
[Address(RVA = "0xEB2780", Offset = "0xEB1780", VA = "0x180EB2780", Slot = "21")]
public override void PlayVoiceJump02()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceJump02Nobeta.gameObject.SetActive(true);
this.g_VoiceJump02Nobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceJump02.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x0600210E RID: 8462 RVA: 0x00050130 File Offset: 0x0004E330
[Token(Token = "0x600210E")]
[Address(RVA = "0xEB2500", Offset = "0xEB1500", VA = "0x180EB2500", Slot = "22")]
public override void PlayVoiceDodge()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceDodgeNobeta.gameObject.SetActive(true);
this.g_VoiceDodgeNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceDodge.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x0600210F RID: 8463 RVA: 0x00050188 File Offset: 0x0004E388
[Token(Token = "0x600210F")]
[Address(RVA = "0xEB2280", Offset = "0xEB1280", VA = "0x180EB2280", Slot = "23")]
public override void PlayVoiceDamaged()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceDamagedNobeta.gameObject.SetActive(true);
this.g_VoiceDamagedNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceDamaged.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002110 RID: 8464 RVA: 0x000501E0 File Offset: 0x0004E3E0
[Token(Token = "0x6002110")]
[Address(RVA = "0xEB21E0", Offset = "0xEB11E0", VA = "0x180EB21E0", Slot = "24")]
public override void PlayVoiceDamagedFly()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceDamagedFlyNobeta.gameObject.SetActive(true);
this.g_VoiceDamagedFlyNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceDamagedFly.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002111 RID: 8465 RVA: 0x00050238 File Offset: 0x0004E438
[Token(Token = "0x6002111")]
[Address(RVA = "0xEB1F70", Offset = "0xEB0F70", VA = "0x180EB1F70", Slot = "25")]
public override void PlayVoiceChargeShot(PlayerEffectPlay.Magic Type)
{
WizardGirlManage g_WGM = this.g_WGM;
if (g_WGM.isNobeta)
{
ulong num;
this.g_VoiceChargeShotNobeta.gameObject.SetActive(num != 0UL);
if (Type != PlayerEffectPlay.Magic.Null)
{
if (Type != PlayerEffectPlay.Magic.Null)
{
if (Type != PlayerEffectPlay.Magic.Null)
{
if (Type == PlayerEffectPlay.Magic.Ice)
{
uint num2;
this.g_VoiceChargeShotNobeta.Play((int)num2, 1f, 1f);
}
return;
}
int num3 = UnityEngine.Random.Range(0, 2);
SoundEffect soundEffect = this.g_VoiceChargeShotNobeta;
if (num3 == 0)
{
uint num4;
soundEffect.Play((int)num4, 1f, 1f);
return;
}
goto IL_110;
}
else
{
int num5 = UnityEngine.Random.Range(0, 2);
SoundEffect soundEffect2 = this.g_VoiceChargeShotNobeta;
if (num5 != 0)
{
uint num6;
soundEffect2.Play((int)num6, 1f, 1f);
return;
}
uint num7;
soundEffect2.Play((int)num7, 1f, 1f);
return;
}
}
}
ulong num8;
this.g_VoiceChargeShot.gameObject.SetActive(num8 != 0UL);
if (Type != PlayerEffectPlay.Magic.Null)
{
if (Type != PlayerEffectPlay.Magic.Null && Type != PlayerEffectPlay.Magic.Null)
{
while (Type != PlayerEffectPlay.Magic.Ice)
{
}
}
int num9 = UnityEngine.Random.Range(0, 2);
}
int num10 = UnityEngine.Random.Range(0, 2);
SoundEffect g_VoiceChargeShot = this.g_VoiceChargeShot;
if (num10 != 0)
{
uint num11;
g_VoiceChargeShot.Play((int)num11, 1f, 1f);
return;
}
IL_110:
int num12 = 0;
g_VoiceChargeShot.Play(num12, 1f, 1f);
}
// Token: 0x06002112 RID: 8466 RVA: 0x00050374 File Offset: 0x0004E574
[Token(Token = "0x6002112")]
[Address(RVA = "0xEB2640", Offset = "0xEB1640", VA = "0x180EB2640", Slot = "26")]
public override void PlayVoiceItemUse()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceItemUseNobeta.gameObject.SetActive(true);
this.g_VoiceItemUseNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceItemUse.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002113 RID: 8467 RVA: 0x000503CC File Offset: 0x0004E5CC
[Token(Token = "0x6002113")]
[Address(RVA = "0xEB2960", Offset = "0xEB1960", VA = "0x180EB2960", Slot = "27")]
public override void PlayVoiceSlip()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceSlipNobeta.gameObject.SetActive(true);
this.g_VoiceSlipNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceSlip.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002114 RID: 8468 RVA: 0x00050424 File Offset: 0x0004E624
[Token(Token = "0x6002114")]
[Address(RVA = "0xEB2460", Offset = "0xEB1460", VA = "0x180EB2460", Slot = "28")]
public override void PlayVoiceDead()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceDeadNobeta.gameObject.SetActive(true);
this.g_VoiceDeadNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceDead.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002115 RID: 8469 RVA: 0x0005047C File Offset: 0x0004E67C
[Token(Token = "0x6002115")]
[Address(RVA = "0xEB25A0", Offset = "0xEB15A0", VA = "0x180EB25A0", Slot = "29")]
public override void PlayVoiceFallDead()
{
if (this.g_WGM.isNobeta)
{
this.g_VoiceFallDeadNobeta.gameObject.SetActive(true);
this.g_VoiceFallDeadNobeta.PlayRandom(1f, 1f);
return;
}
this.g_VoiceFallDead.gameObject.SetActive(true);
throw new NullReferenceException();
}
// Token: 0x06002116 RID: 8470 RVA: 0x000504D4 File Offset: 0x0004E6D4
[Token(Token = "0x6002116")]
[Address(RVA = "0x328C40", Offset = "0x327C40", VA = "0x180328C40")]
public PlayerSound_BossRush()
{
}
// Token: 0x04002B17 RID: 11031
[FieldOffset(Offset = "0x370")]
[Token(Token = "0x4002B17")]
public GameObject VoiceAttack01Nobeta;
// Token: 0x04002B18 RID: 11032
[FieldOffset(Offset = "0x378")]
[Token(Token = "0x4002B18")]
public GameObject VoiceAttack02Nobeta;
// Token: 0x04002B19 RID: 11033
[FieldOffset(Offset = "0x380")]
[Token(Token = "0x4002B19")]
public GameObject VoiceAttack03Nobeta;
// Token: 0x04002B1A RID: 11034
[FieldOffset(Offset = "0x388")]
[Token(Token = "0x4002B1A")]
public GameObject VoiceAttack04Nobeta;
// Token: 0x04002B1B RID: 11035
[FieldOffset(Offset = "0x390")]
[Token(Token = "0x4002B1B")]
public GameObject VoiceDashAttack01Nobeta;
// Token: 0x04002B1C RID: 11036
[FieldOffset(Offset = "0x398")]
[Token(Token = "0x4002B1C")]
public GameObject VoiceDashAttack02Nobeta;
// Token: 0x04002B1D RID: 11037
[FieldOffset(Offset = "0x3A0")]
[Token(Token = "0x4002B1D")]
public GameObject VoiceSkyAttack01Nobeta;
// Token: 0x04002B1E RID: 11038
[FieldOffset(Offset = "0x3A8")]
[Token(Token = "0x4002B1E")]
public GameObject VoiceSkyAttack02Nobeta;
// Token: 0x04002B1F RID: 11039
[FieldOffset(Offset = "0x3B0")]
[Token(Token = "0x4002B1F")]
public GameObject VoiceJump01Nobeta;
// Token: 0x04002B20 RID: 11040
[FieldOffset(Offset = "0x3B8")]
[Token(Token = "0x4002B20")]
public GameObject VoiceJump02Nobeta;
// Token: 0x04002B21 RID: 11041
[FieldOffset(Offset = "0x3C0")]
[Token(Token = "0x4002B21")]
public GameObject VoiceDodgeNobeta;
// Token: 0x04002B22 RID: 11042
[FieldOffset(Offset = "0x3C8")]
[Token(Token = "0x4002B22")]
public GameObject VoiceDamagedNobeta;
// Token: 0x04002B23 RID: 11043
[FieldOffset(Offset = "0x3D0")]
[Token(Token = "0x4002B23")]
public GameObject VoiceDamagedFlyNobeta;
// Token: 0x04002B24 RID: 11044
[FieldOffset(Offset = "0x3D8")]
[Token(Token = "0x4002B24")]
public GameObject VoiceChargeNobeta;
// Token: 0x04002B25 RID: 11045
[FieldOffset(Offset = "0x3E0")]
[Token(Token = "0x4002B25")]
public GameObject VoiceChargeShotNobeta;
// Token: 0x04002B26 RID: 11046
[FieldOffset(Offset = "0x3E8")]
[Token(Token = "0x4002B26")]
public GameObject VoiceItemUseNobeta;
// Token: 0x04002B27 RID: 11047
[FieldOffset(Offset = "0x3F0")]
[Token(Token = "0x4002B27")]
public GameObject VoiceSlipNobeta;
// Token: 0x04002B28 RID: 11048
[FieldOffset(Offset = "0x3F8")]
[Token(Token = "0x4002B28")]
public GameObject VoiceDeadNobeta;
// Token: 0x04002B29 RID: 11049
[FieldOffset(Offset = "0x400")]
[Token(Token = "0x4002B29")]
public GameObject VoiceFallDeadNobeta;
// Token: 0x04002B2A RID: 11050
[FieldOffset(Offset = "0x408")]
[Token(Token = "0x4002B2A")]
private SoundEffect g_VoiceAttack01Nobeta;
// Token: 0x04002B2B RID: 11051
[FieldOffset(Offset = "0x410")]
[Token(Token = "0x4002B2B")]
private SoundEffect g_VoiceAttack02Nobeta;
// Token: 0x04002B2C RID: 11052
[FieldOffset(Offset = "0x418")]
[Token(Token = "0x4002B2C")]
private SoundEffect g_VoiceAttack03Nobeta;
// Token: 0x04002B2D RID: 11053
[FieldOffset(Offset = "0x420")]
[Token(Token = "0x4002B2D")]
private SoundEffect g_VoiceAttack04Nobeta;
// Token: 0x04002B2E RID: 11054
[FieldOffset(Offset = "0x428")]
[Token(Token = "0x4002B2E")]
private SoundEffect g_VoiceDashAttack01Nobeta;
// Token: 0x04002B2F RID: 11055
[FieldOffset(Offset = "0x430")]
[Token(Token = "0x4002B2F")]
private SoundEffect g_VoiceDashAttack02Nobeta;
// Token: 0x04002B30 RID: 11056
[FieldOffset(Offset = "0x438")]
[Token(Token = "0x4002B30")]
private SoundEffect g_VoiceSkyAttack01Nobeta;
// Token: 0x04002B31 RID: 11057
[FieldOffset(Offset = "0x440")]
[Token(Token = "0x4002B31")]
private SoundEffect g_VoiceSkyAttack02Nobeta;
// Token: 0x04002B32 RID: 11058
[FieldOffset(Offset = "0x448")]
[Token(Token = "0x4002B32")]
private SoundEffect g_VoiceJump01Nobeta;
// Token: 0x04002B33 RID: 11059
[FieldOffset(Offset = "0x450")]
[Token(Token = "0x4002B33")]
private SoundEffect g_VoiceJump02Nobeta;
// Token: 0x04002B34 RID: 11060
[FieldOffset(Offset = "0x458")]
[Token(Token = "0x4002B34")]
private SoundEffect g_VoiceDodgeNobeta;
// Token: 0x04002B35 RID: 11061
[FieldOffset(Offset = "0x460")]
[Token(Token = "0x4002B35")]
private SoundEffect g_VoiceDamagedNobeta;
// Token: 0x04002B36 RID: 11062
[FieldOffset(Offset = "0x468")]
[Token(Token = "0x4002B36")]
private SoundEffect g_VoiceDamagedFlyNobeta;
// Token: 0x04002B37 RID: 11063
[FieldOffset(Offset = "0x470")]
[Token(Token = "0x4002B37")]
private SoundEffect g_VoiceChargeNobeta;
// Token: 0x04002B38 RID: 11064
[FieldOffset(Offset = "0x478")]
[Token(Token = "0x4002B38")]
private SoundEffect g_VoiceChargeShotNobeta;
// Token: 0x04002B39 RID: 11065
[FieldOffset(Offset = "0x480")]
[Token(Token = "0x4002B39")]
private SoundEffect g_VoiceItemUseNobeta;
// Token: 0x04002B3A RID: 11066
[FieldOffset(Offset = "0x488")]
[Token(Token = "0x4002B3A")]
private SoundEffect g_VoiceSlipNobeta;
// Token: 0x04002B3B RID: 11067
[FieldOffset(Offset = "0x490")]
[Token(Token = "0x4002B3B")]
private SoundEffect g_VoiceDeadNobeta;
// Token: 0x04002B3C RID: 11068
[FieldOffset(Offset = "0x498")]
[Token(Token = "0x4002B3C")]
private SoundEffect g_VoiceFallDeadNobeta;
}