scripts
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Tools.Weapons
|
||||
{
|
||||
// Token: 0x02000121 RID: 289
|
||||
public class CrossbowBolt : BowArrow
|
||||
{
|
||||
// Token: 0x06003CB7 RID: 15543 RVA: 0x00131404 File Offset: 0x0012F604
|
||||
protected virtual void HIBGNGGNDPM(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.HFNGEHMHONE(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003CB8 RID: 15544 RVA: 0x00131458 File Offset: 0x0012F658
|
||||
protected override void BPLBIBPBCAE(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.HFNGEHMHONE(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003CB9 RID: 15545 RVA: 0x001314AC File Offset: 0x0012F6AC
|
||||
protected override void KNHBBMJNNKL(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.KNHBBMJNNKL(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003CBB RID: 15547 RVA: 0x00131508 File Offset: 0x0012F708
|
||||
protected virtual void KHJEELGMOCK(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.AEEDAHBOCLA(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003CBC RID: 15548 RVA: 0x0013155C File Offset: 0x0012F75C
|
||||
protected virtual void KAIJJFLNFFJ(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.KHEGFEHOPMA(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003CBD RID: 15549 RVA: 0x001315B0 File Offset: 0x0012F7B0
|
||||
protected override void COPALNDPKAE(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.LGAGHPFJGJO(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x06003CBE RID: 15550 RVA: 0x00131604 File Offset: 0x0012F804
|
||||
protected virtual void CIANHPNCOAA(EFIABKCOFBE MCFPEMCAKLN)
|
||||
{
|
||||
base.AEEDAHBOCLA(MCFPEMCAKLN);
|
||||
if (this.MACHGLDJBMP != null && this.maxChargedParticleTrail != null && this.maxChargedParticleTrail.isPlaying)
|
||||
{
|
||||
this.maxChargedParticleTrail.Stop();
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04000784 RID: 1924
|
||||
public ParticleSystem maxChargedParticleTrail;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user