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
+17
View File
@@ -0,0 +1,17 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x02000751 RID: 1873
[Token(Token = "0x2000751")]
[AttributeUsage(AttributeTargets.Property)]
[StructLayout(3)]
public class MCMDCHFFAJJ : Attribute
{
// Token: 0x06003649 RID: 13897 RVA: 0x000E3680 File Offset: 0x000E1880
[Token(Token = "0x6003649")]
[Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")]
public MCMDCHFFAJJ()
{
}
}