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
+17
View File
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000036 RID: 54
[Token(Token = "0x2000036")]
public enum KJIIIDPFECB
{
// Token: 0x0400018F RID: 399
[Token(Token = "0x400018F")]
Auth,
// Token: 0x04000190 RID: 400
[Token(Token = "0x4000190")]
AuthOnce,
// Token: 0x04000191 RID: 401
[Token(Token = "0x4000191")]
AuthOnceWss
}