23 lines
434 B
C#
23 lines
434 B
C#
using System;
|
|
using System.ComponentModel;
|
|
|
|
namespace Oculus.Platform
|
|
{
|
|
// Token: 0x020003CC RID: 972
|
|
public enum JAILAEIOHJH
|
|
{
|
|
// Token: 0x040015C9 RID: 5577
|
|
[Description("UNKNOWN")]
|
|
Unknown,
|
|
// Token: 0x040015CA RID: 5578
|
|
[Description("UNAVAILABLE")]
|
|
Unavailable,
|
|
// Token: 0x040015CB RID: 5579
|
|
[Description("SUPPRESSED")]
|
|
Suppressed,
|
|
// Token: 0x040015CC RID: 5580
|
|
[Description("ACTIVE")]
|
|
Active
|
|
}
|
|
}
|