mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
53 lines
2.1 KiB
C#
53 lines
2.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GridFightLockReason.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 GridFightLockReason.proto</summary>
|
|
public static partial class GridFightLockReasonReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GridFightLockReason.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GridFightLockReasonReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChlHcmlkRmlnaHRMb2NrUmVhc29uLnByb3RvKp0BChNHcmlkRmlnaHRMb2Nr",
|
|
"UmVhc29uEh8KG2tHcmlkRmlnaHRMb2NrUmVhc29uVW5rbm93bhAAEh4KGmtH",
|
|
"cmlkRmlnaHRMb2NrUmVhc29uQmF0dGxlEAESHgoaa0dyaWRGaWdodExvY2tS",
|
|
"ZWFzb25BY3Rpb24QAhIlCiFrR3JpZEZpZ2h0TG9ja1JlYXNvblBlbmRpbmdB",
|
|
"Y3Rpb24QA0IeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90",
|
|
"bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GridFightLockReason), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum GridFightLockReason {
|
|
[pbr::OriginalName("kGridFightLockReasonUnknown")] KGridFightLockReasonUnknown = 0,
|
|
[pbr::OriginalName("kGridFightLockReasonBattle")] KGridFightLockReasonBattle = 1,
|
|
[pbr::OriginalName("kGridFightLockReasonAction")] KGridFightLockReasonAction = 2,
|
|
[pbr::OriginalName("kGridFightLockReasonPendingAction")] KGridFightLockReasonPendingAction = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|