This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
// Token: 0x02001372 RID: 4978
[Token(Token = "0x2001372")]
public enum FCCPDGMCPBF
{
// Token: 0x04004B90 RID: 19344
[Token(Token = "0x4004B90")]
None,
// Token: 0x04004B91 RID: 19345
[Token(Token = "0x4004B91")]
Hotlist,
// Token: 0x04004B92 RID: 19346
[Token(Token = "0x4004B92")]
Custom
}