m
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Tutorials
|
||||
{
|
||||
// Token: 0x02002A75 RID: 10869
|
||||
[Token(Token = "0x2002A75")]
|
||||
public class TutorialPromptConfigs : ScriptableObject
|
||||
{
|
||||
// Token: 0x06012177 RID: 74103 RVA: 0x00418FF4 File Offset: 0x004171F4
|
||||
[Token(Token = "0x6012177")]
|
||||
[Address(RVA = "0x1AA8930", Offset = "0x1AA7930", VA = "0x181AA8930")]
|
||||
public TutorialPromptConfig IPNEOBHDBCN(TutorialPromptContext.EAIAMCNLKIB BIPPKMHEKDN)
|
||||
{
|
||||
TutorialPromptConfig[] configs = this.Configs;
|
||||
int num = 0;
|
||||
int length = configs.Length;
|
||||
TutorialPromptConfig tutorialPromptConfig;
|
||||
if (num < length)
|
||||
{
|
||||
tutorialPromptConfig = configs[num];
|
||||
if (tutorialPromptConfig.TutorialPromptType != BIPPKMHEKDN)
|
||||
{
|
||||
num++;
|
||||
}
|
||||
TutorialPromptGeneralConfig generalConfig = this.GeneralConfig;
|
||||
tutorialPromptConfig.GeneralConfig = generalConfig;
|
||||
return tutorialPromptConfig;
|
||||
}
|
||||
Debug.LogError("Failed to find tutorial prompt config for " + tutorialPromptConfig);
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06012178 RID: 74104 RVA: 0x0041905C File Offset: 0x0041725C
|
||||
[Token(Token = "0x6012178")]
|
||||
[Address(RVA = "0x1AA8A30", Offset = "0x1AA7A30", VA = "0x181AA8A30")]
|
||||
public TutorialPromptConfigs()
|
||||
{
|
||||
TutorialPromptGeneralConfig tutorialPromptGeneralConfig = new TutorialPromptGeneralConfig();
|
||||
this.GeneralConfig = tutorialPromptGeneralConfig;
|
||||
TutorialPromptConfig[] array = new TutorialPromptConfig[0];
|
||||
this.Configs = array;
|
||||
base..ctor();
|
||||
}
|
||||
|
||||
// Token: 0x0400B9A0 RID: 47520
|
||||
[FieldOffset(Offset = "0x18")]
|
||||
[Token(Token = "0x400B9A0")]
|
||||
[SerializeField]
|
||||
public TutorialPromptGeneralConfig GeneralConfig;
|
||||
|
||||
// Token: 0x0400B9A1 RID: 47521
|
||||
[FieldOffset(Offset = "0x20")]
|
||||
[Token(Token = "0x400B9A1")]
|
||||
[SerializeField]
|
||||
public TutorialPromptConfig[] Configs;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user