18 lines
504 B
C#
18 lines
504 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Inputs
|
|
{
|
|
// Token: 0x020025C0 RID: 9664
|
|
[Token(Token = "0x20025C0")]
|
|
public class OculusPlatformOculusTouchVRInputConfiguration : VRInputConfiguration<OculusPlatformOculusTouchVRInputHandler>
|
|
{
|
|
// Token: 0x0600F6A6 RID: 63142 RVA: 0x00384694 File Offset: 0x00382894
|
|
[Token(Token = "0x600F6A6")]
|
|
[Address(RVA = "0x1AFA5A0", Offset = "0x1AF95A0", VA = "0x181AFA5A0")]
|
|
public OculusPlatformOculusTouchVRInputConfiguration()
|
|
{
|
|
}
|
|
}
|
|
}
|