104 lines
2.4 KiB
C#
104 lines
2.4 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
using RecRoom.Activities.Toys;
|
|
using UnityEngine;
|
|
|
|
namespace RecRoom.Core.Creation
|
|
{
|
|
// Token: 0x02003120 RID: 12576
|
|
[Token(Token = "0x2003120")]
|
|
public class RCCarSandboxSet : SandboxSet
|
|
{
|
|
// Token: 0x0601596E RID: 88430 RVA: 0x0050CD74 File Offset: 0x0050AF74
|
|
[Token(Token = "0x601596E")]
|
|
[Address(RVA = "0xEA6860", Offset = "0xEA5660", VA = "0x180EA6860", Slot = "15")]
|
|
protected override IEnumerable<Tool> COLAGHJALDD()
|
|
{
|
|
int num;
|
|
IEnumerable<Tool> enumerable;
|
|
do
|
|
{
|
|
num = 0;
|
|
enumerable = base.COLAGHJALDD();
|
|
if (enumerable != 0)
|
|
{
|
|
if (num < enumerable)
|
|
{
|
|
num += num;
|
|
if (num == enumerable)
|
|
{
|
|
goto IL_40;
|
|
}
|
|
num++;
|
|
}
|
|
int num2 = 0;
|
|
RCCar rccar;
|
|
int num3;
|
|
if (!(rccar != num2))
|
|
{
|
|
num3 = 0;
|
|
RCCarRemoteControl rccarRemoteControl;
|
|
if (rccarRemoteControl != num3)
|
|
{
|
|
this.LIKNHFPMAEM = rccarRemoteControl;
|
|
goto IL_40;
|
|
}
|
|
continue;
|
|
}
|
|
IL_47:
|
|
this.IEJMHMNEJGN = rccar;
|
|
goto IL_4E;
|
|
IL_40:
|
|
num3 += num3;
|
|
goto IL_47;
|
|
}
|
|
IL_4E:
|
|
if (enumerable != 0)
|
|
{
|
|
}
|
|
}
|
|
while (num != 0);
|
|
RCCar iejmhmnejgn = this.IEJMHMNEJGN;
|
|
int num4 = 0;
|
|
if (iejmhmnejgn != num4)
|
|
{
|
|
RCCarRemoteControl liknhfpmaem = this.LIKNHFPMAEM;
|
|
int num5 = 0;
|
|
if (liknhfpmaem != num5)
|
|
{
|
|
RCCarRemoteControl liknhfpmaem2 = this.LIKNHFPMAEM;
|
|
RCCar iejmhmnejgn2 = this.IEJMHMNEJGN;
|
|
liknhfpmaem2.NHELPLLFIGL = iejmhmnejgn2;
|
|
}
|
|
}
|
|
RCCar iejmhmnejgn3 = this.IEJMHMNEJGN;
|
|
int num6 = 0;
|
|
bool flag = iejmhmnejgn3 != num6;
|
|
int num7 = 0;
|
|
bool flag2 = this.LIKNHFPMAEM != num7;
|
|
string text;
|
|
string text2;
|
|
Debug.LogError("Spawned an RCCarSandboxSet that didn't have a car or remote. Car = " + text + ", Remote = " + text2);
|
|
return enumerable;
|
|
}
|
|
|
|
// Token: 0x0601596F RID: 88431 RVA: 0x0050CE74 File Offset: 0x0050B074
|
|
[Token(Token = "0x601596F")]
|
|
[Address(RVA = "0x7FA090", Offset = "0x7F8E90", VA = "0x1807FA090")]
|
|
public RCCarSandboxSet()
|
|
{
|
|
}
|
|
|
|
// Token: 0x0400E347 RID: 58183
|
|
[FieldOffset(Offset = "0x50")]
|
|
[Token(Token = "0x400E347")]
|
|
private RCCar IEJMHMNEJGN;
|
|
|
|
// Token: 0x0400E348 RID: 58184
|
|
[FieldOffset(Offset = "0x58")]
|
|
[Token(Token = "0x400E348")]
|
|
private RCCarRemoteControl LIKNHFPMAEM;
|
|
}
|
|
}
|