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: 0x02000120 RID: 288
|
||||
[Token(Token = "0x20000C4")]
|
||||
[StructLayout(3)]
|
||||
public static class DeprecatedDictionaryDataReflection
|
||||
{
|
||||
// Token: 0x17000230 RID: 560
|
||||
// (get) Token: 0x06000967 RID: 2407 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x1700022D")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x60007FE")]
|
||||
[Address(RVA = "0x7A4070", Offset = "0x7A2A70", VA = "0x1807A4070")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040003DC RID: 988
|
||||
[Token(Token = "0x400031D")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user