scripts
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using Google.Protobuf.Reflection;
|
||||
|
||||
namespace CircuitsV2.Protobuf
|
||||
{
|
||||
// Token: 0x0200015B RID: 347
|
||||
[Token(Token = "0x20000E6")]
|
||||
[StructLayout(3)]
|
||||
public static class NodeConnectionDataReflection
|
||||
{
|
||||
// Token: 0x170002AD RID: 685
|
||||
// (get) Token: 0x06000B6A RID: 2922 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x170002AA")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x60009BC")]
|
||||
[Address(RVA = "0x952F10", Offset = "0x951910", VA = "0x180952F10")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x0400047D RID: 1149
|
||||
[Token(Token = "0x40003A4")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user