mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
54 lines
2.1 KiB
C#
54 lines
2.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ContentPackageStatus.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 ContentPackageStatus.proto</summary>
|
|
public static partial class ContentPackageStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ContentPackageStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ContentPackageStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpDb250ZW50UGFja2FnZVN0YXR1cy5wcm90byq5AQoUQ29udGVudFBhY2th",
|
|
"Z2VTdGF0dXMSHQoZQ29udGVudFBhY2thZ2VTdGF0dXNfTm9uZRAAEh0KGUNv",
|
|
"bnRlbnRQYWNrYWdlU3RhdHVzX0luaXQQARIeChpDb250ZW50UGFja2FnZVN0",
|
|
"YXR1c19Eb2luZxACEiEKHUNvbnRlbnRQYWNrYWdlU3RhdHVzX0ZpbmlzaGVk",
|
|
"EAMSIAocQ29udGVudFBhY2thZ2VTdGF0dXNfUmVsZWFzZRAEQh6qAhtFZ2dM",
|
|
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.ContentPackageStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum ContentPackageStatus {
|
|
[pbr::OriginalName("ContentPackageStatus_None")] None = 0,
|
|
[pbr::OriginalName("ContentPackageStatus_Init")] Init = 1,
|
|
[pbr::OriginalName("ContentPackageStatus_Doing")] Doing = 2,
|
|
[pbr::OriginalName("ContentPackageStatus_Finished")] Finished = 3,
|
|
[pbr::OriginalName("ContentPackageStatus_Release")] Release = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|