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,25 @@
using System;
using Cpp2IlInjected;
namespace RecRoom.Inputs
{
// Token: 0x020024CC RID: 9420
[Token(Token = "0x20024CC")]
public abstract class InputSourceConfig<Runtime, Config> : InputSourceConfigBase where Runtime : MNFHEDHBMOI<Runtime, Config>, new() where Config : InputSourceConfig<Runtime, Config>
{
// Token: 0x0600F25A RID: 62042 RVA: 0x0000220F File Offset: 0x0000040F
[Token(Token = "0x600F25A")]
[Address(RVA = "0x210FA00", Offset = "0x210E800", VA = "0x18210FA00", Slot = "4")]
public override HJAJIGDPBDH NIMFLLEKIBL()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x0600F25B RID: 62043 RVA: 0x0037A9DC File Offset: 0x00378BDC
[Token(Token = "0x600F25B")]
[Address(RVA = "0x119B780", Offset = "0x119A580", VA = "0x18119B780")]
protected InputSourceConfig()
{
}
}
}