// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: TurnFoodSwitch.proto // #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 { /// Holder for reflection information generated from TurnFoodSwitch.proto public static partial class TurnFoodSwitchReflection { #region Descriptor /// File descriptor for TurnFoodSwitch.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static TurnFoodSwitchReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChRUdXJuRm9vZFN3aXRjaC5wcm90byplCg5UdXJuRm9vZFN3aXRjaBIZChVU", "VVJOX0ZPT0RfU1dJVENIX05PTkUQABIbChdUVVJOX0ZPT0RfU1dJVENIX0FU", "VEFDSxABEhsKF1RVUk5fRk9PRF9TV0lUQ0hfREVGSU5FEAJCHqoCG0VnZ0xp", "bmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TurnFoodSwitch), }, null, null)); } #endregion } #region Enums public enum TurnFoodSwitch { [pbr::OriginalName("TURN_FOOD_SWITCH_NONE")] None = 0, [pbr::OriginalName("TURN_FOOD_SWITCH_ATTACK")] Attack = 1, [pbr::OriginalName("TURN_FOOD_SWITCH_DEFINE")] Define = 2, } #endregion } #endregion Designer generated code