mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
53 lines
2.2 KiB
C#
53 lines
2.2 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TrackMainMissionUpdateType.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 TrackMainMissionUpdateType.proto</summary>
|
|
public static partial class TrackMainMissionUpdateTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TrackMainMissionUpdateType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TrackMainMissionUpdateTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiBUcmFja01haW5NaXNzaW9uVXBkYXRlVHlwZS5wcm90byq2AQoaVHJhY2tN",
|
|
"YWluTWlzc2lvblVwZGF0ZVR5cGUSIgoeVFJBQ0tfTUFJTl9NSVNTSU9OX1VQ",
|
|
"REFURV9OT05FEAASIgoeVFJBQ0tfTUFJTl9NSVNTSU9OX1VQREFURV9BVVRP",
|
|
"EAESJAogVFJBQ0tfTUFJTl9NSVNTSU9OX1VQREFURV9NQU5VQUwQAhIqCiZU",
|
|
"UkFDS19NQUlOX01JU1NJT05fVVBEQVRFX0xPR0lOX1JFUE9SVBADQh6qAhtF",
|
|
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TrackMainMissionUpdateType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum TrackMainMissionUpdateType {
|
|
[pbr::OriginalName("TRACK_MAIN_MISSION_UPDATE_NONE")] TrackMainMissionUpdateNone = 0,
|
|
[pbr::OriginalName("TRACK_MAIN_MISSION_UPDATE_AUTO")] TrackMainMissionUpdateAuto = 1,
|
|
[pbr::OriginalName("TRACK_MAIN_MISSION_UPDATE_MANUAL")] TrackMainMissionUpdateManual = 2,
|
|
[pbr::OriginalName("TRACK_MAIN_MISSION_UPDATE_LOGIN_REPORT")] TrackMainMissionUpdateLoginReport = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|