Files
DanhengServer-OpenSource/Proto/BattleTag.cs
2025-01-15 23:20:16 +08:00

48 lines
1.6 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattleTag.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 BattleTag.proto</summary>
public static partial class BattleTagReflection {
#region Descriptor
/// <summary>File descriptor for BattleTag.proto</summary>
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