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,20 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x020022A1 RID: 8865
[Token(Token = "0x20022A1")]
[StructLayout(3)]
public abstract class LegacyInputSourceConfig<Runtime, Config> : InputSourceConfig<Runtime, Config> where Runtime : DNLCJBNPBCM<Runtime, Config>, new() where Config : LegacyInputSourceConfig<Runtime, Config>
{
// Token: 0x0600F34B RID: 62283 RVA: 0x00398368 File Offset: 0x00396568
[Token(Token = "0x600F34B")]
[Address(RVA = "0x1B234F0", Offset = "0x1B21EF0", VA = "0x181B234F0")]
protected LegacyInputSourceConfig()
{
HJAJIGDPBDH hjajigdpbdh = base.NIMFLLEKIBL();
}
}
}