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
+29
View File
@@ -0,0 +1,29 @@
using System;
using System.ComponentModel;
using Cpp2IlInjected;
// Token: 0x02000022 RID: 34
[Token(Token = "0x2000022")]
public enum CPJNNJJAOIF
{
// Token: 0x04000078 RID: 120
[Token(Token = "0x4000078")]
[Description]
Required,
// Token: 0x04000079 RID: 121
[Token(Token = "0x4000079")]
[Description]
High,
// Token: 0x0400007A RID: 122
[Token(Token = "0x400007A")]
[Description]
Medium,
// Token: 0x0400007B RID: 123
[Token(Token = "0x400007B")]
[Description]
Low,
// Token: 0x0400007C RID: 124
[Token(Token = "0x400007C")]
[Description]
Unknown
}