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: 0x0200011D RID: 285
|
||||
[Token(Token = "0x20000C2")]
|
||||
[StructLayout(3)]
|
||||
public static class ControlPanelRootDataReflection
|
||||
{
|
||||
// Token: 0x17000229 RID: 553
|
||||
// (get) Token: 0x0600094D RID: 2381 RVA: 0x00002098 File Offset: 0x00000298
|
||||
[Token(Token = "0x17000226")]
|
||||
public static FileDescriptor Descriptor
|
||||
{
|
||||
[Token(Token = "0x60007E7")]
|
||||
[Address(RVA = "0x7A0B60", Offset = "0x79F560", VA = "0x1807A0B60")]
|
||||
get
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
// Token: 0x040003D3 RID: 979
|
||||
[Token(Token = "0x4000315")]
|
||||
private static FileDescriptor descriptor;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user