This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,35 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x02002280 RID: 8832
[Token(Token = "0x2002280")]
[Serializable]
[StructLayout(3)]
public class ControlConfig
{
// Token: 0x0600F2B1 RID: 62129 RVA: 0x003967C4 File Offset: 0x003949C4
[Token(Token = "0x600F2B1")]
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
public ControlConfig()
{
}
// Token: 0x0400A221 RID: 41505
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
[Token(Token = "0x400A221")]
public InputConfig inputConfig;
// Token: 0x0400A222 RID: 41506
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
[Token(Token = "0x400A222")]
public ButtonSettings buttonSettings;
// Token: 0x0400A223 RID: 41507
[global::Cpp2IlInjected.FieldOffset(Offset = "0x20")]
[Token(Token = "0x400A223")]
public Axis2DSettings axisSettings;
}
}