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,33 @@
using System;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x02002594 RID: 9620
[Token(Token = "0x2002594")]
[Serializable]
public class InputConfig
{
// Token: 0x0600F5F3 RID: 62963 RVA: 0x003824B4 File Offset: 0x003806B4
[Token(Token = "0x600F5F3")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public InputConfig()
{
}
// Token: 0x0400A2A3 RID: 41635
[FieldOffset(Offset = "0x10")]
[Token(Token = "0x400A2A3")]
public GamepadInputConfig gamepad;
// Token: 0x0400A2A4 RID: 41636
[FieldOffset(Offset = "0x18")]
[Token(Token = "0x400A2A4")]
public KeyboardMouseInputConfig keyboardMouse;
// Token: 0x0400A2A5 RID: 41637
[FieldOffset(Offset = "0x20")]
[Token(Token = "0x400A2A5")]
public TouchInputConfig touch;
}
}