Files
DanhengServer-OpenSource/Proto/MailType.cs

48 lines
1.6 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MailType.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 MailType.proto</summary>
public static partial class MailTypeReflection {
#region Descriptor
/// <summary>File descriptor for MailType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MailTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Cg5NYWlsVHlwZS5wcm90byo0CghNYWlsVHlwZRIUChBNQUlMX1RZUEVfTk9S",
"TUFMEAASEgoOTUFJTF9UWVBFX1NUQVIQAUIeqgIbRWdnTGluay5EYW5oZW5n",
"U2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MailType), }, null, null));
}
#endregion
}
#region Enums
public enum MailType {
[pbr::OriginalName("MAIL_TYPE_NORMAL")] Normal = 0,
[pbr::OriginalName("MAIL_TYPE_STAR")] Star = 1,
}
#endregion
}
#endregion Designer generated code