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
+24
View File
@@ -0,0 +1,24 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using UnityEngine;
// Token: 0x02001DBC RID: 7612
[Token(Token = "0x2001DBC")]
[AttributeUsage(AttributeTargets.Field)]
[StructLayout(3)]
public class HAABHKHPAEL : PropertyAttribute
{
// Token: 0x0600CD7F RID: 52607 RVA: 0x0030DB40 File Offset: 0x0030BD40
[Token(Token = "0x600CD7F")]
[Address(RVA = "0x75DDB0", Offset = "0x75C7B0", VA = "0x18075DDB0")]
public HAABHKHPAEL(string fieldName)
{
this.MAFJOJLDFJO = fieldName;
}
// Token: 0x04008AA6 RID: 35494
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x4008AA6")]
public readonly string MAFJOJLDFJO;
}