Files
DanhengServer-OpenSource/Proto/ReplayType.cs

48 lines
1.6 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ReplayType.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 EggLink.DanhengServer.Proto {
/// <summary>Holder for reflection information generated from ReplayType.proto</summary>
public static partial class ReplayTypeReflection {
#region Descriptor
/// <summary>File descriptor for ReplayType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ReplayTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChBSZXBsYXlUeXBlLnByb3RvKj0KClJlcGxheVR5cGUSFAoQUkVQTEFZX1RZ",
"UEVfTk9ORRAAEhkKFVJFUExBWV9UWVBFX1BVTktfTE9SRBABQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ReplayType), }, null, null));
}
#endregion
}
#region Enums
public enum ReplayType {
[pbr::OriginalName("REPLAY_TYPE_NONE")] None = 0,
[pbr::OriginalName("REPLAY_TYPE_PUNK_LORD")] PunkLord = 1,
}
#endregion
}
#endregion Designer generated code