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
+23
View File
@@ -0,0 +1,23 @@
using System;
using Cpp2IlInjected;
// Token: 0x02000013 RID: 19
[Token(Token = "0x2000013")]
public enum CAAMFEBCAPH
{
// Token: 0x0400016C RID: 364
[Token(Token = "0x400016C")]
AlreadyConnected,
// Token: 0x0400016D RID: 365
[Token(Token = "0x400016D")]
CycleDetected,
// Token: 0x0400016E RID: 366
[Token(Token = "0x400016E")]
InvalidType,
// Token: 0x0400016F RID: 367
[Token(Token = "0x400016F")]
NotFound,
// Token: 0x04000170 RID: 368
[Token(Token = "0x4000170")]
Null
}