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: 0x0200017C RID: 380
|
||||
[Token(Token = "0x20000FA")]
|
||||
[StructLayout(3)]
|
||||
public static class PortCollectionDataReflection
|
||||
{
|
||||
// Token: 0x17000304 RID: 772
|
||||
// (get) Token: 0x06000CAF RID: 3247 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x17000301")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x6000ADA")]
|
||||
[Address(RVA = "0x95D4E0", Offset = "0x95BEE0", VA = "0x18095D4E0")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040004F5 RID: 1269
|
||||
[Token(Token = "0x400040F")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user