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: 0x02000169 RID: 361
|
||||
[Token(Token = "0x20000EE")]
|
||||
[StructLayout(3)]
|
||||
public static class NodeGroupDataReflection
|
||||
{
|
||||
// Token: 0x170002DC RID: 732
|
||||
// (get) Token: 0x06000C0D RID: 3085 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x170002D9")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x6000A4D")]
|
||||
[Address(RVA = "0x957E50", Offset = "0x956850", VA = "0x180957E50")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040004C4 RID: 1220
|
||||
[Token(Token = "0x40003E5")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user