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
+20
View File
@@ -0,0 +1,20 @@
using System;
// Token: 0x02000496 RID: 1174
public enum HFIIAGPNCCM : byte
{
// Token: 0x04001B35 RID: 6965
Custom,
// Token: 0x04001B36 RID: 6966
Steam,
// Token: 0x04001B37 RID: 6967
Facebook,
// Token: 0x04001B38 RID: 6968
Oculus,
// Token: 0x04001B39 RID: 6969
PlayStation,
// Token: 0x04001B3A RID: 6970
Xbox,
// Token: 0x04001B3B RID: 6971
None = 255
}