scripts
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace CircuitsV2.Graph.Nodes
|
||||
{
|
||||
// Token: 0x02000335 RID: 821
|
||||
[Token(Token = "0x200022F")]
|
||||
[Guid("502E86D1-5B3A-4213-97E2-DF25836FFCC4")]
|
||||
[StructLayout(3)]
|
||||
public class NandNode : MultiInputBooleanLogicNode
|
||||
{
|
||||
// Token: 0x06001B5F RID: 7007 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x60016B3")]
|
||||
[Address(RVA = "0x275C670", Offset = "0x275B070", VA = "0x18275C670")]
|
||||
public NandNode(CircuitContext circuitContext, Guid nodeId)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B60 RID: 7008 RVA: 0x0000D22C File Offset: 0x0000B42C
|
||||
[Token(Token = "0x60016B4")]
|
||||
[Address(RVA = "0x275C580", Offset = "0x275AF80", VA = "0x18275C580", Slot = "43")]
|
||||
protected override bool GetBooleanReturnInternal(List<bool> bools)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user