13 lines
271 B
C#
13 lines
271 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2.Utilities
|
|
{
|
|
// Token: 0x020001CA RID: 458
|
|
// (Invoke) Token: 0x06001017 RID: 4119
|
|
[Token(Token = "0x200012D")]
|
|
[StructLayout(3)]
|
|
public delegate T GetDelegate<T>();
|
|
}
|