71 lines
2.3 KiB
C#
71 lines
2.3 KiB
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Photon.Pun;
|
|
using RecRoom.Core.Creation.Holotars;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Activities.Quest
|
|
{
|
|
// Token: 0x02002756 RID: 10070
|
|
[Token(Token = "0x2002756")]
|
|
[StructLayout(3)]
|
|
public class QuestRoomHolotars : QuestRoomBehaviour
|
|
{
|
|
// Token: 0x06011955 RID: 72021 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6011955")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "6")]
|
|
protected override void CNEJGKOACCI(QuestRoomBase DDEGOJKBEAN)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06011956 RID: 72022 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6011956")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "9")]
|
|
protected override void PABNHDIMGLM(QuestRoomBase DDEGOJKBEAN)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06011957 RID: 72023 RVA: 0x00430834 File Offset: 0x0042EA34
|
|
[Token(Token = "0x6011957")]
|
|
[Address(RVA = "0x183F480", Offset = "0x183DE80", VA = "0x18183F480", Slot = "7")]
|
|
protected override void MFLMMAOBIIL(QuestRoomBase DDEGOJKBEAN)
|
|
{
|
|
if (PhotonNetwork.IsMasterClient)
|
|
{
|
|
HolotarDataOverride[] array = this.holotarDataOverrides;
|
|
int num = 0;
|
|
int length = array.Length;
|
|
if (num < length)
|
|
{
|
|
array[num].MasterPickRandomAsset();
|
|
num++;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Token: 0x06011958 RID: 72024 RVA: 0x0000220F File Offset: 0x0000040F
|
|
[Token(Token = "0x6011958")]
|
|
[Address(RVA = "0x3C9F60", Offset = "0x3C8960", VA = "0x1803C9F60", Slot = "8")]
|
|
protected override void IDHFECGJFJJ(QuestRoomBase DDEGOJKBEAN)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06011959 RID: 72025 RVA: 0x00430878 File Offset: 0x0042EA78
|
|
[Token(Token = "0x6011959")]
|
|
[Address(RVA = "0x3C1210", Offset = "0x3BFC10", VA = "0x1803C1210")]
|
|
public QuestRoomHolotars()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400BC44 RID: 48196
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
|
|
[Token(Token = "0x400BC44")]
|
|
[SerializeField]
|
|
private HolotarDataOverride[] holotarDataOverrides;
|
|
}
|
|
}
|