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: 0x02000252 RID: 594
|
||||
[Token(Token = "0x2000252")]
|
||||
[StructLayout(3)]
|
||||
public class CircuitGroupOutputInterfaceNode : CircuitGroupInterfaceNode
|
||||
{
|
||||
// Token: 0x17000298 RID: 664
|
||||
// (get) Token: 0x060011E8 RID: 4584 RVA: 0x0000220F File Offset: 0x0000040F
|
||||
[Token(Token = "0x17000298")]
|
||||
public override OutputSlot? MDMBMHINCLJ
|
||||
{
|
||||
[Token(Token = "0x60011E8")]
|
||||
[Address(RVA = "0x1B2ACF0", Offset = "0x1B296F0", VA = "0x181B2ACF0", Slot = "21")]
|
||||
get
|
||||
{
|
||||
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x060011E9 RID: 4585 RVA: 0x0004D690 File Offset: 0x0004B890
|
||||
[Token(Token = "0x60011E9")]
|
||||
[Address(RVA = "0x1B2AC90", Offset = "0x1B29690", VA = "0x181B2AC90")]
|
||||
public CircuitGroupOutputInterfaceNode()
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x04000E36 RID: 3638
|
||||
[global::Cpp2IlInjected.FieldOffset(Offset = "0xC0")]
|
||||
[Token(Token = "0x4000E36")]
|
||||
public OutputSlot outputSlot;
|
||||
}
|
||||
Reference in New Issue
Block a user