120 lines
3.4 KiB
C#
120 lines
3.4 KiB
C#
using System;
|
|
using UnityEngine;
|
|
|
|
// Token: 0x020007ED RID: 2029
|
|
[ExecuteInEditMode]
|
|
public class SteamVR_UpdatePoses : MonoBehaviour
|
|
{
|
|
// Token: 0x06010CCF RID: 68815 RVA: 0x00518788 File Offset: 0x00516988
|
|
private void CCOHCCEHNIC()
|
|
{
|
|
Debug.Log("The host has unrestricted invitations");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD0 RID: 68816 RVA: 0x0051879C File Offset: 0x0051699C
|
|
private void BACNJJKPEOO()
|
|
{
|
|
Debug.Log("Oh, Hell no!");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD1 RID: 68817 RVA: 0x005187B0 File Offset: 0x005169B0
|
|
private void PBCGMHKELND()
|
|
{
|
|
Debug.Log(" is missing a tool component.");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD2 RID: 68818 RVA: 0x005187C4 File Offset: 0x005169C4
|
|
private void OEHDEPBJFAB()
|
|
{
|
|
Debug.Log("speed");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD4 RID: 68820 RVA: 0x005187E0 File Offset: 0x005169E0
|
|
private void OKGGDGJIPAM()
|
|
{
|
|
Debug.Log("Unknown target: {0}");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD5 RID: 68821 RVA: 0x005187F4 File Offset: 0x005169F4
|
|
private void NGHJFABFAOA()
|
|
{
|
|
Debug.Log("Performance Counters");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD6 RID: 68822 RVA: 0x00518808 File Offset: 0x00516A08
|
|
private void DLCHNOFPONJ()
|
|
{
|
|
Debug.Log("GameID");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD7 RID: 68823 RVA: 0x0051881C File Offset: 0x00516A1C
|
|
private void JLOMELEDCLK()
|
|
{
|
|
Debug.Log("[PV] Unknown sevent subcode ");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD8 RID: 68824 RVA: 0x00518830 File Offset: 0x00516A30
|
|
private void IOKIFHGPMKI()
|
|
{
|
|
Debug.Log("Unable to Join Room");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CD9 RID: 68825 RVA: 0x00518844 File Offset: 0x00516A44
|
|
private void FIDMEJHMGJI()
|
|
{
|
|
Debug.Log("JoinOrCreateRoom failed. Client is not on Master Server or not yet ready to call operations. Wait for callback: OnJoinedLobby or OnConnectedToMaster.");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CDA RID: 68826 RVA: 0x00518858 File Offset: 0x00516A58
|
|
private void AHLMADACOLB()
|
|
{
|
|
Debug.Log("Bandwidth");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CDB RID: 68827 RVA: 0x0051886C File Offset: 0x00516A6C
|
|
private void MICFHMAIGIB()
|
|
{
|
|
Debug.Log(" evLeave: ");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CDC RID: 68828 RVA: 0x00518880 File Offset: 0x00516A80
|
|
private void BBOIJKLPABP()
|
|
{
|
|
Debug.Log(".unity");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CDD RID: 68829 RVA: 0x00518894 File Offset: 0x00516A94
|
|
private void JJEKHMENJFE()
|
|
{
|
|
Debug.Log("PUNVoice : PhotonVoiceRecorder is disabled since we do not have a microphone.");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CDE RID: 68830 RVA: 0x005188A8 File Offset: 0x00516AA8
|
|
private void BBKPAKKLOGB()
|
|
{
|
|
Debug.Log(" ");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
|
|
// Token: 0x06010CDF RID: 68831 RVA: 0x005188BC File Offset: 0x00516ABC
|
|
private void Awake()
|
|
{
|
|
Debug.Log("SteamVR_UpdatePoses has been deprecated - REMOVING");
|
|
global::UnityEngine.Object.DestroyImmediate(this);
|
|
}
|
|
}
|