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
+20
View File
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
// Token: 0x02001676 RID: 5750
[Token(Token = "0x2001676")]
public enum KBAIBNKIAEG
{
// Token: 0x0400588C RID: 22668
[Token(Token = "0x400588C")]
Normal,
// Token: 0x0400588D RID: 22669
[Token(Token = "0x400588D")]
Landscape,
// Token: 0x0400588E RID: 22670
[Token(Token = "0x400588E")]
Portrait,
// Token: 0x0400588F RID: 22671
[Token(Token = "0x400588F")]
Large
}