scripts
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace RecRoom.Inputs
|
||||
{
|
||||
// Token: 0x02002295 RID: 8853
|
||||
[Token(Token = "0x2002295")]
|
||||
[StructLayout(3)]
|
||||
public abstract class InputSourceConfig<Runtime, Config> : InputSourceConfigBase where Runtime : MNFHEDHBMOI<Runtime, Config>, new() where Config : InputSourceConfig<Runtime, Config>
|
||||
{
|
||||
// Token: 0x0600F328 RID: 62248 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x600F328")]
|
||||
[Address(RVA = "0x25D2B60", Offset = "0x25D1560", VA = "0x1825D2B60", Slot = "4")]
|
||||
public override HJAJIGDPBDH NIMFLLEKIBL()
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
|
||||
// Token: 0x0600F329 RID: 62249 RVA: 0x00397EA0 File Offset: 0x003960A0
|
||||
[Token(Token = "0x600F329")]
|
||||
[Address(RVA = "0x1DB81F0", Offset = "0x1DB6BF0", VA = "0x181DB81F0")]
|
||||
protected InputSourceConfig()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user