mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
422 lines
15 KiB
C#
422 lines
15 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: AetherDivideSpiritInfo.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 AetherDivideSpiritInfo.proto</summary>
|
|
public static partial class AetherDivideSpiritInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for AetherDivideSpiritInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static AetherDivideSpiritInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChxBZXRoZXJEaXZpZGVTcGlyaXRJbmZvLnByb3RvGhZQYXNzaXZlU2tpbGxJ",
|
|
"dGVtLnByb3RvGg9TcEJhckluZm8ucHJvdG8ipgEKFkFldGhlckRpdmlkZVNw",
|
|
"aXJpdEluZm8SEQoJcHJvbW90aW9uGAQgASgNEhMKC0ZOSUdNUEpMTU5KGA8g",
|
|
"ASgNEhMKC0hMSERFSE5JTU9PGAUgASgNEiYKC0NGSUVKTUdOTU1HGAEgAygL",
|
|
"MhEuUGFzc2l2ZVNraWxsSXRlbRIaCgZzcF9iYXIYByABKAsyCi5TcEJhcklu",
|
|
"Zm8SCwoDZXhwGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJv",
|
|
"dG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PassiveSkillItemReflection.Descriptor, global::EggLink.DanhengServer.Proto.SpBarInfoReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo), global::EggLink.DanhengServer.Proto.AetherDivideSpiritInfo.Parser, new[]{ "Promotion", "FNIGMPJLMNJ", "HLHDEHNIMOO", "CFIEJMGNMMG", "SpBar", "Exp" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class AetherDivideSpiritInfo : pb::IMessage<AetherDivideSpiritInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<AetherDivideSpiritInfo> _parser = new pb::MessageParser<AetherDivideSpiritInfo>(() => new AetherDivideSpiritInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<AetherDivideSpiritInfo> 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.AetherDivideSpiritInfoReflection.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 AetherDivideSpiritInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AetherDivideSpiritInfo(AetherDivideSpiritInfo other) : this() {
|
|
promotion_ = other.promotion_;
|
|
fNIGMPJLMNJ_ = other.fNIGMPJLMNJ_;
|
|
hLHDEHNIMOO_ = other.hLHDEHNIMOO_;
|
|
cFIEJMGNMMG_ = other.cFIEJMGNMMG_.Clone();
|
|
spBar_ = other.spBar_ != null ? other.spBar_.Clone() : null;
|
|
exp_ = other.exp_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public AetherDivideSpiritInfo Clone() {
|
|
return new AetherDivideSpiritInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "promotion" field.</summary>
|
|
public const int PromotionFieldNumber = 4;
|
|
private uint promotion_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Promotion {
|
|
get { return promotion_; }
|
|
set {
|
|
promotion_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "FNIGMPJLMNJ" field.</summary>
|
|
public const int FNIGMPJLMNJFieldNumber = 15;
|
|
private uint fNIGMPJLMNJ_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FNIGMPJLMNJ {
|
|
get { return fNIGMPJLMNJ_; }
|
|
set {
|
|
fNIGMPJLMNJ_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "HLHDEHNIMOO" field.</summary>
|
|
public const int HLHDEHNIMOOFieldNumber = 5;
|
|
private uint hLHDEHNIMOO_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint HLHDEHNIMOO {
|
|
get { return hLHDEHNIMOO_; }
|
|
set {
|
|
hLHDEHNIMOO_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "CFIEJMGNMMG" field.</summary>
|
|
public const int CFIEJMGNMMGFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.PassiveSkillItem> _repeated_cFIEJMGNMMG_codec
|
|
= pb::FieldCodec.ForMessage(10, global::EggLink.DanhengServer.Proto.PassiveSkillItem.Parser);
|
|
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PassiveSkillItem> cFIEJMGNMMG_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PassiveSkillItem>();
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.PassiveSkillItem> CFIEJMGNMMG {
|
|
get { return cFIEJMGNMMG_; }
|
|
}
|
|
|
|
/// <summary>Field number for the "sp_bar" field.</summary>
|
|
public const int SpBarFieldNumber = 7;
|
|
private global::EggLink.DanhengServer.Proto.SpBarInfo spBar_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.SpBarInfo SpBar {
|
|
get { return spBar_; }
|
|
set {
|
|
spBar_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "exp" field.</summary>
|
|
public const int ExpFieldNumber = 11;
|
|
private uint exp_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint Exp {
|
|
get { return exp_; }
|
|
set {
|
|
exp_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as AetherDivideSpiritInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(AetherDivideSpiritInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Promotion != other.Promotion) return false;
|
|
if (FNIGMPJLMNJ != other.FNIGMPJLMNJ) return false;
|
|
if (HLHDEHNIMOO != other.HLHDEHNIMOO) return false;
|
|
if(!cFIEJMGNMMG_.Equals(other.cFIEJMGNMMG_)) return false;
|
|
if (!object.Equals(SpBar, other.SpBar)) return false;
|
|
if (Exp != other.Exp) 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 (Promotion != 0) hash ^= Promotion.GetHashCode();
|
|
if (FNIGMPJLMNJ != 0) hash ^= FNIGMPJLMNJ.GetHashCode();
|
|
if (HLHDEHNIMOO != 0) hash ^= HLHDEHNIMOO.GetHashCode();
|
|
hash ^= cFIEJMGNMMG_.GetHashCode();
|
|
if (spBar_ != null) hash ^= SpBar.GetHashCode();
|
|
if (Exp != 0) hash ^= Exp.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
|
|
cFIEJMGNMMG_.WriteTo(output, _repeated_cFIEJMGNMMG_codec);
|
|
if (Promotion != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(Promotion);
|
|
}
|
|
if (HLHDEHNIMOO != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(HLHDEHNIMOO);
|
|
}
|
|
if (spBar_ != null) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(SpBar);
|
|
}
|
|
if (Exp != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Exp);
|
|
}
|
|
if (FNIGMPJLMNJ != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(FNIGMPJLMNJ);
|
|
}
|
|
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) {
|
|
cFIEJMGNMMG_.WriteTo(ref output, _repeated_cFIEJMGNMMG_codec);
|
|
if (Promotion != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(Promotion);
|
|
}
|
|
if (HLHDEHNIMOO != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(HLHDEHNIMOO);
|
|
}
|
|
if (spBar_ != null) {
|
|
output.WriteRawTag(58);
|
|
output.WriteMessage(SpBar);
|
|
}
|
|
if (Exp != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteUInt32(Exp);
|
|
}
|
|
if (FNIGMPJLMNJ != 0) {
|
|
output.WriteRawTag(120);
|
|
output.WriteUInt32(FNIGMPJLMNJ);
|
|
}
|
|
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 (Promotion != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Promotion);
|
|
}
|
|
if (FNIGMPJLMNJ != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FNIGMPJLMNJ);
|
|
}
|
|
if (HLHDEHNIMOO != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HLHDEHNIMOO);
|
|
}
|
|
size += cFIEJMGNMMG_.CalculateSize(_repeated_cFIEJMGNMMG_codec);
|
|
if (spBar_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(SpBar);
|
|
}
|
|
if (Exp != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Exp);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(AetherDivideSpiritInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Promotion != 0) {
|
|
Promotion = other.Promotion;
|
|
}
|
|
if (other.FNIGMPJLMNJ != 0) {
|
|
FNIGMPJLMNJ = other.FNIGMPJLMNJ;
|
|
}
|
|
if (other.HLHDEHNIMOO != 0) {
|
|
HLHDEHNIMOO = other.HLHDEHNIMOO;
|
|
}
|
|
cFIEJMGNMMG_.Add(other.cFIEJMGNMMG_);
|
|
if (other.spBar_ != null) {
|
|
if (spBar_ == null) {
|
|
SpBar = new global::EggLink.DanhengServer.Proto.SpBarInfo();
|
|
}
|
|
SpBar.MergeFrom(other.SpBar);
|
|
}
|
|
if (other.Exp != 0) {
|
|
Exp = other.Exp;
|
|
}
|
|
_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 10: {
|
|
cFIEJMGNMMG_.AddEntriesFrom(input, _repeated_cFIEJMGNMMG_codec);
|
|
break;
|
|
}
|
|
case 32: {
|
|
Promotion = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
HLHDEHNIMOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (spBar_ == null) {
|
|
SpBar = new global::EggLink.DanhengServer.Proto.SpBarInfo();
|
|
}
|
|
input.ReadMessage(SpBar);
|
|
break;
|
|
}
|
|
case 88: {
|
|
Exp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
FNIGMPJLMNJ = input.ReadUInt32();
|
|
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 10: {
|
|
cFIEJMGNMMG_.AddEntriesFrom(ref input, _repeated_cFIEJMGNMMG_codec);
|
|
break;
|
|
}
|
|
case 32: {
|
|
Promotion = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
HLHDEHNIMOO = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 58: {
|
|
if (spBar_ == null) {
|
|
SpBar = new global::EggLink.DanhengServer.Proto.SpBarInfo();
|
|
}
|
|
input.ReadMessage(SpBar);
|
|
break;
|
|
}
|
|
case 88: {
|
|
Exp = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 120: {
|
|
FNIGMPJLMNJ = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|