Files
27Aug2021-Cpp2IL-Dump/Circuits/RecRoom/Circuits/Protobuf/NodeTransformDataReflection.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

29 lines
670 B
C#

using System;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace RecRoom.Circuits.Protobuf
{
// Token: 0x02000077 RID: 119
[Token(Token = "0x2000077")]
public static class NodeTransformDataReflection
{
// Token: 0x17000096 RID: 150
// (get) Token: 0x0600038C RID: 908 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x17000096")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x600038C")]
[Address(RVA = "0x2AF9100", Offset = "0x2AF8100", VA = "0x182AF9100")]
get
{
return null;
}
}
// Token: 0x04000279 RID: 633
[Token(Token = "0x4000279")]
private static FileDescriptor descriptor;
}
}