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: 0x02000337 RID: 823
|
||||
[Token(Token = "0x2000230")]
|
||||
[Guid("2891BCB4-A6AB-4A2E-A08D-DD2A55F1CF66")]
|
||||
[StructLayout(3)]
|
||||
public class NorNode : MultiInputBooleanLogicNode
|
||||
{
|
||||
// Token: 0x06001B64 RID: 7012 RVA: 0x00002096 File Offset: 0x00000296
|
||||
[Token(Token = "0x60016B5")]
|
||||
[Address(RVA = "0x275C820", Offset = "0x275B220", VA = "0x18275C820")]
|
||||
public NorNode(CircuitContext circuitContext, Guid nodeId)
|
||||
{
|
||||
}
|
||||
|
||||
// Token: 0x06001B65 RID: 7013 RVA: 0x0000D25C File Offset: 0x0000B45C
|
||||
[Token(Token = "0x60016B6")]
|
||||
[Address(RVA = "0x275C730", Offset = "0x275B130", VA = "0x18275C730", Slot = "43")]
|
||||
protected override bool GetBooleanReturnInternal(List<bool> bools)
|
||||
{
|
||||
return default(bool);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user