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: 0x020012CA RID: 4810
[Token(Token = "0x20012CA")]
public enum JPIJGHNNIDP
{
// Token: 0x04004759 RID: 18265
[Token(Token = "0x4004759")]
Cancel,
// Token: 0x0400475A RID: 18266
[Token(Token = "0x400475A")]
Affirmative,
// Token: 0x0400475B RID: 18267
[Token(Token = "0x400475B")]
Negative,
// Token: 0x0400475C RID: 18268
[Token(Token = "0x400475C")]
Other
}