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: GADPGIMLECD.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 GADPGIMLECD.proto</summary>
|
|
public static partial class GADPGIMLECDReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GADPGIMLECD.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GADPGIMLECDReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChFHQURQR0lNTEVDRC5wcm90byq6AQoLR0FEUEdJTUxFQ0QSHQoZRVZPTFZF",
|
|
"X0JBVFRMRV9SRVNVTFRfTk9ORRAAEhwKGEVWT0xWRV9CQVRUTEVfUkVTVUxU",
|
|
"X1dJThABEigKJEVWT0xWRV9CQVRUTEVfUkVTVUxUX0FMTF9BVkFUQVJfREVB",
|
|
"RBACEiUKIUVWT0xWRV9CQVRUTEVfUkVTVUxUX05PX0RFQURfTElORRADEh0K",
|
|
"GUVWT0xWRV9CQVRUTEVfUkVTVUxUX1FVSVQQBEIeqgIbRWdnTGluay5EYW5o",
|
|
"ZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GADPGIMLECD), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum GADPGIMLECD {
|
|
[pbr::OriginalName("EVOLVE_BATTLE_RESULT_NONE")] EvolveBattleResultNone = 0,
|
|
[pbr::OriginalName("EVOLVE_BATTLE_RESULT_WIN")] EvolveBattleResultWin = 1,
|
|
[pbr::OriginalName("EVOLVE_BATTLE_RESULT_ALL_AVATAR_DEAD")] EvolveBattleResultAllAvatarDead = 2,
|
|
[pbr::OriginalName("EVOLVE_BATTLE_RESULT_NO_DEAD_LINE")] EvolveBattleResultNoDeadLine = 3,
|
|
[pbr::OriginalName("EVOLVE_BATTLE_RESULT_QUIT")] EvolveBattleResultQuit = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|