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
+28
View File
@@ -0,0 +1,28 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x02000289 RID: 649
[Token(Token = "0x2000289")]
[Serializable]
[StructLayout(0, Size = 8)]
public struct EnemyGroup
{
// Token: 0x170002CA RID: 714
// (get) Token: 0x0600132C RID: 4908 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x170002CA")]
public int Size
{
[Token(Token = "0x600132C")]
[Address(RVA = "0x236100", Offset = "0x235500", VA = "0x180236100")]
get
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
}
// Token: 0x04000ECC RID: 3788
[global::Cpp2IlInjected.FieldOffset(Offset = "0x0")]
[Token(Token = "0x4000ECC")]
public JIEHOGDIGPG[] Enemies;
}