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
+20
View File
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
// Token: 0x0200000A RID: 10
[Token(Token = "0x200000A")]
public enum LINGGJOJPBL
{
// Token: 0x04000053 RID: 83
[Token(Token = "0x4000053")]
PayloadEncryption,
// Token: 0x04000054 RID: 84
[Token(Token = "0x4000054")]
DatagramEncryption = 10,
// Token: 0x04000055 RID: 85
[Token(Token = "0x4000055")]
DatagramEncryptionRandomSequence,
// Token: 0x04000056 RID: 86
[Token(Token = "0x4000056")]
DatagramEncryptionGCMRandomSequence
}