31 lines
726 B
C#
31 lines
726 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
using Google.Protobuf.Reflection;
|
|
|
|
namespace CircuitsV2.Protobuf
|
|
{
|
|
// Token: 0x0200010E RID: 270
|
|
[Token(Token = "0x20000B9")]
|
|
[StructLayout(3)]
|
|
public static class CircuitTemplateRootDataReflection
|
|
{
|
|
// Token: 0x17000204 RID: 516
|
|
// (get) Token: 0x060008BE RID: 2238 RVA: 0x00002098 File Offset: 0x00000298
|
|
[Token(Token = "0x17000201")]
|
|
public static FileDescriptor Descriptor
|
|
{
|
|
[Token(Token = "0x600076A")]
|
|
[Address(RVA = "0x974740", Offset = "0x973140", VA = "0x180974740")]
|
|
get
|
|
{
|
|
return null;
|
|
}
|
|
}
|
|
|
|
// Token: 0x040003A1 RID: 929
|
|
[Token(Token = "0x40002E9")]
|
|
private static FileDescriptor descriptor;
|
|
}
|
|
}
|