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: 0x0200012F RID: 303
|
||||
[Token(Token = "0x20000CD")]
|
||||
[StructLayout(3)]
|
||||
public static class DictionaryDataReflection
|
||||
{
|
||||
// Token: 0x1700024F RID: 591
|
||||
// (get) Token: 0x060009E8 RID: 2536 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x1700024C")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x600086D")]
|
||||
[Address(RVA = "0x7A8A60", Offset = "0x7A7460", VA = "0x1807A8A60")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x04000404 RID: 1028
|
||||
[Token(Token = "0x400033F")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user