Files
DanhengServer-OpenSource/Proto/CmdPlotType.cs
2025-04-15 16:44:46 +08:00

50 lines
1.7 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: CmdPlotType.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 CmdPlotType.proto</summary>
public static partial class CmdPlotTypeReflection {
#region Descriptor
/// <summary>File descriptor for CmdPlotType.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static CmdPlotTypeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFDbWRQbG90VHlwZS5wcm90bypUCgtDbWRQbG90VHlwZRITCg9DbWRQbG90",
"VHlwZU5vbmUQABIXChJDbWRGaW5pc2hQbG90U2NSc3AQ2QgSFwoSQ21kRmlu",
"aXNoUGxvdENzUmVxENcIQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
"dG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdPlotType), }, null, null));
}
#endregion
}
#region Enums
public enum CmdPlotType {
[pbr::OriginalName("CmdPlotTypeNone")] None = 0,
[pbr::OriginalName("CmdFinishPlotScRsp")] CmdFinishPlotScRsp = 1113,
[pbr::OriginalName("CmdFinishPlotCsReq")] CmdFinishPlotCsReq = 1111,
}
#endregion
}
#endregion Designer generated code