82 lines
2.2 KiB
C#
82 lines
2.2 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x02000C12 RID: 3090
|
|
public class PlatformActivateObject : MonoBehaviour
|
|
{
|
|
// Token: 0x06017F14 RID: 98068 RVA: 0x006A6364 File Offset: 0x006A4564
|
|
private void Awake()
|
|
{
|
|
if (this.platforms.Length == 0)
|
|
{
|
|
Debug.LogError("PlatformActivateObject requires at least one specified platform.");
|
|
return;
|
|
}
|
|
bool flag = this.platforms.KFLBKDPEHEN(SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN);
|
|
base.gameObject.SetActive(flag);
|
|
}
|
|
|
|
// Token: 0x06017F15 RID: 98069 RVA: 0x006A63AC File Offset: 0x006A45AC
|
|
private void BBOIJKLPABP()
|
|
{
|
|
if (this.platforms.Length == 0)
|
|
{
|
|
Debug.LogError(" is missing a tool component.");
|
|
return;
|
|
}
|
|
bool flag = this.platforms.KFLBKDPEHEN(SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN);
|
|
base.gameObject.SetActive(flag);
|
|
}
|
|
|
|
// Token: 0x06017F16 RID: 98070 RVA: 0x006A63F4 File Offset: 0x006A45F4
|
|
private void OFOPHGFIAJM()
|
|
{
|
|
if (this.platforms.Length == 0)
|
|
{
|
|
Debug.LogError("playing");
|
|
return;
|
|
}
|
|
bool flag = this.platforms.KFLBKDPEHEN(SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN);
|
|
base.gameObject.SetActive(flag);
|
|
}
|
|
|
|
// Token: 0x06017F17 RID: 98071 RVA: 0x006A643C File Offset: 0x006A463C
|
|
private void BACNJJKPEOO()
|
|
{
|
|
if (this.platforms.Length == 0)
|
|
{
|
|
Debug.LogError("\" for viewID ");
|
|
return;
|
|
}
|
|
bool flag = this.platforms.KFLBKDPEHEN(SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN);
|
|
base.gameObject.SetActive(flag);
|
|
}
|
|
|
|
// Token: 0x06017F18 RID: 98072 RVA: 0x006A6484 File Offset: 0x006A4684
|
|
private void PBCGMHKELND()
|
|
{
|
|
if (this.platforms.Length == 0)
|
|
{
|
|
Debug.LogError("\" has been created!");
|
|
return;
|
|
}
|
|
bool flag = this.platforms.KFLBKDPEHEN(SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN);
|
|
base.gameObject.SetActive(flag);
|
|
}
|
|
|
|
// Token: 0x06017F1A RID: 98074 RVA: 0x006A64D4 File Offset: 0x006A46D4
|
|
private void NGHJFABFAOA()
|
|
{
|
|
if (this.platforms.Length == 0)
|
|
{
|
|
Debug.LogError("gizmos");
|
|
return;
|
|
}
|
|
bool flag = this.platforms.KFLBKDPEHEN(SingletonMonoBehaviour<PlatformManager>.NCKMBFBMBFM.LOLPFEFLKJN);
|
|
base.gameObject.SetActive(flag);
|
|
}
|
|
|
|
// Token: 0x04004214 RID: 16916
|
|
public PlatformManager.JNJEBIDGBNH[] platforms;
|
|
}
|