scripts
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user