Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

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: 0x0200320D RID: 12813
[Token(Token = "0x200320D")]
public class RCCarSandboxSet : SandboxSet
{
// Token: 0x06015DEA RID: 89578 RVA: 0x00517754 File Offset: 0x00515954
[Token(Token = "0x6015DEA")]
[Address(RVA = "0x193A500", Offset = "0x1939500", VA = "0x18193A500", 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: 0x06015DEB RID: 89579 RVA: 0x00517854 File Offset: 0x00515A54
[Token(Token = "0x6015DEB")]
[Address(RVA = "0x12EEEE0", Offset = "0x12EDEE0", VA = "0x1812EEEE0")]
public RCCarSandboxSet()
{
}
// Token: 0x0400E584 RID: 58756
[FieldOffset(Offset = "0x50")]
[Token(Token = "0x400E584")]
private RCCar IEJMHMNEJGN;
// Token: 0x0400E585 RID: 58757
[FieldOffset(Offset = "0x58")]
[Token(Token = "0x400E585")]
private RCCarRemoteControl LIKNHFPMAEM;
}
}