scripts
This commit is contained in:
@@ -0,0 +1,107 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Activities.Toys;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.Core.Creation
|
||||
{
|
||||
// Token: 0x02002BD5 RID: 11221
|
||||
[Token(Token = "0x2002BD5")]
|
||||
[StructLayout(3)]
|
||||
public class RCCarSandboxSet : SandboxSet
|
||||
{
|
||||
// Token: 0x06013C3E RID: 80958 RVA: 0x004BD9F4 File Offset: 0x004BBBF4
|
||||
[Token(Token = "0x6013C3E")]
|
||||
[Address(RVA = "0x1AC37B0", Offset = "0x1AC21B0", VA = "0x181AC37B0", 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)
|
||||
{
|
||||
}
|
||||
if (num != -1)
|
||||
{
|
||||
}
|
||||
}
|
||||
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;
|
||||
Debug.LogError(text);
|
||||
return enumerable;
|
||||
}
|
||||
|
||||
// Token: 0x06013C3F RID: 80959 RVA: 0x004BDAE8 File Offset: 0x004BBCE8
|
||||
[Token(Token = "0x6013C3F")]
|
||||
[Address(RVA = "0x115DE50", Offset = "0x115C850", VA = "0x18115DE50")]
|
||||
public RCCarSandboxSet()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x0400D550 RID: 54608
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x50")]
|
||||
[Token(Token = "0x400D550")]
|
||||
private RCCar IEJMHMNEJGN;
|
||||
|
||||
// Token: 0x0400D551 RID: 54609
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0x58")]
|
||||
[Token(Token = "0x400D551")]
|
||||
private RCCarRemoteControl LIKNHFPMAEM;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user