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
+23
View File
@@ -0,0 +1,23 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
// Token: 0x02001D09 RID: 7433
[Token(Token = "0x2001D09")]
[StructLayout(3)]
public interface NHMAJCPNJPG
{
// Token: 0x17001F2A RID: 7978
// (get) Token: 0x0600C7D0 RID: 51152
// (set) Token: 0x0600C7D1 RID: 51153
[Token(Token = "0x17001F2A")]
long HJGPNBCFDAB
{
[Token(Token = "0x600C7D0")]
[Address(Slot = "0")]
get;
[Token(Token = "0x600C7D1")]
[Address(Slot = "1")]
set;
}
}