Files
DanhengServer-OpenSource/Proto/RaidTargetInfo.cs

310 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RaidTargetInfo.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 RaidTargetInfo.proto</summary>
public static partial class RaidTargetInfoReflection {
#region Descriptor
/// <summary>File descriptor for RaidTargetInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RaidTargetInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRSYWlkVGFyZ2V0SW5mby5wcm90bxoRREVOTlBGTkVNSUYucHJvdG8iXQoO",
"UmFpZFRhcmdldEluZm8SIQoLSEVFRU1KRkFBTEYYCCABKA4yDC5ERU5OUEZO",
"RU1JRhITCgtGR0lDTElBR05JThgDIAEoDRITCgtHSkFQTUFJRUFBSRgCIAEo",
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.DENNPFNEMIFReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RaidTargetInfo), global::EggLink.DanhengServer.Proto.RaidTargetInfo.Parser, new[]{ "HEEEMJFAALF", "FGICLIAGNIN", "GJAPMAIEAAI" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RaidTargetInfo : pb::IMessage<RaidTargetInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RaidTargetInfo> _parser = new pb::MessageParser<RaidTargetInfo>(() => new RaidTargetInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RaidTargetInfo> Parser { get { return _parser; } }
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pbr::MessageDescriptor Descriptor {
get { return global::EggLink.DanhengServer.Proto.RaidTargetInfoReflection.Descriptor.MessageTypes[0]; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
pbr::MessageDescriptor pb::IMessage.Descriptor {
get { return Descriptor; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RaidTargetInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RaidTargetInfo(RaidTargetInfo other) : this() {
hEEEMJFAALF_ = other.hEEEMJFAALF_;
fGICLIAGNIN_ = other.fGICLIAGNIN_;
gJAPMAIEAAI_ = other.gJAPMAIEAAI_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RaidTargetInfo Clone() {
return new RaidTargetInfo(this);
}
/// <summary>Field number for the "HEEEMJFAALF" field.</summary>
public const int HEEEMJFAALFFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.DENNPFNEMIF hEEEMJFAALF_ = global::EggLink.DanhengServer.Proto.DENNPFNEMIF.RaidTargetStatusNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.DENNPFNEMIF HEEEMJFAALF {
get { return hEEEMJFAALF_; }
set {
hEEEMJFAALF_ = value;
}
}
/// <summary>Field number for the "FGICLIAGNIN" field.</summary>
public const int FGICLIAGNINFieldNumber = 3;
private uint fGICLIAGNIN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint FGICLIAGNIN {
get { return fGICLIAGNIN_; }
set {
fGICLIAGNIN_ = value;
}
}
/// <summary>Field number for the "GJAPMAIEAAI" field.</summary>
public const int GJAPMAIEAAIFieldNumber = 2;
private uint gJAPMAIEAAI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GJAPMAIEAAI {
get { return gJAPMAIEAAI_; }
set {
gJAPMAIEAAI_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RaidTargetInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RaidTargetInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (HEEEMJFAALF != other.HEEEMJFAALF) return false;
if (FGICLIAGNIN != other.FGICLIAGNIN) return false;
if (GJAPMAIEAAI != other.GJAPMAIEAAI) return false;
return Equals(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override int GetHashCode() {
int hash = 1;
if (HEEEMJFAALF != global::EggLink.DanhengServer.Proto.DENNPFNEMIF.RaidTargetStatusNone) hash ^= HEEEMJFAALF.GetHashCode();
if (FGICLIAGNIN != 0) hash ^= FGICLIAGNIN.GetHashCode();
if (GJAPMAIEAAI != 0) hash ^= GJAPMAIEAAI.GetHashCode();
if (_unknownFields != null) {
hash ^= _unknownFields.GetHashCode();
}
return hash;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override string ToString() {
return pb::JsonFormatter.ToDiagnosticString(this);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void WriteTo(pb::CodedOutputStream output) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
output.WriteRawMessage(this);
#else
if (GJAPMAIEAAI != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GJAPMAIEAAI);
}
if (FGICLIAGNIN != 0) {
output.WriteRawTag(24);
output.WriteUInt32(FGICLIAGNIN);
}
if (HEEEMJFAALF != global::EggLink.DanhengServer.Proto.DENNPFNEMIF.RaidTargetStatusNone) {
output.WriteRawTag(64);
output.WriteEnum((int) HEEEMJFAALF);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(output);
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
if (GJAPMAIEAAI != 0) {
output.WriteRawTag(16);
output.WriteUInt32(GJAPMAIEAAI);
}
if (FGICLIAGNIN != 0) {
output.WriteRawTag(24);
output.WriteUInt32(FGICLIAGNIN);
}
if (HEEEMJFAALF != global::EggLink.DanhengServer.Proto.DENNPFNEMIF.RaidTargetStatusNone) {
output.WriteRawTag(64);
output.WriteEnum((int) HEEEMJFAALF);
}
if (_unknownFields != null) {
_unknownFields.WriteTo(ref output);
}
}
#endif
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int CalculateSize() {
int size = 0;
if (HEEEMJFAALF != global::EggLink.DanhengServer.Proto.DENNPFNEMIF.RaidTargetStatusNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) HEEEMJFAALF);
}
if (FGICLIAGNIN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FGICLIAGNIN);
}
if (GJAPMAIEAAI != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GJAPMAIEAAI);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RaidTargetInfo other) {
if (other == null) {
return;
}
if (other.HEEEMJFAALF != global::EggLink.DanhengServer.Proto.DENNPFNEMIF.RaidTargetStatusNone) {
HEEEMJFAALF = other.HEEEMJFAALF;
}
if (other.FGICLIAGNIN != 0) {
FGICLIAGNIN = other.FGICLIAGNIN;
}
if (other.GJAPMAIEAAI != 0) {
GJAPMAIEAAI = other.GJAPMAIEAAI;
}
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(pb::CodedInputStream input) {
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
input.ReadRawMessage(this);
#else
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
break;
case 16: {
GJAPMAIEAAI = input.ReadUInt32();
break;
}
case 24: {
FGICLIAGNIN = input.ReadUInt32();
break;
}
case 64: {
HEEEMJFAALF = (global::EggLink.DanhengServer.Proto.DENNPFNEMIF) input.ReadEnum();
break;
}
}
}
#endif
}
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
uint tag;
while ((tag = input.ReadTag()) != 0) {
switch(tag) {
default:
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
break;
case 16: {
GJAPMAIEAAI = input.ReadUInt32();
break;
}
case 24: {
FGICLIAGNIN = input.ReadUInt32();
break;
}
case 64: {
HEEEMJFAALF = (global::EggLink.DanhengServer.Proto.DENNPFNEMIF) input.ReadEnum();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code