This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,17 @@
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()
{
}
}
}