This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x020024E9 RID: 9449
[Token(Token = "0x20024E9")]
public class SteamVrIndexVRInputConfiguration : VRInputConfiguration<SteamVrIndexVRInputHandler>
{
// Token: 0x0600F301 RID: 62209 RVA: 0x0037D8BC File Offset: 0x0037BABC
[Token(Token = "0x600F301")]
[Address(RVA = "0xFB9910", Offset = "0xFB8710", VA = "0x180FB9910")]
public SteamVrIndexVRInputConfiguration()
{
}
}
}