Protobuf...
This commit is contained in:
49
Version.cs
Normal file
49
Version.cs
Normal file
@@ -0,0 +1,49 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: circuits/static/rec_room/version.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 Circuits.Static.RecRoom.Protobuf {
|
||||
|
||||
/// <summary>Holder for reflection information generated from circuits/static/rec_room/version.proto</summary>
|
||||
public static partial class VersionReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for circuits/static/rec_room/version.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static VersionReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"CiZjaXJjdWl0cy9zdGF0aWMvcmVjX3Jvb20vdmVyc2lvbi5wcm90bxIIY2ly",
|
||||
"Y3VpdHMqQQoHVmVyc2lvbhIJCgVWME5ldxAAEhQKEFYxSW5pdGlhbFZlcnNp",
|
||||
"b24QARIRCg1MYXRlc3RWZXJzaW9uEAEaAhABQiOqAiBDaXJjdWl0cy5TdGF0",
|
||||
"aWMuUmVjUm9vbS5Qcm90b2J1ZmIGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::Circuits.Static.RecRoom.Protobuf.Version), }, null, null));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Enums
|
||||
public enum Version {
|
||||
[pbr::OriginalName("V0New")] V0New = 0,
|
||||
[pbr::OriginalName("V1InitialVersion")] V1InitialVersion = 1,
|
||||
[pbr::OriginalName("LatestVersion", PreferredAlias = false)] LatestVersion = 1,
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user