14 lines
343 B
C#
14 lines
343 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using CircuitsV2.Utilities;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Graph
|
|
{
|
|
// Token: 0x0200029E RID: 670
|
|
// (Invoke) Token: 0x06001699 RID: 5785
|
|
[Token(Token = "0x20001B1")]
|
|
[StructLayout(3, Size = 8)]
|
|
public delegate Result<None> InteropDelegate(ExecParams e, ref InOut io);
|
|
}
|