scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Inputs
|
||||
{
|
||||
// Token: 0x020022B7 RID: 8887
|
||||
[Token(Token = "0x20022B7")]
|
||||
[StructLayout(3)]
|
||||
public class SteamVrViveVRInputConfiguration : VRInputConfiguration<SteamVrViveVRInputHandler>
|
||||
{
|
||||
// Token: 0x0600F3E0 RID: 62432 RVA: 0x0039B28C File Offset: 0x0039948C
|
||||
[Token(Token = "0x600F3E0")]
|
||||
[Address(RVA = "0x10D0ED0", Offset = "0x10CF8D0", VA = "0x1810D0ED0")]
|
||||
public SteamVrViveVRInputConfiguration()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user