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
+17
View File
@@ -0,0 +1,17 @@
using System;
namespace Valve.VR
{
// Token: 0x02000758 RID: 1880
public enum BOJOALOCPPK
{
// Token: 0x0400266F RID: 9839
k_eControllerAxis_None,
// Token: 0x04002670 RID: 9840
k_eControllerAxis_TrackPad,
// Token: 0x04002671 RID: 9841
k_eControllerAxis_Joystick,
// Token: 0x04002672 RID: 9842
k_eControllerAxis_Trigger
}
}