80 lines
1.6 KiB
C#
80 lines
1.6 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020009D9 RID: 2521
|
|
[ExecuteInEditMode]
|
|
public class DummyPlayer : MonoBehaviour
|
|
{
|
|
// Token: 0x06012F35 RID: 77621 RVA: 0x0056595C File Offset: 0x00563B5C
|
|
private void OFOPHGFIAJM()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("...is now online!");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F36 RID: 77622 RVA: 0x00565974 File Offset: 0x00563B74
|
|
private void POMCHIPOPEA()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("Unable to assign a team to ");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F37 RID: 77623 RVA: 0x0056598C File Offset: 0x00563B8C
|
|
private void Awake()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("I shouldn't exist. Kill me please. I'm for testing only.");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F38 RID: 77624 RVA: 0x005659A4 File Offset: 0x00563BA4
|
|
private void PAKPLLPDIOG()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("server_max_window_bits");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F3A RID: 77626 RVA: 0x005659C4 File Offset: 0x00563BC4
|
|
private void JJEKHMENJFE()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("Product Variant ");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F3B RID: 77627 RVA: 0x005659DC File Offset: 0x00563BDC
|
|
private void AHLMADACOLB()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("December");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F3C RID: 77628 RVA: 0x005659F4 File Offset: 0x00563BF4
|
|
private void OLEBPMMFNIF()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception(",");
|
|
}
|
|
}
|
|
|
|
// Token: 0x06012F3D RID: 77629 RVA: 0x00565A0C File Offset: 0x00563C0C
|
|
private void JLOMELEDCLK()
|
|
{
|
|
if (Application.isPlaying)
|
|
{
|
|
throw new Exception("id");
|
|
}
|
|
}
|
|
}
|