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: 0x020025D8 RID: 9688
[Token(Token = "0x20025D8")]
public class SteamVrWindowsMRVRInputConfiguration : VRInputConfiguration<SteamVrWindowsMRVRInputHandler>
{
// Token: 0x0600F737 RID: 63287 RVA: 0x00387A80 File Offset: 0x00385C80
[Token(Token = "0x600F737")]
[Address(RVA = "0x1B00240", Offset = "0x1AFF240", VA = "0x181B00240")]
public SteamVrWindowsMRVRInputConfiguration()
{
}
}
}