scripts
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user