scripts
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Inputs
|
||||
{
|
||||
// Token: 0x020022A3 RID: 8867
|
||||
[Token(Token = "0x20022A3")]
|
||||
[StructLayout(3)]
|
||||
public class OculusPlatformOculusTouchVRInputConfiguration : VRInputConfiguration<OculusPlatformOculusTouchVRInputHandler>
|
||||
{
|
||||
// Token: 0x0600F35E RID: 62302 RVA: 0x003987C8 File Offset: 0x003969C8
|
||||
[Token(Token = "0x600F35E")]
|
||||
[Address(RVA = "0x10CCD70", Offset = "0x10CB770", VA = "0x1810CCD70")]
|
||||
public OculusPlatformOculusTouchVRInputConfiguration()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user