This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
+136
View File
@@ -0,0 +1,136 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using RecRoom.Core.Combat;
// Token: 0x02002DFC RID: 11772
[Token(Token = "0x2002DFC")]
[StructLayout(3)]
public class FBJJBALDIAB
{
// Token: 0x06015035 RID: 86069 RVA: 0x0050B250 File Offset: 0x00509450
[Token(Token = "0x6015035")]
[Address(RVA = "0x1530820", Offset = "0x152F220", VA = "0x181530820")]
public FBJJBALDIAB(int perGroupCapacity, bool limitOneImpactPerTarget)
{
List<AAEGKOIININ> list = new List();
this.AAJHCIBMMCL = list;
base..ctor();
this.FCAJHNICMAI = perGroupCapacity;
this.OPFGDOMLGNM = limitOneImpactPerTarget;
}
// Token: 0x17003844 RID: 14404
// (get) Token: 0x06015036 RID: 86070 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x17003844")]
public float DDKECNEDAEK
{
[Token(Token = "0x6015036")]
[Address(RVA = "0x15305E0", Offset = "0x152EFE0", VA = "0x1815305E0")]
get
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x06015037 RID: 86071 RVA: 0x0050B280 File Offset: 0x00509480
[Token(Token = "0x6015037")]
[Address(RVA = "0x15302C0", Offset = "0x152ECC0", VA = "0x1815302C0")]
public AAEGKOIININ AFLJHNNFBMM()
{
int num;
do
{
num = 0;
List<AAEGKOIININ> aajhcibmmcl = this.AAJHCIBMMCL;
List.Enumerator enumerator;
if (enumerator != 0)
{
}
if (num != -1)
{
}
}
while (num != 0);
AAEGKOIININ aaegkoiinin;
if (num == 0)
{
int fcajhnicmai = this.FCAJHNICMAI;
bool opfgdomlgnm = this.OPFGDOMLGNM;
aaegkoiinin = new AAEGKOIININ(fcajhnicmai, opfgdomlgnm);
this.AAJHCIBMMCL.Add(aaegkoiinin);
}
return aaegkoiinin;
}
// Token: 0x06015038 RID: 86072 RVA: 0x0050B2DC File Offset: 0x005094DC
[Token(Token = "0x6015038")]
[Address(RVA = "0x15306A0", Offset = "0x152F0A0", VA = "0x1815306A0")]
public AAEGKOIININ OBKMOLNOBHD(Bullet NLLMMPLAPBK)
{
int num;
do
{
num = 0;
List<AAEGKOIININ> aajhcibmmcl = this.AAJHCIBMMCL;
List.Enumerator enumerator;
if (enumerator != 0)
{
bool flag;
while (!flag)
{
}
}
if (num != -1)
{
if (enumerator == (ulong)62L)
{
}
if (num == 60)
{
break;
}
}
}
while (num != 0);
throw new NullReferenceException();
}
// Token: 0x06015039 RID: 86073 RVA: 0x0050B31C File Offset: 0x0050951C
[Token(Token = "0x6015039")]
[Address(RVA = "0x1530470", Offset = "0x152EE70", VA = "0x181530470")]
public AAEGKOIININ FOHPHLNECNG()
{
int num;
do
{
num = 0;
List<AAEGKOIININ> aajhcibmmcl = this.AAJHCIBMMCL;
List.Enumerator enumerator;
if (enumerator != 0)
{
}
if (num != -1)
{
}
}
while (num != 0);
throw new NullReferenceException();
}
// Token: 0x0400E001 RID: 57345
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x400E001")]
private readonly List<AAEGKOIININ> AAJHCIBMMCL;
// Token: 0x0400E002 RID: 57346
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x400E002")]
private int FCAJHNICMAI;
// Token: 0x0400E003 RID: 57347
[global::Cpp2IlInjected.FieldOffset(Offset = "0x1C")]
[Token(Token = "0x400E003")]
private bool OPFGDOMLGNM;
}