Files
Aug2021-Cpp2IL-Dump/Circuits/RecRoom/Circuits/Protobuf/Vector3DataReflection.cs
T
2026-04-10 22:50:51 +02:00

29 lines
664 B
C#

using System;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace RecRoom.Circuits.Protobuf
{
// Token: 0x0200007A RID: 122
[Token(Token = "0x200007A")]
public static class Vector3DataReflection
{
// Token: 0x1700009C RID: 156
// (get) Token: 0x060003A3 RID: 931 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x1700009C")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x60003A3")]
[Address(RVA = "0x22D3EF0", Offset = "0x22D2CF0", VA = "0x1822D3EF0")]
get
{
return null;
}
}
// Token: 0x0400027E RID: 638
[Token(Token = "0x400027E")]
private static FileDescriptor descriptor;
}
}