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: 0x02000333 RID: 819
public enum BCAHPDFCAGH
{
// Token: 0x0400144D RID: 5197
[Description("REQUIRED")]
Required,
// Token: 0x0400144E RID: 5198
[Description("HIGH")]
High,
// Token: 0x0400144F RID: 5199
[Description("MEDIUM")]
Medium,
// Token: 0x04001450 RID: 5200
[Description("LOW")]
Low,
// Token: 0x04001451 RID: 5201
[Description("UNKNOWN")]
Unknown
}
}