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
@@ -0,0 +1,17 @@
using System;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x020025CF RID: 9679
[Token(Token = "0x20025CF")]
public class SteamVrIndexVRInputConfiguration : VRInputConfiguration<SteamVrIndexVRInputHandler>
{
// Token: 0x0600F719 RID: 63257 RVA: 0x00386D88 File Offset: 0x00384F88
[Token(Token = "0x600F719")]
[Address(RVA = "0x1AFDFC0", Offset = "0x1AFCFC0", VA = "0x181AFDFC0")]
public SteamVrIndexVRInputConfiguration()
{
}
}
}