56 lines
1.7 KiB
C#
56 lines
1.7 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Runtime.InteropServices;
|
|
using CircuitsV2.Types;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace CircuitsV2
|
|
{
|
|
// Token: 0x02000048 RID: 72
|
|
[Token(Token = "0x2000031")]
|
|
[StructLayout(3)]
|
|
public sealed class FunctionFactoryParams
|
|
{
|
|
// Token: 0x0600022E RID: 558 RVA: 0x00002096 File Offset: 0x00000296
|
|
[Token(Token = "0x60001A6")]
|
|
[Address(RVA = "0x1FF4180", Offset = "0x1FF2B80", VA = "0x181FF4180")]
|
|
public FunctionFactoryParams(IEnumerable<TypeParameterType> typeParameters)
|
|
{
|
|
}
|
|
|
|
// Token: 0x0600022F RID: 559 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x60001A7")]
|
|
[Address(RVA = "0x1FF3D70", Offset = "0x1FF2770", VA = "0x181FF3D70")]
|
|
public FunctionFactoryParams CInput(string name, CircuitTypeOrString type)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000230 RID: 560 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x60001A8")]
|
|
[Address(RVA = "0x1FF3EE0", Offset = "0x1FF28E0", VA = "0x181FF3EE0")]
|
|
public FunctionFactoryReturns COutput(string name, CircuitTypeOrString type)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x06000231 RID: 561 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x60001A9")]
|
|
[Address(RVA = "0x1FF40B0", Offset = "0x1FF2AB0", VA = "0x181FF40B0")]
|
|
public FunctionType End()
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x04000111 RID: 273
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x10")]
|
|
[Token(Token = "0x40000B9")]
|
|
private readonly IEnumerable<TypeParameterType> typeParameters;
|
|
|
|
// Token: 0x04000112 RID: 274
|
|
[global::Cpp2IlInjected.FieldOffset(Offset = "0x18")]
|
|
[Token(Token = "0x40000BA")]
|
|
private readonly IList<KeyValuePair<string, FunctionInput>> inputs;
|
|
}
|
|
}
|