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: Match3FinishReason.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 Match3FinishReason.proto</summary>
|
|
public static partial class Match3FinishReasonReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for Match3FinishReason.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static Match3FinishReasonReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChhNYXRjaDNGaW5pc2hSZWFzb24ucHJvdG8quAEKEk1hdGNoM0ZpbmlzaFJl",
|
|
"YXNvbhIgChxNQVRDSDNfRklOSVNIX1JFQVNPTl9ERUZBVUxUEAASHgoaTUFU",
|
|
"Q0gzX0ZJTklTSF9SRUFTT05fTEVBVkUQARIcChhNQVRDSDNfRklOSVNIX1JF",
|
|
"QVNPTl9ESUUQAhIgChxNQVRDSDNfRklOSVNIX1JFQVNPTl9HQU1FRU5EEAMS",
|
|
"IAocTUFUQ0gzX0ZJTklTSF9SRUFTT05fS0lDS09VVBAEQh6qAhtFZ2dMaW5r",
|
|
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.Match3FinishReason), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum Match3FinishReason {
|
|
[pbr::OriginalName("MATCH3_FINISH_REASON_DEFAULT")] Default = 0,
|
|
[pbr::OriginalName("MATCH3_FINISH_REASON_LEAVE")] Leave = 1,
|
|
[pbr::OriginalName("MATCH3_FINISH_REASON_DIE")] Die = 2,
|
|
[pbr::OriginalName("MATCH3_FINISH_REASON_GAMEEND")] Gameend = 3,
|
|
[pbr::OriginalName("MATCH3_FINISH_REASON_KICKOUT")] Kickout = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|