13 lines
307 B
C#
13 lines
307 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities
|
|
{
|
|
// Token: 0x020001CB RID: 459
|
|
// (Invoke) Token: 0x0600101B RID: 4123
|
|
[Token(Token = "0x200012E")]
|
|
[StructLayout(3)]
|
|
public delegate TValue GetDelegate<in TClass, out TValue>(TClass self);
|
|
}
|