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: 0x02000176 RID: 374
|
||||
[Token(Token = "0x20000F6")]
|
||||
[StructLayout(3)]
|
||||
public static class OutNodeDataReflection
|
||||
{
|
||||
// Token: 0x170002FA RID: 762
|
||||
// (get) Token: 0x06000C83 RID: 3203 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x170002F7")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x6000AB4")]
|
||||
[Address(RVA = "0x95AE40", Offset = "0x959840", VA = "0x18095AE40")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040004EB RID: 1259
|
||||
[Token(Token = "0x4000407")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user