//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BuildGoalStep.proto
//
#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 {
/// Holder for reflection information generated from BuildGoalStep.proto
public static partial class BuildGoalStepReflection {
#region Descriptor
/// File descriptor for BuildGoalStep.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BuildGoalStepReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNCdWlsZEdvYWxTdGVwLnByb3RvKm4KDUJ1aWxkR29hbFN0ZXASFQoRQnVp",
"bGRHb2FsU3RlcE5vbmUQABIVChFCdWlsZEdvYWxTdGVwSWRsZRABEhYKEkJ1",
"aWxkR29hbFN0ZXBTdGFydBACEhcKE0J1aWxkR29hbFN0ZXBGaW5pc2gQA0Ie",
"qgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BuildGoalStep), }, null, null));
}
#endregion
}
#region Enums
public enum BuildGoalStep {
[pbr::OriginalName("BuildGoalStepNone")] None = 0,
[pbr::OriginalName("BuildGoalStepIdle")] Idle = 1,
[pbr::OriginalName("BuildGoalStepStart")] Start = 2,
[pbr::OriginalName("BuildGoalStepFinish")] Finish = 3,
}
#endregion
}
#endregion Designer generated code