This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
using System;
// Token: 0x02000A26 RID: 2598
public enum CEFIOCGOOFP
{
// Token: 0x040036D7 RID: 14039
DEFAULT = -1,
// Token: 0x040036D8 RID: 14040
TAG_1,
// Token: 0x040036D9 RID: 14041
TAG_2,
// Token: 0x040036DA RID: 14042
TAG_3,
// Token: 0x040036DB RID: 14043
TAG_4,
// Token: 0x040036DC RID: 14044
TAG_5,
// Token: 0x040036DD RID: 14045
TAG_6,
// Token: 0x040036DE RID: 14046
TAG_7,
// Token: 0x040036DF RID: 14047
TAG_8
}