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: 0x02000170 RID: 368
|
||||
[Token(Token = "0x20000F2")]
|
||||
[StructLayout(3)]
|
||||
public static class NodePortDataReflection
|
||||
{
|
||||
// Token: 0x170002EE RID: 750
|
||||
// (get) Token: 0x06000C53 RID: 3155 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x170002EB")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x6000A8A")]
|
||||
[Address(RVA = "0x959310", Offset = "0x957D10", VA = "0x180959310")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040004DD RID: 1245
|
||||
[Token(Token = "0x40003FB")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user