14 lines
357 B
C#
14 lines
357 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using CircuitsV2.Utilities;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Graph
|
|
{
|
|
// Token: 0x020002AB RID: 683
|
|
// (Invoke) Token: 0x06001770 RID: 6000
|
|
[Token(Token = "0x20001B9")]
|
|
[StructLayout(3, Size = 8)]
|
|
public delegate Result<CircuitSignal> OutputPortGetDelegate(ExecParams executionScope);
|
|
}
|