This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
// Token: 0x020002C8 RID: 712
[Token(Token = "0x20002C8")]
public enum OMMGOEAIEBM
{
// Token: 0x04000BB9 RID: 3001
[Token(Token = "0x4000BB9")]
Implicit,
// Token: 0x04000BBA RID: 3002
[Token(Token = "0x4000BBA")]
Explicit_RuntimePerformsPostPresentHandoff,
// Token: 0x04000BBB RID: 3003
[Token(Token = "0x4000BBB")]
Explicit_ApplicationPerformsPostPresentHandoff
}