a
This commit is contained in:
@@ -0,0 +1,102 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Activities.Quest;
|
||||
|
||||
// Token: 0x02002C2E RID: 11310
|
||||
[Token(Token = "0x2002C2E")]
|
||||
public static class MHLCFAIKHOI
|
||||
{
|
||||
// Token: 0x06013218 RID: 78360 RVA: 0x0046E3E0 File Offset: 0x0046C5E0
|
||||
[Token(Token = "0x6013218")]
|
||||
[Address(RVA = "0x14B5620", Offset = "0x14B4420", VA = "0x1814B5620")]
|
||||
private static QuestGearConfig ABOEFBCEKLC(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
bool flag;
|
||||
if (!flag)
|
||||
{
|
||||
}
|
||||
int hashCode = flag.GetHashCode();
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x06013219 RID: 78361 RVA: 0x0046E404 File Offset: 0x0046C604
|
||||
[Token(Token = "0x6013219")]
|
||||
[Address(RVA = "0x14B5A60", Offset = "0x14B4860", VA = "0x1814B5A60")]
|
||||
public static QuestGearEntry[] IEKEKBBDNCA(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
int num = 0;
|
||||
QuestGearConfig questGearConfig;
|
||||
if (!(questGearConfig != num))
|
||||
{
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0601321A RID: 78362 RVA: 0x0046E428 File Offset: 0x0046C628
|
||||
[Token(Token = "0x601321A")]
|
||||
[Address(RVA = "0x14B58B0", Offset = "0x14B46B0", VA = "0x1814B58B0")]
|
||||
public static SpawnableTool[] DIHIJLAOHNN(CANIMKJOJDP GJJAGJCCAIP)
|
||||
{
|
||||
int num = 0;
|
||||
QuestGearConfig questGearConfig;
|
||||
if (!(questGearConfig != num))
|
||||
{
|
||||
}
|
||||
throw new NullReferenceException();
|
||||
}
|
||||
|
||||
// Token: 0x0601321B RID: 78363 RVA: 0x0046E44C File Offset: 0x0046C64C
|
||||
[Token(Token = "0x601321B")]
|
||||
[Address(RVA = "0x14B57C0", Offset = "0x14B45C0", VA = "0x1814B57C0")]
|
||||
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: 0x0601321C RID: 78364 RVA: 0x0046E49C File Offset: 0x0046C69C
|
||||
[Token(Token = "0x601321C")]
|
||||
[Address(RVA = "0x14B5980", Offset = "0x14B4780", VA = "0x1814B5980")]
|
||||
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: 0x0601321D RID: 78365 RVA: 0x0046E4DC File Offset: 0x0046C6DC
|
||||
// Note: this type is marked as 'beforefieldinit'.
|
||||
[Token(Token = "0x601321D")]
|
||||
[Address(RVA = "0x14B5B30", Offset = "0x14B4930", VA = "0x1814B5B30")]
|
||||
static MHLCFAIKHOI()
|
||||
{
|
||||
QuestGearConfig questGearConfig = OLJIOKGMCPN.MNKDOANEFLK<QuestGearConfig>(0);
|
||||
}
|
||||
|
||||
// Token: 0x0400C704 RID: 50948
|
||||
[Token(Token = "0x400C704")]
|
||||
private static QuestGearConfig MFIAFAGNMJN;
|
||||
|
||||
// Token: 0x0400C705 RID: 50949
|
||||
[Token(Token = "0x400C705")]
|
||||
private const string FLNOIIKIMBJ = "Assets/Activities/Quest/Shared/Content/Configs/";
|
||||
}
|
||||
Reference in New Issue
Block a user