Files
Dec2017-Script-Dump/Assembly-CSharp/GiftBoxSpawnPoint.cs
T
2026-06-04 11:42:34 +02:00

131 lines
3.1 KiB
C#

using System;
using UnityEngine;
// Token: 0x02000A40 RID: 2624
[RequireComponent(typeof(PhotonView))]
public class GiftBoxSpawnPoint : SpawnPoint
{
// Token: 0x170007B1 RID: 1969
// (get) Token: 0x06013BA8 RID: 80808 RVA: 0x0059C858 File Offset: 0x0059AA58
public LLMPNIPHKFK MABHCKEJIDH
{
get
{
return this.supportedTeamPlayerIndex;
}
}
// Token: 0x06013BA9 RID: 80809 RVA: 0x0059C860 File Offset: 0x0059AA60
protected virtual Color MKOJEHJDIDO()
{
return Color.cyan;
}
// Token: 0x06013BAA RID: 80810 RVA: 0x0059C868 File Offset: 0x0059AA68
protected virtual Color LOKKHBDGBHL()
{
return Color.cyan;
}
// Token: 0x06013BAB RID: 80811 RVA: 0x0059C870 File Offset: 0x0059AA70
public LLMPNIPHKFK BANLMDMMEGA()
{
return this.supportedTeamPlayerIndex;
}
// Token: 0x06013BAC RID: 80812 RVA: 0x0059C878 File Offset: 0x0059AA78
protected virtual Color LANIEKJNFJB()
{
return Color.cyan;
}
// Token: 0x06013BAD RID: 80813 RVA: 0x0059C880 File Offset: 0x0059AA80
public LLMPNIPHKFK AHDKHOACJHB()
{
return this.supportedTeamPlayerIndex;
}
// Token: 0x06013BAE RID: 80814 RVA: 0x0059C888 File Offset: 0x0059AA88
protected virtual Color DACCOOLBKAH()
{
return Color.cyan;
}
// Token: 0x06013BB0 RID: 80816 RVA: 0x0059C89C File Offset: 0x0059AA9C
protected virtual Color FJNOPKFLMLH()
{
return Color.cyan;
}
// Token: 0x06013BB1 RID: 80817 RVA: 0x0059C8A4 File Offset: 0x0059AAA4
public LLMPNIPHKFK LDACGJDKLMP()
{
return this.supportedTeamPlayerIndex;
}
// Token: 0x06013BB2 RID: 80818 RVA: 0x0059C8AC File Offset: 0x0059AAAC
protected virtual Color MGBMFEIPOMA()
{
return Color.cyan;
}
// Token: 0x06013BB3 RID: 80819 RVA: 0x0059C8B4 File Offset: 0x0059AAB4
protected virtual Color HNCNFLEMEKM()
{
return Color.cyan;
}
// Token: 0x170007B2 RID: 1970
// (get) Token: 0x06013BB4 RID: 80820 RVA: 0x0059C8BC File Offset: 0x0059AABC
protected override Color PPJDGANNKCO
{
get
{
return Color.cyan;
}
}
// Token: 0x06013BB5 RID: 80821 RVA: 0x0059C8C4 File Offset: 0x0059AAC4
public LLMPNIPHKFK GLPKOIMNIII()
{
return this.supportedTeamPlayerIndex;
}
// Token: 0x06013BB6 RID: 80822 RVA: 0x0059C8CC File Offset: 0x0059AACC
public LLMPNIPHKFK NMNFCCEBOHF()
{
return this.supportedTeamPlayerIndex;
}
// Token: 0x06013BB8 RID: 80824 RVA: 0x0059C8E4 File Offset: 0x0059AAE4
public LLMPNIPHKFK GPJHMJHFLEG()
{
return this.supportedTeamPlayerIndex;
}
// Token: 0x06013BB9 RID: 80825 RVA: 0x0059C8EC File Offset: 0x0059AAEC
protected virtual Color BNBOMMAHPNF()
{
return Color.cyan;
}
// Token: 0x06013BBA RID: 80826 RVA: 0x0059C8F4 File Offset: 0x0059AAF4
protected virtual Color IHBMPEKLABH()
{
return Color.cyan;
}
// Token: 0x06013BBB RID: 80827 RVA: 0x0059C8FC File Offset: 0x0059AAFC
protected virtual Color MIKKEBCBJJF()
{
return Color.cyan;
}
// Token: 0x0400376A RID: 14186
public static EGBCNACONAN<GiftBoxSpawnPoint> Comparer = new EGBCNACONAN<GiftBoxSpawnPoint>();
// Token: 0x0400376B RID: 14187
[SerializeField]
private LLMPNIPHKFK supportedTeamPlayerIndex = LLMPNIPHKFK.ANY_INDEX;
}