Files
DanhengServer-OpenSource/Common/Proto/MonopolyCellState.cs
2024-03-31 17:06:46 +08:00

52 lines
1.9 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MonopolyCellState.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 MonopolyCellState.proto</summary>
public static partial class MonopolyCellStateReflection {
#region Descriptor
/// <summary>File descriptor for MonopolyCellState.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MonopolyCellStateReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChdNb25vcG9seUNlbGxTdGF0ZS5wcm90byqSAQoRTW9ub3BvbHlDZWxsU3Rh",
"dGUSHAoYTU9OT1BPTFlfQ0VMTF9TVEFURV9JRExFEAASHwobTU9OT1BPTFlf",
"Q0VMTF9TVEFURV9CQVJSSUVSEAESHgoaTU9OT1BPTFlfQ0VMTF9TVEFURV9H",
"Uk9VTkQQAhIeChpNT05PUE9MWV9DRUxMX1NUQVRFX0ZJTklTSBADQh6qAhtF",
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MonopolyCellState), }, null, null));
}
#endregion
}
#region Enums
public enum MonopolyCellState {
[pbr::OriginalName("MONOPOLY_CELL_STATE_IDLE")] Idle = 0,
[pbr::OriginalName("MONOPOLY_CELL_STATE_BARRIER")] Barrier = 1,
[pbr::OriginalName("MONOPOLY_CELL_STATE_GROUND")] Ground = 2,
[pbr::OriginalName("MONOPOLY_CELL_STATE_FINISH")] Finish = 3,
}
#endregion
}
#endregion Designer generated code