using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace CircuitsV2 { // Token: 0x02000051 RID: 81 [Token(Token = "0x2000039")] [StructLayout(3)] public class CircuitBoolInstance : CircuitTypeInstanceBase { // Token: 0x06000276 RID: 630 RVA: 0x00002096 File Offset: 0x00000296 [Token(Token = "0x60001EB")] [Address(RVA = "0x1FE57B0", Offset = "0x1FE41B0", VA = "0x181FE57B0")] public CircuitBoolInstance(ICircuitValueRetriever valueRetriever) { } // Token: 0x06000277 RID: 631 RVA: 0x00002096 File Offset: 0x00000296 [Token(Token = "0x60001EC")] [Address(RVA = "0x1FE5720", Offset = "0x1FE4120", VA = "0x181FE5720")] public CircuitBoolInstance(Func, bool> getter, Action, bool> setter) { } } }