m
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Activities.Quest;
|
||||
|
||||
// Token: 0x02002D17 RID: 11543
|
||||
[Token(Token = "0x2002D17")]
|
||||
public static class MHLCFAIKHOI
|
||||
{
|
||||
// Token: 0x06013659 RID: 79449 RVA: 0x00478150 File Offset: 0x00476350
|
||||
[Token(Token = "0x6013659")]
|
||||
[Address(RVA = "0x201F320", Offset = "0x201E320", VA = "0x18201F320")]
|
||||
private static QuestGearConfig ABOEFBCEKLC(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
}
|
||||
int hashCode = flag.GetHashCode();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0601365A RID: 79450 RVA: 0x00478174 File Offset: 0x00476374
|
||||
[Token(Token = "0x601365A")]
|
||||
[Address(RVA = "0x201F760", Offset = "0x201E760", VA = "0x18201F760")]
|
||||
public static QuestGearEntry[] IEKEKBBDNCA(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
int num = 0;
|
||||
QuestGearConfig questGearConfig;
|
||||
if (!(questGearConfig != num))
|
||||
{
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0601365B RID: 79451 RVA: 0x00478198 File Offset: 0x00476398
|
||||
[Token(Token = "0x601365B")]
|
||||
[Address(RVA = "0x201F5B0", Offset = "0x201E5B0", VA = "0x18201F5B0")]
|
||||
public static SpawnableTool[] DIHIJLAOHNN(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
int num = 0;
|
||||
QuestGearConfig questGearConfig;
|
||||
if (!(questGearConfig != num))
|
||||
{
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0601365C RID: 79452 RVA: 0x004781BC File Offset: 0x004763BC
|
||||
[Token(Token = "0x601365C")]
|
||||
[Address(RVA = "0x201F4C0", Offset = "0x201E4C0", VA = "0x18201F4C0")]
|
||||
public static int[] BOOLGINFBHB(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
int num = 0;
|
||||
QuestGearConfig questGearConfig;
|
||||
if (!(questGearConfig != num))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
int[] array = new int[2];
|
||||
int minNumberOfItemsSpawnedPerDrop = questGearConfig.minNumberOfItemsSpawnedPerDrop;
|
||||
array[0] = minNumberOfItemsSpawnedPerDrop;
|
||||
int maxNumberOfItemsSpawnedPerDrop = questGearConfig.maxNumberOfItemsSpawnedPerDrop;
|
||||
array[0] = maxNumberOfItemsSpawnedPerDrop;
|
||||
return array;
|
||||
}
|
||||
|
||||
// Token: 0x0601365D RID: 79453 RVA: 0x0047820C File Offset: 0x0047640C
|
||||
[Token(Token = "0x601365D")]
|
||||
[Address(RVA = "0x201F680", Offset = "0x201E680", VA = "0x18201F680")]
|
||||
public static QuestGear ECHNFHHDHBF(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
int num = 0;
|
||||
QuestGearConfig questGearConfig;
|
||||
if (questGearConfig != num)
|
||||
{
|
||||
QuestGear customGearBehavior = questGearConfig.customGearBehavior;
|
||||
int num2 = 0;
|
||||
if (customGearBehavior != num2)
|
||||
{
|
||||
return customGearBehavior.GetComponent<QuestGear>();
|
||||
}
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0601365E RID: 79454 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x601365E")]
|
||||
[Address(RVA = "0x4242D0", Offset = "0x4232D0", VA = "0x1804242D0")]
|
||||
static MHLCFAIKHOI()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0400C918 RID: 51480
|
||||
[Token(Token = "0x400C918")]
|
||||
private static QuestGearConfig MFIAFAGNMJN;
|
||||
|
||||
// Token: 0x0400C919 RID: 51481
|
||||
[Token(Token = "0x400C919")]
|
||||
private const string FLNOIIKIMBJ = "Assets/Activities/Quest/Shared/Content/Configs/";
|
||||
}
|
||||
Reference in New Issue
Block a user