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
@@ -0,0 +1,25 @@
using System;
using System.ComponentModel;
namespace Oculus.Platform
{
// Token: 0x0200032D RID: 813
public enum GNMKLCALHHE
{
// Token: 0x0400142E RID: 5166
[Description("UNKNOWN")]
Unknown,
// Token: 0x0400142F RID: 5167
[Description("NORMAL")]
Normal,
// Token: 0x04001430 RID: 5168
[Description("INVITE")]
Invite,
// Token: 0x04001431 RID: 5169
[Description("COORDINATED")]
Coordinated,
// Token: 0x04001432 RID: 5170
[Description("DEEPLINK")]
Deeplink
}
}