This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
// Token: 0x02002C2C RID: 11308
[Token(Token = "0x2002C2C")]
public enum NDNBFFNDPMB
{
// Token: 0x0400C6FA RID: 50938
[Token(Token = "0x400C6FA")]
NONE = -1,
// Token: 0x0400C6FB RID: 50939
[Token(Token = "0x400C6FB")]
ALLOW_ALL,
// Token: 0x0400C6FC RID: 50940
[Token(Token = "0x400C6FC")]
ALLOW_ALL_EXCEPT,
// Token: 0x0400C6FD RID: 50941
[Token(Token = "0x400C6FD")]
ALLOW_ONLY
}