// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: BattleTag.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 BattleTag.proto public static partial class BattleTagReflection { #region Descriptor /// File descriptor for BattleTag.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static BattleTagReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cg9CYXR0bGVUYWcucHJvdG8qMwoJQmF0dGxlVGFnEgwKCFRBR19OT05FEAAS", "GAoUVEFHX0hJREVfTlBDX01PTlNURVIQAUIeqgIbRWdnTGluay5EYW5oZW5n", "U2VydmVyLlByb3RvYgZwcm90bzM=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.BattleTag), }, null, null)); } #endregion } #region Enums public enum BattleTag { [pbr::OriginalName("TAG_NONE")] TagNone = 0, [pbr::OriginalName("TAG_HIDE_NPC_MONSTER")] TagHideNpcMonster = 1, } #endregion } #endregion Designer generated code