mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
68 lines
3.4 KiB
C#
68 lines
3.4 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CmdFightMathc3Type.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 CmdFightMathc3Type.proto</summary>
|
|
public static partial class CmdFightMathc3TypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CmdFightMathc3Type.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CmdFightMathc3TypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhDbWRGaWdodE1hdGhjM1R5cGUucHJvdG8q1QMKEkNtZEZpZ2h0TWF0aGMz",
|
|
"VHlwZRIaChZDbWRGaWdodE1hdGhjM1R5cGVOb25lEAASHQoXQ21kRmlnaHRN",
|
|
"YXRjaDNTd2FwU2NSc3AQ2usBEiUKH0NtZEZpZ2h0TWF0Y2gzVHVyblN0YXJ0",
|
|
"U2NOb3RpZnkQnesBEh0KF0NtZEZpZ2h0TWF0Y2gzRGF0YUNzUmVxEJ/rARIl",
|
|
"Ch9DbWRGaWdodE1hdGNoM0ZvcmNlVXBkYXRlTm90aWZ5EKbrARIdChdDbWRG",
|
|
"aWdodE1hdGNoM1N3YXBDc1JlcRCa6wESHQoXQ21kRmlnaHRNYXRjaDNDaGF0",
|
|
"U2NSc3AQsusBEiMKHUNtZEZpZ2h0TWF0Y2gzVHVybkVuZFNjTm90aWZ5ELfr",
|
|
"ARIdChdDbWRGaWdodE1hdGNoM0RhdGFTY1JzcBCh6wESKgokQ21kRmlnaHRN",
|
|
"YXRjaDNTdGFydENvdW50RG93blNjTm90aWZ5EMPrARIdChdDbWRGaWdodE1h",
|
|
"dGNoM0NoYXRDc1JlcRCu6wESKAoiQ21kRmlnaHRNYXRjaDNPcHBvbmVudERh",
|
|
"dGFTY05vdGlmeRDt6wESIAoaQ21kRmlnaHRNYXRjaDNDaGF0U2NOb3RpZnkQ",
|
|
"8+sBQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CmdFightMathc3Type), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CmdFightMathc3Type {
|
|
[pbr::OriginalName("CmdFightMathc3TypeNone")] None = 0,
|
|
[pbr::OriginalName("CmdFightMatch3SwapScRsp")] CmdFightMatch3SwapScRsp = 30170,
|
|
[pbr::OriginalName("CmdFightMatch3TurnStartScNotify")] CmdFightMatch3TurnStartScNotify = 30109,
|
|
[pbr::OriginalName("CmdFightMatch3DataCsReq")] CmdFightMatch3DataCsReq = 30111,
|
|
[pbr::OriginalName("CmdFightMatch3ForceUpdateNotify")] CmdFightMatch3ForceUpdateNotify = 30118,
|
|
[pbr::OriginalName("CmdFightMatch3SwapCsReq")] CmdFightMatch3SwapCsReq = 30106,
|
|
[pbr::OriginalName("CmdFightMatch3ChatScRsp")] CmdFightMatch3ChatScRsp = 30130,
|
|
[pbr::OriginalName("CmdFightMatch3TurnEndScNotify")] CmdFightMatch3TurnEndScNotify = 30135,
|
|
[pbr::OriginalName("CmdFightMatch3DataScRsp")] CmdFightMatch3DataScRsp = 30113,
|
|
[pbr::OriginalName("CmdFightMatch3StartCountDownScNotify")] CmdFightMatch3StartCountDownScNotify = 30147,
|
|
[pbr::OriginalName("CmdFightMatch3ChatCsReq")] CmdFightMatch3ChatCsReq = 30126,
|
|
[pbr::OriginalName("CmdFightMatch3OpponentDataScNotify")] CmdFightMatch3OpponentDataScNotify = 30189,
|
|
[pbr::OriginalName("CmdFightMatch3ChatScNotify")] CmdFightMatch3ChatScNotify = 30195,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|