20 lines
373 B
C#
20 lines
373 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2
|
|
{
|
|
// Token: 0x02000005 RID: 5
|
|
[Token(Token = "0x2000005")]
|
|
[StructLayout(3, Size = 4)]
|
|
public enum GetErrKind
|
|
{
|
|
// Token: 0x04000011 RID: 17
|
|
[Token(Token = "0x4000011")]
|
|
NoCompute,
|
|
// Token: 0x04000012 RID: 18
|
|
[Token(Token = "0x4000012")]
|
|
NotSupported
|
|
}
|
|
}
|