147 lines
3.2 KiB
C#
147 lines
3.2 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020000F6 RID: 246
|
|
public class PaintballShield : MonoBehaviour
|
|
{
|
|
// Token: 0x060031D0 RID: 12752 RVA: 0x000FBD04 File Offset: 0x000F9F04
|
|
private void BDKMGEHDIIH()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D1 RID: 12753 RVA: 0x000FBD2C File Offset: 0x000F9F2C
|
|
private void BACNJJKPEOO()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D3 RID: 12755 RVA: 0x000FBD5C File Offset: 0x000F9F5C
|
|
private void AHLMADACOLB()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D4 RID: 12756 RVA: 0x000FBD84 File Offset: 0x000F9F84
|
|
private void INGMCGGJGMA()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D5 RID: 12757 RVA: 0x000FBDAC File Offset: 0x000F9FAC
|
|
private void OEHDEPBJFAB()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D6 RID: 12758 RVA: 0x000FBDD4 File Offset: 0x000F9FD4
|
|
private void FIDMEJHMGJI()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D7 RID: 12759 RVA: 0x000FBDFC File Offset: 0x000F9FFC
|
|
private void IPAPMGBLCNF()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D8 RID: 12760 RVA: 0x000FBE24 File Offset: 0x000FA024
|
|
private void OKGGDGJIPAM()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031D9 RID: 12761 RVA: 0x000FBE4C File Offset: 0x000FA04C
|
|
private void JLOMELEDCLK()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031DA RID: 12762 RVA: 0x000FBE74 File Offset: 0x000FA074
|
|
private void PAKPLLPDIOG()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031DB RID: 12763 RVA: 0x000FBE9C File Offset: 0x000FA09C
|
|
private void IOKIFHGPMKI()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = false;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031DC RID: 12764 RVA: 0x000FBEC4 File Offset: 0x000FA0C4
|
|
private void Awake()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031DD RID: 12765 RVA: 0x000FBEEC File Offset: 0x000FA0EC
|
|
private void DLCHNOFPONJ()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
|
|
// Token: 0x060031DE RID: 12766 RVA: 0x000FBF14 File Offset: 0x000FA114
|
|
private void CCOHCCEHNIC()
|
|
{
|
|
Tool component = base.GetComponent<Tool>();
|
|
if (component != null)
|
|
{
|
|
component.SupportsToolOverlap = true;
|
|
}
|
|
}
|
|
}
|