using System; using System.Runtime.InteropServices; using Cpp2IlInjected; using RecRoom.Circuits; namespace RecRoom.Core.Creation.Circuits { // Token: 0x02002C7B RID: 11387 [Token(Token = "0x2002C7B")] [StructLayout(3)] public class CircuitOutputConnectionPoint : CircuitConnectionPoint { // Token: 0x170035A4 RID: 13732 // (get) Token: 0x0601413E RID: 82238 RVA: 0x0000220F File Offset: 0x0000040F [Token(Token = "0x170035A4")] public override OutputSlot? MDMBMHINCLJ { [Token(Token = "0x601413E")] [Address(RVA = "0x16C9F60", Offset = "0x16C8960", VA = "0x1816C9F60", Slot = "21")] get { throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method."); } } // Token: 0x0601413F RID: 82239 RVA: 0x004D23B4 File Offset: 0x004D05B4 [Token(Token = "0x601413F")] [Address(RVA = "0x16C9F50", Offset = "0x16C8950", VA = "0x1816C9F50")] public CircuitOutputConnectionPoint() { } // Token: 0x0400D7D6 RID: 55254 [global::Cpp2IlInjected.FieldOffset(Offset = "0x90")] [Token(Token = "0x400D7D6")] public OutputSlot outputSlot; } }