scripts
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using RecRoom.Circuits;
|
||||
using RecRoom.Core.Creation.Circuits;
|
||||
|
||||
// Token: 0x02000251 RID: 593
|
||||
[Token(Token = "0x2000251")]
|
||||
[StructLayout(3)]
|
||||
public class CircuitGroupInputInterfaceNode : CircuitGroupInterfaceNode
|
||||
{
|
||||
// Token: 0x17000297 RID: 663
|
||||
// (get) Token: 0x060011E6 RID: 4582 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17000297")]
|
||||
public override InputSlot? MNIEHHMNFFE
|
||||
{
|
||||
[Token(Token = "0x60011E6")]
|
||||
[Address(RVA = "0x1B2ACA0", Offset = "0x1B296A0", VA = "0x181B2ACA0", Slot = "20")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060011E7 RID: 4583 RVA: 0x0004D67C File Offset: 0x0004B87C
|
||||
[Token(Token = "0x60011E7")]
|
||||
[Address(RVA = "0x1B2AC90", Offset = "0x1B29690", VA = "0x181B2AC90")]
|
||||
public CircuitGroupInputInterfaceNode()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000E35 RID: 3637
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC0")]
|
||||
[Token(Token = "0x4000E35")]
|
||||
public InputSlot inputSlot;
|
||||
}
|
||||
Reference in New Issue
Block a user