This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000010 RID: 16
[Token(Token = "0x2000010")]
public interface DCPCDHFKAGE : FBDFPNPLKCI
{
// Token: 0x17000016 RID: 22
// (get) Token: 0x06000057 RID: 87
// (set) Token: 0x06000058 RID: 88
[Token(Token = "0x17000016")]
bool OFAHNJILGDH
{
[Token(Token = "0x6000057")]
[Address(Slot = "0")]
get;
[Token(Token = "0x6000058")]
[Address(Slot = "1")]
set;
}
}