31 lines
717 B
C#
31 lines
717 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Google.Protobuf.Reflection;
|
|
|
|
namespace CircuitsV2.Protobuf
|
|
{
|
|
// Token: 0x02000152 RID: 338
|
|
[Token(Token = "0x20000E0")]
|
|
[StructLayout(3)]
|
|
public static class InputPortDataReflection
|
|
{
|
|
// Token: 0x1700029A RID: 666
|
|
// (get) Token: 0x06000B20 RID: 2848 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x17000297")]
|
|
public static FileDescriptor Descriptor
|
|
{
|
|
[Token(Token = "0x600097B")]
|
|
[Address(RVA = "0x7B2C00", Offset = "0x7B1600", VA = "0x1807B2C00")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x04000466 RID: 1126
|
|
[Token(Token = "0x4000390")]
|
|
private static FileDescriptor descriptor;
|
|
}
|
|
}
|