scripts
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
using Google.Protobuf.Reflection;
|
||||
|
||||
namespace CircuitsV2.Protobuf
|
||||
{
|
||||
// Token: 0x0200012A RID: 298
|
||||
[Token(Token = "0x20000CA")]
|
||||
[StructLayout(3)]
|
||||
public static class DeprecatedPortCollectionDataReflection
|
||||
{
|
||||
// Token: 0x17000243 RID: 579
|
||||
// (get) Token: 0x060009BB RID: 2491 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x17000240")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x6000846")]
|
||||
[Address(RVA = "0x7A7470", Offset = "0x7A5E70", VA = "0x1807A7470")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040003F2 RID: 1010
|
||||
[Token(Token = "0x400032F")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user