Files
Jan2021-Cpp2Il-Dump/RecRoom.Circuitsv2.Runtime/CircuitsV2/Protobuf/RpcTarget.cs
T
2026-04-08 23:40:05 +02:00

27 lines
567 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace CircuitsV2.Protobuf
{
// Token: 0x0200018C RID: 396
[Token(Token = "0x2000105")]
[StructLayout(3, Size = 4)]
public enum RpcTarget
{
// Token: 0x04000536 RID: 1334
[Token(Token = "0x400044B")]
[OriginalName("All")]
All,
// Token: 0x04000537 RID: 1335
[Token(Token = "0x400044C")]
[OriginalName("Authority")]
Authority,
// Token: 0x04000538 RID: 1336
[Token(Token = "0x400044D")]
[OriginalName("Others")]
Others
}
}