scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Oculus.Platform
|
||||
{
|
||||
// Token: 0x020003CD RID: 973
|
||||
public enum EBNIGNCKEEL
|
||||
{
|
||||
// Token: 0x040015CE RID: 5582
|
||||
[Description("UNKNOWN")]
|
||||
Unknown,
|
||||
// Token: 0x040015CF RID: 5583
|
||||
[Description("NONE")]
|
||||
None,
|
||||
// Token: 0x040015D0 RID: 5584
|
||||
[Description("PRESENCE_ALPHABETICAL")]
|
||||
PresenceAlphabetical
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user