// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: PunkLordAttackerStatus.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 PunkLordAttackerStatus.proto public static partial class PunkLordAttackerStatusReflection { #region Descriptor /// File descriptor for PunkLordAttackerStatus.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static PunkLordAttackerStatusReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChxQdW5rTG9yZEF0dGFja2VyU3RhdHVzLnByb3RvKsMBChZQdW5rTG9yZEF0", "dGFja2VyU3RhdHVzEiIKHlBVTktfTE9SRF9BVFRBQ0tFUl9TVEFUVVNfTk9O", "RRAAEiYKIlBVTktfTE9SRF9BVFRBQ0tFUl9TVEFUVVNfQVRUQUNLRUQQARIn", "CiNQVU5LX0xPUkRfQVRUQUNLRVJfU1RBVFVTX0FUVEFDS0lORxACEjQKMFBV", "TktfTE9SRF9BVFRBQ0tFUl9TVEFUVVNfQVRUQUNLRURfQU5EX0FUVEFDS0lO", "RxADQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.PunkLordAttackerStatus), }, null, null)); } #endregion } #region Enums public enum PunkLordAttackerStatus { [pbr::OriginalName("PUNK_LORD_ATTACKER_STATUS_NONE")] None = 0, [pbr::OriginalName("PUNK_LORD_ATTACKER_STATUS_ATTACKED")] Attacked = 1, [pbr::OriginalName("PUNK_LORD_ATTACKER_STATUS_ATTACKING")] Attacking = 2, [pbr::OriginalName("PUNK_LORD_ATTACKER_STATUS_ATTACKED_AND_ATTACKING")] AttackedAndAttacking = 3, } #endregion } #endregion Designer generated code