This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x020022B9 RID: 8889
[Token(Token = "0x20022B9")]
[StructLayout(3)]
public class SteamVrWindowsMRVRInputConfiguration : VRInputConfiguration<SteamVrWindowsMRVRInputHandler>
{
// Token: 0x0600F3E4 RID: 62436 RVA: 0x0039B708 File Offset: 0x00399908
[Token(Token = "0x600F3E4")]
[Address(RVA = "0x10D1990", Offset = "0x10D0390", VA = "0x1810D1990")]
public SteamVrWindowsMRVRInputConfiguration()
{
}
}
}