Protobuf...
This commit is contained in:
52
RpcTarget.cs
Normal file
52
RpcTarget.cs
Normal file
@@ -0,0 +1,52 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: circuits_v2/rpc_target.proto
|
||||
// </auto-generated>
|
||||
#pragma warning disable 1591, 0612, 3021, 8981
|
||||
#region Designer generated code
|
||||
|
||||
using pb = global::Google.Protobuf;
|
||||
using pbc = global::Google.Protobuf.Collections;
|
||||
using pbr = global::Google.Protobuf.Reflection;
|
||||
using scg = global::System.Collections.Generic;
|
||||
namespace CircuitsV2.Protobuf {
|
||||
|
||||
/// <summary>Holder for reflection information generated from circuits_v2/rpc_target.proto</summary>
|
||||
public static partial class RpcTargetReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for circuits_v2/rpc_target.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static RpcTargetReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChxjaXJjdWl0c192Mi9ycGNfdGFyZ2V0LnByb3RvEgtjaXJjdWl0c192MipZ",
|
||||
"CglScGNUYXJnZXQSCQoFTG9jYWwQABIKCgZPdGhlcnMQARIRCg1Sb29tQXV0",
|
||||
"aG9yaXR5EAISDQoJQXV0aG9yaXR5EAMSBwoDQWxsEAQSCgoGUGxheWVyEAVC",
|
||||
"FqoCE0NpcmN1aXRzVjIuUHJvdG9idWZiBnByb3RvMw=="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::CircuitsV2.Protobuf.RpcTarget), }, null, null));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Enums
|
||||
public enum RpcTarget {
|
||||
[pbr::OriginalName("Local")] Local = 0,
|
||||
[pbr::OriginalName("Others")] Others = 1,
|
||||
[pbr::OriginalName("RoomAuthority")] RoomAuthority = 2,
|
||||
[pbr::OriginalName("Authority")] Authority = 3,
|
||||
[pbr::OriginalName("All")] All = 4,
|
||||
[pbr::OriginalName("Player")] Player = 5,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user