This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 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()
{
}
}
}