This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,19 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace RecRoom.Inputs
{
// Token: 0x020024F3 RID: 9459
[Token(Token = "0x20024F3")]
[CreateAssetMenu]
public class TouchSystemInputSource : InputSourceConfig<AGGFDBNAKNE, TouchSystemInputSource>
{
// Token: 0x0600F31E RID: 62238 RVA: 0x0037E578 File Offset: 0x0037C778
[Token(Token = "0x600F31E")]
[Address(RVA = "0xFBD250", Offset = "0xFBC050", VA = "0x180FBD250")]
public TouchSystemInputSource()
{
}
}
}