This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace Valve.VR
{
// Token: 0x02000258 RID: 600
[Token(Token = "0x20000B7")]
public enum EVRNotificationError
{
// Token: 0x04000666 RID: 1638
[Token(Token = "0x400062E")]
OK,
// Token: 0x04000667 RID: 1639
[Token(Token = "0x400062F")]
InvalidNotificationId = 100,
// Token: 0x04000668 RID: 1640
[Token(Token = "0x4000630")]
NotificationQueueFull,
// Token: 0x04000669 RID: 1641
[Token(Token = "0x4000631")]
InvalidOverlayHandle,
// Token: 0x0400066A RID: 1642
[Token(Token = "0x4000632")]
SystemWithUserValueAlreadyExists
}
}