mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
50 lines
1.7 KiB
C#
50 lines
1.7 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: CellStatus.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 CellStatus.proto</summary>
|
|
public static partial class CellStatusReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for CellStatus.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static CellStatusReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChBDZWxsU3RhdHVzLnByb3RvKkAKCkNlbGxTdGF0dXMSCAoESURMRRAAEgwK",
|
|
"CFNFTEVDVEVEEAESDgoKUFJPQ0VTU0lORxACEgoKBkZJTklTSBADQh6qAhtF",
|
|
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.CellStatus), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum CellStatus {
|
|
[pbr::OriginalName("IDLE")] Idle = 0,
|
|
[pbr::OriginalName("SELECTED")] Selected = 1,
|
|
[pbr::OriginalName("PROCESSING")] Processing = 2,
|
|
[pbr::OriginalName("FINISH")] Finish = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|